mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
96 lines
2.8 KiB
JSON
96 lines
2.8 KiB
JSON
{
|
|
"slogan": "Manage your links in the best possible way",
|
|
"confirm": "Confirm",
|
|
"cancel": "Cancel",
|
|
"home": "Home",
|
|
"back-home": "← Back to home",
|
|
"logout": "Logout",
|
|
"login": "Login",
|
|
"link": {
|
|
"links": "Links",
|
|
"link": "Link URL",
|
|
"name": "Link name",
|
|
"description": "Link description",
|
|
"create": "Create a link",
|
|
"edit": "Edit a link",
|
|
"delete": "Delete a link",
|
|
"delete-confirm": "Confirm deletion?"
|
|
},
|
|
"collection": {
|
|
"collections": "Collection",
|
|
"collections_other": "Collections",
|
|
"name": "Collection name",
|
|
"description": "Collection description",
|
|
"no-description": "No description",
|
|
"visibility": "Public",
|
|
"create": "Create a collection",
|
|
"edit": "Edit a collection",
|
|
"delete": "Delete a collection",
|
|
"delete-confirm": "Confirm deletion?",
|
|
"delete-description": "You must delete all links in this collection before you can delete this collection.",
|
|
"managed-by": "Collection managed by <b>{{name}}</b>"
|
|
},
|
|
"form": {
|
|
"name": "Name",
|
|
"description": "Description",
|
|
"visibility": "Visibility",
|
|
"visibility-warning": "The content will be visible to everyone",
|
|
"url": "URL",
|
|
"create": "Create",
|
|
"update": "Update",
|
|
"delete": "Delete",
|
|
"cancel": "Cancel",
|
|
"save": "Save",
|
|
"close": "Close",
|
|
"confirm": "Confirm",
|
|
"delete-confirm": "Confirmer deletion?"
|
|
},
|
|
"visibility": {
|
|
"private": "Privé",
|
|
"public": "Public"
|
|
},
|
|
"favorite": "Favorite",
|
|
"add-favorite": "Add to favorites",
|
|
"remove-favorite": "Remove from favorites",
|
|
"favorites-appears-here": "Your favorites will appear here",
|
|
"go-to-collection": "Go to collection",
|
|
"no-item-found": "No item found",
|
|
"admin": "Admin",
|
|
"manage-users": "Manage users",
|
|
"user": "User",
|
|
"search": "Search",
|
|
"search-with": "Search with",
|
|
"avatar": "{{name}}'s avatar",
|
|
"generic-error": "Something went wrong",
|
|
"generic-error-description": "An error has occurred, if this happens again please <a href=\"https://github.com/Sonny93/my-links\" target=\"_blank\">create an issue</a> with as much detail as possible.",
|
|
"retry": "Retry",
|
|
"privacy": "Privacy",
|
|
"terms": "Terms of use",
|
|
"language": {
|
|
"fr": "Français",
|
|
"en": "English"
|
|
},
|
|
"lang": "Language",
|
|
"settings": "Settings",
|
|
"profile": "Profile",
|
|
"select-your-lang": "Change the language",
|
|
"name": "Name",
|
|
"email": "Email",
|
|
"member-since": "Member since",
|
|
"footer": {
|
|
"made_by": "Made with ❤\uFE0F by"
|
|
},
|
|
"loading": "Loading...",
|
|
"no-results": "No results found",
|
|
"click-to-copy": "Click on the following link to copy the shareable url",
|
|
"success-copy": "Link copied to clipboard",
|
|
"user-preferences": "User preferences",
|
|
"preferences": "Preferences",
|
|
"preferences-description": "Display preferences do not apply on mobile",
|
|
"display-preferences": {
|
|
"collection-list-display": "Collection list display",
|
|
"link-list-display": "Link list display"
|
|
},
|
|
"coming-soon": "Under development"
|
|
}
|