refactor: import/export use cases (#2397)
This commit is contained in:
7
packages/services/src/Domain/Import/Strings.ts
Normal file
7
packages/services/src/Domain/Import/Strings.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export const Strings = {
|
||||
UnsupportedBackupFileVersion:
|
||||
'This backup file was created using a newer version of the application and cannot be imported here. Please update your application and try again.',
|
||||
BackupFileMoreRecentThanAccount:
|
||||
"This backup file was created using a newer encryption version than your account's. Please run the available encryption upgrade and try again.",
|
||||
FileAccountPassword: 'File account password',
|
||||
}
|
||||
Reference in New Issue
Block a user