mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 19:00:26 +01:00
Add initial Call Quality UX.
This commit is contained in:
committed by
Greyson Parrelli
parent
6e0bfa2cee
commit
f38262c0ab
@@ -2926,6 +2926,8 @@
|
||||
<string name="SubmitDebugLogActivity_success">Success!</string>
|
||||
<string name="SubmitDebugLogActivity_copy_this_url_and_add_it_to_your_issue">Copy this URL and add it to your issue report or support email:\n\n<b>%1$s</b></string>
|
||||
<string name="SubmitDebugLogActivity_share">Share</string>
|
||||
<!-- Displayed when entering activity in view-only mode -->
|
||||
<string name="SubmitDebugLogActivity_close">Close</string>
|
||||
<string name="SubmitDebugLogActivity_this_log_will_be_posted_publicly_online_for_contributors">This log will be posted publicly online for contributors to view. You may examine it before uploading.</string>
|
||||
<!-- Banner message shown while submitting debug log -->
|
||||
<string name="SubmitDebugLogActivity_your_log_will_be_posted_online">When you click Submit, your log will be posted online for 30 days at a unique, unpublished URL. You may Save it locally first.</string>
|
||||
@@ -8851,5 +8853,75 @@
|
||||
<!-- Snackbar text to add a question before creating a poll -->
|
||||
<string name="CreatePollFragment__add_question">Add a question</string>
|
||||
|
||||
<!-- CallQualityIssue -->
|
||||
<!-- Label for general audio issue category -->
|
||||
<string name="CallQualityIssue__audio_issue">Audio issue</string>
|
||||
<!-- Label for general video issue category -->
|
||||
<string name="CallQualityIssue__video_issue">Video issue</string>
|
||||
<!-- Label for call dropped issue -->
|
||||
<string name="CallQualityIssue__call_droppped">Call dropped</string>
|
||||
<!-- Label for other/custom issues not covered by predefined categories -->
|
||||
<string name="CallQualityIssue__something_else">Something else</string>
|
||||
<!-- Label for audio stuttering/choppy audio issue -->
|
||||
<string name="CallQualityIssue__audio_stuttering">Audio stuttering</string>
|
||||
<!-- Label for audio cutting out/dropping issue -->
|
||||
<string name="CallQualityIssue__audio_cut_out">Audio cut out</string>
|
||||
<!-- Label for echo heard by the user -->
|
||||
<string name="CallQualityIssue__i_heard_echo">I heard echo</string>
|
||||
<!-- Label for echo heard by other call participants -->
|
||||
<string name="CallQualityIssue__others_heard_echo">Others heard echo</string>
|
||||
<!-- Label for poor video quality issue -->
|
||||
<string name="CallQualityIssue__poor_video_quality">Poor video quality</string>
|
||||
<!-- Label for low video resolution issue -->
|
||||
<string name="CallQualityIssue__low_resolution">Low resolution</string>
|
||||
<!-- Label for camera malfunction issue -->
|
||||
<string name="CallQualityIssue__camera_did_not_work">Camera didn\'t work</string>
|
||||
|
||||
<!-- CallQualitySomethingElseScreen -->
|
||||
<!-- Title for the "Something else" call quality issue screen -->
|
||||
<string name="CallQualitySomethingElseScreen__title">Something else</string>
|
||||
<!-- Label for text field where user describes their call quality issue -->
|
||||
<string name="CallQualitySomethingElseScreen__describe_your_issue">Describe your issue</string>
|
||||
<!-- Privacy notice explaining that issue details will be kept private and used to improve Signal calls -->
|
||||
<string name="CallQualitySomethingElseScreen__privacy_notice">Please include any details relevant to the issue. Anything you share here will be kept private and will only be used to help improve calls in Signal.</string>
|
||||
<!-- Button to save the call quality issue description -->
|
||||
<string name="CallQualitySomethingElseScreen__save">Save</string>
|
||||
<!-- Content description for the back navigation button -->
|
||||
<string name="CallQualitySomethingElseScreen__back">Back</string>
|
||||
|
||||
<!-- CallQualitySheet -->
|
||||
<!-- Title asking user how their call was -->
|
||||
<string name="CallQualitySheet__how_was_your_call">How was your call?</string>
|
||||
<!-- Subtitle explaining that feedback helps improve Signal and no PII is stored -->
|
||||
<string name="CallQualitySheet__how_was_your_call_subtitle">This helps us improve calls in Signal. No personally identifiable information will be stored.</string>
|
||||
<!-- Button label indicating the call had issues -->
|
||||
<string name="CallQualitySheet__had_issues">Had issues</string>
|
||||
<!-- Button label indicating the call was great -->
|
||||
<string name="CallQualitySheet__great">Great</string>
|
||||
<!-- Title asking what issues the user experienced -->
|
||||
<string name="CallQualitySheet__what_issues_did_you_have">What issues did you have?</string>
|
||||
<!-- Instruction to select all applicable issues -->
|
||||
<string name="CallQualitySheet__select_all_that_apply">Select all that apply</string>
|
||||
<!-- Placeholder text for describing a custom issue -->
|
||||
<string name="CallQualitySheet__describe_your_issue">Describe your issue</string>
|
||||
<!-- Button to continue to the next step -->
|
||||
<string name="CallQualitySheet__continue">Continue</string>
|
||||
<!-- Title asking user to help improve Signal -->
|
||||
<string name="CallQualitySheet__help_us_improve">Help us improve</string>
|
||||
<!-- First part of description explaining diagnostics help improve call quality -->
|
||||
<string name="CallQualitySheet__help_us_improve_description_prefix">Sending us your diagnostics info helps us improve call quality. You can </string>
|
||||
<!-- Link text to view debug log -->
|
||||
<string name="CallQualitySheet__view_your_debug_log">view your debug log</string>
|
||||
<!-- Last part of description about viewing debug log before submitting -->
|
||||
<string name="CallQualitySheet__help_us_improve_description_suffix"> before submitting</string>
|
||||
<!-- Toggle label for sharing debug log -->
|
||||
<string name="CallQualitySheet__share_debug_log">Share debug log</string>
|
||||
<!-- Privacy notice explaining what debug logs contain and why they are helpful -->
|
||||
<string name="CallQualitySheet__debug_log_privacy_notice">Debug logs contain low level app information and do not reveal any of your message contents.</string>
|
||||
<!-- Button to submit the call quality feedback -->
|
||||
<string name="CallQualitySheet__submit">Submit</string>
|
||||
<!-- Displayed as a snackbar after submitting feedback -->
|
||||
<string name="CallQualitySheet__thanks_for_your_feedback">Thanks for your feedback!</string>
|
||||
|
||||
<!-- EOF -->
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user