mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 12:46:03 +08:00
[DE mobile] Correct translations
This commit is contained in:
@ -741,7 +741,9 @@
|
||||
"txtScheme7": "Equity",
|
||||
"txtScheme8": "Flow",
|
||||
"txtScheme9": "Foundry",
|
||||
"textVersionHistory": "Version History"
|
||||
"textVersionHistory": "Version History",
|
||||
"textPasswordWarning": "If the password is forgotten or lost, it cannot be recovered.",
|
||||
"textTypeEditingWarning": "Allow only this type of editing in the document."
|
||||
},
|
||||
"Toolbar": {
|
||||
"dlgLeaveMsgText": "You have unsaved changes. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.",
|
||||
|
||||
@ -61,7 +61,7 @@ const ProtectionDocumentView = props => {
|
||||
</ul>
|
||||
</div>
|
||||
<Block>
|
||||
<p>If the password is forgotten or lost, it cannot be recovered.</p>
|
||||
<p>{t('Settings.textPasswordWarning')}</p>
|
||||
</Block>
|
||||
</>
|
||||
}
|
||||
@ -81,7 +81,7 @@ const ProtectionDocumentView = props => {
|
||||
}}></ListItem>
|
||||
</List>
|
||||
<Block>
|
||||
<p>Allow only this type of editing in the document.</p>
|
||||
<p>{t('Settings.textTypeEditingWarning')}</p>
|
||||
</Block>
|
||||
</Page>
|
||||
)
|
||||
|
||||
@ -69,7 +69,7 @@ const EncryptionView = inject("storeAppOptions")(observer(props => {
|
||||
</ul>
|
||||
</div>
|
||||
<Block>
|
||||
<p>If the password is forgotten or lost, it cannot be recovered.</p>
|
||||
<p>{t('Settings.textPasswordWarning')}</p>
|
||||
</Block>
|
||||
</>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user