Skip to content

Commit aba0e02

Browse files
Show backup status in Settings window
1 parent 51647fe commit aba0e02

25 files changed

+1136
-191
lines changed

_locales/en/messages.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6587,6 +6587,10 @@
65876587
"messageformat": "Voice messages and stickers are always auto-downloaded.",
65886588
"description": "Additional clarification for how media auto-download will behave"
65896589
},
6590+
"icu:Preferences__button--backups": {
6591+
"messageformat": "Backups",
6592+
"description": "Button to switch the settings view to control message & media backups"
6593+
},
65906594
"icu:Preferences--lastSynced": {
65916595
"messageformat": "Last import at {date} {time}",
65926596
"description": "Label for date and time of last sync operation"
@@ -6627,6 +6631,66 @@
66276631
"messageformat": "Blocked",
66286632
"description": "Label for blocked contacts setting"
66296633
},
6634+
"icu:Preferences--backup-details__header": {
6635+
"messageformat": "Backup details",
6636+
"description": "Section title for info on your current backup (created time & size)"
6637+
},
6638+
"icu:Preferences--backup-media-plan__description": {
6639+
"messageformat": "Text + all media backup",
6640+
"description": "Description of a backup plan that backups all of their messages (text) and media"
6641+
},
6642+
"icu:Preferences--backup-plan-not-found__description": {
6643+
"messageformat": "Your subscription was not found. Renew to continue using Signal Backups.",
6644+
"description": "Description when a backup subscription used to exist but is not active"
6645+
},
6646+
"icu:Preferences--backup-messages-plan__description": {
6647+
"messageformat": "Text + {mediaDayCount, plural, one {# day} other {# days}} media backup",
6648+
"description": "Description of a backup plan that backups all of their messages (text) and recent ~45 days of media"
6649+
},
6650+
"icu:Preferences--backup-messages-plan__cost-description": {
6651+
"messageformat": "Your backup plan is free",
6652+
"description": "Description of the cost of the user's (free!) backup plan"
6653+
},
6654+
"icu:Preferences--backup-plan__renewal-date": {
6655+
"messageformat": "Renews {date}",
6656+
"description": "Text describing the date at which the backup plan renews"
6657+
},
6658+
"icu:Preferences--backup-plan__expiry-date": {
6659+
"messageformat": "Expires {date}",
6660+
"description": "Text describing the date at which the backup plan expires"
6661+
},
6662+
"icu:Preferences--backup-plan__canceled": {
6663+
"messageformat": "Subscription canceled",
6664+
"description": "Description of plan when it has been canceled (i.e. not going to renew but still active)"
6665+
},
6666+
"icu:Preferences--backup-media-plan__note": {
6667+
"messageformat": "You can manage or cancel your Signal Backups subscription on your phone.",
6668+
"description": "Note next to backups plan summary"
6669+
},
6670+
"icu:Preferences--backup-messages-plan__note": {
6671+
"messageformat": "You can manage or upgrade Signal Backups on your phone.",
6672+
"description": "Note next to backups plan summary"
6673+
},
6674+
"icu:Preferences--backup-plan__not-found": {
6675+
"messageformat": "Your subscription was not found. Renew to continue using Signal Backups.",
6676+
"description": "Shown if if we could not find the user's subscription"
6677+
},
6678+
"icu:Preferences--backup-plan__not-found__note": {
6679+
"messageformat": "You can manage or renew your Signal Backups subscription on your phone.",
6680+
"description": "Note next to backups plan summary if we could not find their subscription"
6681+
},
6682+
"icu:Preferences--backup-created-at__label": {
6683+
"messageformat": "Last backup",
6684+
"description": "Label for the date that the last backup was created for this user"
6685+
},
6686+
"icu:Preferences--backup-created-by-phone": {
6687+
"messageformat": "Your phone",
6688+
"description": "Label for the primary device (your phone) that made the most recent cloud backup"
6689+
},
6690+
"icu:Preferences--backup-size__label": {
6691+
"messageformat": "Backup size",
6692+
"description": "Label for the size (e.g. 1.4 GB) of this user's backup"
6693+
},
66306694
"icu:Preferences--blocked-count": {
66316695
"messageformat": "{num, plural, one {# contact} other {# contacts}}",
66326696
"description": "Number of contacts blocked plural"
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)