|
|
|
@ -3,6 +3,8 @@
|
|
|
|
|
"about": "About",
|
|
|
|
|
"email": "Email",
|
|
|
|
|
"password": "Password",
|
|
|
|
|
"new-password": "New passworld",
|
|
|
|
|
"repeat-new-password": "Repeat the new password",
|
|
|
|
|
"username": "Username",
|
|
|
|
|
"save": "Save",
|
|
|
|
|
"cancel": "Cancel",
|
|
|
|
@ -28,9 +30,27 @@
|
|
|
|
|
"back-to-home": "Back to Home",
|
|
|
|
|
"type": "Type",
|
|
|
|
|
"shortcuts": "Shortcuts",
|
|
|
|
|
"shortcut-title": "shortcut title",
|
|
|
|
|
"title": "Title",
|
|
|
|
|
"filter": "Filter",
|
|
|
|
|
"tags": "Tags"
|
|
|
|
|
"tags": "Tags",
|
|
|
|
|
"no-memos": "no memos 🌃",
|
|
|
|
|
"memos-ready": "all memos are ready 🎉",
|
|
|
|
|
"yourself": "Yourself",
|
|
|
|
|
"archived-at": "Archived at",
|
|
|
|
|
"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.",
|
|
|
|
|
"changed": "changed",
|
|
|
|
|
"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"
|
|
|
|
|
},
|
|
|
|
|
"slogan": "An open source, self-hosted knowledge base that works with a SQLite db file.",
|
|
|
|
|
"auth": {
|
|
|
|
@ -63,7 +83,9 @@
|
|
|
|
|
"editor": {
|
|
|
|
|
"editing": "Editing...",
|
|
|
|
|
"save": "Save",
|
|
|
|
|
"placeholder": "Any thoughts..."
|
|
|
|
|
"placeholder": "Any thoughts...",
|
|
|
|
|
"only-image-supported": "Only image file supported.",
|
|
|
|
|
"cant-empty": "Content can't be empty"
|
|
|
|
|
},
|
|
|
|
|
"memo": {
|
|
|
|
|
"view-story": "View Story"
|
|
|
|
@ -75,7 +97,9 @@
|
|
|
|
|
"create-shortcut": "Create Shortcut",
|
|
|
|
|
"edit-shortcut": "Edit Shortcut",
|
|
|
|
|
"new-filter": "New Filter",
|
|
|
|
|
"eligible-memo": "eligible memo"
|
|
|
|
|
"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"
|
|
|
|
@ -87,6 +111,7 @@
|
|
|
|
|
"my-account": "My Account",
|
|
|
|
|
"preference": "Preference",
|
|
|
|
|
"member": "Member",
|
|
|
|
|
"member-list": "Member list",
|
|
|
|
|
"account-section": {
|
|
|
|
|
"title": "Account Information"
|
|
|
|
|
},
|
|
|
|
|