memos/web/src/locales/en.json

146 lines
4.1 KiB
JSON

{
"common": {
"about": "About",
"email": "Email",
"password": "Password",
"new-password": "New passworld",
"repeat-new-password": "Repeat the new password",
"username": "Username",
"save": "Save",
"cancel": "Cancel",
"create": "Create",
"change": "Change",
"reset": "Reset",
"language": "Language",
"version": "Version",
"pin": "Pin",
"unpin": "Unpin",
"edit": "Edit",
"restore": "Restore",
"delete": "Delete",
"null": "Null",
"share": "Share",
"mark": "Mark",
"archive": "Archive",
"basic": "Basic",
"admin": "Admin",
"explore": "Explore",
"sign-in": "Sign in",
"sign-out": "Sign out",
"back-to-home": "Back to Home",
"type": "Type",
"shortcuts": "Shortcuts",
"title": "Title",
"filter": "Filter",
"tags": "Tags",
"yourself": "Yourself",
"archived-at": "Archived at",
"changed": "changed"
},
"slogan": "An open source, self-hosted knowledge base that works with a SQLite db file.",
"auth": {
"signup-as-host": "Sign up as Host",
"host-tip": "You are registering as the Site Host.",
"not-host-tip": "If you don't have an account, please contact the site host."
},
"sidebar": {
"daily-review": "Daily Review",
"resources": "Resources",
"setting": "Setting",
"archived": "Archived"
},
"daily-review": {
"oops-nothing": "Oops, there is nothing."
},
"resources": {
"description": "View your static resources in memos. e.g. images",
"no-resources": "No resources.",
"fetching-data": "fetching data...",
"upload": "Upload",
"preview": "Preview",
"copy-link": "Copy Link"
},
"archived": {
"archived-memos": "Archived Memos",
"no-archived-memos": "No archived memos.",
"fetching-data": "fetching data..."
},
"editor": {
"editing": "Editing...",
"save": "Save",
"placeholder": "Any thoughts...",
"only-image-supported": "Only image file supported.",
"cant-empty": "Content can't be empty"
},
"memo": {
"view-detail": "View Detail",
"copy": "Copy",
"visibility": {
"private": "Private",
"protected": "Protected",
"public": "Public"
}
},
"memo-list": {
"fetching-data": "fetching data..."
},
"shortcut-list": {
"shortcut-title": "shortcut title",
"create-shortcut": "Create Shortcut",
"edit-shortcut": "Edit Shortcut",
"new-filter": "New Filter",
"eligible-memo": "eligible memo",
"fill-previous": "Please fill in previous filter value",
"title-required": "Title is required"
},
"tag-list": {
"tip-text": "Enter `#tag ` to create"
},
"search": {
"quickly-filter": "Quickly filter"
},
"setting": {
"my-account": "My Account",
"preference": "Preference",
"member": "Member",
"member-list": "Member list",
"account-section": {
"title": "Account Information",
"change-password": "Change password"
},
"preference-section": {
"default-memo-visibility": "Default memo visibility",
"editor-font-style": "Editor font style",
"mobile-editor-style": "Mobile editor style"
},
"member-section": {
"create-a-member": "Create a member"
}
},
"amount-text": {
"memo": "MEMO",
"tag": "TAG",
"day": "DAY"
},
"message": {
"no-memos": "no memos 🌃",
"memos-ready": "all memos are ready 🎉",
"restored-successfully": "Restored successfully",
"memo-updated-datetime": "Memo created datetime changed.",
"invalid-created-datetime": "Invalid created datetime.",
"change-memo-created-time": "Change memo created time",
"memo-not-found": "Memo not found.",
"fill-all": "Please fill in all fields.",
"new-password-not-match": "New passwords do not match.",
"image-load-failed": "Image load failed",
"fill-form": "Please fill out this form",
"login-failed": "Login failed",
"signup-failed": "Signup failed",
"user-not-found": "User not found",
"password-changed": "Password Changed",
"private-only": "This memo is private only.",
"copied": "Copied",
"succeed-copy-content": "Succeed to copy content to clipboard."
}
}