218 lines
8.8 KiB
JSON
218 lines
8.8 KiB
JSON
{
|
|
"generic": {
|
|
"confirm": "Confirm",
|
|
"cancel": "Cancel",
|
|
"next": "Next",
|
|
"save": "Save",
|
|
"close": "Close",
|
|
"error": "Error",
|
|
"optional": "Optional",
|
|
"authTokenNotValid": "Your authorization token is not valid anymore. Please, reauthenticate.",
|
|
"options": "Options"
|
|
},
|
|
"onboarding": {
|
|
"title": "Welcome to Linkdy",
|
|
"subtitle": "An application to manage your bookmarks.",
|
|
"start": "Start",
|
|
"next": "Next",
|
|
"previous": "Previous",
|
|
"serverRequired": "Servidor requerido",
|
|
"serverRequiredDescription": "Linkdy it's not an standalone app, it requires the Linkding server to work.\nIn order to use this application, you must deploy Linkding on your home server, VPS or any other computer.",
|
|
"installationInstructions": "Check the installation instructions on the official GitHub repository.",
|
|
"serverRunningConfirmation": "I confirm that I have an instance of the Linkding server already running.",
|
|
"createConnection": "Create a connection",
|
|
"createConnectionSubtitle": "Enter all the required details to create a connection to your server.",
|
|
"ipAddressOrDomain": "IP address or domain",
|
|
"port": "Port",
|
|
"path": "Path",
|
|
"invalidPath": "Invalid path",
|
|
"token": "Token",
|
|
"required": "Required",
|
|
"serverDetails": "Server details",
|
|
"authentication": "Authentication",
|
|
"testConnectionUrl": "Test connection url",
|
|
"connectionServerEstablished": "Connection with server established",
|
|
"testingConnection": "Testing connection...",
|
|
"connectionServerFailed": "Connection with server failed",
|
|
"connect": "Connect",
|
|
"connecting": "Connecting...",
|
|
"cannotConnectToServer": "Cannot connect to the server.",
|
|
"invalidToken": "Invalid token.",
|
|
"invalidIpDomain": "Invalid IP address or domain",
|
|
"invalidPort": "Invalid port",
|
|
"tokenRequired": "Token is required"
|
|
},
|
|
"bookmarks": {
|
|
"bookmarks": "Bookmarks",
|
|
"noBookmarksAdded": "No bookmarks added",
|
|
"cannotLoadBookmarks": "Cannot load the bookmarks",
|
|
"dates": {
|
|
"todayAt": "Today, $time",
|
|
"yesterdayAt": "Yesterday, $time"
|
|
},
|
|
"shared": "Shared",
|
|
"archived": "Archived",
|
|
"showOnlyRead": "Show only read",
|
|
"showOnlyUnread": "Show only unread",
|
|
"showAllBookmarks": "Show all bookmarks",
|
|
"readStatus": "Read status",
|
|
"all": "All",
|
|
"unread": "Unread",
|
|
"read": "Read",
|
|
"filterSort": "Filter and sort",
|
|
"addBookmark": {
|
|
"addBookmark": "Add new bookmark",
|
|
"editBookmark": "Edit bookmark",
|
|
"bookmarkUrl": "Bookmark URL",
|
|
"bookmarkDetails": "Bookmark details",
|
|
"validateUrl": "Validate URL",
|
|
"urlValid": "The URL is valid",
|
|
"urlNotValid": "The URL is not valid",
|
|
"cannotCheckUrl": "The URL couldn't be checked",
|
|
"invalidUrl": "Invalid URL",
|
|
"url": "URL",
|
|
"checkingUrl": "Checking URL...",
|
|
"title": "Title",
|
|
"description": "Description",
|
|
"markAsUnread": "Mark as unread",
|
|
"notes": "Notes",
|
|
"addNotes": "Add notes",
|
|
"tags": "Tags",
|
|
"noTagsAdded": "No tags added",
|
|
"tagNoWhitespaces": "Tag cannot contain whitespaces",
|
|
"addTag": "Add tag",
|
|
"others": "Others",
|
|
"savingBookmark": "Saving bookmark...",
|
|
"bookmarkSavedSuccessfully": "Bookmark saved successfully.",
|
|
"errorSavingBookmark": "An error occured when saving the new bookmark.",
|
|
"leaveEmptyUseWebsiteTitle": "Leave empty to use the website's title.",
|
|
"leaveEmptyUseWebsiteDescription": "Leave empty to use the website's description."
|
|
},
|
|
"search": {
|
|
"searchBookmarks": "Search bookmarks",
|
|
"clearSearch": "Clear search",
|
|
"inputSearchTerm": "Input a search term",
|
|
"cannotSearchError": "Cannot search content due to an error",
|
|
"inputtedSearchTermNoResults": "The inputted search term doesn't have any results"
|
|
},
|
|
"bookmarkOptions": {
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"read": "Read",
|
|
"unread": "Unread",
|
|
"markAsUnread": "Mark as unread",
|
|
"markAsRead": "Mark as read",
|
|
"shareOptions": "Share options",
|
|
"shared": "Shared",
|
|
"archive": "Archive",
|
|
"unarchive": "Unarchive",
|
|
"deletingBookmark": "Deleting bookmark...",
|
|
"bookmarkDeleted": "Bookmark deleted successfully",
|
|
"bookmarkNotDeleted": "The bookmark couldn't be deleted due to an error.",
|
|
"deleteBookmark": "Delete bookmark",
|
|
"followingBookmarkDeleted": "The following bookmark will be deleted:",
|
|
"markingAsRead": "Marking as read...",
|
|
"markingAsUnead": "Marking as unread...",
|
|
"markedAsReadSuccessfully": "Bookmark marked as read successfully.",
|
|
"markedAsUnreadSuccessfully": "Bookmark marked as unread successfully.",
|
|
"bookmarkNotMarkedAsRead": "The bookmark couldn't be marked as read.",
|
|
"bookmarkNotMarkedAsUnread": "The bookmark couldn't be marked as unread.",
|
|
"archivingBookmark": "Archiving bookmark...",
|
|
"unarchivingBookmark": "Unarchiving bookmark...",
|
|
"bookmarkArchivedSuccessfully": "Bookmark archived successfully.",
|
|
"bookmarkUnrchivedSuccessfully": "Bookmark unarchived successfully.",
|
|
"bookmarkNotArchived": "The bookmark couldn't be archived.",
|
|
"bookmarkNotUnrchived": "The bookmark couldn't be unarchived.",
|
|
"shareThirdPartyApp": "Share using a third party app",
|
|
"shareInternally": "Share internally",
|
|
"unshareInternally": "Unshare internally"
|
|
},
|
|
"shareOptions": {
|
|
"shareOptions": "Share options",
|
|
"shareInternally": "Share internally",
|
|
"unshareInternally": "Unshare internally",
|
|
"shareInternallyDescription": "Share internally with the rest of the users of this Linkding instance",
|
|
"unshareInternallyDescription": "Unshare this internally shared bookmark",
|
|
"shareExternally": "Share bookmark URL externally",
|
|
"shareExternallyDescription": "Share the bookmark URL externally using a third party application",
|
|
"sharingBookmark": "Sharing bookmark...",
|
|
"unsharingBookmark": "Unsharing bookmark...",
|
|
"bookmarkSharedSuccessfully": "Bookmark shared successfully.",
|
|
"bookmarkNotShared": "Bookmark couldn't be shared.",
|
|
"bookmarkUnsharedSuccessfully": "Bookmark unshared successfully.",
|
|
"bookmarkNotUnshared": "Bookmark couldn't be unshared."
|
|
}
|
|
},
|
|
"tags": {
|
|
"tags": "Tags",
|
|
"created": "Created: $created",
|
|
"createTag": {
|
|
"createTag": "Create tag",
|
|
"name": "Name",
|
|
"creatingTag": "Creating tag...",
|
|
"errorCreatingTag": "An error occured when creating the tag."
|
|
},
|
|
"filteredBookmarks": {
|
|
"noBookmarksWithThisTag": "There are no bookmarks with this tag",
|
|
"noArchivedBookmarks": "There are no archived bookmarks",
|
|
"noSharedBookmarks": "There are no shared bookmarks"
|
|
}
|
|
},
|
|
"settings": {
|
|
"settings": "Settings",
|
|
"appSettings": "App settings",
|
|
"aboutApp": "About the app",
|
|
"appVersion": "App version",
|
|
"createdBy": "Created by",
|
|
"visitGooglePlay": "Visit the application page at Google Play",
|
|
"visitGitHubRepo": "Visit the application repository at GitHub",
|
|
"linkdingRepository": "Linkding repository",
|
|
"linkdingRepositoryDescription": "Link to the Linkding repository on GitHub",
|
|
"customization": {
|
|
"customization": "Customization",
|
|
"customizationDescription": "Set the app theme and color palette.",
|
|
"theme": "Theme",
|
|
"light": "Light",
|
|
"dark": "Dark",
|
|
"systemDefined": "System defined",
|
|
"color": "Color",
|
|
"useDynamicTheme": "Use dynamic theme"
|
|
},
|
|
"generalSettings": {
|
|
"generalSettings": "General settings",
|
|
"generalSettingsDescription": "General tweaks for the application.",
|
|
"bookmarks": "Bookmarks",
|
|
"showFavicon": "Show favicon",
|
|
"showFaviconDescription": "Show the website's favicon on each bookmark.",
|
|
"disconnectFromServer": "Disconnect from server",
|
|
"disconnectModal": {
|
|
"title": "Disconnect",
|
|
"description": "Are you sure you want to disconnect from the server?\nYou will be redirected to the initial setup."
|
|
},
|
|
"useInAppBrowser": "Use in app browser",
|
|
"useInAppBrowserDescription": "Opens the bookmarks with the integrated browser instead of with the system browser. On tablet mode the internal browser will always be used."
|
|
}
|
|
},
|
|
"webview": {
|
|
"goBack": "Go back",
|
|
"goForward": "Go forward",
|
|
"reload": "Reload",
|
|
"openInSystemBrowser": "Open in system browser",
|
|
"copyLinkClipboard": "Copy link to clipboard",
|
|
"linkCopiedClipboard": "Link copied to the clipboard.",
|
|
"share": "Share"
|
|
},
|
|
"colors": {
|
|
"red": "Red",
|
|
"green": "Green",
|
|
"blue": "Blue",
|
|
"yellow": "Yellow",
|
|
"orange": "Orange",
|
|
"brown": "Brown",
|
|
"cyan": "Cyan",
|
|
"purple": "Purple",
|
|
"pink": "Pink",
|
|
"deepOrange": "Deep orange",
|
|
"indigo": "Indigo"
|
|
}
|
|
} |