Files
linkding-ios/lib/i18n/strings_en.i18n.json
Juan Gilsanz Polo 6aa6acfbfd Created add link form
2024-02-23 15:45:06 +01:00

101 lines
3.3 KiB
JSON

{
"generic": {
"confirm": "Confirm",
"cancel": "Cancel",
"next": "Next",
"save": "Save"
},
"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",
"token": "Token",
"required": "Required",
"serverDetails": "Server details",
"authentication": "Authentication",
"testConnectionUrl": "Test connection url",
"connect": "Connect",
"connecting": "Connecting...",
"cannotConnectToServer": "Cannot connect to the server."
},
"links": {
"links": "Links",
"dates": {
"todayAt": "Today, $time",
"yesterdayAt": "Yesterday, $time"
},
"addLink": {
"addLink": "Add new link",
"url": "URL",
"checkingUrl": "Checking URL...",
"title": "Title",
"description": "Description",
"markAsUnread": "Mark as unread",
"notes": "Notes",
"addNotes": "Add notes"
}
},
"search": {
"search": "Search"
},
"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",
"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.",
"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."
}
}
},
"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"
}
}