mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2024-12-22 19:01:25 +00:00
Add not found page translation that I forgot (#44)
* Add not found page translation that I forgot * Fix error page paragraph
This commit is contained in:
parent
0002f0de93
commit
b537b86416
1 changed files with 2 additions and 1 deletions
|
@ -226,9 +226,10 @@
|
|||
"sign_up": "Sign Up",
|
||||
"notifications_error": "Desktop notifications not available in your browser. Try Firefox or Chrome.",
|
||||
"error_page_title": "Error!",
|
||||
"error_page_paragraph": "There was an error on the server. Try refreshing your browser. If that doesn't work, come back at a later time. If the problem persists, you can seek help in the <1>Lemmy support community</1> or <2>Lemmy Matrix room</2>.",
|
||||
"error_page_paragraph": "There was an error on the server. Try refreshing your browser. If that doesn't work, come back at a later time. If the problem persists, you can seek help in the <1>Lemmy support community</1> or <1>Lemmy Matrix room</1>.",
|
||||
"error_page_admin_matrix": "If you would like to reach out to one of {{instance}} admins for support, try the following Matrix addresses:",
|
||||
"not_found_page_title": "Page Not Found",
|
||||
"not_found_page_message": "The page you are looking for does not exist.",
|
||||
"not_found_return_home_button": "Click here to return to your homepage",
|
||||
"websocket_disconnected": "Websocket disconnected",
|
||||
"websocket_reconnected": "Websocket reconnected",
|
||||
|
|
Loading…
Reference in a new issue