|
|
|
@ -0,0 +1,271 @@
|
|
|
|
|
{
|
|
|
|
|
"setting": {
|
|
|
|
|
"system-section": {
|
|
|
|
|
"additional-style-placeholder": "Additional CSS code",
|
|
|
|
|
"additional-script-placeholder": "Additional JavaScript code",
|
|
|
|
|
"server-name": "Server Name",
|
|
|
|
|
"customize-server": {
|
|
|
|
|
"title": "Customize Server",
|
|
|
|
|
"default": "Default is memos",
|
|
|
|
|
"icon-url": "Icon URL"
|
|
|
|
|
},
|
|
|
|
|
"database-file-size": "Database File Size",
|
|
|
|
|
"allow-user-signup": "Allow user signup",
|
|
|
|
|
"disable-public-memos": "Disable public memos",
|
|
|
|
|
"additional-style": "Additional style",
|
|
|
|
|
"additional-script": "Additional script"
|
|
|
|
|
},
|
|
|
|
|
"apperance-option": {
|
|
|
|
|
"system": "Follow system",
|
|
|
|
|
"light": "Always light",
|
|
|
|
|
"dark": "Always dark"
|
|
|
|
|
},
|
|
|
|
|
"preference-section": {
|
|
|
|
|
"enable-folding-memo": "Enable folding memo",
|
|
|
|
|
"theme": "Theme",
|
|
|
|
|
"default-memo-visibility": "Default memo visibility",
|
|
|
|
|
"enable-double-click": "Enable double-click to edit",
|
|
|
|
|
"editor-font-style": "Editor font style",
|
|
|
|
|
"mobile-editor-style": "Mobile editor style",
|
|
|
|
|
"default-memo-sort-option": "Memo display time",
|
|
|
|
|
"created_ts": "Created Time",
|
|
|
|
|
"updated_ts": "Updated Time"
|
|
|
|
|
},
|
|
|
|
|
"my-account": "My Account",
|
|
|
|
|
"preference": "Preferences",
|
|
|
|
|
"member": "Member",
|
|
|
|
|
"member-list": "Member list",
|
|
|
|
|
"system": "System",
|
|
|
|
|
"storage": "Storage",
|
|
|
|
|
"sso": "SSO",
|
|
|
|
|
"account-section": {
|
|
|
|
|
"title": "Account Information",
|
|
|
|
|
"update-information": "Update Information",
|
|
|
|
|
"change-password": "Change password"
|
|
|
|
|
},
|
|
|
|
|
"storage-section": {
|
|
|
|
|
"storage-services-list": "Storage service list",
|
|
|
|
|
"create-a-service": "Create a service",
|
|
|
|
|
"update-a-service": "Update a service",
|
|
|
|
|
"warning-text": "Are you sure to delete this storage service? THIS ACTION IS IRREVERSIBLE❗",
|
|
|
|
|
"delete-storage": "Delete Storage"
|
|
|
|
|
},
|
|
|
|
|
"member-section": {
|
|
|
|
|
"create-a-member": "Create a member"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"amount-text": {
|
|
|
|
|
"memo_one": "MEMO",
|
|
|
|
|
"memo_other": "MEMOS",
|
|
|
|
|
"tag_one": "TAG",
|
|
|
|
|
"tag_other": "TAGS",
|
|
|
|
|
"day_one": "DAY",
|
|
|
|
|
"day_other": "DAYS"
|
|
|
|
|
},
|
|
|
|
|
"message": {
|
|
|
|
|
"no-memos": "no memos 🌃",
|
|
|
|
|
"memos-ready": "all memos are ready 🎉",
|
|
|
|
|
"restored-successfully": "Restored successfully",
|
|
|
|
|
"invalid-created-datetime": "Invalid created datetime.",
|
|
|
|
|
"memo-updated-datetime": "Memo created datetime changed.",
|
|
|
|
|
"change-memo-created-time": "Change memo created time",
|
|
|
|
|
"memo-not-found": "Memo not found.",
|
|
|
|
|
"fill-all": "Please fill in all fields.",
|
|
|
|
|
"password-not-match": "Passwords do not match.",
|
|
|
|
|
"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": "Content copied successfully.",
|
|
|
|
|
"succeed-copy-code": "Code copied successfully.",
|
|
|
|
|
"succeed-copy-link": "Link copied successfully.",
|
|
|
|
|
"change-resource-filename": "Change resource filename",
|
|
|
|
|
"resource-filename-updated": "Resource filename changed.",
|
|
|
|
|
"invalid-resource-filename": "Invalid filename.",
|
|
|
|
|
"click-to-save-the-image": "Click to save the image",
|
|
|
|
|
"generating-the-screenshot": "Generating the screenshot...",
|
|
|
|
|
"count-selected-resources": "Total selected",
|
|
|
|
|
"too-short": "Too short",
|
|
|
|
|
"too-long": "Too long",
|
|
|
|
|
"not-allow-space": "Don't allow space",
|
|
|
|
|
"not-allow-chinese": "Don't allow chinese",
|
|
|
|
|
"succeed-vacuum-database": "Succeed to vacuum database",
|
|
|
|
|
"succeed-update-additional-style": "Additional style updated successfully.",
|
|
|
|
|
"succeed-copy-resource-link": "Resource link copied successfully.",
|
|
|
|
|
"succeed-update-customized-profile": "Profile successfully customized.",
|
|
|
|
|
"succeed-update-additional-script": "Additional script updated successfully.",
|
|
|
|
|
"update-succeed": "Update succeeded",
|
|
|
|
|
"page-not-found": "404 - Page Not Found 😥"
|
|
|
|
|
},
|
|
|
|
|
"days": {
|
|
|
|
|
"monday": "Monday",
|
|
|
|
|
"mon": "Mon",
|
|
|
|
|
"tuesday": "Tuesday",
|
|
|
|
|
"tue": "Tue",
|
|
|
|
|
"wednesday": "Wednesday",
|
|
|
|
|
"wed": "Wed",
|
|
|
|
|
"thursday": "Thursday",
|
|
|
|
|
"thu": "Thu",
|
|
|
|
|
"friday": "Friday",
|
|
|
|
|
"fri": "Fri",
|
|
|
|
|
"saturday": "Saturday",
|
|
|
|
|
"sat": "Sat",
|
|
|
|
|
"sunday": "Sunday",
|
|
|
|
|
"sun": "Sun"
|
|
|
|
|
},
|
|
|
|
|
"common": {
|
|
|
|
|
"close": "Kapat",
|
|
|
|
|
"about": "Hakkında",
|
|
|
|
|
"email": "Email",
|
|
|
|
|
"password": "Şifre",
|
|
|
|
|
"repeat-password-short": "Tekrar",
|
|
|
|
|
"repeat-password": "Şifre tekrarı",
|
|
|
|
|
"new-password": "Yeni şifre",
|
|
|
|
|
"repeat-new-password": "Yeni şifreyi tekrarla",
|
|
|
|
|
"avatar": "Avatar",
|
|
|
|
|
"username": "Kullanıcı adı",
|
|
|
|
|
"nickname": "Rumuz",
|
|
|
|
|
"save": "Kaydet",
|
|
|
|
|
"cancel": "İptal",
|
|
|
|
|
"create": "Oluştur",
|
|
|
|
|
"change": "Değiştir",
|
|
|
|
|
"confirm": "Onayla",
|
|
|
|
|
"reset": "Sıfırla",
|
|
|
|
|
"language": "Dil",
|
|
|
|
|
"version": "Versiyon",
|
|
|
|
|
"pin": "İğnele",
|
|
|
|
|
"edit": "Düzenle",
|
|
|
|
|
"restore": "Geri al",
|
|
|
|
|
"unpin": "İğnelemeyi kaldır",
|
|
|
|
|
"delete": "Sil",
|
|
|
|
|
"null": "Null",
|
|
|
|
|
"share": "Paylaş",
|
|
|
|
|
"archive": "Arşiv",
|
|
|
|
|
"basic": "Temel",
|
|
|
|
|
"admin": "Yönetici",
|
|
|
|
|
"explore": "Keşfet",
|
|
|
|
|
"sign-in": "Giriş yap",
|
|
|
|
|
"sign-up": "Kaydol",
|
|
|
|
|
"sign-out": "Çıkış yap",
|
|
|
|
|
"back-to-home": "Anasayfaya dön",
|
|
|
|
|
"type": "Type",
|
|
|
|
|
"shortcuts": "Kısayollar",
|
|
|
|
|
"title": "Başlık",
|
|
|
|
|
"filter": "Filtrele",
|
|
|
|
|
"tags": "Etiketler",
|
|
|
|
|
"yourself": "Kendin",
|
|
|
|
|
"archived-at": "Arşivlendi",
|
|
|
|
|
"changed": "değişti",
|
|
|
|
|
"update-on": "Güncellendi",
|
|
|
|
|
"fold": "Katla",
|
|
|
|
|
"expand": "Genişlet",
|
|
|
|
|
"image": "Görsel",
|
|
|
|
|
"link": "Link",
|
|
|
|
|
"vacuum": "Vacuum",
|
|
|
|
|
"select": "Select",
|
|
|
|
|
"database": "Database"
|
|
|
|
|
},
|
|
|
|
|
"slogan": "An open-source, self-hosted memo hub with knowledge management and social networking.",
|
|
|
|
|
"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": "Settings",
|
|
|
|
|
"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 IRREVERSIBLE❗",
|
|
|
|
|
"linked-amount": "Linked memo amount",
|
|
|
|
|
"rename": "Rename",
|
|
|
|
|
"clear": "Clear",
|
|
|
|
|
"warning-text-unused": "Are you sure to delete these unused resources? THIS ACTION IS IRREVERSIBLE❗",
|
|
|
|
|
"no-unused-resources": "No unused resources",
|
|
|
|
|
"name": "Name"
|
|
|
|
|
},
|
|
|
|
|
"archived": {
|
|
|
|
|
"archived-memos": "Archived Memos",
|
|
|
|
|
"no-archived-memos": "No archived memos.",
|
|
|
|
|
"fetching-data": "fetching data..."
|
|
|
|
|
},
|
|
|
|
|
"editor": {
|
|
|
|
|
"editing": "Editing...",
|
|
|
|
|
"cancel-edit": "Cancel edit",
|
|
|
|
|
"save": "Save",
|
|
|
|
|
"placeholder": "Any thoughts...",
|
|
|
|
|
"only-image-supported": "Only image file supported.",
|
|
|
|
|
"cant-empty": "Content can't be empty",
|
|
|
|
|
"local": "Local",
|
|
|
|
|
"resources": "Resources"
|
|
|
|
|
},
|
|
|
|
|
"memo": {
|
|
|
|
|
"view-detail": "View Detail",
|
|
|
|
|
"copy": "Copy",
|
|
|
|
|
"visibility": {
|
|
|
|
|
"private": "Only visible to you",
|
|
|
|
|
"protected": "Visible to members",
|
|
|
|
|
"public": "Everyone can see",
|
|
|
|
|
"disabled": "Public memos are disabled"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"memo-list": {
|
|
|
|
|
"fetching-data": "fetching data...",
|
|
|
|
|
"fetch-more": "Click here to fetch more"
|
|
|
|
|
},
|
|
|
|
|
"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",
|
|
|
|
|
"value-required": "Filter value is required"
|
|
|
|
|
},
|
|
|
|
|
"filter": {
|
|
|
|
|
"new-filter": "New Filter",
|
|
|
|
|
"type": {
|
|
|
|
|
"tag": "Tag",
|
|
|
|
|
"type": "Type",
|
|
|
|
|
"text": "Text",
|
|
|
|
|
"display-time": "Display Time",
|
|
|
|
|
"visibility": "Visibility"
|
|
|
|
|
},
|
|
|
|
|
"operator": {
|
|
|
|
|
"contains": "Contains",
|
|
|
|
|
"not-contains": "Does not contain",
|
|
|
|
|
"is": "Is",
|
|
|
|
|
"is-not": "Is Not",
|
|
|
|
|
"before": "Before",
|
|
|
|
|
"after": "After"
|
|
|
|
|
},
|
|
|
|
|
"value": {
|
|
|
|
|
"not-tagged": "No tags",
|
|
|
|
|
"linked": "Has links"
|
|
|
|
|
},
|
|
|
|
|
"text-placeholder": "Starts with ^ to use regex"
|
|
|
|
|
},
|
|
|
|
|
"tag-list": {
|
|
|
|
|
"tip-text": "Input `#tag` to create"
|
|
|
|
|
},
|
|
|
|
|
"search": {
|
|
|
|
|
"quickly-filter": "Quickly filter"
|
|
|
|
|
}
|
|
|
|
|
}
|