memos/web/src/locales/en.json
boojack 2a4fc7dcc3
chore: update memo display time (#327)
* chore: update memo display time

* chore: update
2022-10-21 20:26:00 +08:00

167 lines
4.7 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"common": {
"about": "About",
"email": "Email",
"password": "Password",
"new-password": "New passworld",
"repeat-new-password": "Repeat the new password",
"username": "Username",
"save": "Save",
"close": "Close",
"cancel": "Cancel",
"create": "Create",
"change": "Change",
"confirm": "Confirm",
"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",
"update-on": "Update on"
},
"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",
"delete-resource": "Delete Resource",
"warning-text": "Are you sure to delete this resource? THIS ACTION IS IRREVERSIABLE❗",
"linked-amount": "Linked memo amount"
},
"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",
"eligible-memo": "eligible memo",
"fill-previous": "Please fill in previous filter value",
"title-required": "Title is required"
},
"filter": {
"new-filter": "New Filter",
"operator": {
"contains": "Contains",
"not-contains": "Does not contain",
"is": "Is",
"is-not": "Is Not"
},
"value": {
"not-tagged": "No tags",
"linked": "Has links"
}
},
"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",
"default-memo-sort-option": "Display by created/updated time",
"created_ts": "Created Time",
"updated_ts": "Updated Time"
},
"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."
}
}