Files
linkding-ios/lib/i18n/strings_en.i18n.json
Juan Gilsanz Polo 83fe30408f Rename project
2024-02-22 21:00:54 +01:00

39 lines
1.4 KiB
JSON

{
"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"
}
},
"search": {
"search": "Search"
},
"settings": {
"settings": "Settings",
"disconnectFromServer": "Disconnect from server"
}
}