mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2025-02-05 00:04:43 +00:00
Adding woodpecker. (#41)
* Adding woodpecker. * Test fail. * Running prettier.
This commit is contained in:
parent
d0d0242631
commit
3bb45c26cb
54 changed files with 15172 additions and 15161 deletions
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
pipeline:
|
||||
prettier_markdown_check:
|
||||
image: tmknom/prettier
|
||||
commands:
|
||||
- prettier -c .
|
||||
|
||||
notify_on_failure:
|
||||
image: alpine:3
|
||||
commands:
|
||||
- apk add curl
|
||||
- "curl -d'CI build failed: ${CI_BUILD_LINK}' ntfy.sh/lemmy_drone_ci"
|
||||
when:
|
||||
status: [failure]
|
|
@ -1,5 +1,7 @@
|
|||
# lemmy-translations
|
||||
|
||||
A store for lemmy's translations in i18n json format.
|
||||
_____
|
||||
|
||||
---
|
||||
|
||||
**Translations** are made by **Weblate** on this site: https://weblate.join-lemmy.org/projects/lemmy/
|
||||
|
|
|
@ -116,8 +116,7 @@
|
|||
"delete": "delete",
|
||||
"deleted": "deleted by creator",
|
||||
"delete_account": "Delete Account",
|
||||
"delete_account_confirm":
|
||||
"Warning: this will permanently delete all of your data from this instance. Your data may not be deleted on other, existing instances. Enter your password to confirm.",
|
||||
"delete_account_confirm": "Warning: this will permanently delete all of your data from this instance. Your data may not be deleted on other, existing instances. Enter your password to confirm.",
|
||||
"click_to_delete_picture": "Click to delete picture: {{filename}}",
|
||||
"failed_to_delete_picture": "Failed to delete picture: {{filename}}",
|
||||
"picture_deleted": "Picture deleted: {{filename}}",
|
||||
|
@ -225,8 +224,7 @@
|
|||
"login_sign_up": "Login / Sign up",
|
||||
"login": "Login",
|
||||
"sign_up": "Sign Up",
|
||||
"notifications_error":
|
||||
"Desktop notifications not available in your browser. Try Firefox or Chrome.",
|
||||
"notifications_error": "Desktop notifications not available in your browser. Try Firefox or Chrome.",
|
||||
"websocket_disconnected": "Websocket disconnected",
|
||||
"websocket_reconnected": "Websocket reconnected",
|
||||
"unread_messages": "{{formattedCount}} Unread Message",
|
||||
|
@ -249,9 +247,8 @@
|
|||
"no_email_setup": "This server hasn't correctly set up email.",
|
||||
"email": "Email",
|
||||
"matrix_user_id": "Matrix User",
|
||||
"invalid_matrix_id":"Invalid matrix id. Must be @user:instance.tld",
|
||||
"private_message_disclaimer":
|
||||
"Warning: Private messages in Lemmy are not secure. Please create an account on <1>Element.io</1> for secure messaging.",
|
||||
"invalid_matrix_id": "Invalid matrix id. Must be @user:instance.tld",
|
||||
"private_message_disclaimer": "Warning: Private messages in Lemmy are not secure. Please create an account on <1>Element.io</1> for secure messaging.",
|
||||
"send_notifications_to_email": "Send notifications to Email",
|
||||
"optional": "Optional",
|
||||
"expires": "Expires",
|
||||
|
@ -344,8 +341,7 @@
|
|||
"site_already_exists": "Site already exists.",
|
||||
"site_description_length_overflow": "Site description cannot exceed 150 characters.",
|
||||
"couldnt_update_site": "Couldn't update site.",
|
||||
"couldnt_find_that_username_or_email":
|
||||
"Couldn't find that username or email.",
|
||||
"couldnt_find_that_username_or_email": "Couldn't find that username or email.",
|
||||
"password_incorrect": "Password incorrect.",
|
||||
"passwords_dont_match": "Passwords do not match.",
|
||||
"no_password_reset": "You will not be able to reset your password without an email.",
|
||||
|
|
Loading…
Reference in a new issue