Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 0 additions & 124 deletions mobile-app/lib/features/components/migration_dialog.dart

This file was deleted.

55 changes: 0 additions & 55 deletions mobile-app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -12,61 +12,6 @@
"description": "Label for the button on the error dialog when the wallet is not found"
},

"migrationDialogTitle": "Migrate your accounts",
"@migrationDialogTitle": {
"description": "Title of the account migration dialog"
},
"migrationDialogBody": "We'll record your old\u2011chain testnet rewards and actions to determine rewards on the new Quantus Testnet.\n\nBalances do not migrate.\n\nUse the new testnet faucet for funds.",
"@migrationDialogBody": {
"description": "Body text of the account migration dialog"
},
"migrationDialogAccountsToMigrate": "{count, plural, =1{1 Account to migrate.} other{{count} Accounts to migrate.}}",
"@migrationDialogAccountsToMigrate": {
"description": "Number of accounts that will be migrated",
"placeholders": {
"count": {
"type": "int"
}
}
},
"migrationDialogAccountsCannotMigrate": "{count, plural, =1{1 account cannot be migrated (missing wallet data).} other{{count} accounts cannot be migrated (missing wallet data).}}",
"@migrationDialogAccountsCannotMigrate": {
"description": "Number of accounts that cannot be migrated",
"placeholders": {
"count": {
"type": "int"
}
}
},
"migrationDialogUploadError": "We couldn't upload migration data. Please retry or try later.",
"@migrationDialogUploadError": {
"description": "Error shown in the migration dialog when the upload fails"
},
"migrationDialogMigrate": "Migrate Accounts",
"@migrationDialogMigrate": {
"description": "Label for the migrate button in the migration dialog"
},
"migrationDialogRetry": "Retry",
"@migrationDialogRetry": {
"description": "Label for the retry button in the migration dialog"
},
"migrationDialogTryLater": "Try later",
"@migrationDialogTryLater": {
"description": "Label for the try-later button in the migration dialog"
},
"migrationDialogSkip": "Skip",
"@migrationDialogSkip": {
"description": "Label for the skip button in the migration dialog when no accounts can be migrated"
},
"migrationPartialFailureToast": "{count, plural, =1{1 account could not be migrated. Migration will retry on next app launch.} other{{count} accounts could not be migrated. Migration will retry on next app launch.}}",
"@migrationPartialFailureToast": {
"description": "Toast shown when some accounts failed to migrate",
"placeholders": {
"count": {
"type": "int"
}
}
},

"authUseDeviceBiometricsToUnlock": "Use device biometrics to unlock",
"@authUseDeviceBiometricsToUnlock": {
Expand Down
Loading
Loading