Add description for raise tickets
This commit is contained in:
parent
90b28525eb
commit
a46cce94e2
2 changed files with 7 additions and 1 deletions
3
lib/generated/l10n.dart
generated
3
lib/generated/l10n.dart
generated
|
@ -4495,7 +4495,8 @@ class S {
|
||||||
return Intl.message(
|
return Intl.message(
|
||||||
'Raise ticket',
|
'Raise ticket',
|
||||||
name: 'raiseTicket',
|
name: 'raiseTicket',
|
||||||
desc: '',
|
desc:
|
||||||
|
'Button text for raising a support tickets in case of unhandled errors during backup',
|
||||||
args: [],
|
args: [],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -622,6 +622,11 @@
|
||||||
"storageLimitExceeded": "Storage limit exceeded",
|
"storageLimitExceeded": "Storage limit exceeded",
|
||||||
"upgrade": "Upgrade",
|
"upgrade": "Upgrade",
|
||||||
"raiseTicket": "Raise ticket",
|
"raiseTicket": "Raise ticket",
|
||||||
|
"@raiseTicket": {
|
||||||
|
"description": "Button text for raising a support tickets in case of unhandled errors during backup",
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
|
||||||
"backupFailed": "Backup failed",
|
"backupFailed": "Backup failed",
|
||||||
"couldNotBackUpTryLater": "We could not backup your data.\nWe will retry later.",
|
"couldNotBackUpTryLater": "We could not backup your data.\nWe will retry later.",
|
||||||
"enteCanEncryptAndPreserveFilesOnlyIfYouGrant": "ente can encrypt and preserve files only if you grant access to them",
|
"enteCanEncryptAndPreserveFilesOnlyIfYouGrant": "ente can encrypt and preserve files only if you grant access to them",
|
||||||
|
|
Loading…
Add table
Reference in a new issue