|
68 | 68 | "setup.categories.preset.utils": "Utils", |
69 | 69 | "setup.categories.preset.taxes": "Taxes", |
70 | 70 | "setup.categories.preset.paychecks": "Paycheck", |
| 71 | + "setup.onboarding": "Let's start", |
| 72 | + "setup.onboarding.freshStart": "Start fresh", |
| 73 | + "setup.onboarding.freshStart.description": "I'm using Flow for the first time", |
| 74 | + "setup.onboarding.importExisting": "Import from a backup", |
| 75 | + "setup.onboarding.importExisting.description": "Restore data from a previous Flow backup", |
71 | 76 |
|
72 | 77 | "account": "Account", |
73 | 78 | "account.name": "Account name", |
74 | 79 | "account.balance": "Balance", |
75 | 80 | "account.balance.upcomingDescription": "Upcoming transactions don't affect current balance", |
| 81 | + "account.archive": "Deactivate", |
| 82 | + "account.archive.description": "Deactivating an account hides it from everywhere except in reports. You can permanently delete the account with its associated transactions after deactivating.", |
| 83 | + "account.archived": "Inactive", |
76 | 84 | "account.excludeFromTotalBalance": "Exclude from balance", |
77 | 85 | "account.excludeFromTotalBalance.description": "If you check this option, this account's balance will not be included in the total balance. Useful for savings or non-personal accounts.", |
78 | 86 | "account.updateBalance": "Update balance", |
|
87 | 95 | "account.noAccounts": "You don't have any accounts!", |
88 | 96 | "account.thisMonth": "This month", |
89 | 97 | "account.postTransactionBalance": "Balance after this transaction", |
| 98 | + "accounts": "Accounts", |
90 | 99 |
|
91 | 100 | "transaction": "Transaction", |
92 | 101 | "transaction.new": "New transaction", |
|
147 | 156 | "categories": "Categories", |
148 | 157 | "categories.noCategories": "You don't have any categories", |
149 | 158 |
|
| 159 | + "profile.name": "Name", |
| 160 | + |
150 | 161 | "currency": "Currency", |
151 | 162 | "currency.searchHint": "Search... (country, currency, code)", |
152 | 163 |
|
|
192 | 203 | "preferences.pendingTransactions.updateDateUponConfirmation": "Update date on confirm", |
193 | 204 | "preferences.pendingTransactions.updateDateUponConfirmation.description": "Disable to retain original transaction date", |
194 | 205 | "preferences.privacyMode": "Privacy mode", |
195 | | - "preferences.privacyMode.description": "Obscures amounts. Toggle with the eye icon at the upper right corner of home screen", |
196 | 206 | "preferences.privacyMode.enableAtStartup": "Enable at startup", |
197 | 207 | "preferences.moneyFormatting": "Money formatting", |
198 | 208 | "preferences.moneyFormatting.preferFull": "Prefer full amounts", |
|
268 | 278 | "sync.import.pickFile": "Select a file", |
269 | 279 | "sync.import.pickFile.pickOrDrop": "Select or drop a file", |
270 | 280 | "sync.import.pickFile.dropzone.active": "Drop here", |
271 | | - "sync.import.pickFile.description": "Pick a Flow backup file to restore. Must be a JSON file", |
| 281 | + "sync.import.pickFile.description": "Pick a Flow backup file to restore. Must be a JSON or a ZIP file.", |
272 | 282 | "sync.import.syncData.olderBackupWarning": "Since this back up was made in an older version of the app, something might go wrong!", |
273 | 283 | "sync.import.syncData.createdDate": "Back up date", |
274 | 284 | "sync.import.syncData.parsedEstimate": "Estimated data to recover", |
|
279 | 289 | "sync.import.emergencyBackup": "As a precaution, Flow will try to backup current data to your device before proceeding", |
280 | 290 | "sync.import.emergencyBackup.successful": "Previous data was backed up. You can save the backup file from Backup > Backup history", |
281 | 291 | "sync.import.start": "Start importing", |
| 292 | + "sync.import.zipWarning": "Make sure to import ZIP file produced by Flow app!", |
282 | 293 | "sync.import.success": "Import successful!", |
283 | 294 |
|
284 | 295 | "sync.export": "Export", |
285 | 296 | "sync.export.type": "Export ({type})", |
286 | 297 | "sync.export.asCSV": "As CSV", |
287 | 298 | "sync.export.asCSV.description": "Cannot be used for restore/import! Ideal for opening in software like Google Sheets", |
| 299 | + "sync.export.asZIP": "As backup (zip)", |
| 300 | + "sync.export.asZIP.description": "Can be fully restored later", |
288 | 301 | "sync.export.asJSON": "As backup (json)", |
289 | | - "sync.export.asJSON.description": "Can be restored later", |
| 302 | + "sync.export.asJSON.description": "Can be partially restored. Omits non-essential data (e.g., account image)", |
290 | 303 | "sync.export.autoBackup": "Auto-backup", |
291 | 304 | "sync.export.autoBackup.iCloudAlreadySyncs": "If you're using Flow on iOS or macOS, your data will be synced to your iCloud", |
292 | 305 | "sync.export.onDeviceWarning": "All backups are stored on-device, meaning when you uninstall Flow or reset your device, all the backups will be gone!", |
|
333 | 346 | "enum.ImportV1Progress@erasing": "Erasing current data", |
334 | 347 | "enum.ImportV1Progress@writingCategories": "Writing categories", |
335 | 348 | "enum.ImportV1Progress@writingAccounts": "Writing accounts", |
336 | | - "enum.ImportV1Progress@resolvingTransactions": "Soring out transactions", |
| 349 | + "enum.ImportV1Progress@resolvingTransactions": "Sorting out transactions", |
337 | 350 | "enum.ImportV1Progress@writingTransactions": "Writing transactions", |
338 | 351 | "enum.ImportV1Progress@success": "Success", |
339 | 352 | "enum.ImportV1Progress@error": "Something went wrong ({error})", |
340 | 353 |
|
| 354 | + "enum.ImportV2Progress@waitingConfirmation": "Waiting for confirmation", |
| 355 | + "enum.ImportV2Progress@erasing": "Erasing current data", |
| 356 | + "enum.ImportV2Progress@writingCategories": "Writing categories", |
| 357 | + "enum.ImportV2Progress@writingAccounts": "Writing accounts", |
| 358 | + "enum.ImportV2Progress@resolvingTransactions": "Sorting out transactions", |
| 359 | + "enum.ImportV2Progress@writingTransactions": "Writing transactions", |
| 360 | + "enum.ImportV2Progress@writingProfile": "Writing profile data", |
| 361 | + "enum.ImportV2Progress@settingPrimaryCurrency": "Setting primary currency", |
| 362 | + "enum.ImportV2Progress@copyingImages": "Copying images", |
| 363 | + "enum.ImportV2Progress@success": "Success", |
| 364 | + "enum.ImportV2Progress@error": "Something went wrong ({error})", |
| 365 | + |
341 | 366 | "enum.BackupEntryType@manual": "Manual", |
342 | 367 | "enum.BackupEntryType@manual.description": "Backup created by user", |
343 | 368 | "enum.BackupEntryType@automated": "Auto-backup", |
|
357 | 382 | "error.input.noImagePicked": "No image was selected", |
358 | 383 | "error.input.cropFailed": "An error occured during cropping the picture", |
359 | 384 | "error.input.wrongFileType": "Please choose a {type} file", |
| 385 | + "error.input.invalidZip": "Not a valid Flow zip file", |
360 | 386 | "error.sync.invalidBackupFile": "Invalid backup file", |
361 | 387 | "error.input.pasteFormatMismatch": "Unable to parse", |
362 | 388 | "error.sync.safetyBackupFailed": "Unable to start import", |
|
0 commit comments