mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"confirm": "Confirm",
|
|
"cancel": "Cancel",
|
|
"back-home": "← Back to home page",
|
|
"logout": "Logout",
|
|
"login": "Login",
|
|
"link": {
|
|
"links": "Links",
|
|
"link": "Link",
|
|
"name": "Link name",
|
|
"create": "Create a link",
|
|
"edit": "Edit a link",
|
|
"remove": "Delete a link",
|
|
"remove-confirm": "Confirm deletion?"
|
|
},
|
|
"category": {
|
|
"categories": "Categories",
|
|
"category": "Category",
|
|
"name": "Category name",
|
|
"create": "Create a category",
|
|
"edit": "Edit a category",
|
|
"remove": "Delete a category",
|
|
"remove-confirm": "Confirm deletion?",
|
|
"remove-description": "You must delete all links in this category before you can delete this category."
|
|
},
|
|
"favorite": "Favorite",
|
|
"no-item-found": "No item found",
|
|
"search": "Search",
|
|
"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"
|
|
}
|