Add missing translations

This commit is contained in:
Josh Perez 2021-08-23 10:19:18 -04:00 committed by GitHub
parent 9a54a8672d
commit be378d2b23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -1632,7 +1632,7 @@
"message": "Relay all calls through the Signal server to avoid revealing your IP address to your contact. Enabling will reduce call quality.", "message": "Relay all calls through the Signal server to avoid revealing your IP address to your contact. Enabling will reduce call quality.",
"description": "Details describing the always relay calls setting" "description": "Details describing the always relay calls setting"
}, },
"Preferences--permissions": { "permissions": {
"message": "Permissions", "message": "Permissions",
"description": "Header for permissions section of settings" "description": "Header for permissions section of settings"
}, },
@ -6213,6 +6213,10 @@
} }
} }
}, },
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
},
"WhatsNew__v5.15--1": { "WhatsNew__v5.15--1": {
"message": "No that's not speck of dust you need to flick off your monitor, there's now a dot for unplayed incoming audio messages.", "message": "No that's not speck of dust you need to flick off your monitor, there's now a dot for unplayed incoming audio messages.",
"description": "Release notes for v5.15" "description": "Release notes for v5.15"

View file

@ -330,7 +330,7 @@ export const Preferences = ({
</> </>
)} )}
</SettingsRow> </SettingsRow>
<SettingsRow title={i18n('Preferences--permissions')}> <SettingsRow title={i18n('permissions')}>
<Checkbox <Checkbox
checked={hasMediaPermissions} checked={hasMediaPermissions}
label={i18n('mediaPermissionsDescription')} label={i18n('mediaPermissionsDescription')}