studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
297 lines (296 loc) • 13.3 kB
JSON
{
"displayName": "English (en)",
"translations": {
"@studiocms/auth:login": {
"title": "Login Page",
"description": "Login Page",
"header": "Login",
"sub-header-usernamepasswordoauth": "Enter your username & password or log in using one of the options below.",
"sub-header-usernamepassword": "Enter your username & password.",
"sub-header-oauth": "Log in using one of the options below.",
"sub-header-noprovider": "No Login provider configured. Please contact your administrator.",
"username-label": "Username",
"password-label": "Password",
"login-button": "Log In",
"allow-registration-noaccount": "Don't have an account?",
"allow-registration-register": "Register here!",
"forgot-password": "Forgot Password? Click here.",
"forgot-password-title": "Forgot Password",
"forgot-password-message": "Forgot your password? Enter your email below and we'll send you a reset link.",
"email-label": "Email Address",
"demo-mode-credentials": "Demo Mode Credentials"
},
"@studiocms/auth:signup": {
"title": "Sign Up Page",
"description": "Sign Up Page",
"header": "Sign Up",
"sub-header-usernamepasswordoauth": "Create an account or log in using one of the options below.",
"sub-header-usernamepassword": "Create an account using the form below.",
"sub-header-oauth": "Log in using one of the options below.",
"sub-header-noprovider": "No Login provider configured. Please contact your administrator.",
"username-label": "Username",
"email-label": "Email",
"displayname-label": "Display Name",
"password-label": "Password",
"confirm-password-label": "Confirm Password",
"create-account-button": "Create Account",
"allow-login-haveaccount": "Already have an account?",
"allow-login-login": "Login here!"
},
"@studiocms/auth:logout": {
"title": "Logout Page",
"description": "Logout Page"
},
"@studiocms/auth:oauth-stack": {
"or-login-with": "or log in using"
},
"@studiocms/dashboard:index": {
"title": "Dashboard",
"description": "Dashboard",
"welcome-title": "Welcome",
"title-button:discord": "Join the Community",
"title-button:feedback": "Give Feedback",
"sub-header": "StudioCMS is a free and open-source content management system built from the ground up by the Astro community."
},
"@studiocms/dashboard:sidebar": {
"category-1-header": "Dashboard",
"dashboard-link-label": "Dashboard",
"content-management-label": "Content Management",
"category-2-header": "Admin",
"site-configuration-label": "Site Configuration",
"user-management-label": "User Management",
"category-3-header": "Plugins",
"category-3-empty-placeholder": "No plugins with settings pages found.",
"user-dropdown:settings": "User Settings",
"user-dropdown:view-site": "View Site",
"user-dropdown:logout": "Log Out",
"mailer-configuration-label": "SMTP Configuration"
},
"@studiocms/dashboard:profile": {
"title": "User Profile",
"description": "User Profile",
"header": "Your Profile",
"basic-info-header": "Basic Information",
"basic-info-save-button": "Save",
"basic-info-display-name": "Display Name",
"basic-info-email": "Email",
"basic-info-username": "Username",
"basic-info-website": "Website",
"user-password-header": "Create or Update Password",
"user-password-save-button": "Save",
"user-password-no-password": "It looks like your account doesn't have a password set. You can set one by using the form below.",
"user-password-current": "Current Password",
"user-password-new": "New Password",
"user-password-confirm": "Confirm New Password",
"social-accounts-header": "Social Sign-in Accounts",
"social-accounts-connected": "Connected Accounts",
"social-accounts-no-connected": "No connected accounts found.",
"social-accounts-other": "Other Sign-In Options",
"social-accounts-no-other": "No other sign-in options found.",
"api-tokens-header": "API Tokens",
"api-tokens-create": "Create API Token",
"api-tokens-description": "API tokens are used to authenticate with the StudioCMS REST API.",
"api-tokens-delete-button": "Delete",
"api-tokens-created": "Created",
"api-tokens-no-tokens": "No API tokens found.",
"api-tokens-modal-header": "Create New API Token",
"api-tokens-modal-description": "Description",
"api-tokens-modal-response-header": "New Token",
"api-tokens-modal-response-description": "Please copy your new token. It will not be shown again.",
"sync-with-libravatar": "Sync Libravatar",
"basic-avatar-url": "Avatar URL"
},
"@studiocms/dashboard:password-reset": {
"title": "Password Reset",
"description": "Password Reset",
"header": "Password Reset",
"sub-header-start": "Hello",
"sub-header-end": "Please enter your new password below.",
"password-label": "Password",
"confirm-password-label": "Confirm Password",
"reset-button": "Reset Password"
},
"@studiocms/dashboard:configuration": {
"title": "Configuration",
"description": "Configuration",
"header": "Site Configuration",
"save-button": "Save",
"dashboard-grid-label": "Dashboard Grid Items",
"login-page-preview": "Login Page Preview (Dark/Light)",
"input-site-title": "Site Title",
"input-site-description": "Site Description",
"input-og-image": "Default Open Graph Image",
"input-site-icon": "Site Icon (Public Favicon)",
"input-diff-tracking-limit": "Diff Tracking Limit (per page)",
"input-custom-login-page": "Login Page Background Image (Custom)",
"select-page-diff-tracking": "Page Diff Tracking",
"select-login-page-bg": "Login Page Background Image",
"select-smtp-mailer": "SMTP Mailer",
"select-hide-default-index": "Hide Index Page from dashboard"
},
"@studiocms/dashboard:smtp": {
"title": "SMTP Configuration",
"description": "SMTP Configuration",
"header": "SMTP Configuration",
"save-button": "Save",
"smtp-settings": "SMTP Settings",
"test-smtp": "Send Test Email",
"smtp-host": "Host",
"smtp-host-placeholder": "smtp.example.com / 1.1.1.1",
"smtp-port": "Port",
"smtp-port-placeholder": "587",
"smtp-secure": "Secure",
"smtp-proxy": "Proxy",
"smtp-proxy-placeholder": "http://proxy.example.com",
"smtp-tls-reject-unauthorized": "TLS Reject Unauthorized",
"smtp-tls-servername": "TLS Servername",
"smtp-tls-servername-placeholder": "smtp.example.com",
"smtp-user": "Auth Username",
"smtp-user-placeholder": "no-reply@example.com",
"smtp-password": "Auth Password",
"smtp-password-placeholder": "********",
"smtp-default-sender": "Default Sender",
"smtp-default-sender-placeholder": "StudioCMS no-reply <no-reply@example.com>",
"test-email": "Email Address",
"test-email-placeholder": "john@example.com",
"send-test-email": "Send Test Email",
"site-email-settings": "Site Email Settings",
"emailVerification": "Enable Email Verification for Users",
"requireAdminVerification": "Require Admins to have their email verified",
"requireEditorVerification": "Require Editors to have their email verified",
"oAuthBypassVerification": "Skip Email Verification for OAuth Users",
"save-email-settings": "Save"
},
"@studiocms/dashboard:user-mngmt-sidebar": {
"input-placeholder-search": "Search...",
"dropdown-create-user": "Create New User",
"dropdown-create-invite": "Create User Invite"
},
"@studiocms/dashboard:user-mngmt-index": {
"title": "User Management",
"description": "User Management",
"header": "User Management",
"placeholder": "Select or Create a user to get started."
},
"@studiocms/dashboard:user-mngmt-edit": {
"title": "User Management",
"description": "User Management",
"header": "User Management",
"header-delete-button": "Delete",
"header-save-button": "Save Changes",
"delete-modal-header": "Are you sure you want to delete this user?",
"delete-modal-desc-1": "Enter the user name",
"delete-modal-desc-2": "to confirm.",
"delete-modal-warning": "This action cannot be undone.",
"user-info-header": "User Information",
"user-info-email": "Email",
"user-info-username": "Username",
"user-info-website": "Website",
"user-info-created-at": "Created At",
"user-info-updated-at": "Updated At",
"password-reset-button": "Create Reset link",
"password-reset-modal-header": "Reset Password Link",
"password-reset-modal-desc-1": "Reset link for user",
"password-reset-modal-desc-2": "has been created.",
"password-reset-modal-link": "Link",
"edit-role-header": "User Role",
"email-verification-status": "Email Verification Status",
"social-accounts-header": "Connected Accounts",
"social-accounts-non": "No connected accounts found.",
"api-tokens-header": "API Tokens",
"api-tokens-delete-button": "Delete",
"api-tokens-created": "Created",
"api-tokens-no-tokens": "No API tokens found.",
"last-edit-pages-header": "Last Edited Pages",
"last-edit-pages-edited": "Edited",
"last-edit-pages-no-edits": "No history found."
},
"@studiocms/dashboard:plugin-settings": {
"title": "Plugin Settings",
"description": "Plugin Settings",
"header": "Settings",
"save-button": "Save Changes"
},
"@studiocms/dashboard:content-sidebar": {
"input-placeholder-search": "Search...",
"dropdown-create-page": "Create Page",
"dropdown-create-folder": "Create Folder",
"items-divider": "Items"
},
"@studiocms/dashboard:content-header": {
"title": "Content Management",
"edit-page-title": "Edit Page",
"edit-folder-title": "Edit Folder",
"create-page-title": "Create Page",
"create-folder-title": "Create Folder",
"delete-button": "Delete",
"save-button": "Save Changes",
"create-button": "Create",
"draft-button": "Save Draft",
"publish-button": "Publish",
"delete-modal-header": "Are you sure you want to delete this item?",
"delete-modal-warning": "This action cannot be undone.",
"delete-modal-desc-1": "Enter the slug",
"delete-modal-desc-2": "to confirm.",
"delete-folder-modal-desc-1": "Enter the folder name",
"delete-folder-modal-desc-2": "to confirm."
},
"@studiocms/dashboard:content-index": {
"title": "Content Management",
"description": "Content Management",
"header": "Content Management",
"placeholder": "Select or Create a page to get started."
},
"@studiocms/dashboard:content-diff": {
"view-page": "View Page",
"page-metadata": "Page Metadata",
"page-content": "Page Content",
"revert-metadata": "Revert MetaData",
"revert-content": "Revert Content",
"revert-all": "Revert All",
"page-title": "Page Title",
"edited-by": "Edited by",
"edited-on": "Edited on",
"no-metadata-changes": "No Metadata changes found"
},
"@studiocms/dashboard:content-folder": {
"input-folder-name": "Folder Name",
"input-folder-parent": "Parent Folder"
},
"@studiocms/dashboard:content-page": {
"tab-label-basic-info": "Basic Information",
"tab-label-content": "Page Content",
"tab-label-diff": "Edit History",
"input-page-title": "Page Title",
"input-page-slug": "Slug",
"input-page-description": "Description",
"input-page-hero-image": "OpenGraph/Hero Image",
"select-page-type": "Page Type",
"select-page-show-in-nav": "Show in Navigation",
"select-page-parent-folder": "Parent Folder",
"select-page-draft": "Draft",
"select-page-categories": "Categories",
"select-page-tags": "Tags",
"select-page-show-author": "Show Author",
"select-page-show-contributors": "Show Contributors",
"custom-page-type-fields-header": "Custom Page Type Fields",
"custom-page-types-description-new": "You have changed your pageType. Please save your changes and refresh the page to see the new fields.",
"diff-edited-by-1": "Edited",
"diff-edited-by-2": "by",
"diff-no-history": "No history found."
},
"@studiocms/dashboard:404": {
"title": "Error 404",
"description": "Error 404 - Page Not Found",
"sub-description": "The page you are looking for might have been removed, had its name changed or is temporarily unavailable.",
"back-button": "Go back"
},
"@studiocms/dashboard:unverifiedEmail": {
"title": "Email Not Verified",
"description": "Email Not Verified",
"sub-description": "Your email address has not been verified. Please check your email for a verification link.",
"resend-button": "Resend Verification Email",
"back-button": "Go home"
}
}
}