25 lines
961 B
JSON
25 lines
961 B
JSON
{
|
|
"onboarding": {
|
|
"title": "Welcome to My Linkding",
|
|
"subtitle": "An application to manage your bookmarks.",
|
|
"start": "Start",
|
|
"next": "Next",
|
|
"previous": "Previous",
|
|
"serverRequired": "Servidor requerido",
|
|
"serverRequiredDescription": "My Linkding 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."
|
|
},
|
|
"connect": {
|
|
"connect": "Connect",
|
|
"connecting": "Connecting...",
|
|
"cannotConnectToServer": "Cannot connect to the server."
|
|
},
|
|
"links": {
|
|
"links": "Links"
|
|
},
|
|
"settings": {
|
|
"settings": "Settings",
|
|
"disconnectFromServer": "Disconnect from server"
|
|
}
|
|
} |