strapi-plugin-migrate
Version:
Strapi Content Migration.
46 lines (45 loc) • 3.36 kB
JSON
{
"Settings.sectionHeading": "Migration",
"Social.share.twitter.text": "Just saved a bunch of time migrating Strapi data with Strapi-Migrate plugin! https://www.npmjs.com/package/strapi-plugin-migrate",
"EditPage.submit": "Save",
"Sidebar.link.dashboard": "Dashboard",
"Sidebar.link.userPermissions": "User Permissions",
"Sidebar.link.coreStore": "Settings & Layouts",
"Sidebar.link.collectionTypes": "Collection Types",
"HomePage.header.description": "Migrate your data between Strapi environments.",
"HomePage.header.title": "Strapi Migrate",
"CollectionTypes.header.description": "Migrate Strapi Collection Types other models.",
"CollectionTypes.file.tab.label": "File Migration",
"CollectionTypes.clipboard.tab.label": "Text Migration",
"CollectionTypes.header.title": "Content Migrations",
"CollectionTypes.import.title": "Import Collection Types",
"CollectionTypes.export.title": "Export Collection Types",
"CoreStore.import.title": "Import Core Settings",
"CoreStore.header.title": "Settings & Layouts Migrations",
"CoreStore.header.description": "Migrate Strapi Core Settings and layout views.",
"CoreStore.info.backupNotice": "Better safe than sorry. Back-up your current settings in case things go south.",
"CoreStore.file.tab.label": "File Migration",
"CoreStore.file.import.description": "Upload the exported file.",
"CoreStore.file.export.title": "Migrate by file",
"CoreStore.file.export.description": "This will enable you to download/upload a JSON file with the Strapi core settings - layout views and more.",
"CoreStore.clipboard.tab.label": "Text Migration",
"CoreStore.clipboard.title": "Currently not supported.",
"CoreStore.clipboard.description": "Want text exports?",
"UserPermissions.import.title": "Import Permissions",
"UserPermissions.header.title": "Permissions Migrations",
"UserPermissions.header.description": "Migrate Strapi User Roles and permissions.",
"UserPermissions.info.backupNotice": "So much better to be safe than sorry! Make sure to back up your existing permission in case you need to revert. This will yield the same result as the \"Export now\" button below.",
"UserPermissions.file.tab.label": "File Migration",
"UserPermissions.file.import.description": "Upload the exported file.",
"UserPermissions.file.export.title": "Migrate by file",
"UserPermissions.file.export.description": "This will enable you to download/upload a JSON file with the user roles and permissions.",
"UserPermissions.clipboard.tab.label": "Text Migration",
"UserPermissions.clipboard.export.title": "Migrate by Text",
"UserPermissions.clipboard.export.description": "This will copy an export string to your clipboard. You will be able to paste it in the destination project.",
"UserPermissions.import.description": "Paste in the exported SQL string. Depending on the size of your application this may take some minutes.",
"notification.error.userPermissions.retrieveSql": "An error occurred while trying to export user permissions",
"notification.error.userPermissions.importSql": "An error occurred while importing user permissions",
"notification.error.userPermissions.retrieveSql.copied": "Copied to Clipboard!",
"notification.error.userPermissions.importSql.success": "User Permissions were successfully imported!",
"plugin.name": "Strapi Migrate"
}