Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const common: TranslationStrings = { | |
| 'common.save': 'Save', | |
| 'common.showMore': 'Show more', | |
| 'common.showLess': 'Show less', | |
| 'common.cancel': 'Cancel', | |
| 'common.clear': 'Clear', | |
| 'common.delete': 'Delete', | |
| 'common.edit': 'Edit', | |
| 'common.add': 'Add', | |
| 'common.loading': 'Loading...', | |
| 'common.import': 'Import', | |
| 'common.select': 'Select', | |
| 'common.selectAll': 'Select all', | |
| 'common.deselectAll': 'Deselect all', | |
| 'common.error': 'Error', | |
| 'common.unknownError': 'Unknown error', | |
| 'common.tooManyAttempts': 'Too many attempts. Please try again later.', | |
| 'common.back': 'Back', | |
| 'common.all': 'All', | |
| 'common.close': 'Close', | |
| 'common.open': 'Open', | |
| 'common.upload': 'Upload', | |
| 'common.search': 'Search', | |
| 'common.confirm': 'Confirm', | |
| 'common.ok': 'OK', | |
| 'common.yes': 'Yes', | |
| 'common.no': 'No', | |
| 'common.or': 'or', | |
| 'common.none': 'None', | |
| 'common.date': 'Date', | |
| 'common.rename': 'Rename', | |
| 'common.discardChanges': 'Discard Changes', | |
| 'common.discard': 'Discard', | |
| 'common.name': 'Name', | |
| 'common.email': 'Email', | |
| 'common.password': 'Password', | |
| 'common.saving': 'Saving...', | |
| 'common.justNow': 'just now', | |
| 'common.hoursAgo': '{count}h ago', | |
| 'common.daysAgo': '{count}d ago', | |
| 'common.saved': 'Saved', | |
| 'common.update': 'Update', | |
| 'common.change': 'Change', | |
| 'common.uploading': 'Uploading…', | |
| 'common.backToPlanning': 'Back to Planning', | |
| 'common.reset': 'Reset', | |
| 'common.expand': 'Expand', | |
| 'common.collapse': 'Collapse', | |
| 'common.copy': 'Copy', | |
| 'common.copied': 'Copied', | |
| }; | |
| export default common; | |