mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
i18n: userManager translation + some forgotten translations (#557)
* translation: add userManager translation + some forgotten translations * use '\' caracter for multiple-line strings
This commit is contained in:
@@ -265,10 +265,9 @@ export class DocPageModelImpl extends Disposable implements DocPageModel {
|
||||
{
|
||||
explanation: (
|
||||
isDocOwner
|
||||
? t("You can try reloading the document, or using recovery mode. " +
|
||||
"Recovery mode opens the document to be fully accessible to " +
|
||||
"owners, and inaccessible to others. It also disables " +
|
||||
"formulas. [{{error}}]", {error: err.message})
|
||||
? t("You can try reloading the document, or using recovery mode. \
|
||||
Recovery mode opens the document to be fully accessible to owners, and inaccessible to others. \
|
||||
It also disables formulas. [{{error}}]", {error: err.message})
|
||||
: isDenied
|
||||
? t('Sorry, access to this document has been denied. [{{error}}]', {error: err.message})
|
||||
: t("Document owners can attempt to recover the document. [{{error}}]", {error: err.message})
|
||||
|
||||
Reference in New Issue
Block a user