Translated using Weblate (English)

Currently translated at 100.0% (46 of 46 strings)

Translation: Anvil/Anvil
Translate-URL: https://translate.codeberg.org/projects/anvil/anvil/en/
This commit is contained in:
Dirk 2024-05-03 11:00:22 +00:00 committed by Codeberg Translate
parent 9d96eb7a00
commit e6c46448c9
No known key found for this signature in database
GPG key ID: E21F1D62EE3AAC1C

View file

@ -1,116 +1,116 @@
{ {
"page": { "page": {
"import_project": { "import_project": {
"form": { "form": {
"avatar": "Avatar", "avatar": "Avatar",
"components": "Components", "components": "Components",
"fields": { "fields": {
"avatar": { "avatar": {
"label": "Upload image" "label": "Upload image"
}, },
"description": { "description": {
"label": "Description", "label": "Description",
"placeholder": "Describe the project in less than 100 characters…" "placeholder": "Describe the project in less than 100 characters…"
}, },
"issues": { "issues": {
"label": "Issues" "label": "Issues"
}, },
"name": { "name": {
"error": "This field is required", "error": "This field is required",
"label": "Name", "label": "Name",
"placeholder": "Name of the project…" "placeholder": "Name of the project…"
}, },
"pr": { "pr": {
"label": "Pull Requests" "label": "Pull Requests"
}, },
"repository": { "repository": {
"hint": "optional: import from git repo", "hint": "optional: import from git repo",
"label": "Repository", "label": "Repository",
"placeholder": "url of git repository…" "placeholder": "url of git repository…"
} }
}, },
"submit": "Create project" "submit": "Create project"
}, },
"heading": "Create project", "heading": "Create project",
"intro": "Add a new F2 project to Anvil." "intro": "Add a new F2 project to Anvil."
}, },
"login": { "login": {
"form": { "form": {
"fields": { "fields": {
"account": { "account": {
"label": "Account name" "label": "Account name"
}, },
"passphrase": { "passphrase": {
"label": "Passphrase", "label": "Passphrase",
"placeholder": "password" "placeholder": "password"
}, },
"server": { "server": {
"label": "F2 server" "label": "F2 server"
} }
}, },
"reset": "Reset passphrase", "reset": "Reset passphrase",
"submit": "Log in", "submit": "Log in",
"validation": { "validation": {
"incorrect": "Account or password wrong.", "incorrect": "Account or password wrong.",
"missing": "The account field is required." "missing": "The account field is required."
} }
}, },
"heading": "Log in", "heading": "Log in",
"intro": "To use Anvil with your F2 account, fill in your credentials." "intro": "To use Anvil with your F2 account, fill in your credentials."
}, },
"profile": { "profile": {
"activities": { "activities": {
"block_or_report": "{blockElementOpen}block{blockElementClose} or {reportElementOpen}report{reportElementClose}", "block_or_report": "{blockElementOpen}block{blockElementClose} or {reportElementOpen}report{reportElementClose}",
"like": "" "like": "Like"
}, },
"heading": "Profile for", "heading": "Profile for",
"history": { "history": {
"activities": { "activities": {
"setup": { "setup": {
"description": "The F2 account @{username}@{instance} was successfully set up within {created_with}", "description": "The F2 account @{username}@{instance} was successfully set up within {created_with}",
"summary": "account set up" "summary": "account set up"
} }
}, },
"heading": "Activities" "heading": "Activities"
}, },
"projects": { "projects": {
"add_or_import": "{addElementOpen}Add a project{addElementClose} or {importElementOpen}import a project{importElementClose}.", "add_or_import": "{addElementOpen}Add a project{addElementClose} or {importElementOpen}import a project{importElementClose}.",
"empty": "No projects added yet.", "empty": "No projects added yet.",
"heading": "Projects" "heading": "Projects"
} }
}, },
"projects": { "projects": {
"file_table": { "file_table": {
"updated": "Updated {relativeTime}" "updated": "Updated {relativeTime}"
}, },
"form": { "form": {
"fields": { "fields": {
"more_filters": { "more_filters": {
"submit": "More Filters" "submit": "More Filters"
}, },
"projects": { "projects": {
"submit": "My projects" "submit": "My projects"
}, },
"search": { "search": {
"placeholder": "Search or filter", "placeholder": "Search or filter",
"submit": "Submit" "submit": "Submit"
}, },
"starred": { "starred": {
"submit": "Starred" "submit": "Starred"
} }
} }
}, },
"nav": { "nav": {
"next": "Next", "next": "Next",
"previous": "Previous" "previous": "Previous"
}, },
"table": { "table": {
"heading": { "heading": {
"last_updated": "Last updated", "last_updated": "Last updated",
"name": "Name" "name": "Name"
} }
} }
}, },
"welcome": "Welcome to Anvil!" "welcome": "Welcome to Anvil!"
} }
} }