Compare commits

...

15 Commits
main ... 5.2.x

Author SHA1 Message Date
Scott Nonnenberg 01c5ae94f2 v5.2.1 2021-05-21 15:36:54 -07:00
Scott Nonnenberg 09bf6d68fd
Partially revert "Clean up inviteLink handling, harden compose input" 2021-05-21 11:55:45 -07:00
Josh Perez dd24b77077 v5.2.0 2021-05-20 12:47:40 -04:00
Fedor Indutny a9e1b3ef40
await `goBackToMainProcess` in sticker-creator 2021-05-20 12:44:17 -04:00
Scott Nonnenberg 9316412954
Ensure that context is always provided for error logs 2021-05-20 12:44:03 -04:00
Scott Nonnenberg ca45c276be
View Once: Allow for missing sender; only require senderUuid 2021-05-20 12:43:52 -04:00
Evan Hahn 3129dab808
Remove unsupported auto-launch setting on Linux 2021-05-19 14:27:19 -07:00
Josh Perez cbf913aa69 v5.2.0-beta.2 2021-05-18 18:14:41 -04:00
Josh Perez 3d46ef074a Updates translations 2021-05-18 18:14:24 -04:00
Fedor Indutny d1657f6335
Ensure the app is closed before installing on Windows 2021-05-18 14:36:06 -07:00
Josh Perez e8e52ead05
Always update unreadCount for conversations 2021-05-18 13:57:48 -07:00
Scott Nonnenberg e6eab24022
getSendOptions: Disable sealed sender whenever sending to own account 2021-05-18 12:01:58 -07:00
Scott Nonnenberg 9dd6623396
Don't reset session if sealed sender wrapper is invalid 2021-05-14 10:36:03 -07:00
Fedor Indutny 721fdfa7df
Add outlines for MessageAudio buttons 2021-05-14 09:17:59 -05:00
Fedor Indutny 6c1abc2719
Fix hanging "Clear All Data" on Windows 2021-05-13 15:14:01 -07:00
103 changed files with 9391 additions and 6537 deletions

View File

@ -40,7 +40,7 @@ jobs:
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
key: ${{ runner.os }}-${{ hashFiles('yarn.lock', 'patches/**') }}
- name: Install Desktop node_modules
if: steps.cache-desktop-modules.outputs.cache-hit != 'true'

View File

@ -22,7 +22,7 @@ jobs:
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
key: ${{ runner.os }}-${{ hashFiles('yarn.lock', 'patches/**') }}
- name: Install Desktop node_modules
if: steps.cache-desktop-modules.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
@ -51,7 +51,7 @@ jobs:
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
key: ${{ runner.os }}-${{ hashFiles('yarn.lock', 'patches/**') }}
- name: Install Desktop node_modules
if: steps.cache-desktop-modules.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
@ -84,7 +84,7 @@ jobs:
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
key: ${{ runner.os }}-${{ hashFiles('yarn.lock', 'patches/**') }}
- name: Install Desktop node_modules
if: steps.cache-desktop-modules.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
@ -120,7 +120,7 @@ jobs:
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}-${{ hashFiles('patches/**') }}
- name: Install Desktop node_modules
if: steps.cache-desktop-modules.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Aktiveer speltoetsing van teks wat in die boodskapskryfvak ingeskryf is",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Die speltoets sal die volgende keer as Signal begin, geaktiveer word.",
@ -1423,6 +1423,10 @@
"message": "Die speltoets sal gedeaktiveer word die volgende keer as Signal begin.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Duidelike data",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Kon nie stuur nie",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Partially sent, click for details",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "af",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekondes",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekondes",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekondes",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minuut",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 Minute",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minute",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 uur",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 uur",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 uur",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 dag",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 week",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Verdwynende boodskappe",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "af",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1u",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6u",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12u",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Verdwyn boodskappe gedeaktiveer",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Member of $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Lid van $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Member of $group1$ and $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Lid van $group1$ en $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Member of $group1$, $group2$, and $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Lid van $group1$, $group2$, en $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Lid van $group1$, $group2$, $group3$, en $remainingCount$meer",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ added you to the group.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Geen groepe in gemeen nie.",
"message": "Geen groepe in gemeen nie",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Antwoord",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Gaan voort",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Kom meer te wete",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "If you're not sure who the request is from, review the contacts below and take action.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Versoek",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Your contact",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "تفعيل التدقيق الإملائي للنص الذي تم إدخاله في مربع تحرير الرسالة",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "سيتم تفعيل التدقيق الإملائي عندما تقوم بتشغيل Signal في المرة القادمة.",
@ -1423,6 +1423,10 @@
"message": "سيتم تعطيل التدقيق الإملائي عندما تقوم بتشغيل Signal المرة القادمة.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "محو البيانات",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "فشل الإرسال",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "تم الإرسال جزئياً، اضغط للتفاصيل",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "تعطيل",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "بعد 5 ثوان",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "بعد 10 ثوان",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "بعد 30 ثانية",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "بعد دقيقة واحدة",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "بعد 5 دقائق",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "بعد 30 دقيقة",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "بعد ساعة واحدة",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "بعد 6 ساعات",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "بعد 12 ساعة",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "بعد يوم واحد",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "بعد أسبوع واحد",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "الرسائل المختفية",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "تعطيل",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "بعد 5 ثوان",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "بعد 10 ثوان",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "بعد 30 ثانية",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "بعد 1 دقيقة",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "بعد 5 دقائق",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "بعد 30 دقيقة",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "بعد 1 ساعة",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "بعد 6 ساعات",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "بعد 12 ساعة",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "بعد 1 يوم",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "بعد 1 أسبوع",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "عُطلَت الرسائل المختفية",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "عضو في $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "عضو في $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "عضو في $group1$و$group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "عضو في $group1$و$group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "عضو في $group1$،$group2$ و $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "عضو في $group1$،$group2$ و $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "عضو في $group1$،$group2$،$group3$ وبالإضافة إلى $remainingCount$ آخرين. ",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "عضو في $group1$،$group2$،$group3$ وبالإضافة إلى $remainingCount$ آخرين",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "تمت إضافتك للمجموعة من قبل $name$.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "لا وجود لمجموعات مشتركة.",
"message": "لا توجد مجموعات مُشتركة",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "اﻹجابة",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5092,7 +5060,7 @@
"description": "The label for contact checkboxes that are disabled"
},
"alreadyAMember": {
"message": "Already a member",
"message": "إنَّهُ بِالفِعل عُضو ",
"description": "The label for contact checkboxes that are disabled because they're already a member"
},
"MessageAudio--play": {
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "الاِستِمرار",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "لمعرفة المزيد",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "حَول طلبات المُراسلة",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "إذا التبس عليك مصدر الطلب، يُرجى مراجعة جهات الاتصال أدناه والقيام بالإجراء المناسب.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "الطلب",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "جهة الاتصال الخاصة بك",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "هَل تُريد المُتابعة دُونَ تَحقُّق؟",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "لَقَد اِكتَمَلَ التَّحَقُّق.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Активирай граматическа проверка при писане на съобщението",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Граматическата проверка ще бъде активирана при следващото стартиране на Signal.",
@ -1423,6 +1423,10 @@
"message": "Граматическата проверка ще бъде деактивирана при следващото стартиране на Signal.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Изчистване на данните",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Изпращането неуспешно",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Частично изпратено, натиснете за повече информация",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "изключено",
"disappearingMessages__off": {
"message": "деактивирана",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 секунди",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 секунди",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 секунди",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 минута",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 минути",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 минути",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 час",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 часа",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 часа",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 ден",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 седмица",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Изчезващи съобщения",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "изключено",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5сек",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10сек",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30сек",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1м",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5м",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30м",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1ч",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6ч",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12ч",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1д",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1сед",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Изчезващите съобщения са деактивирани",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Член на $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Член на $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Член на $group1$ и $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Член на $group1$ и $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Член на $group1$, $group2$ и $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Член на $group1$, $group2$ и $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Член на $group1$, $group2$, $group3$ или още $remainingCount$ други.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Член на $group1$, $group2$, $group3$ или още $remainingCount$ други",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ Ви добави в групата.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Няма общи групи.",
"message": "Няма общи групи",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Отговор",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Продължи",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Научете повече",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Ако не сте сигурни от кого е искането, прегледайте контактите по-долу и предприемете действие.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Искай",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Твоя контакт",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "বার্তা লেখার বাক্সে প্রবেশ করা পাঠ্যের বানান পরীক্ষা সচল করুন",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Spell check will be enabled the next time Signal starts.",
@ -1423,6 +1423,10 @@
"message": "Spell check will be disabled the next time Signal starts.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "ডেটা মুছে ফেল",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "পাঠাতে ব্যর্থ",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Partially sent, click for details",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "বন্ধ",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 সেকেন্ড",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 সেকেন্ড",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 সেকেন্ড",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 মিনিট",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 মিনিট",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 মিনিট",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 ঘন্টা",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 ঘন্টা",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 ঘন্টা",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 দিন",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 সপ্তাহ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "অদৃশ্য বার্তা",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "বন্ধ",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5সে.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10সে.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30সে.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1মি.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5মি.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30মি.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1ঘ.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6ঘ.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12ঘ.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1দিন",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1সপ্তাহ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "অদৃশ্য হওয়া বার্তাগুলি অক্ষম করা হয়েছে",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Member of $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "$group$এর সদস্য",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Member of $group1$ and $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "$group1$ এবং $group2$ এর সদস্য",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Member of $group1$, $group2$, and $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "$group1$, $group2$, এবং $group3$ এর সদস্য",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ added you to the group.",
@ -3137,6 +3101,10 @@
"message": "একই রকমের কোন গ্রুপ নেই",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "উত্তর",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "চলতে থাকুন",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "আরও জানুন",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "আপনি যদি নিশ্চিত না হন কার থেকে অনুরোধ এসেছে, আগে কন্টাক্টটি পরিদর্শন সিদ্ধান্ত নিন",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "অনুরোধ",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "আপনার কন্টাক্ট",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Activa la comprovació ortogràfica del text del quadre d'edició de missatges",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "La comprovació d'ortografia s'activarà el proper cop que s'iniciï el Signal.",
@ -1423,6 +1423,10 @@
"message": "La comprovació d'ortografia es desactivarà el proper cop que s'iniciï el Signal.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Buida les dades",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "L'enviament ha fallat",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Enviament interromput",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Enviat parcialment. Cliqueu per a més detalls.",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "desactiva",
"disappearingMessages__off": {
"message": "desactivat",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 segons",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 segons",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 segons",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minut",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minuts",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minuts",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 hora",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 hores",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 hores",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 dia",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 setmana",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Missatges efímers",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "desactivat",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 dia",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 set",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "S'han desactivat els missatges efímers",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Membre de $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Membre de $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Membre de $group1$ i $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Membre de $group1$ i $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Membre de $group1$, $group2$ i $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Membre de $group1$, $group2$ i $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Membre de $group1$, $group2$, $group3$ i $remainingCount$ més.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Membre de $group1$, $group2$, $group3$ i $remainingCount$ més",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ us ha afegit al grup.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Cap grup en comú",
"message": "No hi ha grups en comú.",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Cap grup en comú. Reviseu les sol·licituds amb atenció.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Respon",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Continua",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Més informació",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "No teniu cap grup en comú amb aquesta persona. Reviseu les sol·licituds amb atenció abans dacceptar-les per evitar missatges no desitjats.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Quant a les sol·licituds de missatges",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Si no esteu segur de qui prové la sol·licitud, reviseu els contactes que hi ha a continuació.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Sol·licitud",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Contacte",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verifiqueu-ho per continuar la missatgeria",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Per ajudar a prevenir el correu brossa al Signal, completeu la verificació.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Després de verificar-ho, podeu continuar enviant missatges. Qualsevol missatge interromput s'enviarà automàticament.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Voleu continuar sense la verificació?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Si decidiu ometre la verificació, és possible que trobeu a faltar missatges d'altres persones i és possible que no s'enviïn missatges vostres.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verificació completa",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Kontrolovat pravopis při psaní zpráv",
"description": "Description of the media permission description"
"message": "Povolit kontrolu pravopisu",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Kontrola pravopisu bude zapnuta po dalším zapnutí Signal.",
@ -1423,6 +1423,10 @@
"message": "Kontrola pravopisu bude vypnuta po dalším zapnutí Signal.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Otevřít pro přihlášení k počítači",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Vymazat data",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Odeslání selhalo",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Odesílání pozastaveno",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Odesláno částečně, klepněte pro zobrazení detailů",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "vyp.",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekund",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekund",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekund",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minuta",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minut",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minut",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 hodina",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 hodin",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 hodin",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 den",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 týden",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Mizející zprávy",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "vyp.",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 týd.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Mizení zpráv vypnuto",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Člen skupiny $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Člen skupiny $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Člen skupin $group1$ a $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Člen skupin $group1$ a $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Člen skupin $group1$, $group2$ a $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Člen skupin $group1$, $group2$ a $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Člen skupin $group1$, $group2$, $group3$ a dalších $remainingCount$ skupin.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Člen skupin $group1$, $group2$, $group3$ a dalších $remainingCount$ skupin",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ vás přidal(a) do skupiny.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Žádné společné skupiny.",
"message": "Žádné společné skupiny",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Žádné společné skupiny. Požadavky pečlivě prověřte.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Odpovědět",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Pokračovat",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Zjistit více",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "S touto osobou nemáte žádné společné skupiny. Požadavky pečlivě ověřte, než žádost schválíte, abyste předešli nevyžádaným zprávám.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "O žádostech o zprávy",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Požadavky důkladně ověřte. Signal našel jiný kontakt se stejným jménem. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Prověřit požadavek",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Prověřit požadavek",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Pokud si nejste jistí, od koho je požadavek, tak prověřte kontakty a proveďte akci.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Požadavek",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Váš kontakt",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Ověřte pro pokračování konverzace",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Dokončete prosím ověření, abyste pomohli s bojem proti spamu.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Po dokončení ověření můžete pokračovat v konverzacích. Všechny pozastavené zprávy budou automaticky odeslány po ověření.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Pokračovat bez ověření?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Pokud se rozhodnete ověření přeskočit, může se stát, že vám uniknou zprávy od jiných osob a vaše zprávy se neodešlou.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Přeskočit ověření",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Ověření dokončeno.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Ověření selhalo. Zkuste to prosím později.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Nepodařilo se smazat zprávu pro všehcny. Zkuste to prosím později.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,17 +1412,21 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Galluogi gwirio sillafu testun a gofnodwyd yn y blwch cyfansoddi negeseuon",
"description": "Description of the media permission description"
"message": "Galluogi sillafwr",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Bydd gwiriad sillafu yn cael ei alluogi y tro nesaf y bydd Signal yn cychwyn.",
"message": "Bydd y sillafwr yn cael ei alluogi y tro nesaf y bydd Signal yn cychwyn.",
"description": "Shown when the user enables spellcheck to indicate that they must restart Signal."
},
"spellCheckWillBeDisabled": {
"message": "Bydd gwirio sillafu wedi'i analluogi y tro nesaf y bydd Signal yn cychwyn.",
"message": "Bydd y sillafwr wedi'i analluogi y tro nesaf y bydd Signal yn cychwyn.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Agor pan mae'r cyfrifiadur yn cychwyn",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Clirio Data",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Methodd yr anfon",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Oedwyd anfon",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Wedi'i hanfon yn rhannol, tapiwch am fanylion",
"description": "Shown on outgoing message if it is partially sent"
@ -1656,7 +1664,7 @@
}
},
"timerSetOnSync": {
"message": "Wedi diweddaru amser negeseuon byrhoedlog i $time$.",
"message": "Diweddarwyd cyfnod negeseuon byrhoedlog i $time$.",
"description": "Message displayed when timer is set on initial link of desktop device.",
"placeholders": {
"time": {
@ -1689,116 +1697,24 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "i ffwrdd",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 eiliad",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 eiliad",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 eiliad",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 munud",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 munud",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "hanner awr",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 awr",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 awr",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 awr",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 diwrnod",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 wythnos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Negeseuon byrhoedlog",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "i ffwrdd",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5e",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10e",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30e",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1a",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6a",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12a",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Negeseuon byrhoedlog wedi'u hanalluogi",
"message": "Negeseuon byrhoedlog wedi'u diffodd",
"description": "Displayed in the left pane when the timer is turned off"
},
"disappearingMessagesDisabledByMember": {
"message": "Analluogodd aelod negeseuon byrhoedlog.",
"message": "Diffoddodd aelod negeseuon byrhoedlog.",
"description": "Displayed in the left pane when the timer is turned off"
},
"disabledDisappearingMessages": {
"message": "Analluogodd $name$ negeseuon byrhoedlog.",
"message": "Diffoddodd $name$ negeseuon byrhoedlog.",
"description": "Displayed in the conversation list when the timer is turned off",
"placeholders": {
"name": {
@ -1808,7 +1724,7 @@
}
},
"youDisabledDisappearingMessages": {
"message": "Rydych wedi analluogi negeseuon byrhoedlog.",
"message": "Diffoddasoch negeseuon byrhoedlog.",
"description": "Displayed in the conversation list when the timer is turned off"
},
"timerSetTo": {
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Aelod o $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Aelod o $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Aelod o $group1$ a $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Aelod o $group1$ a $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Aelod o $group1$, $group2$, a $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Aelod o $group1$, $group2$, a $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Aelod o $group1$, $group2$, $group3$ a $remainingCount$ arall.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Aelod o $group1$, $group2$, $group3$ a $remainingCount$ arall",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "Ychwanegodd $name$ chi at y grŵp.",
@ -3137,6 +3101,10 @@
"message": "Dim grwpiau'n gyffredin",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Dim grwpiau'n gyffredin. Ystyriwch y ceisiadau'n ofalus",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Ateb",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -4724,7 +4692,7 @@
"description": "This is the label for the 'who can edit the group' panel"
},
"ConversationDetails--group-info-info": {
"message": "Dewiswch pwy all olygu enw grŵp, afatar, ac amserydd negeseuon sy'n diflannu.",
"message": "Dewiswch pwy all olygu enw grŵp, afatar, ac amserydd negeseuon byrhoedlog.",
"description": "This is the additional info for the 'who can edit the group' panel"
},
"ConversationDetails--add-members-label": {
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Parhau",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Dysgu rhagor",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Does gennych ddim grwpiau'n gyffredin â'r person yma. Ystyriwch y ceisiadau'n ofalus cyn derbyn negeseuon digroeso.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Ychylch Ceisiadau Neges",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Adolygwch ceisiadau â gofal. Daeth Signal o hyd i gyswllt arall gyda'r un enw. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Adolygu cais",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Adolygu cais",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Os nad ydych yn siŵr o ble ddaw'r cais, adolygwch y cysylltiadau isod a gweithredu.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Gofyn",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Eich cyswllt",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Gwiriwch i barhau sgwrsio",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "I helpu atal sothach ar Signal cwblhewch gwirio os gwelwch yn dda.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Ar ôl gwirio, gallwch barhau i sgwrsio. Bydd unrhyw negeseuon sydd wedi'u oedi yn cael eu hanfon yn awtomatig.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Parhau Heb Wirio?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Os byddwch yn dewis hepgor y gwiriad, efallai byddwch yn methu negeseuon gan bobl eraill ac efallai bydd eich negeseuon chi yn methu ag anfon.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Hepgor gwiriad",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Cwblhawyd gwirio.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Methwyd gwirio, rhowch gynnig arall arni nes ymlaen.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Methwyd dileu y neges i bawb. Rhowch gynnig arall arni nes ymlaen.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Aktiver stavekontrol af beskeder",
"description": "Description of the media permission description"
"message": "Aktiver stavekontrol",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Stavekontrol bliver aktiveret næste gang Signal starter.",
@ -1423,6 +1423,10 @@
"message": "Stavekontrol bliver deaktiveret næste gang Signal starter.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Åbn ved computer-indlogning",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Ryd data",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Send mislykkedes",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send sat på pause",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Delvist sendt, klik for detaljer",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "fra",
"disappearingMessages__off": {
"message": "deaktiveret",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekunder",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekunder",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekunder",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minut",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minutter",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minutter",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 time",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 timer",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 timer",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 dag",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 uge",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Beskeder med tidsudløb",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "fra",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1u",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Beskeder med tidsudløb er déaktiveret",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"member-of-1-group": {
"message": "Medlem af $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"member-of-2-groups": {
"message": "Medlem af $group1$ og $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"member-of-3-groups": {
"message": "Medlem af $group1$, $group2$ og $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"member-of-more-than-3-groups": {
"message": "Medlem af $group1$, $group2$, $group3$ og $remainingCount$ andre",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ tilføjede dig til gruppen",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Ingen grupper til fælles",
"message": "Ingen grupper tilfælles",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Ingen grupper til fælles. Gennemgå anmodninger omhyggeligt.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Svar",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Fortsæt",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Læs mere",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Du har ingen grupper til fælles med denne person. Gennemgå anmodninger nøje, inden du accepterer for at undgå uønskede beskeder.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Ang. Beskedanmodning",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Gennemgå anmodningerne omhyggeligt. Signal fandt en anden kontakt med samme navn. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Gennemgå anmodning",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Gennemgå anmodning",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Hvis du ikke er sikker på hvem forespørgslen er fra, gennemgå kontakterne herunder og vælg en handling.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Forespørgsel",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Din kontakt",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Bekræft for at fortsætte beskedskrivning",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "For at hjælpe med at forhindre spam på Signal, skal du gennemføre bekræftelsen.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Efter bekræftelse kan du fortsætte med at sende beskeder. Alle beskeder, der er sat på pause, sendes automatisk.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Vil du fortsætte uden at bekræfte?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Hvis du vælger at springe bekræftelsen over, kan du gå glip af beskeder fra andre mennesker, og dine beskeder kan muligvis ikke sendes.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Spring bekræftelse over",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Bekræftelse gennemført.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Bekræftelsen mislykkedes. Prøv igen senere.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Beskeden kunne ikke slettes for alle. Prøv igen senere.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -444,7 +444,7 @@
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
},
"debugLogExplanation": {
"message": "Dieses Diagnoseprotokoll wird im Internet veröffentlicht, damit Mitwirkende es einsehen können. Bevor du das Protokoll übermittelst, kannst du es noch einmal überpüfen und bearbeiten.",
"message": "Dieses Diagnoseprotokoll wird im Internet veröffentlicht, damit Mitwirkende es einsehen können. Bevor du das Protokoll übermittelst, kannst du es noch einmal überprüfen und bearbeiten.",
"description": ""
},
"debugLogError": {
@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Rechtschreibprüfung für im Nachrichteneingabefeld eingegebenen Text aktivieren",
"description": "Description of the media permission description"
"message": "Rechtschreibprüfung aktivieren",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Die Rechtschreibprüfung wird beim nächsten Start von Signal aktiviert.",
@ -1423,6 +1423,10 @@
"message": "Die Rechtschreibprüfung wird beim nächsten Start von Signal deaktiviert.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Bei Computeranmeldung öffnen",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Daten löschen",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Versand gescheitert",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Senden pausiert",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Teilweise versendet, für Details anklicken",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "aus",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 Sekunden",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 Sekunden",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 Sekunden",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 Minute",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 Minuten",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 Minuten",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 Stunde",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 Stunden",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 Stunden",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 Tag",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 Woche",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Verschwindende Nachrichten",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "aus",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Verschwindende Nachrichten deaktiviert",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Mitglied von $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Mitglied von $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Mitglied von $group1$ und $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Mitglied von $group1$ und $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Mitglied von $group1$, $group2$ und $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Mitglied von $group1$, $group2$ und $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Mitglied von $group1$, $group2$, $group3$ und $remainingCount$ weiteren.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Mitglied von $group1$, $group2$, $group3$ und $remainingCount$ weiteren",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ hat dich zur Gruppe hinzugefügt.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Keine gemeinsamen Gruppen.",
"message": "Keine gemeinsamen Gruppen",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Keine gemeinsamen Gruppen. Prüfe Anfragen sorgfältig.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Annehmen",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Fortfahren",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Mehr erfahren",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Du hast keine gemeinsamen Gruppen mit dieser Person. Prüfe Anfragen vor dem Annehmen sorgfältig, um ungewollte Nachrichten zu vermeiden.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Mehr zu Unterhaltungsanfragen",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Überprüfe Anfragen sorgfältig. Signal hat einen weiteren Kontakt mit demselben Namen gefunden. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Anfrage prüfen",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Anfrage prüfen",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Falls du dir über die Herkunft der Anfrage unsicher bist, prüfe die folgenden Kontakte und handle entsprechend.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Anfragen",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Dein Kontakt",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verifizieren, um weiterhin zu kommunizieren",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Hilf dabei, Spam auf Signal zu verhindern, und schließe die Verifikation ab.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Nach erfolgter Verifikation kannst du wieder Nachrichten senden. Alle pausierten Nachrichten werden dann automatisch versendet.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Ohne Verifikation fortfahren?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Falls du die Verifikation überspringst, kannst du eventuell keine Nachrichten mehr empfangen oder versenden.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Verifikation überspringen",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verifikation abgeschlossen.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verifikation gescheitert. Bitte versuche es später erneut.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Die Nachricht konnte nicht für alle Teilnehmer gelöscht werden. Bitte versuche es später erneut.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Ενεργοποίηση ορθογραφικού ελέγχου του κειμένου που εισάγεται στο παράθυρο σύνθεσης μηνύματος",
"description": "Description of the media permission description"
"message": "Ενεργοποίηση ορθογραφικού ελέγχου",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Ο ορθογραφικός έλεγχος θα ενεργοποιηθεί κατά την επόμενη εκκίνηση του Signal.",
@ -1423,6 +1423,10 @@
"message": "Ο ορθογραφικός έλεγχος θα απενεργοποιηθεί κατά την επόμενη εκκίνηση του Signal.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Άνοιγμα με το άνοιγμα του υπολογιστή",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Εκκαθάριση δεδομένων",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Αποτυχία αποστολής",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Η αποστολή βρίσκεται σε αναμονή",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Στάλθηκε εν μέρει, κλικ για λεπτομέρειες",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "απενεργοποιημένο",
"disappearingMessages__off": {
"message": "ανενεργό",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 δευτερόλεπτα",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 δευτερόλεπτα",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 δευτερόλεπτα",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 λεπτό",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 λεπτά",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 λεπτά",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 ώρα",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 ώρες",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 ώρες",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 ημέρα",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 εβδομάδα",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Μηνύματα που εξαφανίζονται",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "κλειστό",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5δ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10δ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30δ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1λ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5λ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30λ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1ω",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6ω",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12ω",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1ημ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1εβ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Απενεργοποιήθηκαν τα μηνύματα που εξαφανίζονται",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Μέλος του $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Μέλος του $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Μέλος του $group1$ και $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Μέλος του $group1$ και $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Μέλος του $group1$, $group2$, και $group3$. ",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Μέλος του $group1$, $group2$, και $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Μέλος του $group1$, $group2$, $group3$ και $remainingCount$ ακόμα.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Μέλος του $group1$, $group2$, $group3$ και $remainingCount$ ακόμα",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "Ο/Η $name$ σε πρόσθεσε στην ομάδα.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Καμμία κοινή ομάδα.",
"message": "Καμία κοινή ομάδα",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Χωρίς κοινές ομάδες. Εξέτασε τα αιτήματα προσεκτικά.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Απάντηση",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Συνέχεια",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Μάθε περισσότερα",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Δεν είσαι σε κοινές ομάδες με αυτό το άτομο. Εξέτασε τα αιτήματα προσεκτικά πριν αποδεχτείς, για να γλιτώσεις ανεπιθύμητα μηνύματα.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Σχετικά με τα αιτήματα μηνυμάτων",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Εξέτασε τα αιτήματα προσεκτικά. Το Signal βρήκε μια άλλη επαφή με το ίδιο όνομα. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Εξέταση αιτήματος",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Εξέταση αιτήματος",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Αν δεν είσαι σίγουρος/η από ποιόν είναι το αίτημα, εξέτασε τις παρακάτω επαφές, και κάνε κάποια ενέργεια.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Αίτημα",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Επαφή σου",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Επιβεβαίωσε για να συνεχίσεις να συνομιλείς",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Για να περιορίσουμε το spam στο Signal, παρακαλούμε ολοκλήρωσε την επιβεβαίωση.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Αφού επιβεβαιώσεις, θα μπορέσεις να συνεχίσεις να στέλνεις μηνύματα. Όσα μηνύματα βρίσκονται σε αναμονή θα αποσταλλούν αυτόματα.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Συνέχεια χωρίς επιβεβαίωση;",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Παράλειψη επιβεβαίωσης",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Η επιβεβαίωση ολοκληρώθηκε.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Η επιβεβαίωση απέτυχε. Παρακαλώ προσπάθησε ξανά αργότερα.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Αποτυχία διαγραφής του μηνύματος για όλους. Παρακαλώ προσπάθησε ξανά αργότερα.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Ŝalti literumilon de teksto entajpita en mesaĝa verkejo",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "La literumado ebliĝos, kiam Signal restartos.",
@ -1423,6 +1423,10 @@
"message": "La literumado malebliĝos, kiam Signal restartos.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Forviŝi datumojn",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Sendo malsukcesis",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Nekomplete sendita; alklaku por detaloj",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "malŝaltita",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekundojn",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekundojn",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekundojn",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minuton",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minutojn",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minutojn",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 horon",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 horojn",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 horojn",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 tagon",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 semajnon",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Memviŝontaj mesaĝoj",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "malŝaltita",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1sem",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Memviŝontaj mesaĝoj malŝaltitaj",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Ano de $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Ano de $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Ano de $group1$ kaj $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Ano de $group1$ kaj $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Ano de $group1$, $group2$ kaj $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Ano de $group1$, $group2$ kaj $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Ano de $group1$, $group2$, $group3$ kaj $remainingCount$  pliaj.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Ano de $group1$, $group2$, $group3$ kaj $remainingCount$  pliaj",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ aldonis vin al la grupo.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Neniu komuna grupo.",
"message": "Neniu komuna grupo",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Neniu komuna grupo. Kontroli la petojn zorgeme.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Respondi",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Daŭrigi",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Scii pli",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Vi havas neniun komunan grupon kun tiu homo. Kontroli la petojn zorgeme antaŭ via akcepto por ne sendi nedeziratajn mesaĝojn.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Se vi ne certas pri tiu, kiu faris la peton, vidu la kontaktojn ĉi-sube, kaj elekti tion, kion fari.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Peto",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Via kontakto",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Comprobar la ortografía al escribir el mensaje",
"description": "Description of the media permission description"
"message": "Activar corrección ortográfica",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "El corrector ortográfico se activará al reiniciar Signal.",
@ -1423,6 +1423,10 @@
"message": "El corrector ortográfico se desactivará al reiniciar Signal.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Abrir al iniciar sesión en esta máquina",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Limpiar datos",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Fallo al enviar",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Envío pausado",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "No se ha enviado a tod@s, toca para ver más",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "inactivo",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 segundos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 segundos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 segundos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minuto",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minutos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minutos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 hora",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 horas",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 horas",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 día ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 semana",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Desaparición de mensajes",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "inactivo",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "7 d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Desaparición de mensajes desactivada",
"description": "Displayed in the left pane when the timer is turned off"
@ -1970,7 +1886,7 @@
"description": "The 'next' button text in the 'choose group members' left pane screen"
},
"chooseGroupMembers__maximum-group-size__title": {
"message": "Se alcanzó el número máximo de participantes en el grupo.",
"message": "Se alcanzó el número máximo de participantes en el grupo",
"description": "Shown in the alert when you add the maximum number of group members"
},
"chooseGroupMembers__maximum-group-size__body": {
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Participa en «$group$».",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Participa en «$group$»",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Participa en «$group1$» y «$group2$».",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Participa en «$group1$» y «$group2$»",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Participa en «$group1$», «$group2$» y «$group3$».",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Participa en «$group1$», «$group2$» y «$group3$»",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Participa en «$group1$», «$group2$», «$group3$» y $remainingCount$ grupos más.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Participa en «$group1$», «$group2$», «$group3$» y $remainingCount$ más",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ te ha añadido al grupo.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "No hay grupos en común.",
"message": "Sin grupos en común",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Sin grupos en común. Revisar solicitud.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Atender",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Adelante",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Saber más",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "No tienes grupos en común con esta persona. Revisa siempre cuidadosamente solicitudes de chat antes de aceptarlas para evitar mensajes indeseados.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Más sobre solicitudes de chat",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Revisa las solicitudes cuidadosamente. Signal ha encontrado otra persona con el mismo nombre. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Revisar solicitud",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Revisar solicitud",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Si no sabes quién ha enviado esta solicitud, revisa la lista de personas debajo para tomar la decisión correcta.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Solicitud",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Tu contacto",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verificar para continuar chateando",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Para prevenir el spam en Signal, completa por favor la verificación.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Tras la verificación, podrás seguir enviando mensajes. Todos los mensajes pausados se enviarán.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "¿Continuar sin verificar?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Si decides omitir la verificación, podrás no recibir mensajes de otras personas y el envío de tus mensajes fallará.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Omitir verificación",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verificación completada.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Fallo al verificar. Inténtalo más tarde.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Fallo al eliminar el mensaje para tod@s. Inténtalo más tarde.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Luba sõnumite kasti teksti õigekirja kontroll",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Õigekirja kontroll lubatakse järgmisel Signali käivitamisel.",
@ -1423,6 +1423,10 @@
"message": "Õigekirja kontroll keelatakse järgmisel Signali käivitamisel.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Eemalda andmed",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Saatmine ei õnnestunud",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Osaliselt saadetud, üksikasjade nägemiseks klõpsa",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "väljas",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekundit",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekundit",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekundit",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minut",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minutit",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minutit",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 tund",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 tundi",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 tundi",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 päev",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 nädal",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Kaduvad sõnumid",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "väljas",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1p",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1ndl",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Kaduvad sõnumid on keelatud",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Grupi $group$ liige.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Grupi $group$ liige",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Gruppide $group1$ ja $group2$ liige.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Gruppide $group1$ ja $group2$ liige",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Gruppide $group1$, $group2$ ja $group3$ liige.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Gruppide $group1$, $group2$ ja $group3$ liige",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Gruppide $group1$, $group2$, $group3$ ja $remainingCount$ muu grupi liige.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Gruppide $group1$, $group2$, $group3$ ja $remainingCount$ muu grupi liige",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ lisas sind gruppi.",
@ -3137,6 +3101,10 @@
"message": "Ühised grupid puuduvad",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Vasta",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Jätka",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Rohkem infot",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Kui sa pole kindel, kellelt soov on, siis vaata kontaktid allpool üle ja vali tegevus.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Taotlus",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Sinu kontakt",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Aktibatu ortografia egiaztatzea idazteko kutxaren barruan sartzen den testurako",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Ortografia egiaztatuko da Signal irekitzen den hurrengo aldian.",
@ -1423,6 +1423,10 @@
"message": "Ortografia egiaztatzea desaktibatuko da Signal irekitzen den hurrengo aldian.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Garbitu datuak",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Bidaltzeak huts egin du",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Partzialki bidalia, ukitu xehetasunetarako",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "desgaitu",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 segundo",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 segundo",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 segundo",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "duela minutu 1",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minutu",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minutu",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "ordubete",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 ordu",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 ordu",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "egun 1",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "astebete",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Mezuen desagerpena",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "desgaitu",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "min1",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "ord1",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6ord",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12ord",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "egu1",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "ast1",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Mezuen desagerpena ezgaituta dago",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "$group$ taldeko kidea.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "$group$ taldeko kidea",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "$group1$ eta $group2$ taldeetako kidea.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "$group1$ eta $group2$ taldeetako kidea",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "$group1$, $group2$ eta $group3$ taldeetako kidea.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "$group1$, $group2$ eta $group3$ taldeetako kidea",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "$group1$, $group2$, $group3$ eta $remainingCount$ talde gehiagotako kidea.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "$group1$, $group2$, $group3$ eta $remainingCount$ talde gehiagotako kidea",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ erabiltzaileak taldera gehitu zaitu.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Ez dago komuna den talderik.",
"message": "Ez dago zuen artean komuna den talderik",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Erantzun",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Jarraitu",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Gehiago jakin",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Ziur ez bazaude eskaera nork bidali duen, egiaztatu azpian agertzen diren kontaktuak eta ekintza bat hautatu.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Eskaera",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Zure kontaktua",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "فعال سازی کنترل املاء متن وارد شده در باکس پیام نویسی",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "در اجرای بعدی سیگنال بررسی املائی فعال خواهد شد",
@ -1423,6 +1423,10 @@
"message": "در اجرای بعدی سیگنال بررسی املائی غیرفعال خواهد شد",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "پاک سازی داده",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "ارسال ناموفق بود",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "ارسال متوقف شد",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "به صورت ناقص ارسال شد، برای جزئیات کلیک کنید",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "خاموش",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 ثانیه",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 ثانیه",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 ثانیه",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 دقیقه",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 دقیقه",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 دقیقه",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 ساعت",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 ساعت",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 ساعت",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 روز",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 هفته",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "پیام‌های نابود شونده",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "خاموش",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 ثانیه",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 ثانیه",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 ثانیه",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 دقیقه",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 دقیقه",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 دقیقه",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 ساعت",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 ساعت",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 ساعت",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 روز",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 هفته",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "پیام های نابود شونده غیر فعال شدند",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "عضو از $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "عضو $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "عضو از $group1$ و $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "عضو $group1$ و $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "عضو از $group1$، $group2$ و $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "عضو $group1$، $group2$ و $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ شما را به گروه اضافه کرد. ",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "هیچ گروه مشترکی وجود ندارد.",
"message": "هیچ گروه مشترکی وجود ندارد",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "هیچ گروه مشترکی وجود ندارد. درخواست‌ها را با دقت بازبینی کنید.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "پاسخ دهید",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "ادامه",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "بیشتر یاد بگیرید",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "شما هیچ گروه مشترکی با این فرد ندارید. پرای جلوگیری از پیام‌های ناخواسته، پیش از قبول درخواست‌ها، آن‌ها را با دقت بررسی کنید.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "درباره درخواست‌های تبادل پیام",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "اگر مطمئن نیستید که فرستندهٔ درخواست چه کسی است، مخاطبین را در پایین مرور کنید و اقدام لازم را انجام دهید.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "درخواست",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "مخاطب شما",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "برای ادامهٔ پیام‌‌رسانی تأیید کنید",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "برای کمک به جلوگیری از هرزنگاری یا اسپم در سیگنال، لطفاً تأیید را کامل کنید.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "پس از تأیید کردن، می‌توانید به پیام‌رسانی ادامه دهید. هر پیام متوقف شده‌ای به صورت خودکار ارسال خواهد شد.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Oikolue kirjoituskentän sisältö",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Oikeinkirjoituksen tarkistus otetaan käyttöön seuraavan kerran, kun Signal käynnistyy.",
@ -1423,6 +1423,10 @@
"message": "Oikeinkirjoituksen tarkistus poistetaan käytöstä seuraavan kerran, kun Signal käynnistyy.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Tietojen poisto",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Lähetys epäonnistui",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Lähetys keskeytetty",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Osittain lähetetty, napsauta nähdäksesi lisätietoja",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "pois päältä",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekuntia",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekuntia",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekuntia",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minuutti",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minuuttia",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minuuttia",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 tunti",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 tuntia",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 tuntia",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 päivä",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 viikko",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Katoavat viestit",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "pois päältä",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 pv",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 vk",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Katoavat viestit poistettu käytöstä",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Jäsen ryhmässä $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Jäsen ryhmässä $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Jäsen ryhmissä $group1$ ja $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Jäsen ryhmissä $group1$ ja $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Jäsen ryhmissä $group1$, $group2$ ja $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Jäsen ryhmissä $group1$, $group2$ ja $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Jäsen ryhmissä $group1$, $group2$, $group3$ ja $remainingCount$ muussa.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Jäsen ryhmissä $group1$, $group2$, $group3$ ja $remainingCount$ muussa",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ lisäsi sinut ryhmään.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Ei yhteisiä ryhmiä.",
"message": "Ei yhteisiä ryhmiä",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Ei yhteisiä ryhmiä. Tarkista pyynnöt huolellisesti.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Vastaa",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Jatka",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Lue lisää",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Et kuulu samoihin ryhmiin tämän henkilön kanssa. Käy pyynnöt tarkasti läpi ennen hyväksymistä vältääksesi epätoivotut viestit.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Tietoa viestipyynnöistä",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Jos et ole varma lähettäjän henkilöllisyydestä, tarkista henkilötiedot alta.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Pyyntö",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Yhteystietosi",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Activer la vérification de lorthographe du texte saisi dans la fenêtre de rédaction des messages",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "La vérification orthographique sera activée au prochain démarrage de Signal.",
@ -1423,6 +1423,10 @@
"message": "La vérification orthographique sera désactivée au prochain démarrage de Signal.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Suppression des données",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Échec denvoi",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Envoyé partiellement, cliquer pour obtenir des détails",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "Désactivés",
"disappearingMessages__off": {
"message": "désactivé",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 secondes",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 secondes",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 secondes",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minute",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minutes",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minutes",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 heure",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 heures",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 heures",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 jour",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 semaine",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Messages éphémères",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "Désactivés",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 j",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 sem.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Les messages éphémères sont désactivés",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Membre de $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Membre de $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Membre de $group1$ et $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Membre de $group1$ et $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Membre de $group1$, $group2$ et $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Membre de $group1$, $group2$ et $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Membre de $group1$, $group2$, $group3$ et $remainingCount$ autres.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Membre de $group1$, $group2$, $group3$ et $remainingCount$ autres",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ vous a ajouté au groupe.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Aucun groupe en commun.",
"message": "Aucun groupe en commun",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Répondre",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Poursuivre",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "En apprendre davantage",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Si vous nêtes pas certain de qui la demande provient, examinez les contacts ci-dessous et agissez en conséquence.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Demande",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Votre contact",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "אפשר בדיקת איות של מלל המוכנס בתיבת חיבור הודעה",
"description": "Description of the media permission description"
"message": "אפשר בדיקת איות",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "בדיקת איות תאופשר בפעם הבאה ש־Signal יופעל.",
@ -1423,6 +1423,10 @@
"message": "בדיקת איות תושבת בפעם הבאה ש־Signal יופעל.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "פתח בכניסה אל המחשב",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "נקה נתונים",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "שליחה נכשלה",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "שליחה מושהית",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "נשלח חלקית, לחץ לפרטים",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "כבוי",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 שניות",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 שניות",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 שניות",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "דקה 1",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 דקות",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 דקות",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "שעה 1",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 שעות",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 שעות",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "יום 1",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "שבוע 1",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "הודעות נעלמות",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "כבוי",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 ש'",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 ש'",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 ש'",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 ד'",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 ד'",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 ד'",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 שע'",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 שע'",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 שע'",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 י'",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 שב'",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "הודעות נעלמות מושבתות",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "חבר קבוצה של $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "חבר קבוצה של $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "חבר קבוצה של $group1$ ושל $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "חבר קבוצה של $group1$ ושל $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "חבר קבוצה של $group1$, $group2$, ושל $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "חבר קבוצה של $group1$, $group2$, ושל $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "חבר קבוצה של $group1$, $group2$, $group3$ ושל עוד $remainingCount$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "חבר קבוצה של $group1$, $group2$, $group3$ ושל עוד $remainingCount$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ הוסיף אותך אל הקבוצה.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "אין קבוצות במשותף.",
"message": "אין קבוצות במשותף",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "אין קבוצות משותפות. סקור בקשות בזהירות.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "ענה",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "המשך",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "למד עוד",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "אין לך קבוצות משותפות עם האיש הזה. סקור בקשות בזהירות טרם אישור שלהן כדי להימנע מהודעות בלתי רצויות.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "על אודות בקשות הודעה",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "סקור בקשות בזהירות. Signal מצא איש קשר אחר עם אותו שם. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "סקור בקשה",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "סקור בקשה",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "אם אינך בטוח ממי הבקשה, סקור את חברי הקבוצה למטה ונקוט בפעולה.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "בקשה",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "איש הקשר שלך",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "וודא כדי להמשיך להתכתב",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "כדי לעזור למנוע זבל ב־Signal, אנא השלם וידוא.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "לאחר וידוא, אתה יכול להמשיך להתכתב. הודעות מושהות כלשהן יישלחו באופן אוטומטי.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "להמשיך בלי לוודא?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "אם תבחר לדלג על וידוא, ייתכן שתחמיץ הודעות מאנשים אחרים וההודעות שלך ייכשלו להישלח.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "דלג על וידוא",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "וידוא הושלם.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "הוידוא נכשל. אנא נסה שוב מאוחר יותר.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "נכשל במחיקת הודעה עבור כולם. אנא נסה שוב מאוחר יותר.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "मेसेज संयोजन बॉक्स के शब्दों पर अक्षर जाँच सक्षम करें",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "स्पेल चेक अगली बार Signal के शुरू होने पर एनेबल किया जाएगा।",
@ -1423,6 +1423,10 @@
"message": "स्पेल चेक अगली बार Signal के शुरू होने पर डिसेबल किया जाएगा।",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "डाटा हटाएँ",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "भेजना असफल रहा",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "आंशिक रूप से भेजा गया, विवरण के लिए क्लिक करें",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "बंद",
"disappearingMessages__off": {
"message": "बंद ",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 सेकंड",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 सेकंड",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 सेकंड",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 मिनट",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 मिनट",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 मिनट",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 घंटा",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 घंटे",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 घंटे",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 दिन",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 सप्ताह",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "गायब होने वाले मेसेज",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "बंद",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5से",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 एस",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30से",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 मी",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 मी",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 मी",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 घंटे",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 घंटे",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 घंटे",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1दि",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 सप्ताह",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "मेसेज जो गायब हो जाते हैं अक्षम",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"member-of-1-group": {
"message": "$group$ के मेंबर।",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"member-of-2-groups": {
"message": "$group1$ और $group2$के मेंबर।",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"member-of-3-groups": {
"message": "$group1$, $group2$, और $group3$ के मेंबर।",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"member-of-more-than-3-groups": {
"message": "$group1$, $group2$, $group3$ और $remainingCount$ अधिक।",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ ने आपको ग्रुप में शामिल किया।",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "कोई साझा समूह नहीं ",
"message": "कोई साझा ग्रुप नहीं ",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "उत्तर",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "आगे ",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "अधिक जानें",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "अगर आप इस निवेदन को भेजने वाले के बारे में निश्चित नहीं हों, तो निचे दिए गए संपर्कों की समीक्षा करें और कार्रवाई करें।",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "निवेदन ",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "आपकी संपर्क जानकारी ",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Omogućite provjeru pravopisa unesenog teksta u okviru za sastavljanje poruke",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Provjera pravopisa bit će omogućena sljedeći put kada pokrenete Signal.",
@ -1423,6 +1423,10 @@
"message": "Provjera pravopisa bit će onemogućena sljedeći put kada pokrenete Signal.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Brisanje podataka",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Slanje nije uspjelo",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Djelomično poslano, pritisnite za detalje",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "isključeno",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekundi",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekundi",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekundi",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minuta",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minuta",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minuta",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 sat",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 sati",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 sati",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 dan",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 tjedan",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Poruke koje nestaju",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "isključeno",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1tj",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Poruke koje nestaju su onemogućene",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Član/ica $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Član/ica $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Član/ica $group1$ i $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Član/ica $group1$ i $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Član/ica $group1$, $group2$ i $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Član/ica $group1$, $group2$ i $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Član/ica $group1$, $group2$, $group3$ i još $remainingCount$ dodatnih grupa/e.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Član/ica $group1$, $group2$, $group3$ i još $remainingCount$ dodatnih grupa/e",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ vas je dodao u grupu.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Nema zajedničkih grupa.",
"message": "Nema zajedničkih grupa",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Odgovori",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Nastavi",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Saznajte više",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Ako niste sigurni od koga je zahtjev, pregledajte kontakte u nastavku i poduzmite radnje.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Zahtjev",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Vaš kontakt",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Az üzenetíró dobozba gépelt szöveg helyesírás-ellenőrzésének engedélyezése",
"description": "Description of the media permission description"
"message": "Helyesírás-ellenőrzés engedélyezése",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "A helyesírás-ellenőrzés a Signal újraindítását követően lesz engedélyezve.",
@ -1423,6 +1423,10 @@
"message": "A helyesírás-ellenőrzés a Signal újraindítását követően lesz kikapcsolva.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Megnyitás a számítógép indításakor",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Adatok törlése",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Küldés sikertelen",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Küldés felfüggesztve",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Részlegesen elküldve, kattints a részletekért",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "ki",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 másodperc",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 másodperc",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 másodperc",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 perc",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 perc",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 perc",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 óra",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 óra",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 óra",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 nap",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 hét",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Eltűnő üzenetek",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "ki",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5mp",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10mp",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30mp",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1p",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5p",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30p",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1ó",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6ó",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12ó",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1n",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Eltűnő üzenetek letiltva",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "$group$ tagja.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "$group$ tagja",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "$group1$ és $group2$ tagja.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "$group1$ és $group2$ tagja",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "$group1$, $group2$ és $group3$ tagja.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "$group1$, $group2$ és $group3$ tagja",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "$group1$, $group2$, $group3$ és további $remainingCount$ csoport tagja.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "$group1$, $group2$, $group3$ és további $remainingCount$ csoport tagja",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ hozzáadott a csoporthoz.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Nincs közös csoportotok.",
"message": "Nincsenek közös csoportok",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Nincs közös csoportotok. A kérelmeket óvatosan tekintsd át.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Válasz",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Folytatás",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "További információ",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Nincsenek közös csoportjaid ezzel a személlyel. Ellenőrizd a kérelmeket figyelmesen elfogadás előtt, hogy elkerüld a nem kívánt üzeneteket.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "A csevegési felkérésekről",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Légy óvatos a csevegési felkérések áttekintése során. A Signal egy másik kontaktot talált azonos névvel. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Kérés áttekintése",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Kérés áttekintése",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Ha nem vagy benne biztos, hogy kitől is érkezett a kérés, akkor érdemes áttekinteni az alábbi kontaktokat döntés előtt!",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Kérés",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Saját profil",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Az üzenetküldés folytatásához ellenőrzés szükséges",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "A Signal hálózatán küldött kéretlen üzenetek megelőzése érdekében kérlek végezd el az alábbi ellenőrzést!",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Az ellenőrzést követően folytathatod az üzenetküldést. Az összes felfüggesztett üzenetet automatikusan elküldjük.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Folytatod ellenőrzés nélkül?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Ha az ellenőrzés kihagyását választod, előfordulhat, hogy nem kapsz meg üzeneteket, illetve nem tudod elküldeni őket.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Ellenőrzés kihagyása",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Ellenőrzés kész.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Az ellenőrzés sikertelen. Próbáld újra később!",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Nem sikerült mindenkinél törölni az üzenetet. Próbáld újra később!",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Aktifkan pengecek ejaan dari teks yang dimasukkan dalam pesan",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Pengecek ejaan aktif saat Signal diaktifkan kembali.",
@ -1423,6 +1423,10 @@
"message": "Pengecek ejaan akan padam saat Signal diaktifkan kembali.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Bersihkan data",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Pengiriman gagal",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Terkirim sebagian, klik untuk detail",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "padam",
"disappearingMessages__off": {
"message": "mati",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 detik",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 detik",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 detik",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 menit",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 menit",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 menit",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 jam",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 jam",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 jam",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 hari",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 minggu",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Menghilangkan pesan",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "padam",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1j",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6j",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12j",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1mg",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Penghilangan pesan dinonaktifkan",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Anggota dari $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Anggota dari $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Anggota dari $group1$ dan $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Anggota dari $group1$ dan $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Anggota dari $group1$, $group2$, dan $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Anggota dari $group1$, $group2$, dan $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Anggota dari $group1$, $group2$,$group3$ dan $remainingCount$ lainnya.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Anggota dari $group1$, $group2$,$group3$ dan $remainingCount$ lainnya",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ menambahkan Anda ke grup.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Tidak ada grup yang sama.",
"message": "Tidak ada grup yang sama",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Tidak ada grup yang sama. Periksa permintaan secara hati-hati.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Jawab",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Lanjut",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Pelajari lebih lanjut",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Jika anda tidak yakin dari mana permintaannya berasal, tinjau kontak-kontak dibawah dan ambil tindakan.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Permintaan",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Kontak Anda",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Leyfa villupúka að laga texta sem er skrifaður",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Villupúki verður vikjaður næst þegar Signal er ræst.",
@ -1423,6 +1423,10 @@
"message": "Villupúki verður óvirkur næst þegar Signal er ræst.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Hreinsa gögn",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Sending mistókst",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Sending í bið",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Sent að hluta, smelltu fyrir nánari upplýsingar",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "slökkt",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekúndur",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekúndur",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekúndur",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 mínúta",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 mínútur",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 mínútur",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 klukkustund",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 klukkustundir",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 klukkustundir",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 dagur",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 vika",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Sjálfeyðandi skilaboð",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "slökkt",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5sek",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10sek",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30sek",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1mín",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5mín",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30mín",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1klst",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6klst",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12klst",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1v",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Sjálfeyðandi skilaboð eru óvirk",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Meðlimur í $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Meðlimur í $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Meðlimur í $group1$ og $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Meðlimur í $group1$ og $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Meðlimur í $group1$, $group2$ og $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Meðlimur í $group1$, $group2$ og $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Meðlimur í $group1$, $group2$, $group3$ og $remainingCount$ til viðbótar.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Meðlimur í $group1$, $group2$, $group3$ og $remainingCount$ til viðbótar",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ bætti þér í hópinn.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Engir sameiginlegir hópar.",
"message": "Engir sameiginlegir hópar",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Engir sameiginlegir hópar. Yfirfarðu beiðnir vandlega.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Svara",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Áfram",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Kanna nánar",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Þú átt enga hópa sameiginlega með þessum aðila. Yfirfarðu beiðnir vandlega áður en þú samþykkir þær til að forðast að fá óumbeðin skilaboð.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Um beiðnir um skilaboð",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Ef þú ert ekki viss um frá hverjum beiðnin er, skaltu yfirfara tengiliðina hér fyrir neðan og ákveða einhverja aðgerð.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Beiðni",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Tengiliðurinn þinn",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Sannreyna til að halda áfram samskiptum",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Til að koma í veg fyrir ruslsendingar í Signal skaltu ljúka sannvottun.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Eftir sannvottun geturðu haldið áfram samskiptum. Öll skilaboð sem bíða verða þá sjálfkrafa send.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Halda áfram án þess að sannreyna?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Ef þú velur að sleppa sannvottun, gætirðu misst af skilaboðum frá öðrum og skilaboðin þín gætu misfarist.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Sannvottun lokið.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Abilita il controllo ortografico del testo inserito nella casella di composizione",
"description": "Description of the media permission description"
"message": "Attiva il controllo ortografico",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Il controllo ortografico verrà abilitato al successivo avvio di Signal.",
@ -1423,6 +1423,10 @@
"message": "Il controllo ortografico verrà disabilitato al successivo avvio di Signal.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Apri all'accesso del computer",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Rimuovi dati",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Invio non riuscito",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Invio in pausa",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Parzialmente inviato, clicca per i dettagli",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "off",
"disappearingMessages__off": {
"message": "spento",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 secondi",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 secondi",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 secondi",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minuto",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minuti",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minuti",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 ora",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 ore",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 ore",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 giorno",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 settimana",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Messaggi a scomparsa",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "off",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 ora",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 ore",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 ore",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 giorno",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 set",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Messaggi a scomparsa disabilitati",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Membro di $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Membro di $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Membro di $group1$ e $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Membro di $group1$ e $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Membro di $group1$, $group2$, e $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Membro di $group1$, $group2$, e $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Membro di $group1$, $group2$, $group3$ e altri $remainingCount$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Membro di $group1$, $group2$, $group3$ e altri $remainingCount$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ ti ha aggiunto al gruppo.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Nessun gruppo in comune.",
"message": "Nessun gruppo in comune",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Nessun gruppo in comune. Controlla attentamente le richieste.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Rispondi",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Continua",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Scopri di più",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Non hai nessun gruppo in comune con questa persona. Controlla attentamente le richieste prima di accettarle per evitare messaggi indesiderati.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Informazioni sulle richieste di messaggi",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Controlla attentamente le richieste. Signal ha trovato un altro contatto con lo stesso nome. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Controlla richieste",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Controlla richieste",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Se non sei sicuro della provenienza della richiesta, controlla i contatti di seguito e agisci.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Richiesta",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Tuo contatto",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verifica per continuare a inviare messaggi",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Per aiutare a prevenire lo spam su Signal, completa la verifica.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Dopo la verifica, puoi continuare a inviare messaggi. Tutti i messaggi in pausa verranno inviati automaticamente.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continuare senza verificare?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Se scegli di saltare la verifica, potresti perdere i messaggi di altre persone e i tuoi messaggi potrebbero non essere inviati.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Salta verifica",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verifica completata.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verifica fallita. Riprova più tardi.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Impossibile eliminare il messaggio per tutti. Riprova più tardi.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "メッセージボックスに入力されたテキストのスペルチェックを有効にする",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "スペルチェックはSignalの再起動後に有効になります。",
@ -1423,6 +1423,10 @@
"message": "スペルチェックはSignalの再起動後に無効になります。",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "データの削除",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "送信できませんでした",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "送信を保留しました",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "一部だけ送信しました。タップして詳細を表示",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "オフ",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5秒",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10秒",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30秒",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1分",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5分",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30分",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1時間",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6時間",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12時間",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1日",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1週間",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "消えるメッセージ",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "オフ",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5秒",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10秒",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30秒",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1分",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5分",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30分",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1時間",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6時間",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12時間",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1日",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1週間",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "消えるメッセージを無効にされました",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"member-of-1-group": {
"message": "$group$のメンバー",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"member-of-2-groups": {
"message": "$group1$と$group2$のメンバー",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"member-of-3-groups": {
"message": "$group1$、$group2$、$group3$のメンバー",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"member-of-more-than-3-groups": {
"message": "$group1$、$group2$、$group3$、他$remainingCount$グループのメンバー",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$があなたをグループに追加しました。",
@ -3137,6 +3101,10 @@
"message": "共通のグループはありません",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "共通のグループはありません。慎重に申請を確認してください。",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "応答する",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "続ける",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "詳しく見る",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "この人と共通のグループがありません。望まないメッセージを避けるため、申請は慎重に確認してください。",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "メッセージ申請について",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "この申請者が誰であるか不確かな場合、以下の連絡先を確認して対応してください。",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "申請",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "あなたの連絡先",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "メッセージ送受信のため認証してください",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Signalが迷惑メッセージを回避するために、認証を完了していください。",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "認証後は、メッセージの送受信を再開できます。保留されたメッセージは、自動で送信されます。",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "認証なしに続けますか?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "認証をスキップすると、メッセージの送受信に失敗するかもしれません。",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "認証完了",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "បើកការត្រួតពិនិត្យអក្ខរាវិរុទ្ធនៃពាក្យដែលបានបញ្ចូលក្នុងប្រអប់ផ្ញើសារ",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "ការត្រួតពិនិត្យអក្ខាវិរុទ្ធ នឹងត្រូវបើកនៅពេល Signal ដំណើរការលើកក្រោយ។",
@ -1423,6 +1423,10 @@
"message": "ការត្រួតពិនិត្យអក្ខាវិរុទ្ធ នឹងត្រូវបិទនៅពេល Signal ដំណើរការលើកក្រោយ។",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "សំអាតទិន្នន័យ",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "ផ្ញើបរាជ័យ",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Partially sent, click for details",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "បិទ",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 វិនាទី",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 វិនាទី",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 វិនាទី",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 នាទី",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 នាទី",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 នាទី",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 ម៉ោង",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 ម៉ោង",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 ម៉ោង",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 ថ្ងៃ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 សប្តាហ៍",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "សារបាត់ទៅវិញ",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "បិទ",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5វិ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10វិ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30វិ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1ន",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5ន",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30ន",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1ម",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6ម",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12ម",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1ថ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1ស",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "សារបាត់ទៅវិញបានបិទ",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Member of $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "សមាជិកនៃ $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Member of $group1$ and $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "សមាជិកនៃ $group1$ និង$group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Member of $group1$, $group2$, and $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "សមាជិកនៃ $group1$, $group2$, និង$group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ added you to the group.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "No groups in common.",
"message": "គ្មានក្រុមរួម",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "ឆ្លើយតប",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "បន្ត",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "សិក្សាបន្ថែម",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "If you're not sure who the request is from, review the contacts below and take action.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Request",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Your contact",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Enable spell check of text entered in message composition box",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Spell check will be enabled the next time Signal starts.",
@ -1423,6 +1423,10 @@
"message": "Spell check will be disabled the next time Signal starts.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Clear Data",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "ಕಳಿಸಲು ವಿಫಲವಾಯಿತು",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Partially sent, click for details",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "ಆರಿಸು",
"disappearingMessages__off": {
"message": "ಆಫ಼್",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 seconds",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 seconds",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 seconds",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 ನಿಮಿಷ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minutes",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minutes",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 ಗಂಟೆ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 hours",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 hours",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 ದಿನ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 ವಾರ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "ಕಣ್ಮರೆಯಾಗುವ ಸಂದೇಶಗಳು",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "ಆರಿಸು",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 ನಿಮಿಷ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 ನಿಮಿಷಗಳು",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 ನಿಮಿಷಗಳು",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 ಗಂಟೆ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 ಗಂಟೆ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 ದಿನ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 ವಾರ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "ಕಣ್ಮರೆಯಾಗುತ್ತಿದೆ ಸಂದೇಶಗಳು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Member of $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "$group$ ರ ಸದಸ್ಯ",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Member of $group1$ and $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "$group1$ ಮತ್ತು $group2$ ರ ಸದಸ್ಯ",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Member of $group1$, $group2$, and $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "$group1$, $group2$, ಮತ್ತು $group3$ ರ ಸದಸ್ಯ",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ added you to the group.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "ಯಾವುದೇ ಗುಂಪುಗಳು ಸಾಮಾನ್ಯವಾಗಿಲ್ಲ.",
"message": "No groups in common",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "ಉತ್ತರಿಸಿ",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "ಮುಂದುವರಿಸಿ",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "ವಿನಂತಿ ಯಾರೆಂದು ನಿಮಗೆ ಖಚಿತವಿಲ್ಲದಿದ್ದರೆ, ಕೆಳಗಿನ ಸಂಪರ್ಕಗಳನ್ನು ಪರಿಶೀಲಿಸಿ ಮತ್ತು ಕ್ರಮ ತೆಗೆದುಕೊಳ್ಳಿರಿ.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "ಕೋರಿಕೆ",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "ನಿಮ್ಮ ಸಂಪರ್ಕ",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "메시지 작성 박스에 입력된 텍스트의 맞춤법 검사를 허용",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "다음에 Signal을 시작할 때 맞춤법 검사가 활성화됩니다.",
@ -1423,6 +1423,10 @@
"message": "다음에 Signal을 시작할 때 맞춤법 검사가 비활성화됩니다.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "데이터 비우기",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "보내기 실패",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "부분적으로 전송되었습니다. 자세한 내용을 보려면 클릭하세요.",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "끄기",
"disappearingMessages__off": {
"message": "꺼짐",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5초",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10초",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30초",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1분",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5분",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30분",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1시간",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6시간",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12시간",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1일",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1주",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "사라지는 메시지",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "끄기",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5초",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10초",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30초",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1분",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5분",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30분",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1시간",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6시간",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12시간",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1일",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1주",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "사라지는 메시지 기능 꺼짐",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "$group$의 멤버입니다.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "$group$멤버",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "$group1$ 및 $group2$의 멤버입니다.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "$group1$ 및 $group2$ 멤버",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "$group1$, $group2$ 및 $group3$의 멤버입니다.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "$group1$, $group2$ 및 $group3$멤버",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "$group1$, $group2$, $group3$ 및 $remainingCount$개 이상 그룹의 멤버입니다.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "$group1$, $group2$, $group3$ 및 $remainingCount$개 이상 그룹의 멤버입니다",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ 님이 나를 그룹에 추가했습니다.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "공통된 그룹이 없습니다.",
"message": "공통 그룹 없음",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "응답",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "계속",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "더 알아보기",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "요청의 출처가 확실하지 않은 경우 아래 연락처를 검토하고 조치를 취하세요.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "요청",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "연락처",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Enable spell check of text entered in message composition box",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Spell check will be enabled the next time Signal starts.",
@ -1423,6 +1423,10 @@
"message": "Spell check will be disabled the next time Signal starts.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Daneyan paqij bike",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Nehate şandin",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Bi qismî hate şandin, ji bo hûrgiliyan lê bitikîne",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "girtî",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 saniye",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 saniye",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 saniye",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 deqe",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 deqe",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 deqe",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 saet",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 saet",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 saet",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 roj",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 hefte",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Peyamên wenda dibin",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "girtî",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5sn",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10sn",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30sn",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1dq",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5dq",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30dq",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1r",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Peyamên wenda dibin neçalak e",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Endamê koma $group$'ê.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Endamê koma $group$'ê",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Endamê komên $group1$ û $group2$'ê.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Endamê komên $group1$ û $group2$'ê",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Endamê $group1$, $group2$ û $group3$'ê.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Endamê komên $group1$, $group2$ û $group3$'ê",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Endamê komên $group1$, $group2$, $group3$ û $remainingCount$ komên din.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Endamê komên $group1$, $group2$, $group3$ û $remainingCount$ komên din",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$, te tevlî komê kir.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Komên hevpar tune.",
"message": "Ti komên we yên hevpar tune",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Bibersivîne",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Bidomîne",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Zêdetir bizane",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Heger hun nebawerin daxwaz ji alîyê kê wa hatiye, endamên li jêr binirxînin û tevbigerin.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Daxwaz",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Kesê te",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Enable spell check of text entered in message composition box",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "ກວດກາ ການສະແປວ ເພືອຈະບໍມີບັນຫາ ໂອການຫນ້າ ເມື່ອສີກຫນໍເລີມທຳງານ.",
@ -1423,6 +1423,10 @@
"message": "ການກວດສອບ ການສະກົດຄຳຈະຖືກປິດໄຊ້ງານ ເວລາສີກຫນໍເລີມມີການເຊື່ອມຕໍ່",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "ຈັດແຈ້ງຂໍ້ມູນດາຕ່າ",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "ການສົ່ງລົ້ມເຫລວ",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "ກົດສົ່ງບາງສວ່ນ ສຳລັບລາຍລະອຽດ",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "ປິດ",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 ວິນາທີ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 ວິນາທີ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 ວິນາທີ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 ນາທີ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 ນາທີ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 ນາທີ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 ຊົ່ວ​ໂມງ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 ຊົ່ວ​ໂມງ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 ຊົ່ວ​ໂມງ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 ມື້",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 ອາທິດ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "ຂໍ້ຄວາມທີຫາຍໄປ",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "ປິດ",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 ວິນາທີ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 ວິນາທີ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 ວິນາທີ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 ນາທີ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 ນາທີ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 ນາທີ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 ຊົ່ວໂມງ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 ຊົ່ວໂມງ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 ຊົ່ວໂມງ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 ມື້",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 ອາທິດ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "ປີດການໄຊ້ງານຂໍ້ຄວາມທີຫາຍໄປ",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"member-of-1-group": {
"message": "ສຳມະຊີກຂອງ $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"member-of-2-groups": {
"message": "ສຳມະຊີກຂອງ $group1$ ແລະ $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "ສຳມະຊີກຂອງ $group1$, $group2$, ແລະ $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "ສຳມະຊີກຂອງ $group1$, $group2$, ແລະ $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "ສຳມະຊີກຂອງ $group1$, $group2$, $group3$ ແລະ $remainingCount$ ຕື່ມອີກ.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "ສຳມະຊີກຂອງ $group1$, $group2$, $group3$ ແລະ $remainingCount$ ຕື່ມອີກ",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ ເພີມກຸ່ມຂອງທ່ານ",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "No groups in common.",
"message": "No groups in common",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "ຄຳຕອບ",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "ສືບຕໍ່",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Learn more",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "If you're not sure who the request is from, review the contacts below and take action.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Request",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Your contact",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -444,7 +444,7 @@
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
},
"debugLogExplanation": {
"message": "Šis žurnalas bus viešai paskelbtas internete talkininkams peržiūrėti. Jūs galite jį išnagrinėti ir prieš pateikdami paredaguoti.",
"message": "Šis žurnalas bus viešai paskelbtas internete talkininkams peržiūrėti. Jūs galite jį išnagrinėti ir, prieš pateikdami, paredaguoti.",
"description": ""
},
"debugLogError": {
@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Įjungti rašybos tikrinimą tekstui, kuris įvedamas į žinutės rašymo langelį",
"description": "Description of the media permission description"
"message": "Įjungti rašybos tikrinimą",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Rašybos tikrinimas bus įjungtas, kitą kartą paleidus Signal.",
@ -1423,6 +1423,10 @@
"message": "Rašybos tikrinimas bus išjungtas, kitą kartą paleidus Signal.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Atverti, įjungiant kompiuterį",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Išvalyti duomenis",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Išsiuntimas nepavyko",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Siuntimas pristabdytas",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Dalinai išsiųsta, spustelėkite išsamesnei informacijai",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "išjungta",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekundės",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekundžių",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekundžių",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minutė",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minutės",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minučių",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 valanda",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 valandos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 valandų",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 diena",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 savaitė",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Išnykstančios žinutės",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "išjungta",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 sek.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 sek.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 sek.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 min.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 min.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 min.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 val.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 val.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 val.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 d.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 sav.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Išnykstančios žinutės išjungtos",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "$group$ grupės narys.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "$group$ grupės narys",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "$group1$ ir $group2$ grupių narys.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "$group1$ ir $group2$ grupių narys",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "$group1$, $group2$ ir $group3$ grupių narys.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "$group1$, $group2$ ir $group3$ grupių narys",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "$group1$, $group2$, $group3$ ir dar $remainingCount$ grupių narys.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "$group1$, $group2$, $group3$ ir dar $remainingCount$ grupių narys",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ pridėjo jus į grupę.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Nėra bendrų grupių.",
"message": "Nėra bendrų grupių",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Nėra jokių bendrų grupių. Atidžiai peržiūrėkite prašymus.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Atsakyti",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Tęsti",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Sužinoti daugiau",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Jūs su šiuo žmogumi neturite jokių bendrų grupių. Prieš priimdami, atidžiai peržiūrėkite prašymus, kad išvengtumėte nepageidaujamų žinučių.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Apie žinučių užklausas",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Atidžiai peržiūrėkite prašymus. Signal rado kitą adresatą tokiu pačiu vardu. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Peržiūrėti užklausą",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Peržiūrėkite užklausą",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Jei nesate tikri, nuo ko yra gautas prašymas, peržiūrėkite žemiau esančius adresatus ir imkitės veiksmų.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Prašyti",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Jūsų adresatas",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Patvirtinkite, norėdami tęsti susirašinėjimą",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Siekdami neleisti brukalo Signal programėlėje, prašome jūsų užbaigti patvirtinimą.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Po patvirtinimo galėsite tęsti susirašinėjimą. Visos pristabdytos žinutės bus automatiškai išsiųstos.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Tęsti be patikrinimo?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Jei pasirinksite praleisti patvirtinimą, galite negauti žinučių iš kitų žmonių, o jūsų žinučių gali nepavykti išsiųsti.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Praleisti patvirtinimą",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Patikrinimas užbaigtas.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Patvirtinimas nepavyko. Vėliau bandykite dar kartą.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Nepavyko ištrinti žinutės visiems. Vėliau bandykite dar kartą.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Вклучи проверка на текст за внесените пораки во кутивчето за испраќање",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Проверката на текст ќе биде вклучена наредниот пат штом го стартувате Signal",
@ -1423,6 +1423,10 @@
"message": "Проверката на тескт ќе биде исклучена наредниот пат штом го стартувате Signal.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Исчисти податоци",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Испраќањето е неуспешно",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Не е целосно испратено, кликнете за детали",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "исклучи",
"disappearingMessages__off": {
"message": "исклучено",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 секунди",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 секунди",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 секунди",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 минута",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 минути",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 минути",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 час",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 часа",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 часа",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 ден",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 недела",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Пораки што исчезнуваат",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "исклучи",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5с",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10с",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30с",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1м",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5м",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30м",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1ч",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6ч",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12ч",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1д",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1н",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Пораки што исчезнуваат се оневозможени",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Член на $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Член на $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Член на $group1$ и $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Член на $group1$ и $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Член на $group1$, $group2$, и $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Член на $group1$, $group2$, и $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Член на $group1$, $group2$, $group3$ и уште $remainingCount$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Член на $group1$, $group2$, $group3$ и уште $remainingCount$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ Ве додаде во групата.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Немате заеднички групи.",
"message": "Немате заеднички групи",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Немате заеднички групи. Прегледувајте ги барањата внимателно.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Одговори",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Продолжи",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Дознајте повеќе",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Немате заеднички групи со оваа личност. Прегледувајте ги барањата внимателно за да избегнете несакани пораки.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Ако не сте сигурни од кого е барањето, прегледајте ги контактите подолу и решете што сакате да направите.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Барање",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Ваш контакт",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "लिखाण डब्यात प्रविष्ट केलेल्या मजकूर करिता स्पेल तपास सक्षम करा",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "पुढच्या वेळेस Signal सुरु झाल्यावर स्पेल चेक सक्षम होईल.",
@ -1423,6 +1423,10 @@
"message": "पुढच्या वेळेस Signal सुरु झाल्यावर स्पेल चेक अक्षम होईल.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "डेटा साफ करा",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "पाठविणे अयशस्वी",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "अर्धवट पाठविले, तपशीलांसाठी क्लिक करा",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "बंद",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 सेकंद",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 सेकंद",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 सेकंद",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 मिनिट",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 मिनिटे",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 मिनिटे",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 तास",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 तास",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 तास",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 दिवस",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 आठवडा",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "हरवणारे संदेश",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "बंद",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5से",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10से",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30से",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1मि",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5मि",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30मि",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1ता",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6ता",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12ता",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1दि",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1आ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "हरवणारे संदेश अक्षम केले",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "$group$चा सदस्य.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "$group$चा सदस्य",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "$group1$आणि$group2$चा सदस्य.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "$group1$आणि$group2$चा सदस्य",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "$group1$, $group2$, आणि $group3$चा सदस्य.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "$group1$, $group2$, आणि $group3$चा सदस्य",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "$group1$,$group2$,$group3$आणि आणखी$remainingCount$चा सदस्य.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "$group1$,$group2$,$group3$आणि आणखी$remainingCount$चा सदस्य",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ने आपल्याला गटात जोडले.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "कुठलेही गट समाईक नाहीत.",
"message": "कुठलेही गट समाईक नाहीत",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "उत्तर",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "सुरू ठेवा",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "अधिक जाणा",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "विनंती कोणाकडून आहे याची आपल्याला खात्री नसल्यास, खाली असलेल्या संपर्कांचे पुनरावलोकन करा आणि कारवाई करा.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "विनंती ",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "आपला संपर्क",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Dayakan semakan ejaan teks yang dimasukkan dalam kotak komposisi mesej",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Spell check will be enabled the next time Signal starts.",
@ -1423,6 +1423,10 @@
"message": "Spell check will be disabled the next time Signal starts.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Kosongkan Data",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Penghantaran gagal",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Partially sent, click for details",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "mati",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 saat",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 saat",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 saat",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minit",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minit",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minit",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 jam",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 jam",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 jam",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 hari",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 minggu",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Mesej hilang",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "mati",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1j",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6j",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12j",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Mesej hilang dinyahdayakan",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Member of $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Ahli kepada $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Member of $group1$ and $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Member of $group1$ and $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Member of $group1$, $group2$, and $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Member of $group1$, $group2$, and $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ added you to the group.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "No groups in common.",
"message": "No groups in common",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Jawab",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Teruskan",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Ketahui lebih lanjut",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "If you're not sure who the request is from, review the contacts below and take action.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Request",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Your contact",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -444,7 +444,7 @@
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
},
"debugLogExplanation": {
"message": "Denne logg-meldingen vil bli publisert på nettet for deltakere i prosjektet. Du kan se og redigere den før du sender den inn.",
"message": "Denne logg-meldingen vil bli publisert på nettet for deltakere i prosjektet. Du kan se over og redigere den før du sender den inn.",
"description": ""
},
"debugLogError": {
@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Slå på stavekontroll av tekst du skriver i meldingsvinduet",
"description": "Description of the media permission description"
"message": "Aktiver stavekontroll",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Stavekontroll vil være på neste gang Signal starter.",
@ -1423,6 +1423,10 @@
"message": "Stavekontroll vil være av neste gang Signal starter.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Åpne ved innlogging på datamaskinen",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Slett data",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Sending feilet",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Satt på pause",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Delvis sendt, klikk for detaljer",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "av",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekunder",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekunder",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekunder",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minutt",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minutter",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minutter",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 time",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 timer",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 timer",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 dag",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 uke",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Forsvinnende meldinger",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "av",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1u",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Utløpstid for meldinger er slått av",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Medlem av $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Medlem av $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Medlem av $group1$ og $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Medlem av $group1$ og $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Medlem av $group1$, $group2$, og $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Medlem av $group1$, $group2$, og $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Medlem av $group1$, $group2$, $group3$og $remainingCount$til.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Medlem av $group1$, $group2$, $group3$og $remainingCount$til",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ la deg til gruppen.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Ingen grupper til felles.",
"message": "Ingen grupper til felles",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Ingen felles grupper. Gjennomgå forespørsler nøye.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Svar",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Fortsett",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Lær mer",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Du deler ingen grupper med denne personen. Se nøye gjennom forespørsler før du aksepterer, så du unngår uønskede meldinger.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Om meldingsforespørsler",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Se gjennom forespørslene nøye. Signal fant en annen kontakt med samme navn. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Se gjennom forespørsel",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Se gjennom forespørsel",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Hvis du ikke er sikker på hvem forespørselen er fra, se gjennom kontaktene nedenfor og velg handling.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Forespør",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Din kontakt",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verifiser for å fortsette å sende meldinger",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "For å hindre søppelpost på Signal ber vi deg fullføre verifiseringen.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Etter verifisering kan du fortsette med meldingene. Meldinger satt på pause vil automatisk bli sendt.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Fortsett uten å verifisere?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Om du velger å hoppe over verifisering kan du gå glipp av meldinger fra andre, og dine meldinger kan muligens ikke bli sendt.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Hopp over verifisering",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verifisering fullført.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verifisering mislyktes. Vennligst prøv igjen senere.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Kunne ikke slette meldingen for alle. Vennligst prøv igjen senere.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1413,7 +1413,7 @@
},
"spellCheckDescription": {
"message": "Gebruik spellingscontrole voor de tekst in het berichtinvoerveld",
"description": "Description of the media permission description"
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "De volgende keer dat Signal gestart wordt, wordt de spellingscontrole ingeschakeld.",
@ -1423,6 +1423,10 @@
"message": "De volgende keer dat Signal gestart wordt, wordt de spellingscontrole uitgeschakeld.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Start Signal wanneer je inlogt op je computer",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Gegevens wissen",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Verzenden mislukt",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Verzending is gepauzeerd",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Gedeeltelijk verzonden, klik hier voor details",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "uit",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 seconden",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 seconden",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 seconden",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minuut",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minuten",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minuten",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 uur",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 uur",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 uur",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 dag",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 week",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Verlopende berichten",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "uit",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 u",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 u",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 u",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 w",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Verlopende berichten zijn uitgeschakeld",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Lid van $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Lid van $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Lid van $group1$ en $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Lid van $group1$ en $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Lid van $group1$, $group2$ en $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Lid van $group1$, $group2$ en $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Lid van $group1$, $group2$, $group3$ en $remainingCount$ andere groepen. ",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Lid van $group1$, $group2$, $group3$ en $remainingCount$ andere groepen",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ heeft je toegevoegd aan de groep.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Geen gemeenschappelijke groepen.",
"message": "Geen gemeenschappelijke groepen",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Je hebt met deze persoon geen gemeenschappelijke groep: overweeg dit gespreksverzoek zorgvuldig.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Beantwoorden",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Doorgaan",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Meer leren hierover",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Je hebt geen gemeenschappelijke groep met deze persoon. Overweeg zorgvuldig of je dit gespreksverzoek wilt accepteren om ongewenste berichten te vermijden.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Over gespreksverzoeken en groepsuitnodigingen",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Overweeg de verzoeken zorgvuldig, want er is een andere contactpersoon met dezelfde naam. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Lidmaatschapsverzoeken vergelijken",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Lidmaatschapsverzoeken vergelijken",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Vergelijk als je niet zeker bent van wie het lidmaatschapsverzoek afkomstig is de personen hieronder en neem actie indien je denkt dat een van hen zich probeert voor te doen als de ander.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Lidmaatschapsverzoek",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Je contactpersoon",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Je moet verifiëren dat je een mens bent om door te kunnen gaan met het verzenden van berichten",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Om Signal te helpen spam te voorkomen is het nodig dat je verifieert dat je een mens bent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Je kunt doorgaan met het verzenden van berichten nadat je hebt geverifieerd dat je een mens bent. Enig bericht waarvan verzending is gepauzeerd zal dan automatisch verzonden worden.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Doorgaan zonder te verifiëren?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Als je er voor kiest om de verificatie dat je echt een mens bent over te slaan, dan kan het zijn dat je sommige berichten niet ontvangt en dat het niet langer mogelijk is om berichten te verzenden.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Verificatie overslaan",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verificatie succesvol voltooid.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "De verificatie is mislukt. Probeer het later opnieuw.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Het is niet gelukt om dit bericht voor alle ontvangers te wissen. Probeer het later opnieuw.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Slå på stavekontroll av tekst du skriv i meldingsvindauget",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Stavekontroll blir slått på neste gong du startar Signal.",
@ -1423,6 +1423,10 @@
"message": "Stavekontroll blir slått av neste gong du startar Signal.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Slett data",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Sending feila",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Sending på vent",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Delvis sendt, trykk for detaljar",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "av",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekund",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekund",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekund",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minutt",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minutt",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minutt",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 time",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 timar",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 timar",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 dag",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 veke",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Forsvinnande meldingar",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "av",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1v",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Forsvinnande meldingar er slått av",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Medlem av $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Medlem av $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Medlem av $group1$ og $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Medlem av $group1$ og $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Medlem av $group1$, $group2$ og $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Medlem av $group1$, $group2$ og $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Medlem av $group1$, $group2$, $group3$ og $remainingCount$ andre.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Medlem av $group1$, $group2$, $group3$ og $remainingCount$ andre",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ la deg til i gruppa.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Ingen grupper felles.",
"message": "Inga grupper felles",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Ingen felles grupper. Sjå nøye gjennom førespurnader.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Svar",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Hald fram",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Lær meir",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Du har ingen felles grupper med denne personen. Sjå nøye gjennom førespurnader før du godkjenner for å unngå uønska meldingar.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Viss du er usikker på kven førespurnaden er frå kan du gå gjennom kontaktane nedanfor og velja ei handling.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Førespurnad",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Din kontakt",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Stadfest for å halda fram med meldingar",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Fullfør stadfestinga for å hjelpa oss å unngå spam på Signal",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Etter stadfesting kan du halda fram med meldingar. Meldingar som er på vent vil bli sende automatisk.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Slå på stavekontroll av tekst du skriver i meldingsvinduet",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Spell check will be enabled the next time Signal starts.",
@ -1423,6 +1423,10 @@
"message": "Spell check will be disabled the next time Signal starts.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Slett data",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Sending feilet",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Partially sent, click for details",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "av",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekunder",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekunder",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekunder",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minutt",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minutter",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minutter",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 time",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 timer",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 timer",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 dag",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 uke",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Tidsbegrensede meldinger",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "av",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1u",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Utløpstid for meldinger er slått av",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Member of $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Member of $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Member of $group1$ and $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Member of $group1$ and $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Member of $group1$, $group2$, and $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Member of $group1$, $group2$, and $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ added you to the group.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "No groups in common.",
"message": "No groups in common",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Answer",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Fortsett",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Learn more",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "If you're not sure who the request is from, review the contacts below and take action.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Request",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Your contact",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Włącz sprawdzanie pisowni podczas pisania wiadomości",
"description": "Description of the media permission description"
"message": "Włącz sprawdzanie pisowni",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Sprawdzanie pisowni zostanie włączone przy kolejnym uruchomieniu Signal.",
@ -1423,6 +1423,10 @@
"message": "Sprawdzanie pisowni zostanie wyłączone przy kolejnym uruchomieniu Signal.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Uruchom przy starcie systemu",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Wyczyść dane",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Wysyłanie nie powiodło się",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Wysyłanie wstrzymane",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Częściowo wysłano, naciśnij, aby zobaczyć szczegóły",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "wyłącz",
"disappearingMessages__off": {
"message": "wyłączone",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekund",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekund",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekund",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minuta",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minut",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minut",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 godzina",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 godzin",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 godzin",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 dzień",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 tydzień",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Znikające wiadomości",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "wyłączone",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 sek.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 sek.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 sek.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 min.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 min.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 min.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 godz.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 godz.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 godz.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 dzień",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 tydz.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Znikające wiadomości wyłączone",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Członek $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Członek $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Członek $group1$ i $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Członek $group1$ i $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Członek $group1$, $group2$ i $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Członek $group1$, $group2$ i $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Członek $group1$, $group2$, $group3$ i $remainingCount$ innych.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Członek $group1$, $group2$, $group3$ i $remainingCount$ innych",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ dodał(a) Cię do grupy.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Brak wspólnych grup.",
"message": "Brak wspólnych grup",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Brak wspólnych grup. Uważnie sprawdzaj wszystkie prośby o kontakt.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Odbierz",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Kontynuuj",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Dowiedz się więcej",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Nie masz wspólnych grup z tą osobą. Uważnie sprawdzaj wszystkie prośby o kontakt, przed ich akceptacją, aby uniknąć niechcianych wiadomości",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "O prośbach o kontakt",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Uważnie przeglądaj prośby o kontakt. Signal znalazł inny kontakt z tym samym imieniem. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Przejrzyj prośby",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Przejrzyj prośby",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Jeśli nie masz pewności, od kogo pochodzi ta prośba, przejrzyj poniższe kontakty i podejmij działania.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Prośba",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Twój kontakt",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Zweryfikuj, aby kontynuować wysyłanie wiadomości",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Dokończ weryfikację, aby pomóc zapobiegać wysyłaniu spamu w Signal.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Po zweryfikowaniu będziesz móc kontynuować wysyłanie wiadomości. Wszystkie, wstrzymane wiadomości zostaną automatycznie wysłane.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Kontynuować bez weryfikacji?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Jeśli pominiesz weryfikację, możesz nie otrzymywać wiadomości od innych osób, a Twoje wiadomości mogą nie zostać wysłane.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Pomiń weryfikację",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Weryfikacja zakończona.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Weryfikacja nie powiodła się. Spróbuj później.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Nie udało się usunąć wiadomości u wszystkich. Spróbuj później.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Ativar a verificação ortográfica de texto digitado na caixa de texto",
"description": "Description of the media permission description"
"message": "Ativar a verificação ortográfica",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "A verificação ortográfica será ativada na próxima vez que o Signal for iniciado.",
@ -1423,6 +1423,10 @@
"message": "A verificação ortográfica será desativada na próxima vez que o aplicativo for iniciado.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Iniciar no login do computador",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Limpar dados",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Falha no envio",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Envio pendente",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Enviada parcialmente, clique para ver detalhes",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "desligar",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 segundos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 segundos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 segundos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minuto",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minutos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minutos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 hora",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 horas",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 horas",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 dia",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 semana",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Mensagens efêmeras",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "desligar",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 dia",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 semana",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Mensagens efêmeras desativadas",
"description": "Displayed in the left pane when the timer is turned off"
@ -1950,7 +1866,7 @@
"description": "Label shown when there are no contacts to compose to"
},
"noConversationsFound": {
"message": "No conversations found",
"message": "Nenhuma conversa encontrada",
"description": "Label shown when there are no conversations to compose to"
},
"chooseGroupMembers__title": {
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Membro de $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Membro de $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Membro de $group1$ e $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Membro de $group1$ e $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Membro de $group1$, $group2$ e $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Membro de $group1$, $group2$ e $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Membro de $group1$, $group2$, $group3$ e mais $remainingCount$ grupos.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Membro de $group1$, $group2$, $group3$ e mais $remainingCount$ grupos",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ adicionou você ao grupo.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Nenhum grupo em comum.",
"message": "Nenhum grupo em comum",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Nenhum grupo em comum. Analise a solicitação com atenção.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Atender",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -3340,7 +3308,7 @@
"description": "Label for muting the conversation"
},
"muteEightHours": {
"message": "Mute for eight hours",
"message": "Silenciar por oito horas",
"description": "Label for muting the conversation"
},
"muteDay": {
@ -3352,7 +3320,7 @@
"description": "Label for muting the conversation"
},
"muteAlways": {
"message": "Mute always",
"message": "Silenciar para sempre",
"description": "Label for muting the conversation"
},
"unmute": {
@ -3360,7 +3328,7 @@
"description": "Label for unmuting the conversation"
},
"muteExpirationLabelAlways": {
"message": "Muted always",
"message": "Silenciada para sempre",
"description": "Shown in the mute notifications submenu whenever a conversation has been muted"
},
"muteExpirationLabel": {
@ -5116,7 +5084,7 @@
"description": "Aria label for audio attachment's playback time slider"
},
"emptyInboxMessage": {
"message": "Click the $composeIcon$ above and search for your contacts or groups to message.",
"message": "Clique em $composeIcon$ acima para pesquisar os seus contatos ou grupos e enviar mensagens para eles.",
"description": "Shown in the left-pane when the inbox is empty",
"placeholders": {
"composeIcon": {
@ -5126,11 +5094,89 @@
}
},
"composeIcon": {
"message": "compose button",
"message": "botão Escrever",
"description": "Shown in the left-pane when the inbox is empty. Describes the button that composes a new message."
},
"ForwardMessageModal--continue": {
"message": "Continuar",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Saiba mais",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Você não tem grupos em comum com esta pessoa. Analise a solicitação com cuidado antes de aceitá-la, para evitar o recebimento de mensagens indesejadas.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Sobre as solicitações de conversas",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Analise solicitações com atenção. Signal encontrou outro contato com o mesmo nome. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Analisar o pedido",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Analisar o pedido",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Se você não tiver certeza de quem é o pedido, revise os contatos abaixo e tome as providências.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Pedido",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Seu contato",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verifique para continuar a enviar mensagens",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Para ajudar a evitar spam no Signal, conclua a verificação, por favor.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Depois de verificar, você pode continuar a enviar mensagens. Todas as mensagens pendentes serão enviadas automaticamente.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continuar sem verificar?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Se você optar por ignorar a verificação, poderá perder mensagens de outras pessoas e o envio de suas mensagens pode falhar.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Ignorar verificação",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verificação concluída.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Falha na verificação. Tente novamente mais tarde.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Falha ao excluir a mensagem para todos. Tente novamente mais tarde.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Ativar a verificação ortográfica para o texto introduzido",
"description": "Description of the media permission description"
"message": "Ativar a verificação de escrita",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "A verificação ortográfica será ativada da próxima vez que o Signal iniciar.",
@ -1423,6 +1423,10 @@
"message": "A verificação ortográfica será desativada da próxima vez que o Signal iniciar.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Abrir ao iniciar sessão no computador",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Limpar dados",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Falha no envio",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Envio em pausa",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Enviada parcialmente, clique para mais detalhes",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "desligado",
"disappearingMessages__off": {
"message": "off",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 segundos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 segundos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 segundos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minuto",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minutos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minutos",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 hora",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 horas",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 horas",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 dia",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 semana",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Destruição de mensagens",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "desligado",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1sem",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Destruição de mensagens desativada",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Membro de $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Membro de $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Membro de $group1$ e $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Membro de $group1$ e $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Membro de $group1$, $group2$, e $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Membro de $group1$, $group2$, e $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Membro de $group1$, $group2$, $group3$ e de mais $remainingCount$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Membro de $group1$, $group2$, $group3$ e de mais $remainingCount$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ adicionou-o ao grupo.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Sem grupos em comum.",
"message": "Sem grupos em comum",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Sem grupos em comum. Reveja os pedidos com cuidado.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Atender",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Continuar",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Saber mais",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Não tem grupos em comum com esta pessoa. Reveja os pedidos com cuidado antes de aceitar para evitar mensagens indesejadas.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Acerca dos pedidos de mensagem",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Reveja os pedidos com cuidado. O Signal encontrou outro contacto com o mesmo nome. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Rever pedido",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Rever pedido",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Se não tiver a certeza de quem é a solicitação, analise os contactos abaixo e tome uma atitude.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Pedido",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "O seu contacto",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verifique para continuar a conversar",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Para ajudar a prevenir o spam no Signal, termine a verificação.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Depois de verificar, pode continuar a conversar. Todas as mensagens em pausa serão enviadas.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continuar sem verificar?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Se escolher ignorar a verificação, poderá não receber mensagens de outras pessoas e as suas mensagens poderão não ser enviadas.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Ignorar verificação",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verificação completa.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Falha na verificação. Por favor, tente mais tarde.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Ocorreu um erro ao tentar eliminar a mensagem para todos. Por favor, tente mais tarde.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Enable spell check of text entered in message composition box",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Spell check will be enabled the next time Signal starts.",
@ -1423,6 +1423,10 @@
"message": "Spell check will be disabled the next time Signal starts.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Șterge datele",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Trimitere eșuată",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Trimiterea a fost întreruptă",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Partially sent, click for details",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "Oprit",
"disappearingMessages__off": {
"message": "dezactivată",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 secunde",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 secunde",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 secunde",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minut",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minute",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minute",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "o oră",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 ore",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 ore",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 zi",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 săptămână",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Dispariție mesaje",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "Oprit",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1w",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Dispariția mesajelor a fost dezactivată",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Membru al $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Membru al $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Membru al $group1$ și $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Membru al $group1$ și $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Membru al $group1$, $group2$ și $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Membru al $group1$, $group2$ și $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Membru al $group1$, $group2$, $group3$ și încă $remainingCount$ .",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Membru al $group1$, $group2$, $group3$ și încă $remainingCount$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ te-a adăugat la grup.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Niciun grup în comun.",
"message": "Nu există grupuri în comun",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Niciun grup în comun. Examinați solicitările cu atenție.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Răspunde",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -4736,7 +4704,7 @@
"description": "This is the additional info for the 'who can add members' panel"
},
"ConversationDetails--requests-and-invites": {
"message": "Requests & Invites",
"message": "Solicitări și invitații",
"description": "This is a button to display which members have been invited but have not joined yet"
},
"ConversationDetailsActions--leave-group": {
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Continuă",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Aflați mai multe",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Nu aveți grupuri în comun cu această persoană. Examinați cu atenție solicitările înainte de a accepta pentru a evita mesajele nedorite.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Despre solicitări mesaj",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Dacă nu sunteți sigur de la cine provine solicitarea, consultați persoanele de contact de mai jos și luați o decizie.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Cerere",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Contactul tău",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verificați pentru a continua conversația",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Pentru a ajuta la prevenirea spam-ului pe Signal, vă rugăm să completați verificarea.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "După verificare, puteți continua să trimiteți mesaje. Toate mesajele aflate în pauză vor fi trimise automat.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continuați fără verificare?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Dacă alegeți să omiteți verificarea, este posibil să pierdeți mesaje de la alte persoane și este posibil ca mesajele dvs. să nu poată fi trimise.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verificare finalizată.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Включить проверку орфографии текста, введенного в поле составления сообщения",
"description": "Description of the media permission description"
"message": "Включить проверку орфографии текста",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Проверка правописания будет включена, когда Signal запустится в следующий раз.",
@ -1423,6 +1423,10 @@
"message": "Проверка правописания будет выключена, когда Signal запустится в следующий раз.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Открывать при запуске компьютера",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Очистка данных",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Отправка не удалась",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Отправка приостановлена",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Частично отправлено. Подробнее…",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "выключить",
"disappearingMessages__off": {
"message": "отключить",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 секунд",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 секунд",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 секунд",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 минута",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 минут",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 минут",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 час",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 часов",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 часов",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 день",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 неделя",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Исчезающие сообщения",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "выкл",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5с",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10с",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30с",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1м",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5м",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30м",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1ч",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6ч",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12ч",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1д",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1нед.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Исчезающие сообщения отключены",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Состоит в $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Состоит в $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Состоит в $group1$ и $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Состоит в $group1$ и $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Состоит в $group1$, $group2$ и $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Состоит в $group1$, $group2$ и $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Состоит в $group1$, $group2$, $group3$ и ещё $remainingCount$ группах.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Состоит в $group1$, $group2$, $group3$ и ещё $remainingCount$ группах",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ добавил(-а) вас в группу.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Нет общих групп.",
"message": "Нет общих групп",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Нет общих групп. Внимательно проверяйте запросы.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Ответить",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Продолжить",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Узнать больше",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "У вас нет общих групп с этим человеком. Внимательно проверяйте запросы перед тем, как принимать их, чтобы избежать нежелательных сообщений.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "О запросах на общение",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Внимательно проверяйте запросы. Signal нашёл другого контакта с тем же именем. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Проверить запрос",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Проверьте запрос",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Если вы не уверены, от кого этот запрос, просмотрите участников ниже и примите меры.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Запрос",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Ваш контакт",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Пройдите проверку, чтобы продолжить общение",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Чтобы помочь предотвратить спам в Signal, пожалуйста, пройдите проверку.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "После проверки вы сможете продолжить общаться. Все приостановленные сообщения будут отправлены автоматически.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Продолжить без проверки?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Если вы пропустите проверку, то можете пропустить сообщения от других людей, и может не удастся отправить ваши сообщения.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Пропустить проверку",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Проверка завершена.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Проверка не удалась. Пожалуйста, попробуйте ещё раз позже.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Не удалось удалить сообщение для всех. Пожалуйста, попробуйте ещё раз позже.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Povoliť kontrolu pravopisu textu zadaného do textového poľa",
"description": "Description of the media permission description"
"message": "Povoliť kontrolu pravopisu",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Kontrola pravopisu bude zapnutá po nasledujúcom štarte Signalu.",
@ -1423,6 +1423,10 @@
"message": "Kontrola pravopisu bude vypnutá po nasledujúcom štarte Signalu.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Otvoriť pri prihlásení do počítača",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Mazanie dát",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Odoslanie zlyhalo",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Odoslanie pozastavené",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Čiastočne odoslané, kliknite pre detaily",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "vypnuté",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekúnd",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekúnd",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekúnd",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minúta",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minút",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minút",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 hodina",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 hodín",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 hodín",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 deň",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 týždeň",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Miznúce správy",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "vypnutý",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Miznúce správy vypnuté",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Člen $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Člen $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Člen $group1$ a $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Člen $group1$ a $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"member-of-3-groups": {
"message": "Člen $group1$, $group2$ a $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"member-of-more-than-3-groups": {
"message": "Člen $group1$, $group2$, $group3$ a $remainingCount$ ďalších",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ vás pridal/a do skupiny.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Žiadne spoločné skupiny.",
"message": "Žiadne spoločné skupiny",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Žiadne spoločné skupiny. Žiadosti starostlivo skontrolujte.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Odpovedať",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Pokračovať",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Dozvedieť sa viac",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "S touto osobou nemáte spoločné žiadne skupiny. Pred prijatím žiadosti starostlivo skontrolujte, aby ste predišli nežiaducim správam.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "O žiadostiach o správy",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Žiadosti starostlivo skontrolujte. Signal našiel ďalší kontakt s rovnakým menom. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Overiť žiadosť",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Overiť žiadosť",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Ak si nie ste istý/á, od koho je táto žiadosť, overte nižšie zobrazené kontakty a zvoľte úkon.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Žiadosť",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Váš kontakt",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Pre pokračovanie v zasielaní správ overte",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Ak chcete zabrániť spamu v Signal, dokončite overenie.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Po overení, môžete pokračovať v zasielaní správ. Pozastavené správy sa automaticky odošlú.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Pokračovať bez overenia?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Ak sa rozhodnete preskočiť overovanie, môžu vám chýbať správy od iných ľudí a môže sa stať, že sa vaše správy neodošlú.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Preskočiť overenie",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Overenie je dokončené.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Overenie zlyhalo. Skúste to znova neskôr.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Nepodarilo sa odstrániť správu pre všetkých. Skúste to znova neskôr.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Vklop črkovalnika v okencu za vnašanje sporočila",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Črkovalnik bo omogočen naslednjič, ko boste zagnali Signal.",
@ -1423,6 +1423,10 @@
"message": "Črkovalnik bo onemogočen naslednjič, ko boste zagnali Signal.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Izbris podatkov",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Pošiljanje ni uspelo",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Pošiljanje ustavljeno",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Delno poslano. Kliknite za več informacij.",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "Izključeno",
"disappearingMessages__off": {
"message": "izklopljen",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekund",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekund",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekund",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minuta",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minut",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minut",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 ura",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 ur",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 ur",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 dan",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 teden",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Izginjajoča sporočila",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "Izključeno",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 min",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 t",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Izginjajoča sporočila so izključena",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Član/ica skupine $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Član/ica skupine $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Član/ica skupin $group1$in $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Član/ica skupin $group1$in $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Član/ica skupin $group1$, $group2$in $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Član/ica skupin $group1$, $group2$in $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Član/ica skupin $group1$, $group2$, $group3$ in $remainingCount$ drugih.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Član/ica skupin $group1$, $group2$, $group3$ in $remainingCount$ drugih",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "Uporabnik/ca $name$ vas je dodal/a v skupino.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Ni skupnih skupin.",
"message": "Nobene skupne skupine",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Sprejmi",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Nadaljuj",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Izvedite več",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "S to osebo nimate nobene skupne skupine. Preverite zahtevke, da se izognete nezaželjenim spoločilom.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "O prošnjah za pogovor",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Če niste prepričani, čigava je prošnja, preglejte stike spodaj in ustrezno ukrepajte.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Prošnja",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Vaš stik",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Za nadaljevanje sporočanja se verificirajte",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Da bi preprečili nezaželeno pošto, prosimo dokončajte postopek verifikacije.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Po dokončanem postopku verifikacije lahko nadaljujete s sporočanjem. Vsa ustavljena sporočila bodo avtomatično poslana.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Aktivizo kontroll drejtshkrimi të tekstit të dhënë te kutia e hartimit të mesazheve",
"description": "Description of the media permission description"
"message": "Aktivizoni kontroll drejtshkrimi:",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Kontrolli i drejtshkrimit do të aktivizohet herës tjetër që niset Signal-i.",
@ -1423,6 +1423,10 @@
"message": "Kontrolli i drejtshkrimit do të çaktivizohet herës tjetër që niset Signal-i.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Hapje gjatë hyrjes në llogarinë e kompjuterit",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Pastroji të Dhënat",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Dërgimi dështoi",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Dërgimi i ndal",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Dërguar pjesërisht, prekeni për hollësi",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "off",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekonda",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekonda",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekonda",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minutë",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minuta",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minuta",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 orë",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 orë",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 orë",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 ditë",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 javë",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Zhdukje mesazhesh",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "off",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1j",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Zhdukja e mesazheve është e çaktivizuar",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Anëtar i $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Anëtar i $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Anëtar i $group1$ dhe $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Anëtar i $group1$ dhe $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Anëtar i $group1$, $group2$, dhe $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Anëtar i $group1$, $group2$, dhe $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Anëtar i $group1$, $group2$, $group3$ dhe $remainingCount$ të tjerëve.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Anëtar i $group1$, $group2$, $group3$ dhe $remainingCount$ të tjerëve",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ ju shtoi te grupi.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Ska grupe të përbashkët.",
"message": "Ska grupe të përbashkët",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Pa grupe të përbashkët. Shqyrtojini me kujdes kërkesat.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Përgjigjuni",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Vazhdo",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Mësoni më tepër",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Skeni grupe të përbashkët me këtë person. Për të shmangur mesazhe të padëshiruar, shqyrtojini me kujdes kërkesat, para se ti miratoni.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Mbi Kërkesa Mesazhesh",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Shqyrtojini me kujdes kërkesat. Signal-i gjeti një tjetër kontakt me të njëjtin emër. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Shqyrtoni kërkesë",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Shqyrtoni kërkesë",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Nëse sjeni i sigurt se prej kujt është kërkesa, shqyrtoni kontaktet më poshtë dhe kryeni një veprim.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Kërkesë",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Kontakti juaj",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verifikojeni, që të vazhdoni shkëmbim mesazhesh",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Që të ndihmoni të pengohen në Signal mesazhe të padëshiruar, ju lutemi, plotësoni verifikimin.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Pas verifikimit, mund të vazhdoni të shkëmbeni mesazhe. Çfarëdo mesazhesh të ndalur do të dërgohen automatikisht.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Të Vazhdohet Pa Verifikim?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Nëse zgjidhni të anashkalohet verifikimi, mund të humbni mesazhe nga persona të tjerë dhe mund të dështojë dërgimi i mesazheve tuaj.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Anashkaloje verifikimin",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verifikim i plotë.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verifikimi dështoi. Ju lutemi, riprovoni më vonë.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Su arri të fshihet mesazhi për këdo. Ju lutemi, riprovoni më vonë.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Омогућите проверу правописа текста унетог у зони за састављање поруке",
"description": "Description of the media permission description"
"message": "Омогућити проверу правописа",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Провера правописа биће омогућена на следеће покретање Signal-а.",
@ -1423,6 +1423,10 @@
"message": "Провера правописа биће онемогућена на следеће покретање Signal-а.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Покренути са системом",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Очистити податке",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Слање неуспешно",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Слање паузирано",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Делимично послато, кликните за детаље",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "искљ.",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 секунди",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 секунди",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 секунди",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 минут",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 минута",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 минута",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 час",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 сати",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 сати",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 дан",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 недеља",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Самонестајуће поруке",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "искљ.",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 сек",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 сек",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 сек",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 мин",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 мин",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 мин",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 ч",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 ч",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 ч",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 д",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 нед",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Нестајуће поруке искључене",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Члан од $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Члан $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Члан од $group1$ и $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Члан $group1$ и $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Члан од $group1$, $group2$, и $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Члан $group1$, $group2$, и $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Члан од $group1$, $group2$, $group3$, и још $remainingCount$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Члан $group1$, $group2$, $group3$, и још $remainingCount$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ вас је додао у групу.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Нема заједничких група.",
"message": "Нема заједничких група",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Нема заједничких група. Пажљиво прегледајте захтеве.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Јави се",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Настави",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Сазнај више",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Немате заједничких група са овом особом. Пажљиво прегледајте захтеве пре него што прихватите тако да бисте избегли нежељене поруке.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "O захтевима за разговор",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Пажљиво прегледајте захтеве. Signal је пронашао други контакт са истим називом. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Прегледајте захтев",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Прегледајте захтев",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Ако нисте сигурни од кога потиче захтев, прегледајте доње контакте и предузмите мере.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Захтев",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Ваш контакт",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Верификујте да би се наставило преписивање",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Да бисте спречили спем у Signаl-у, испуните верификацију.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Након верификације, можете наставити са порукама. Било која паузирана порука ће аутоматски бити послана.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Наставити без верификације?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Ако одлучите да прескочите верификацију, можда ћете пропустити поруке од других људи и ваше поруке можда не могу да се пошаљу.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Прескочити оверу",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Верификација је завршена.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Овера није успела. Покушајте поново касније.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Није успело да се избрише порука за све. Покушајте поново касније.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -184,7 +184,7 @@
"description": "Message shown on the loading screen while we are doing application optimizations"
},
"migratingToSQLCipher": {
"message": "Optimerar meddelanden... $status$ klara.",
"message": "Optimerar meddelanden... $status$ slutförda.",
"description": "Message shown on the loading screen while we are doing application optimizations",
"placeholders": {
"status": {
@ -444,7 +444,7 @@
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
},
"debugLogExplanation": {
"message": "Den här loggen kommer att publiceras offentligt på nätet så att våra medarbetare kan se. Du kan granska och redigera det innan du skickar in den.",
"message": "Den här loggen kommer att publiceras offentligt på nätet så att våra medarbetare kan se. Du kan granska och redigera den innan du skickar in.",
"description": ""
},
"debugLogError": {
@ -464,7 +464,7 @@
"description": "Shown in a toast to let the user know that the link to the debug log has been copied to their clipboard"
},
"reportIssue": {
"message": "Anmäl ett programfel",
"message": "Felanmälan",
"description": "Link to open the issue tracker"
},
"gotIt": {
@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Slå på stavningskontroll för text som anges i meddelandefältet",
"description": "Description of the media permission description"
"message": "Aktivera stavningskontroll",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Stavningskontrollen kommer att aktiveras nästa gång Signal startas.",
@ -1423,6 +1423,10 @@
"message": "Stavningskontrollen kommer att inaktiveras nästa gång Signal startas.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Öppna vid datorinloggning",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Rensa data",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Att skicka meddelandet misslyckades",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Sändningen pausad",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Delvis skickat, klicka för mer information",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "av",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 sekunder",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 sekunder",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 sekunder",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 minut",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 minuter",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 minuter",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 timme",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 timmar",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 timmar",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 dag",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 vecka",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Försvinnande meddelanden",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "av",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1d",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1v",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Försvinnande meddelanden inaktiverat",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Medlem i $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Medlem i $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Medlem i $group1$ och $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Medlem i $group1$ och $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Medlem i $group1$, $group2$ och $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Medlem i $group1$, $group2$ och $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Medlem i $group1$, $group2$, $group3$ och $remainingCount$ andra.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Medlem i $group1$, $group2$, $group3$ och $remainingCount$ fler",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ lade dig till gruppen.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Inga grupper gemensamt.",
"message": "Inga grupper gemensamt",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Inga grupper gemensamt. Granska förfrågningar noggrant.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Svara",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Fortsätt",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Läs mer",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Du har inga grupper gemensamt med denna person. Granska förfrågningar noga innan du accepterar för att undvika oönskade meddelanden.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Om meddelandeförfrågningar",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Granska förfrågningar noggrant. Signal hittade en annan kontakt med samma namn. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Granska förfrågan",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Granska förfrågan",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Om du inte är säker på vem förfrågan kommer från, granska kontakterna nedan och vidta åtgärder.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Förfrågan",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Din kontakt",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verifiera för att fortsätta skicka meddelanden",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "För att förhindra skräppost på Signal, vänligen slutför verifieringen.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Efter verifiering kan du fortsätta skicka meddelanden. Alla pausade meddelanden skickas automatiskt.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Fortsätt utan att verifiera?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Om du väljer att hoppa över verifiering kan du missa meddelanden från andra personer och dina meddelanden kanske inte skickas.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Hoppa över verifiering",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verifieringen slutförd.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verifieringen misslyckades. Vänligen försök igen senare.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Det gick inte att ta bort meddelandet för alla. Vänligen försök igen senare.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Wezesha ukaguzi wa tahajia zilizowekwa kwenye sanduku la kutunga ujumbe",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Spell check will be enabled the next time Signal starts.",
@ -1423,6 +1423,10 @@
"message": "Spell check will be disabled the next time Signal starts.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Futa Data",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Kutuma kumeshindwa",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Partially sent, click for details",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "Zimwa",
"disappearingMessages__off": {
"message": "zimwa",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "Sekunde tano",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "Sekunde kumi",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "Sekunde thelathini",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "Dakika moja",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "Dakika tano",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "Dakika thelathini",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "Saa moja",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "Masaa sita",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "Masaa kumi na mawili",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "Siku moja",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "Wiki moja",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Jumbe zinapotea",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "Zimwa",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "S5",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "S10",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "S30",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "D1",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "D5",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "D30",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "S1",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "S6",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "Sk1",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "W1",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Jumbe zinazopotea zimelemazwa",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Member of $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Mwanachama wa $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Member of $group1$ and $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Mwanachama wa $group1$ na $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Member of $group1$, $group2$, and $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Mwanachama wa $group1$, $group2$, na $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ added you to the group.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "No groups in common.",
"message": "No groups in common",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Pokea",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Endelea",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Jifunze zaidi",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "If you're not sure who the request is from, review the contacts below and take action.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Request",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Your contact",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "செய்தி அமைப்பு பெட்டியில் உள்ளிடப்பட்ட உரையின் எழுத்து சரிபார்ப்பை இயக்கவும்",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "அடுத்த முறை Signal சிக்னல் தொடங்கும் போது எழுத்துப்பிழை சோதனை செயல்படுத்தப்படும்.",
@ -1423,6 +1423,10 @@
"message": "அடுத்த முறை Signal சிக்னல் தொடங்கும் போது எழுத்துப்பிழை சோதனை முடக்கப்படும்.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "தரவை அழி",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "அனுப்புவது தோல்வியுற்றது",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "சிலருக்கு அனுப்பப்பட்டது, விவரங்களுக்கு இங்கே தட்டவும்",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "ஆஃப்",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 விநாடிகள்",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 வினாடிகள்",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 வினாடிகள்",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 நிமிடம்",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 நிமிடம்",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 நிமிடம்",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 மணி நேரம்",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 மணி நேரம்",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 மணி நேரம்",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 நாள்",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 வாரம்",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "காணாமல் போகும் செய்திகள்",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "ஆஃப்",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 நொடி",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 நொடி",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 நொடி",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 நிமிடம்",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 நிமிடம்",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 நிமிடம்",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 மணி நேரம்",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 மணி நேரம்",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 மணி நேரம்",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 நாள்",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 வாரம்",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "காணாமல் போன செய்திகள் முடக்கப்பட்டுள்ளன",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "உறுப்பினர்$group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "உறுப்பினர்$group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "உறுப்பினர் $group1$ மற்றும் $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "உறுப்பினர் $group1$ மற்றும் $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "உறுப்பினர் $group1$, $group2$, மற்றும் $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "உறுப்பினர் $group1$, $group2$, மற்றும் $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": " $group1$, $group2$, $group3$ மேலும் $remainingCount$ குழுக்களின் உறுப்பினர்",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ அவர் உங்களை குழுவில் சேர்த்தார்.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "பொதுவான குழுக்கள் இல்லை",
"message": "பொதுவான குழுக்கள் எதுவும் இல்லை",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "பதில்",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "தொடர்ந்து செல் ",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "மேலும் அறிக",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "உங்களுக்கு யார் கோரிக்கையை அனுப்பினார்கள் என்பது உங்களுக்குத் தெரியாவிட்டால், கீழே உள்ள தொடர்புகளை மதிப்பாய்வு செய்து நடவடிக்கை எடுக்கவும்.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "கோரிக்கை",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "உங்கள் தொடர்பு",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "సందేశ కాంపోజిషన్‌ బాక్స్ లో వర్ణక్రమము సరిచూచుటకు అధికారం",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "తదుపరిసారి Signal ప్రారంభమైనప్పుడు స్పెల్ చెక్ ప్రారంభించబడుతుంది.",
@ -1423,6 +1423,10 @@
"message": "తదుపరిసారి Signal ప్రారంభమైనప్పుడు స్పెల్ చెక్ నిలిపివేయబడుతుంది.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "సమాచారం క్లియర్ చేయండి",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "పంపడం విఫలమైంది",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "పాక్షికంగా పంపబడింది, వివరాల కోసం క్లిక్ చేయండి",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "ఆఫ్",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5సెకన్లు",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10సెకన్లు",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30సెకన్లు",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 నిమిషం",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 నిముషాలు ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 నిముషాలు ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 గంట",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 గంటలు",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 గంటలు",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 రోజు",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 వారం",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "అదృశ్యమవుతున్న సందేశాలు",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "ఆఫ్",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5సె",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10సె",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30సె",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 నిమి",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 నిమి",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 నిమి",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 గం",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 గం",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 గం",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "ఒక రోజు",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "ఒక వారం",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "అదృశ్యమవుతున్న సందేశాలు నిలిపివేయబడ్డాయి",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "$group$ సభ్యుడు.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "$group$ సభ్యుడు",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "$group1$ మరియు $group2$ సభ్యుడు.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "$group1$ మరియు $group2$ సభ్యుడు",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "$group1$, $group2$, మరియు $group3$ సభ్యుడు.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "$group1$, $group2$, మరియు $group3$ సభ్యుడు",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "$group1$, $group2$, $group3$ మరియు $remainingCount$ సభ్యుడు.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "$group1$, $group2$, $group3$ మరియు $remainingCount$ సభ్యుడు",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ మిమ్మల్ని సమూహానికి చేర్చారు.",
@ -3137,6 +3101,10 @@
"message": "సాధారణమైన సమూహాలు లేవు",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "సమాధానం",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "కొనసాగించు",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "ఇంకా నేర్చుకో",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "సందేశ అభ్యర్థనల గురించి",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "అభ్యర్థన ఎవరో మీకు తెలియకపోతే, దిగువ పరిచయాలను సమీక్షించి చర్య తీసుకోండి.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "అభ్యర్థన",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "మీ పరిచయం",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "เปิดใช้การตรวจตัวสะกดสำหรับข้อความที่พิมพ์ลงในกล่องเขียนข้อความ",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "การตรวจตัวสะกดจะถูกเปิดใช้ในครั้งต่อไปที่ Signal ถูกปิดและเปิดใหม่",
@ -1423,6 +1423,10 @@
"message": "การตรวจตัวสะกดจะถูกปิดในครั้งต่อไปที่ Signal ถูกปิดและเปิดใหม่",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "ล้างข้อมูล",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "การส่งล้มเหลว",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "ส่งแล้วบางส่วน คลิกเพื่อดูรายละเอียด",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "ปิด",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 วินาที",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 วินาที",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 วินาที",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 นาที",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 นาที",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 นาที",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 ชั่วโมง",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 ชั่วโมง",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 ชั่วโมง",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 วัน",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 สัปดาห์",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "ข้อความที่ลบตัวเอง",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "ปิด",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 วิ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 วิ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 วิ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 นา",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 นา",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 นา",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 ชม.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 ชม.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 ชม.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 วัน",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 สัป",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "ข้อความที่ลบตัวเองไม่ได้ถูกเปิดใช้",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"member-of-1-group": {
"message": "สมาชิกของ $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"member-of-2-groups": {
"message": "สมาชิกของ $group1$ และ $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"member-of-3-groups": {
"message": "สมาชิกของ $group1$ $group2$ และ $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"member-of-more-than-3-groups": {
"message": "สมาชิกของ$group1$ $group2$ $group3$ และอีก $remainingCount$ กลุ่ม",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ ได้เพิ่มคุณเข้ากลุ่ม",
@ -3137,6 +3101,10 @@
"message": "ไม่มีกลุ่มร่วมกัน",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "รับสาย",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "ทำต่อ",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "เรียนรู้เพิ่มเติม",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "หากคุณไม่มั่นใจว่าคำขอมาจากใคร คุณสามารถพิจารณาได้จากรายชื่อผู้ติดต่อด้านล่างแล้วเลือกตัดสินใจ",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "คำขอ",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "ผู้ติดต่อของคุณ",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "İleti kutusuna girilen sözcüklerin denetlenmesini etkinleştir",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Yazım denetimi bir sonraki Signal başlangıcında etkin olacaktır.",
@ -1423,6 +1423,10 @@
"message": "Yazım denetimi bir sonraki Signal başlangıcında devre dışı olacaktır.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Verileri Temizle",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Gönderme başarısız",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Gönderim duraklatıldı",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Kısmen gönderildi, ayrıntılar için tıklayın",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "kapalı",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 saniye",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 saniye",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 saniye",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 dakika",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 dakika",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 dakika",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 saat",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 saat",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 saat",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 gün",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 hafta",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Kaybolan iletiler",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "kapalı",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5sn",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10sn",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30sn",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1dk",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5dk",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30dk",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1g",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Kaybolan iletiler devre dışı",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "$group$ grubuna üye.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "$group$ grubuna üye",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "$group1$ ve $group2$ gruplarına üye.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "$group1$ ve $group2$ grubuna üye",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "$group1$, $group2$ ve $group3$ gruplarına üye.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "$group1$, $group2$ ve $group3$ grubuna üye",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "$group1$, $group2$, $group3$ ve $remainingCount$ diğer gruba üye.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "$group1$, $group2$, $group3$ ve $remainingCount$ diğer gruba üye",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ sizi gruba ekledi.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Ortak grup yok.",
"message": "Ortak grubunuz yok",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Ortak bir grup yok. İstekleri dikkatlice gözden geçirin.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Yanıtla",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Devam Et",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Dahasını öğrenin",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "Bu kişiyle ortak bir grubunuz yok. İstenmeyen iletileri önlemek için kabul etmeden önce istekleri dikkatlice gözden geçirin.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "İsteğin kimden geldiğinden emin değilseniz, aşağıdaki kişileri inceleyerek tercih yapabilirsiniz.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "İstek",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Kişiniz",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "İleti gönderimine devam etmek için doğrulayın",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Signal'de istenmeyen iletileri önlemek için, lütfen doğrulamayı tamamlayın.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "Doğrulamadan sonra, ileti göndermeye devam edebilirsiniz. Tüm duraklatılmış iletiler otomatik olarak gönderilecektir.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "تېكىست رامكىسىغا خەت كىرگۈزۈۋاتقاندا ئىملا تەكشۈرۈشنى قوزغىتىدۇ",
"description": "Description of the media permission description"
"message": "ئىملا تەكشۈرۈشنى قوزغىتىدۇ",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "ئىملا تەكشۈرۈش Signal كېيىنكى قېتىم قوزغالغاندا ئېچىلىدۇ.",
@ -1423,6 +1423,10 @@
"message": "كېيىنكى قېتىم Signal قوزغالغاندا ئىملا تەكشۈرۈش چەكلىنىدۇ.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "كومپيۇتېردا تىزىمغا كىرگەندە ئاچىدۇ",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "سانلىق مەلۇماتنى تازىلا",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "ئەۋەتەلمىدى",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "يوللاش ۋاقىتلىق توختىتىلدى",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "قىسمەن ئەۋەتىلدى، تەپسىلاتلار ئۈچۈن چېكىڭ",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"message": "ياپ",
"disappearingMessages__off": {
"message": "تاقاق",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 سېكۇنت",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 سېكۇنت",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 سېكۇنت",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 مىنۇت",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 مىنۇت",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 مىنۇت",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 سائەت",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 سائەت",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 سائەت",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 كۈن",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 ھەپتە",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "غايىب ئۇچۇرلار",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "ياپ",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 سېكۇنت",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 سېكۇنت",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 سېكۇنت",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 مىنۇت",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 مىنۇت",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 مىنۇت",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 سائەت",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 سائەت",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 سائەت",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 كۈن",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 ھەپتە",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "غايىب ئۇچۇر چەكلەندى",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "$group$ نىڭ ئەزاسى.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "$group$ ئەزاسى",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "$group1$ ۋە $group2$ نىڭ ئەزاسى.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "$group1$ ۋە $group2$ نىڭ ئەزاسى",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "$group1$،$group2$ ۋە $group3$ نىڭ ئەزاسى.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "$group1$،$group2$ ۋە $group3$ نىڭ ئەزاسى",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "$group1$،$group2$، $group3$ ۋە باشقا $remainingCount$گۇرۇپپىنىڭ ئەزاسى.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "$group1$، $group2$، $group3$ ۋە باشقا $remainingCount$ گۇرۇپپىنىڭ ئەزاسى",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "سىزنى $name$ گۇرۇپپىغا قوشتى.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "ئورتاق گۇرۇپپا يوق.",
"message": "ئورتاق گۇرۇپپا يوق",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "ھېچقانداق ئورتاق گۇرۇپپا يوق. تەلەپلەرنى ئەستايىدىللىق بىلەن تەكشۈرۈڭ.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "جاۋاب",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "داۋاملاشتۇر",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "كۆپرەك ئۆگىنىش",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "بۇ كىشى بىلەن ئورتاق گۇرۇپپىڭىز يوق. كېرەكسىز ئۇچۇرلاردىن ساقلىنىش ئۈچۈن قوشۇلۇشتىن ئىلگىرى تەلەپلەرنى ئەستايىدىللىق بىلەن تەكشۈرۈڭ.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "ئۇچۇر ئىلتىماسى ھەققىدە",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "ئىلتىماسنى ئېھتىيات بىلەن تەكشۈرۈڭ. Signal ئوخشاش ئاتلىق باشقا ئالاقەداشنى بايقىدى. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "ئىلتىماسنى تەكشۈر",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "ئىلتىماسنى تەكشۈر",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "ئىلتىماسنىڭ نەدىن كەلگەنلىكىنى جەزملەشتۈرەلمىسىڭىز، ئاستىدىكى ئالاقەداشلارنى كۆزدىن كەچۈرۈڭ ۋە مەشغۇلات قىلىڭ.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "ئىلتىماس",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "ئالاقەداشىڭىز",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "ئۇچۇرلىشىشنى داۋاملاشتۇرۇش ئۈچۈن دەلىللەش زۆرۈر",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "Signal دا ئەخلەت خەتنىڭ ئالدىنى ئېلىش ئۈچۈن، دەلىللەشنى تاماملاڭ.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "دەلىللىگەندىن كېيىن، ئۇچۇر يوللاشنى داۋاملاشتۇرالايسىز. ۋاقىتلىق توختىتىلغان ھەر قانداق ئۇچۇر ئۆزلۈكىدىن يوللىنىدۇ.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "دەلىللىمەي داۋاملاشتۇرامدۇ؟",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "ئەگەر دەلىللەشتىن ئاتلاشنى تاللىسىڭىز، باشقىلار سىزگە يوللىغان ئۇچۇرنى تاپشۇرۇۋالالمايسىز ۋە ئۇچۇرىڭىزنى يوللىغىلى بولماسلىقى مۇمكىن.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "دەلىللەشتىن ئاتلا",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "دەلىللەش تامام.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "دەلىللىيەلمىدى. سەل تۇرۇپ قايتا سىناڭ.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "ئۇچۇرنى ھەممەيلەن ئۈچۈن ئۆچۈرەلمىدى. سەل تۇرۇپ قايتا سىناڭ.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1366,7 +1366,7 @@
}
},
"calling__you-have-blocked": {
"message": "You have blocked $name$",
"message": "Ви заблокували $name$",
"description": "when you block someone and cannot view their video",
"placeholders": {
"name": {
@ -1412,17 +1412,21 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Enable spell check of text entered in message composition box",
"description": "Description of the media permission description"
"message": "Увімкнути перевірку правопису",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Spell check will be enabled the next time Signal starts.",
"message": "Перевірку правопису буде увімкнено під час наступного запуску Signal.",
"description": "Shown when the user enables spellcheck to indicate that they must restart Signal."
},
"spellCheckWillBeDisabled": {
"message": "Spell check will be disabled the next time Signal starts.",
"message": "Перевірку правопису буде вимкнено під час наступного запуску Signal.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Запускати при вході в систему",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Стерти дані",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Не вдалося надіслати",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Відправлення призупинене",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Частково надіслано, торкніться для деталей",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "вимкн",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 секунд",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 секунд",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 секунд",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 хвилина",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 хвилин",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 хвилин",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 година",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 годин",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 годин",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 день",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 тиждень",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Зникаючі повідомлення ",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "вимкн",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5с",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10с",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30с",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1хв",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5хв",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30хв",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1г",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6г",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12г",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1д",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1т",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Зникаючі повідомлення заборонені",
"description": "Displayed in the left pane when the timer is turned off"
@ -2956,7 +2872,7 @@
"description": "Shown as a button to let the user unblock a message request"
},
"MessageRequests--unblock-confirm-title": {
"message": "Unblock $name$?",
"message": "Розблокувати $name$?",
"description": "Shown as a button to let the user unblock a message request",
"placeholders": {
"name": {
@ -2990,7 +2906,7 @@
"description": "Shown as a button to let the user block and delete a message request"
},
"MessageRequests--block-direct-confirm-title": {
"message": "Block $name$?",
"message": "Заблокувати $name$?",
"description": "Shown as the title in the confirmation modal for blocking a private message request",
"placeholders": {
"name": {
@ -3004,7 +2920,7 @@
"description": "Shown as the body in the confirmation modal for blocking a private message request"
},
"MessageRequests--block-group-confirm-title": {
"message": "Block and Leave $group$?",
"message": "Заблокувати та покинути $group$?",
"description": "Shown as the title in the confirmation modal for blocking a group message request",
"placeholders": {
"group": {
@ -3107,24 +3023,72 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Member of $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Полягає в $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Member of $group1$ and $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Полягає в $group1$ і $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Member of $group1$, $group2$, and $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Полягає в $group1$, $group2$, і $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Учасник $group1$, $group2$, $group3$ та $remainingCount$ інших",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ added you to the group.",
"message": "$name$ додав вас до групи.",
"description": "Shown Indicates that you were added to a group by a given individual.",
"placeholders": {
"name": {
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "No groups in common.",
"message": "Спільних груп немає",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "Спільних груп немає. Переглядайте запити уважно.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Відповісти",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -3154,39 +3122,39 @@
"description": "Shown in conversation history when you declined an incoming audio call"
},
"declinedIncomingVideoCall": {
"message": "You declined a video call",
"message": "Ви відхилили відеодзвінок",
"description": "Shown in conversation history when you declined an incoming video call"
},
"acceptedIncomingAudioCall": {
"message": "Incoming audio call",
"message": "Вхідний аудіодзвінок",
"description": "Shown in conversation history when you accepted an incoming audio call"
},
"acceptedIncomingVideoCall": {
"message": "Incoming video call",
"message": "Вхідний відеодзвінок",
"description": "Shown in conversation history when you accepted an incoming video call"
},
"missedIncomingAudioCall": {
"message": "Missed audio call",
"message": "Пропущений аудіодзвінок",
"description": "Shown in conversation history when you missed an incoming audio call"
},
"missedIncomingVideoCall": {
"message": "Missed video call",
"message": "Пропущений відеодзвінок",
"description": "Shown in conversation history when you missed an incoming video call"
},
"acceptedOutgoingAudioCall": {
"message": "Outgoing audio call",
"message": "Вихідний аудіодзвінок",
"description": "Shown in conversation history when you made an outgoing audio call"
},
"acceptedOutgoingVideoCall": {
"message": "Outgoing video call",
"message": "Вихідний відеодзвінок",
"description": "Shown in conversation history when you made an outgoing video call"
},
"missedOrDeclinedOutgoingAudioCall": {
"message": "Unanswered audio call",
"message": "Аудіодзвінок без відповіді",
"description": "Shown in conversation history when your audio call is missed or declined"
},
"missedOrDeclinedOutgoingVideoCall": {
"message": "Unanswered video call",
"message": "Відеодзвінок без відповіді",
"description": "Shown in conversation history when your video call is missed or declined"
},
"incomingAudioCall": {
@ -3206,11 +3174,11 @@
"description": "Shown in the call screen when placing an outgoing call that is now ringing"
},
"makeOutgoingCall": {
"message": "Start a call",
"message": "Почати дзвінок",
"description": "Title for the call button in a conversation"
},
"makeOutgoingVideoCall": {
"message": "Start a video call",
"message": "Почати відеодзвінок",
"description": "Title for the video call button in a conversation"
},
"joinOngoingCall": {
@ -3228,7 +3196,7 @@
}
},
"callReconnecting": {
"message": "Reconnecting...",
"message": "Перепідключення...",
"description": "Shown in the call screen when the call is reconnecting due to network issues"
},
"callDuration": {
@ -3246,7 +3214,7 @@
"description": "Title for device selection settings"
},
"calling__participants": {
"message": "$people$ in call",
"message": "У дзвінку $people$",
"description": "Title for participants list toggle",
"placeholders": {
"people": {
@ -3260,7 +3228,7 @@
"description": "Notification message when a group call has ended"
},
"calling__call-notification__started-by-someone": {
"message": "A group call was started",
"message": "Розпочато груповий дзвінок",
"description": "Notification message when a group call has started, but we don't know who started it"
},
"calling__call-notification__started-by-you": {
@ -3268,7 +3236,7 @@
"description": "Notification message when a group call has started by you"
},
"calling__call-notification__started": {
"message": "$name$ started a group call",
"message": "$name$ розпочав груповий дзвінок",
"description": "Notification message when a group call has started",
"placeholders": {
"name": {
@ -3278,11 +3246,11 @@
}
},
"calling__call-notification__button__in-another-call-tooltip": {
"message": "You are already in a call",
"message": "Ви вже у дзвінку",
"description": "Tooltip in disabled notification button when you're on another call"
},
"calling__call-notification__button__call-full-tooltip": {
"message": "Call has reached capacity of $max$ participants",
"message": "Дзвінок досяг максимальної кількості учасників у $max$",
"description": "Tooltip in disabled notification button when the call is full",
"placeholders": {
"max": {
@ -3292,11 +3260,11 @@
}
},
"calling__pip--on": {
"message": "Minimize call",
"message": "Згорнути дзвінок",
"description": "Title for picture-in-picture toggle"
},
"calling__pip--off": {
"message": "Fullscreen call",
"message": "Повноекранний дзвінок",
"description": "Title for picture-in-picture toggle"
},
"calling__switch-view--to-grid": {
@ -3308,7 +3276,7 @@
"description": "Title for grid/speaker view toggle when on a call"
},
"calling__hangup": {
"message": "Leave call",
"message": "Покинути дзвінок",
"description": "Title for hang up button"
},
"callingDeviceSelection__label--video": {
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Продовжити",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Дізнатись більше",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "У вас немає спільних груп з цією особою. Уважно розглядайте запити перед тим, як їх прийняти, щоб уникнути небажаних повідомлень.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "Про запити на листування",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "If you're not sure who the request is from, review the contacts below and take action.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Запит",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Серед ваших контактів",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Продовжити без підтвердження?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "Якщо ви вирішите продовжити без підтвердження особи, ви можете не отримати повідомлення від інших людей, та не зможете відправити власні повідомлення.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Підтвердження особи завершено.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "پیغام کی کمپوزیشن باکس میں داخل ٹیکسٹ کی ہجے چیک کو فعال کریں",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "اگلی بار Signal شروع ہونے پر ہجے کی جانچ پڑتال کے قابل ہوگی۔",
@ -1423,6 +1423,10 @@
"message": "اگلی بار Signal شروع ہونے پر spell check غیر فعال ہوجائیں گے۔",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "ڈیٹا کو صاف کریں",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "بھیجنے میں ناکام",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "جزوی طور پر بھیجا گیا ہے ، تفصیلات کے لئے کلک کریں",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "بند کریں",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 سیکنڈز",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 سیکنڈز",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 سیکنڈز",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 منٹ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 منٹس",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 منٹس",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 گھنٹا",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 گھنٹے",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 گھنٹے",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 دن ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 ہفتہ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "پیغامات غائب ہو رہے ہیں",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "بند کریں",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30m",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12h",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "w1",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "w1",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "غیر فعال پیغامات غائب ہو رہے ہیں",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "کا رکن$group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "کا رکن$group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "ممبر$group1$ اور$group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "ممبر$group1$ اور$group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "کے ممبر$group1$، $group2$اور$group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "کے ممبر$group1$، $group2$اور$group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "$group1$ ، $group2$ ،$group3$ اور $remainingCount$ اور کے ممبر.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "$group1$ ، $group2$ ،$group3$ اور $remainingCount$ اور کے ممبر",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ نے آپ کو گروپ میں شامل کیا۔",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "مشترکہ طور پر کوئی گروپ نہیں۔",
"message": "مشترکہ طور پر کوئی گروپ نہیں",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "جواب دیں",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "جاری رکھیں",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "مزید پڑھیں",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "اگر آپ کو یقین نہیں ہے کہ درخواست کس کی ہے تو ، نیچے دیئے گئے رابطوں کا جائزہ لیں اور کارروائی کریں۔",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "درخواست ",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "آپ کا رابطہ",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "Bật kiểm tra chính tả văn bản được nhập trong hộp soạn tin nhắn",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "Kiểm tra chính tả sẽ được bật lên lần tiếp theo Signal khởi động.",
@ -1423,6 +1423,10 @@
"message": "Kiểm tra chính tả đã được tắt lần tiếp theo Signal khởi động.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "Xóa Dữ liệu",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "Không gửi được",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "Gửi một phần, nhấn vào để xem chi tiết",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "tắt",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 giây",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 giây",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 giây",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 phút",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 phút",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 phút",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 giờ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 giờ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 giờ",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 ngày",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 tuần",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "Xóa (tự động) tin nhắn",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "tắt",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 giây",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 giây",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 giây",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 phút",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 phút",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 phút",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 giờ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 giờ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 giờ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 ngày",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 tuần",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "Đã tắt tin nhắn tạm thời",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "Thành viên của $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "Thành viên của $group$",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Thành viên của $group1$ và $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "Thành viên của $group1$ và $group2$",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Thành viên của $group1$, $group2$, và $group3$. ",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "Thành viên của $group1$, $group2$, và $group3$",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Thành viên của $group1$, $group2$, $group3$ và $remainingCount$ nhóm khác.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "Thành viên của $group1$, $group2$, $group3$ và $remainingCount$ nhóm khác",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ đã thêm bạn vào nhóm.",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "Không có nhóm chung.",
"message": "Không có nhóm chung",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "Trả lời",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "Tiếp tục",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "Tìm hiểu thêm",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "Nếu bạn không chắc yêu cầu từ người nào, xem các liên hệ bên dưới và chọn hành động.",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "Yêu cầu",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "Liên hệ của bạn",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "启用输入框拼写检查",
"description": "Description of the media permission description"
"message": "Enable spell check",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "拼写检查将在 Signal 下次启动时打开。",
@ -1423,6 +1423,10 @@
"message": "拼写检查将在 Signal 下次启动时禁用。",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "Open at computer login",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "清空数据",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "发送失败",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "Send paused",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "部分发送,点击查看详情",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "关闭",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5秒",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10秒",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30秒",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1分钟",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5分钟",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30分钟",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1小时",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6小时",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12小时",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1天",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1周",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "阅后即焚",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "关闭",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5秒",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10秒",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30秒",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1分钟",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5分钟",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30分钟",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1小时",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6小时",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12小时",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1天",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1周",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "阅后即焚已停用",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"message": "$group$ 的成员。",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"member-of-1-group": {
"message": "$group$ 的成员",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "$group1$ 和 $group2$ 的成员。",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "$group1$ 和 $group2$ 的成员",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "$group1$、$group2$ 和 $group3$ 的成员。",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "$group1$、$group2$ 和 $group3$ 的成员",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "$group1$、$group2$、$group3$ 以及其他 $remainingCount$ 个群组的成员。",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "$group1$、$group2$、$group3$ 以及其他 $remainingCount$ 个群组的成员",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ 已将您添加至群组。",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "无共同群组",
"message": "无共同群组",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "No groups in common. Review requests carefully.",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "接听",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "继续",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "了解更多",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "You have no groups in common with this person. Review requests carefully before accepting to avoid unwanted messages.",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "About Message Requests",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "Review requests carefully. Signal found another contact with the same name. $link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "Review request",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "Review request",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "如果您不确定此请求的来源,请审阅以下联系人并采取相应措施。",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "入群请求",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "您的联系人",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "To help prevent spam on Signal, please complete verification.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "After verifying, you can continue messaging. Any paused messages will automatically be sent.",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "Continue Without Verifying?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "If you choose to skip verification, you may miss messages from other people and your messages may fail to send.",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "Skip verification",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "Verification complete.",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "Verification failed. Please retry later.",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "Failed to delete message for everyone. Please retry later.",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -1412,8 +1412,8 @@
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "在訊息撰寫時啟用文字輸入的拼字檢查",
"description": "Description of the media permission description"
"message": "啟用拼寫檢查",
"description": "Description of the spell check setting"
},
"spellCheckWillBeEnabled": {
"message": "下次 Signal 啟動時,將啟用拼寫檢查。",
@ -1423,6 +1423,10 @@
"message": "下次 Signal 啟動時,將關閉拼寫檢查。",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"autoLaunchDescription": {
"message": "在電腦登入時開啟",
"description": "Description for the automatic launch setting"
},
"clearDataHeader": {
"message": "清除資料",
"description": "Header in the settings dialog for the section dealing with data deletion"
@ -1537,6 +1541,10 @@
"message": "傳送失敗",
"description": "Shown on outgoing message if it fails to send"
},
"sendPaused": {
"message": "傳送已暫停",
"description": "Shown on outgoing message if it cannot be sent immediately"
},
"partiallySent": {
"message": "部分傳送,點擊以獲得詳細資訊",
"description": "Shown on outgoing message if it is partially sent"
@ -1689,106 +1697,14 @@
}
}
},
"timerOption_0_seconds": {
"disappearingMessages__off": {
"message": "關閉",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 秒",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 秒",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 秒",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 分鐘",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 分鐘",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 分鐘",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 小時",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 小時",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 小時",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 天",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 週",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "自動銷毀訊息",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "關閉",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 秒",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 秒",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 秒",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 分鐘",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 分鐘",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 分鐘",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 小時",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 小時",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 小時",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 天",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 週",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "關閉訊息讀後焚毀功能",
"description": "Displayed in the left pane when the timer is turned off"
@ -3107,21 +3023,69 @@
}
}
},
"ConversationHero--membership-1": {
"member-of-1-group": {
"message": "$group$的成員",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group"
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "$group1$及$group2$的成員。",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups"
"member-of-2-groups": {
"message": "$group1$及$group2$的成員",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "$group1$$group2$,及$group3$的成員。",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-3-groups": {
"message": "$group1$$group2$,及$group3$的成員",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "$group1$$group2$$group3$及$remainingCount$或更多的成員。",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups"
"member-of-more-than-3-groups": {
"message": "$group1$$group2$$group3$及$remainingCount$或更多的成員",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$已將你加入群組。",
@ -3134,9 +3098,13 @@
}
},
"no-groups-in-common": {
"message": "沒有共同的群組",
"message": "沒有共同的群組",
"description": "Shown to indicate this user is not a member of any groups"
},
"no-groups-in-common-warning": {
"message": "沒有共同的群組。 請仔細檢查請求。",
"description": "When a user has no common groups, show this warning"
},
"acceptCall": {
"message": "接聽",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
@ -5132,5 +5100,83 @@
"ForwardMessageModal--continue": {
"message": "繼續",
"description": "aria-label for the 'next' button in the forward a message modal dialog"
},
"MessageRequestWarning__learn-more": {
"message": "了解更多",
"description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
},
"MessageRequestWarning__dialog__details": {
"message": "你沒有與此人在共同的群組。 接受之前,請仔細檢查請求,以避免出現不必要的訊息。",
"description": "Shown in the message request warning dialog. Gives more information about message requests"
},
"MessageRequestWarning__dialog__learn-even-more": {
"message": "關於訊息請求",
"description": "Shown in the message request warning dialog. Clicking this button will open a page on Signal's support site"
},
"ContactSpoofing__same-name": {
"message": "仔細檢查請求。 Signal找到了另一個同名聯絡人。$link$",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else",
"placeholders": {
"link": {
"content": "$1",
"example": "Review request"
}
}
},
"ContactSpoofing__same-name__link": {
"message": "檢查要求",
"description": "Shown in the timeline warning when you have a message request from someone with the same name as someone else"
},
"ContactSpoofingReviewDialog__title": {
"message": "檢查要求",
"description": "Title for the contact name spoofing review dialog"
},
"ContactSpoofingReviewDialog__description": {
"message": "如果你不確定請求來自誰,請查看下面的聯絡人並採取措施。",
"description": "Description for the contact spoofing review dialog"
},
"ContactSpoofingReviewDialog__possibly-unsafe-title": {
"message": "要求",
"description": "Header in the contact spoofing review dialog, shown above the potentially-unsafe user"
},
"ContactSpoofingReviewDialog__safe-title": {
"message": "你的聯絡人",
"description": "Header in the contact spoofing review dialog, shown above the \"safe\" user"
},
"CaptchaDialog__title": {
"message": "驗證以繼續傳送訊息",
"description": "Header in the captcha dialog"
},
"CaptchaDialog__first-paragraph": {
"message": "為了協助防止Signal上的垃圾訊息請完成驗證。",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog__second-paragraph": {
"message": "驗證後,你可以繼續進行訊息傳送。 任何暫停的訊息將自動傳送。",
"description": "First paragraph in the captcha dialog"
},
"CaptchaDialog--can-close__title": {
"message": "繼續而不驗證?",
"description": "Header in the captcha dialog that can be closed"
},
"CaptchaDialog--can-close__body": {
"message": "如果選擇跳過驗證,則可能會錯過來自其他人的訊息,並且訊息可能無法傳送。",
"description": "Body of the captcha dialog that can be closed"
},
"CaptchaDialog--can_close__skip-verification": {
"message": "略過驗證",
"description": "Skip button of the captcha dialog that can be closed"
},
"verificationComplete": {
"message": "驗證完成。",
"description": "Displayed after successful captcha"
},
"verificationFailed": {
"message": "驗證失敗。 請稍後重試。",
"description": "Displayed after unsuccessful captcha"
},
"deleteForEveryoneFailed": {
"message": "為所有人刪除訊息失敗。 請稍後重試。",
"description": "Displayed when delete-for-everyone has failed to send to all recepients"
}
}

View File

@ -3,6 +3,8 @@
const { ipcRenderer } = require('electron');
const { beforeRestart } = require('../../ts/logging/set_up_renderer_logging');
/* eslint-env node */
module.exports = {
@ -11,6 +13,9 @@ module.exports = {
function deleteAll() {
return new Promise((resolve, reject) => {
// Restart logging again when the file stream close
beforeRestart();
ipcRenderer.once('delete-all-logs-complete', resolve);
setTimeout(() => {

View File

@ -36,11 +36,23 @@
try {
await Logs.deleteAll();
window.log.info('clearAllData: deleted all logs');
await window.Signal.Data.removeAll();
window.log.info('clearAllData: emptied database');
await window.Signal.Data.close();
window.log.info('clearAllData: closed database');
await window.Signal.Data.removeDB();
window.log.info('clearAllData: removed database');
await window.Signal.Data.removeOtherData();
window.log.info('clearAllData: removed all other data');
} catch (error) {
window.log.error(
'Something went wrong deleting all data:',

View File

@ -152,12 +152,14 @@
window.setSpellCheck(val);
},
});
new CheckboxView({
el: this.$('.auto-launch-setting'),
name: 'auto-launch-setting',
value: window.initialData.autoLaunch,
setFn: window.setAutoLaunch,
});
if (Settings.isAutoLaunchSupported()) {
new CheckboxView({
el: this.$('.auto-launch-setting'),
name: 'auto-launch-setting',
value: window.initialData.autoLaunch,
setFn: window.setAutoLaunch,
});
}
if (Settings.isHideMenuBarSupported()) {
new CheckboxView({
el: this.$('.menu-bar-setting'),
@ -230,6 +232,7 @@
isAudioNotificationSupported: Settings.isAudioNotificationSupported(),
isHideMenuBarSupported: Settings.isHideMenuBarSupported(),
isDrawAttentionSupported: Settings.isDrawAttentionSupported(),
isAutoLaunchSupported: Settings.isAutoLaunchSupported(),
hasSystemTheme: true,
themeLight: i18n('themeLight'),
themeDark: i18n('themeDark'),

12
main.js
View File

@ -589,12 +589,6 @@ ipc.on('show-window', () => {
showWindow();
});
ipc.on('set-secure-input', (_sender, enabled) => {
if (app.setSecureKeyboardEntryEnabled) {
app.setSecureKeyboardEntryEnabled(enabled);
}
});
ipc.on('title-bar-double-click', () => {
if (!mainWindow) {
return;
@ -1457,6 +1451,7 @@ ipc.on('draw-attention', () => {
});
ipc.on('restart', () => {
console.log('Relaunching application');
app.relaunch();
app.quit();
});
@ -1506,7 +1501,10 @@ ipc.handle('show-calling-permissions-popup', async (event, forCamera) => {
try {
await showPermissionsPopupWindow(true, forCamera);
} catch (error) {
console.error(error);
console.error(
'show-calling-permissions-popup error:',
error && error.stack ? error.stack : error
);
}
});
ipc.on('close-permissions-popup', () => {

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.2.0-beta.1",
"version": "5.2.1",
"license": "AGPL-3.0-only",
"author": {
"name": "Open Whisper Systems",

View File

@ -24,3 +24,64 @@ index 16eab30..0077182 100644
-
update-mime-database /usr/share/mime || true
update-desktop-database /usr/share/applications || true
diff --git a/node_modules/app-builder-lib/templates/nsis/include/allowOnlyOneInstallerInstance.nsh b/node_modules/app-builder-lib/templates/nsis/include/allowOnlyOneInstallerInstance.nsh
index b52822068..3824c785f 100644
--- a/node_modules/app-builder-lib/templates/nsis/include/allowOnlyOneInstallerInstance.nsh
+++ b/node_modules/app-builder-lib/templates/nsis/include/allowOnlyOneInstallerInstance.nsh
@@ -62,16 +62,34 @@
# to ensure that files are not "in-use"
Sleep 300
- ${nsProcess::FindProcess} "${APP_EXECUTABLE_FILENAME}" $R0
- ${if} $R0 == 0
- # wait to give a chance to exit gracefully
- Sleep 1000
- nsExec::Exec `taskkill /f /im "${APP_EXECUTABLE_FILENAME}" /fi "PID ne $pid"` $R0
- ${If} $R0 != 0
- DetailPrint `Waiting for "${PRODUCT_NAME}" to close (taskkill exit code $R0).`
- Sleep 2000
+ # Retry counter
+ StrCpy $R1 0
+
+ loop:
+ IntOp $R1 $R1 + 1
+
+ ${nsProcess::FindProcess} "${APP_EXECUTABLE_FILENAME}" $R0
+ ${if} $R0 == 0
+ # wait to give a chance to exit gracefully
+ Sleep 1000
+ nsExec::Exec `taskkill /f /im "${APP_EXECUTABLE_FILENAME}" /fi "PID ne $pid"` $R0
+ ${If} $R0 != 0
+ DetailPrint `Waiting for "${PRODUCT_NAME}" to close (taskkill exit code $R0).`
+ Sleep 2000
+ ${endIf}
+ ${else}
+ Goto not_running
${endIf}
- ${endIf}
+
+ # App likely running with elevated permissions.
+ # Ask user to close it manually
+ ${if} $R1 > 1
+ MessageBox MB_RETRYCANCEL|MB_ICONEXCLAMATION "$(appCannotBeClosed)" /SD IDCANCEL IDRETRY loop
+ Quit
+ ${else}
+ Goto loop
+ ${endIf}
+ not_running:
${endIf}
${endIf}
!macroend
diff --git a/node_modules/app-builder-lib/templates/nsis/messages.yml b/node_modules/app-builder-lib/templates/nsis/messages.yml
index c35df3573..94c8e9e0c 100644
--- a/node_modules/app-builder-lib/templates/nsis/messages.yml
+++ b/node_modules/app-builder-lib/templates/nsis/messages.yml
@@ -66,6 +66,8 @@ appRunning:
fi: "${PRODUCT_NAME} on käynnissä. Napsauta OK sulkeaksesi sen."
es: "${PRODUCT_NAME} se está ejecutando. Haz clic en Aceptar para cerrarlo."
da: "${PRODUCT_NAME} er i gang. Klik OK for at lukke."
+appCannotBeClosed:
+ en: "${PRODUCT_NAME} cannot be closed. \nPlease close it manually and click Retry to continue"
installing:
en: Installing, please wait...
de: Installation läuft, bitte warten...

View File

@ -142,9 +142,6 @@ try {
window.log.info('show window');
ipc.send('show-window');
};
window.setSecureInput = enabled => {
ipc.send('set-secure-input', enabled);
};
window.titleBarDoubleClick = () => {
ipc.send('title-bar-double-click');
@ -371,10 +368,16 @@ try {
installGetter('sync-time', 'getLastSyncTime');
installSetter('sync-time', 'setLastSyncTime');
ipc.on('delete-all-data', () => {
ipc.on('delete-all-data', async () => {
const { deleteAllData } = window.Events;
if (deleteAllData) {
deleteAllData();
if (!deleteAllData) {
return;
}
try {
await deleteAllData();
} catch (error) {
window.log.error('delete-all-data: error', error && error.stack);
}
});

View File

@ -118,10 +118,12 @@
{{ spellCheckDirtyText }}
</p>
</div>
{{ #isAutoLaunchSupported }}
<div class='auto-launch-setting'>
<input type='checkbox' name='auto-launch-setting' id='auto-launch-setting' />
<label for='auto-launch-setting'>{{ autoLaunchDescription }}</label>
</div>
{{ /isAutoLaunchSupported }}
<hr>
<div class='calling-setting'>
<h3>{{ calling }}</h3>

View File

@ -12,9 +12,9 @@
<script type="text/javascript" src="../../ts/backbonejQuery.js"></script>
<script type="text/javascript" src="../../js/storage.js"></script>
<script type='text/javascript' src='libtextsecure/protocol_wrapper.js'></script>
<script type='text/javascript' src='libtextsecure/storage/user.js'></script>
<script type='text/javascript' src='libtextsecure/storage/unprocessed.js'></script>
<script type='text/javascript' src='libtextsecure/protobufs.js'></script>
<script type='text/javascript' src='../../libtextsecure/protocol_wrapper.js'></script>
<script type='text/javascript' src='../../libtextsecure/storage/user.js'></script>
<script type='text/javascript' src='../../libtextsecure/storage/unprocessed.js'></script>
<script type='text/javascript' src='../../libtextsecure/protobufs.js'></script>
</body>
</html>

View File

@ -180,7 +180,7 @@ window.encryptAndUpload = async (
cover,
onProgress = noop
) => {
window.sqlInitializer.goBackToMainProcess();
await window.sqlInitializer.goBackToMainProcess();
const usernameItem = await window.Signal.Data.getItemById('uuid_id');
const oldUsernameItem = await window.Signal.Data.getItemById('number_id');
const passwordItem = await window.Signal.Data.getItemById('password');

View File

@ -161,6 +161,30 @@
outline: 0;
}
.module-message__audio-attachment__button,
.module-message__audio-attachment__spinner,
.module-message__audio-attachment__waveform {
&:focus {
@include keyboard-mode {
outline: 2px solid $color-white-alpha-60;
}
@include ios-keyboard-mode {
outline: 2px solid $ultramarine-ui-light;
}
}
.module-message__audio-attachment--outgoing & {
&:focus {
@include keyboard-mode {
outline: 2px solid $ultramarine-ui-light;
}
@include ios-keyboard-mode {
outline: 2px solid $color-white-alpha-60;
}
}
}
}
.module-message__audio-attachment__waveform__bar {
display: inline-block;

View File

@ -459,7 +459,9 @@ export async function startApp(): Promise<void> {
removeDarkOverlay: () => $('.dark-overlay').remove(),
showKeyboardShortcuts: () => window.showKeyboardShortcuts(),
deleteAllData: () => {
deleteAllData: async () => {
await window.sqlInitializer.goBackToMainProcess();
const clearDataView = new window.Whisper.ClearDataView().render();
$('body').append(clearDataView.el);
},

View File

@ -40,7 +40,6 @@ const createProps = (overrideProps: Partial<Props> = {}): Props => ({
clearQuotedMessage: action('clearQuotedMessage'),
getQuotedMessage: action('getQuotedMessage'),
sortedGroupMembers: [],
setSecureInput: action('setSecureInput'),
// EmojiButton
onPickEmoji: action('onPickEmoji'),
onSetSkinTone: action('onSetSkinTone'),

View File

@ -67,7 +67,6 @@ export type Props = Pick<
| 'draftBodyRanges'
| 'clearQuotedMessage'
| 'getQuotedMessage'
| 'setSecureInput'
> &
Pick<
EmojiButtonProps,
@ -114,7 +113,6 @@ export const CompositionArea = ({
clearQuotedMessage,
getQuotedMessage,
sortedGroupMembers,
setSecureInput,
// EmojiButton
onPickEmoji,
onSetSkinTone,
@ -472,7 +470,6 @@ export const CompositionArea = ({
clearQuotedMessage={clearQuotedMessage}
getQuotedMessage={getQuotedMessage}
sortedGroupMembers={sortedGroupMembers}
setSecureInput={setSecureInput}
/>
</div>
{!large ? (

View File

@ -29,7 +29,6 @@ const createProps = (overrideProps: Partial<Props> = {}): Props => ({
getQuotedMessage: action('getQuotedMessage'),
onPickEmoji: action('onPickEmoji'),
large: boolean('large', overrideProps.large || false),
setSecureInput: action('setSecureInput'),
sortedGroupMembers: overrideProps.sortedGroupMembers || [],
skinTone: select(
'skinTone',

View File

@ -77,7 +77,6 @@ export type Props = {
onSubmit(message: string, mentions: Array<BodyRangeType>): unknown;
getQuotedMessage(): unknown;
clearQuotedMessage(): unknown;
setSecureInput(enabled: boolean): unknown;
};
const MAX_LENGTH = 64 * 1024;
@ -95,7 +94,6 @@ export const CompositionInput: React.ComponentType<Props> = props => {
skinTone,
draftText,
draftBodyRanges,
setSecureInput,
getQuotedMessage,
clearQuotedMessage,
sortedGroupMembers,
@ -252,20 +250,6 @@ export const CompositionInput: React.ComponentType<Props> = props => {
return false;
};
const onFocus = (): void => {
setSecureInput(true);
};
const onBlur = (): void => {
setSecureInput(false);
};
React.useEffect(() => {
return () => {
setSecureInput(false);
};
}, [setSecureInput]);
const onEnter = (): boolean => {
const quill = quillRef.current;
const emojiCompletion = emojiCompletionRef.current;
@ -501,8 +485,6 @@ export const CompositionInput: React.ComponentType<Props> = props => {
onChange,
onEnter,
onEscape,
onFocus,
onBlur,
onPickEmoji,
onShortKeyEnter,
onTab,
@ -517,8 +499,6 @@ export const CompositionInput: React.ComponentType<Props> = props => {
return (
<ReactQuill
className={`${BASE_CLASS_NAME}__quill`}
onFocus={() => callbacksRef.current.onFocus()}
onBlur={() => callbacksRef.current.onBlur()}
onChange={() => callbacksRef.current.onChange()}
defaultValue={delta}
modules={{

View File

@ -53,7 +53,6 @@ const createProps = (overrideProps: Partial<PropsType> = {}): PropsType => ({
onSetSkinTone: action('onSetSkinTone'),
recentEmojis: [],
removeLinkPreview: action('removeLinkPreview'),
setSecureInput: action('setSecureInput'),
skinTone: 0,
});

View File

@ -50,7 +50,6 @@ export type DataPropsType = {
caretLocation?: number
) => unknown;
onTextTooLong: () => void;
setSecureInput: (enabled: boolean) => void;
} & Pick<EmojiButtonProps, 'recentEmojis' | 'skinTone'>;
type ActionPropsType = Pick<
@ -80,7 +79,6 @@ export const ForwardMessageModal: FunctionComponent<PropsType> = ({
recentEmojis,
removeLinkPreview,
skinTone,
setSecureInput,
}) => {
const inputRef = useRef<null | HTMLInputElement>(null);
const inputApiRef = React.useRef<InputApi | undefined>();
@ -309,7 +307,6 @@ export const ForwardMessageModal: FunctionComponent<PropsType> = ({
onPickEmoji={onPickEmoji}
onSubmit={forwardMessage}
onTextTooLong={onTextTooLong}
setSecureInput={setSecureInput}
/>
<div className="module-ForwardMessageModal__emoji">
<EmojiButton

View File

@ -60,7 +60,9 @@ export const CallingNotification: React.FC<PropsType> = React.memo(props => {
callType = 'video';
break;
default:
window.log.error(missingCaseError(props));
window.log.error(
`CallingNotification missing case: ${missingCaseError(props)}`
);
return null;
}

View File

@ -5,7 +5,7 @@ import * as React from 'react';
import { isBoolean } from 'lodash';
import { action } from '@storybook/addon-actions';
import { boolean, number, text } from '@storybook/addon-knobs';
import { boolean, number, select, text } from '@storybook/addon-knobs';
import { storiesOf } from '@storybook/react';
import { SignalService } from '../../protobuf';
@ -70,7 +70,10 @@ const renderAudioAttachment: Props['renderAudioAttachment'] = props => (
const createProps = (overrideProps: Partial<Props> = {}): Props => ({
attachments: overrideProps.attachments,
author: overrideProps.author || getDefaultConversation(),
author: overrideProps.author || {
...getDefaultConversation(),
color: select('authorColor', Colors, 'red'),
},
reducedMotion: boolean('reducedMotion', false),
bodyRanges: overrideProps.bodyRanges,
canReply: true,

View File

@ -38,6 +38,7 @@ declare global {
}
let globalLogger: undefined | pinoms.Logger;
let shouldRestart = false;
const isRunningFromConsole =
Boolean(process.stdout.isTTY) ||
@ -74,13 +75,16 @@ export async function initialize(): Promise<pinoms.Logger> {
rotate: 3,
});
stream.on('close', () => {
const onClose = () => {
globalLogger = undefined;
});
stream.on('error', () => {
globalLogger = undefined;
});
if (shouldRestart) {
initialize();
}
};
stream.on('close', onClose);
stream.on('error', onClose);
const streams: pinoms.Streams = [];
streams.push({ stream });
@ -109,6 +113,9 @@ export async function initialize(): Promise<pinoms.Logger> {
});
ipc.on('delete-all-logs', async event => {
// Restart logging when the streams will close
shouldRestart = true;
try {
await deleteAllLogs(logPath);
} catch (error) {

View File

@ -101,6 +101,11 @@ function fetch(): Promise<string> {
}
let globalLogger: undefined | pino.Logger;
let shouldRestart = false;
export function beforeRestart(): void {
shouldRestart = true;
}
export function initialize(): void {
if (globalLogger) {
@ -114,13 +119,16 @@ export function initialize(): void {
rotate: 3,
});
stream.on('close', () => {
const onClose = () => {
globalLogger = undefined;
});
stream.on('error', () => {
globalLogger = undefined;
});
if (shouldRestart) {
initialize();
}
};
stream.on('close', onClose);
stream.on('error', onClose);
globalLogger = pino(
{

View File

@ -3977,21 +3977,17 @@ export class ConversationModel extends window.Backbone
sendReadReceipts: true,
}
): Promise<void> {
const markedUnread = await markConversationRead(
this.attributes,
newestUnreadId,
options
);
if (!markedUnread) {
return;
}
await markConversationRead(this.attributes, newestUnreadId, options);
const unreadCount = await window.Signal.Data.getUnreadCountForConversation(
this.id
);
this.set({ unreadCount });
window.Signal.Data.updateConversation(this.attributes);
const prevUnreadCount = this.get('unreadCount');
if (prevUnreadCount !== unreadCount) {
this.set({ unreadCount });
window.Signal.Data.updateConversation(this.attributes);
}
}
// This is an expensive operation we use to populate the message request hero row. It

View File

@ -864,7 +864,11 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
};
}
default:
window.log.error(missingCaseError(callHistoryDetails));
window.log.error(
`getPropsForCallHistory: missing case ${missingCaseError(
callHistoryDetails
)}`
);
return undefined;
}
}
@ -1800,11 +1804,6 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
if (!fromSync) {
const sender = this.getSource();
if (sender === undefined) {
throw new Error('sender is undefined');
}
const senderUuid = this.getSourceUuid();
if (senderUuid === undefined) {

View File

@ -269,6 +269,9 @@ async function goBackToMainProcess(): Promise<void> {
// We don't need to wait for pending queries since they are synchronous.
window.log.info('data.goBackToMainProcess: switching to main process');
// Close the database in the renderer process.
await close();
shouldUseRendererProcess = false;
// Print query statistics for whole startup

View File

@ -569,7 +569,7 @@ export type ClientInterface = DataInterface & {
// These are defined on the server-only and used in the client to determine
// whether we should use IPC to use the database in the main process or
// use the db already running in the renderer.
goBackToMainProcess: () => void;
goBackToMainProcess: () => Promise<void>;
};
export type ClientJobType = {

View File

@ -3102,7 +3102,8 @@ async function getUnreadCountForConversation(
`
SELECT COUNT(*) AS unreadCount FROM messages
WHERE unread = 1 AND
conversationId = $conversationId
conversationId = $conversationId AND
type = 'incoming';
`
)
.get({
@ -3233,12 +3234,17 @@ async function getUnreadReactionsAndMarkRead(
newestUnreadId,
});
db.exec(`
db.prepare(
`
UPDATE reactions SET
unread = 0 WHERE
$conversationId = conversationId AND
$messageReceivedAt <= messageReceivedAt;
`);
conversationId = $conversationId AND
messageReceivedAt <= $newestUnreadId;
`
).run({
conversationId,
newestUnreadId,
});
return unreadMessages;
})();
@ -3272,8 +3278,8 @@ async function markReactionAsRead(
`
UPDATE reactions SET
unread = 0 WHERE
$targetAuthorUuid = targetAuthorUuid AND
$targetTimestamp = targetTimestamp;
targetAuthorUuid = $targetAuthorUuid AND
targetTimestamp = $targetTimestamp;
`
).run({
targetAuthorUuid,

View File

@ -26,6 +26,6 @@ export async function initialize(isTesting = false): Promise<void> {
await sql.initializeRenderer({ configDir, key });
}
export function goBackToMainProcess(): void {
window.Signal.Data.goBackToMainProcess();
export async function goBackToMainProcess(): Promise<void> {
return window.Signal.Data.goBackToMainProcess();
}

View File

@ -34,7 +34,6 @@ export type SmartForwardMessageModalProps = {
caretLocation?: number
) => unknown;
onTextTooLong: () => void;
setSecureInput: (enabled: boolean) => void;
};
const mapStateToProps = (
@ -49,7 +48,6 @@ const mapStateToProps = (
onClose,
onEditorStateChange,
onTextTooLong,
setSecureInput,
} = props;
const candidateConversations = getAllComposableConversations(state);
@ -70,7 +68,6 @@ const mapStateToProps = (
recentEmojis,
skinTone,
onTextTooLong,
setSecureInput,
};
};

View File

@ -102,6 +102,24 @@ describe('Settings', () => {
});
});
describe('isAutoLaunchSupported', () => {
it('returns true on Windows', () => {
sandbox.stub(process, 'platform').value('win32');
sandbox.stub(os, 'release').returns('8.0.0');
assert.isTrue(Settings.isAutoLaunchSupported());
});
it('returns true on macOS', () => {
sandbox.stub(process, 'platform').value('darwin');
assert.isTrue(Settings.isAutoLaunchSupported());
});
it('returns false on Linux', () => {
sandbox.stub(process, 'platform').value('linux');
assert.isFalse(Settings.isAutoLaunchSupported());
});
});
describe('isHideMenuBarSupported', () => {
it('returns false on macOS', () => {
sandbox.stub(process, 'platform').value('darwin');

6
ts/textsecure.d.ts vendored
View File

@ -1155,9 +1155,9 @@ export declare namespace SyncMessageClass {
type?: number;
}
class ViewOnceOpen {
sender?: string;
senderUuid?: string;
timestamp?: ProtoBinaryType;
sender: string | null;
senderUuid: string | null;
timestamp?: ProtoBinaryType | null;
}
class FetchLatest {
static Type: {

View File

@ -1185,6 +1185,15 @@ class MessageReceiverInner extends EventTarget {
throw error;
}
// We don't do a light session reset if it's an error with the sealed sender
// wrapper, since we don't trust the sender information.
if (
error?.message?.includes &&
error.message.includes('trust root validation failed')
) {
throw error;
}
if (uuid && deviceId) {
await this.maybeLightSessionReset(uuid, deviceId);
} else {

View File

@ -430,7 +430,7 @@ export default class OutgoingMessage {
const sealedSender = Boolean(accessKey && senderCertificate);
// We don't send to ourselves if unless sealedSender is enabled
// We don't send to ourselves unless sealedSender is enabled
const ourNumber = window.textsecure.storage.user.getNumber();
const ourUuid = window.textsecure.storage.user.getUuid();
const ourDeviceId = window.textsecure.storage.user.getDeviceId();

View File

@ -1251,7 +1251,7 @@ export default class MessageSender {
}
async syncViewOnceOpen(
sender: string,
sender: string | undefined,
senderUuid: string,
timestamp: number,
options?: SendOptionsType
@ -1266,9 +1266,9 @@ export default class MessageSender {
const syncMessage = this.createSyncMessage();
const viewOnceOpen = new window.textsecure.protobuf.SyncMessage.ViewOnceOpen();
viewOnceOpen.sender = sender;
viewOnceOpen.senderUuid = senderUuid;
viewOnceOpen.timestamp = timestamp;
viewOnceOpen.sender = sender || null;
viewOnceOpen.senderUuid = senderUuid || null;
viewOnceOpen.timestamp = timestamp || null;
syncMessage.viewOnceOpen = viewOnceOpen;
const contentMessage = new window.textsecure.protobuf.Content();

View File

@ -29,6 +29,12 @@ export const isAudioNotificationSupported = (): boolean =>
export const isNotificationGroupingSupported = (): boolean =>
!OS.isWindows() || OS.isWindows(MIN_WINDOWS_VERSION);
// Login item settings are only supported on macOS and Windows, according to [Electron's
// docs][0].
// [0]: https://www.electronjs.org/docs/api/app#appsetloginitemsettingssettings-macos-windows
export const isAutoLaunchSupported = (): boolean =>
OS.isWindows() || OS.isMacOS();
// the "hide menu bar" option is specific to Windows and Linux
export const isHideMenuBarSupported = (): boolean => !OS.isMacOS();

View File

@ -16,6 +16,6 @@ export function assert(condition: unknown, message: string): asserts condition {
}
throw err;
}
log.error(err);
log.error('assert failure:', err && err.stack ? err.stack : err);
}
}

View File

@ -102,7 +102,11 @@ export function getCallingNotificationText(
case CallMode.Group:
return getGroupCallNotificationText(notification, i18n);
default:
window.log.error(missingCaseError(notification));
window.log.error(
`getCallingNotificationText: missing case ${missingCaseError(
notification
)}`
);
return '';
}
}

View File

@ -50,8 +50,8 @@ export async function getSendOptions(
const { accessKey, sealedSender } = conversationAttrs;
// We never send sync messages as sealed sender
if (syncMessage && isMe(conversationAttrs)) {
// We never send sync messages or to our own account as sealed sender
if (syncMessage || isMe(conversationAttrs)) {
return {
sendMetadata: undefined,
};

View File

@ -1228,7 +1228,7 @@
{
"rule": "jQuery-$(",
"path": "js/views/settings_view.js",
"line": " el: this.$('.auto-launch-setting'),",
"line": " el: this.$('.auto-launch-setting'),",
"reasonCategory": "usageTrusted",
"updated": "2021-05-11T20:38:03.542Z",
"reasonDetail": "Protected from arbitrary input"

Some files were not shown because too many files have changed in this diff Show More