Add missing translations
This commit is contained in:
@@ -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"
|
||||||
|
@@ -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')}
|
||||||
|
Reference in New Issue
Block a user