@toolpad/core
Version:
Dashboard framework powered by Material UI.
55 lines (54 loc) • 1.73 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _getLocalization = require("./getLocalization");
const en = {
// Account
accountSignInLabel: 'Sign In',
accountSignOutLabel: 'Sign Out',
// AccountPreview
accountPreviewTitle: 'Account',
accountPreviewIconButtonLabel: 'Current User',
// SignInPage
signInTitle: brandingTitle => brandingTitle ? `Sign in to ${brandingTitle}` : 'Sign in',
signInSubtitle: 'Welcome user, please sign in to continue',
signInRememberMe: 'Remember Me',
providerSignInTitle: provider => `Sign in with ${provider}`,
// Common authentication labels
email: 'Email',
password: 'Password',
username: 'Username',
passkey: 'Passkey',
// Common action labels
save: 'Save',
cancel: 'Cancel',
ok: 'Ok',
or: 'Or',
to: 'To',
with: 'With',
close: 'Close',
delete: 'Delete',
alert: 'Alert',
confirm: 'Confirm',
loading: 'Loading...',
// CRUD
createNewButtonLabel: 'Create new',
reloadButtonLabel: 'Reload data',
createLabel: 'Create',
createSuccessMessage: 'Item created successfully.',
createErrorMessage: 'Failed to create item. Reason:',
editLabel: 'Edit',
editSuccessMessage: 'Item edited successfully.',
editErrorMessage: 'Failed to edit item. Reason:',
deleteLabel: 'Delete',
deleteConfirmTitle: 'Delete item?',
deleteConfirmMessage: 'Do you wish to delete this item?',
deleteConfirmLabel: 'Delete',
deleteCancelLabel: 'Cancel',
deleteSuccessMessage: 'Item deleted successfully.',
deleteErrorMessage: 'Failed to delete item. Reason:',
deletedItemMessage: 'This item has been deleted.'
};
var _default = exports.default = (0, _getLocalization.getLocalization)(en);
;