espial-0.0.40: static/locales/en/translation.json
{
"auth": {
"invalidUsernamePass": "Invalid username/password combination",
"tooManyAttempts": "Too many login attempts. Please try again later.",
"incorrectOldPassword": "Incorrect Old Password",
"passwordTooShort": "Password must be at least 6 characters long",
"passUpdated": "Password updated",
"missingRequiredFields": "Missing Required Fields"
},
"error": {
"notFound": "Not Found",
"internalError": "Internal Server Error",
"invalidArgs": "Invalid Arguments",
"badMethod": "Bad Method",
"notAuthenticated": "Not Authenticated",
"permissionDenied": "Permission Denied",
"error": "error: {{status}}",
"errorWithMsg": "error {{status}}: {{msg}}",
"requestTimedOut": "request timed out",
"networkError": "network error"
},
"nav": {
"privateProfileEnabled": "private profile enabled",
"darkMode": "dark mode",
"lightMode": "light mode",
"addUrl": "add url",
"addNote": "add note",
"notes": "notes",
"settings": "settings",
"logout": "log out",
"login": "log in"
},
"footer": {
"sourceCode": "Source Code"
},
"login": {
"pageTitle": "Log In",
"username": "Username",
"password": "Password",
"submit": "Log In"
},
"changePassword": {
"oldPassword": "Old Password",
"newPassword": "New Password",
"submit": "Save Changes"
},
"settings": {
"serverDefault": "Server Default",
"bookmarklet": "add url bookmarklet",
"changePassword": "Change Password",
"groupLanguage": "Language",
"groupArchive": "Archiving",
"groupGeneral": "General",
"groupPrivacy": "Privacy & Sharing",
"archiveDefault": "Archive new non-Private bookmarks by default",
"privateDefault": "Default new bookmarks to Private",
"suggestTags": "Enable tag suggestions",
"suggestTagsUseReturnKey": "Use return key to apply tag suggestions",
"privacyLock": "Privacy Lock (Private Account)",
"publicTagCloud": "Public Tag Cloud (visible to visitors)",
"previewNotes": "Show note previews in the note list",
"archivingDisabled": "Archiving Disabled",
"language": "Language",
"tabAccount": "Account Settings",
"tabImportExport": "Import / Export",
"export": "Export",
"import": "Import",
"exportBookmarksJson": "Bookmarks (JSON)",
"exportBookmarksHtml": "Bookmarks (Netscape HTML)",
"exportNotesJson": "Notes (JSON)",
"importBookmarksJson": "Bookmarks (Espial/Pinboard JSON)",
"importFirefoxJson": "Bookmarks (Firefox JSON)",
"importNetscapeHtml": "Bookmarks (Netscape HTML)",
"importNotesJson": "Notes (JSON)",
"importing": "importing…",
"imported_one": "{{count}} item imported",
"imported_other": "{{count}} items imported",
"importParseError": "could not read file",
"tabApi": "Api",
"apiKeyTitle": "API Key",
"apiKeyHasKey": "An API key is currently set.",
"apiKeyNoKey": "No API key is set.",
"apiKeyCreate": "Create API Key",
"apiKeyReset": "Reset API Key",
"apiKeyRevoke": "Revoke",
"apiKeyShownOnce": "This key is shown only once. Copy it now — you won't be able to see it again.",
"apiKeyResetHint": "Resetting or revoking invalidates your current key.",
"apiKeyCopy": "copy",
"apiKeyCopied": "copied"
},
"rss": "RSS",
"filter": {
"all": "all",
"private": "private",
"public": "public",
"unread": "unread",
"untagged": "untagged",
"starred": "starred"
},
"pagination": {
"perPage": "per page:"
},
"pager": {
"earlier": "« earlier",
"later": "later »"
},
"notes": {
"count_one": "{{count}} note",
"count_other": "{{count}} notes"
},
"search": {
"placeholder": "search",
"clearTitle": "clear search results",
"submitTitle": "submit search",
"syntaxTitle": "search syntax"
},
"noTitle": "[no title]",
"edit": "edit",
"delete": "delete",
"cancel": "cancel",
"destroy": "destroy",
"save": "save",
"fetch": "fetch",
"archive": "archive",
"archiving": "archiving",
"bmark": {
"archiveLinkTitle": "archive link",
"markAsRead": "mark as read",
"viewInContext": "view in context",
"url": "url",
"title": "title",
"description": "description",
"tags": "tags",
"private": "private",
"toread": "to-read"
},
"note": {
"killed": "you killed this note",
"titleLabel": "title:",
"descriptionLabel": "description:",
"useMarkdown": "use markdown?",
"publicLabel": "public?"
},
"addForm": {
"previouslySaved": "previously saved",
"url": "URL",
"archive": "archive",
"archiveUnavailable": "archiving is unavailable for private bookmarks",
"readLater": "read later",
"update": "update bookmark",
"add": "add bookmark",
"killed": "you killed this bookmark"
},
"tagCloud": {
"relatedTags": "Related Tags",
"topTags": "Top Tags",
"topTagsTitle": "show a cloud of your most-used tags",
"allTitle": "show all tags",
"min2Title": "show tags with at least 2 bookmarks",
"min5Title": "show tags with at least 5 bookmarks",
"min10Title": "show tags with at least 10 bookmarks",
"min20Title": "show tags with at least 20 bookmarks",
"hide": "hide",
"show": "show"
},
"bulkEdit": {
"edit": "edit",
"select": "select:",
"oneBookmarkSelected": "1 bookmark selected",
"bookmarksSelected": "{{count}} bookmarks selected",
"thisPage": "this page",
"allPages": "all pages",
"action": "action:",
"markAsRead": "mark as read",
"unread": "unread",
"addStars": "add stars",
"removeStars": "remove stars",
"makePrivate": "make private",
"makePublic": "make public",
"removeTags": "remove tags:",
"addTags": "add tags:",
"submitting": "submitting…",
"submit": "submit",
"destroyOne": "destroy 1 bookmark?",
"destroyMany": "destroy {{count}} bookmarks?",
"publicOne": "make 1 bookmark public?",
"publicMany": "make {{count}} bookmarks public?",
"pleaseAddSelection": "please add a bookmark selection",
"pleaseChooseAction": "please choose an action or enter tags",
"tooManyTags": "cannot add more than 10 tags at the same time when over 20,000 bookmarks would be affected",
"pageMismatch": "page bookmark count mismatch",
"editedCount_one": "edited {{editedCount}} bookmark",
"editedCount_other": "edited {{editedCount}} bookmarks",
"editedCountMismatch_one": "selection count was {{selectionCount}}, but edited {{editedCount}} bookmark, due to matching bookmark data having changed",
"editedCountMismatch_other": "selection count was {{selectionCount}}, but edited {{editedCount}} bookmarks, due to matching bookmark data having changed"
},
"bulkEditNotes": {
"oneNoteSelected": "1 note selected",
"notesSelected": "{{count}} notes selected",
"destroyOne": "destroy 1 note?",
"destroyMany": "destroy {{count}} notes?",
"publicOne": "make 1 note public?",
"publicMany": "make {{count}} notes public?",
"useMarkdown": "use markdown",
"usePlaintext": "use plaintext",
"pleaseAddSelection": "please add a note selection",
"pleaseChooseAction": "please choose an action",
"pageMismatch": "page note count mismatch",
"editedCount_one": "edited {{editedCount}} note",
"editedCount_other": "edited {{editedCount}} notes",
"editedCountMismatch_one": "selection count was {{selectionCount}}, but edited {{editedCount}} note, due to matching note data having changed",
"editedCountMismatch_other": "selection count was {{selectionCount}}, but edited {{editedCount}} notes, due to matching note data having changed"
},
"docs": {
"title": "Understanding the Search Syntax",
"pageFilters": "Page filters",
"pageFiltersDesc": "Searches are scoped to the currently selected page filter.",
"soGiven": "So, given the possible page filters",
"if": "If",
"isCurrentlySelectedIncludes": "is currently selected, the search includes",
"bookmarks": "bookmarks",
"isCurrentlySelectedOnly": "is currently selected, the search only includes",
"bookmarksEtc": "bookmarks, etc..",
"combineAnd": "Combine Searches (AND)",
"separateBySpace": "Separate terms by a space.",
"forExample": "For example,",
"combineOr": "Combine Searches (OR)",
"put": "Put",
"betweenQuery": "between each search query.",
"excludeWords": "Exclude words from your search",
"inFrontWord": "in front of a word you want to leave out.",
"exactMatch": "Search for an exact match",
"putInQuotes": "Put a word or phrase inside quotes.",
"specificField": "Search on a specific field",
"inFrontTerm": "in front of the term,",
"where": "where",
"isOneOfOptions": "is one of the options below",
"bookmarkSearch": "Bookmark Search",
"noteSearch": "Note Search",
"fieldHeader": "FIELD",
"exampleHeader": "EXAMPLE",
"complexExamples": "More Complex Examples",
"complexExample1Desc": "\"youtube\" in url, and title of \"haskell\" or title of \"python\" and after 12/31/2017",
"complexExample2Desc": "\"hacker news\" not in title, and \"news\", \"cnn\", \"npr\" anywhere, or \"the guardian\" in the description"
}
}