From e6c46448c9207848ad3716e1dc39669151c47082 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 3 May 2024 11:00:22 +0000 Subject: [PATCH] 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/ --- src/lib/i18n/locales/en.json | 228 +++++++++++++++++------------------ 1 file changed, 114 insertions(+), 114 deletions(-) diff --git a/src/lib/i18n/locales/en.json b/src/lib/i18n/locales/en.json index a4c0bf3..253647a 100644 --- a/src/lib/i18n/locales/en.json +++ b/src/lib/i18n/locales/en.json @@ -1,116 +1,116 @@ { - "page": { - "import_project": { - "form": { - "avatar": "Avatar", - "components": "Components", - "fields": { - "avatar": { - "label": "Upload image" - }, - "description": { - "label": "Description", - "placeholder": "Describe the project in less than 100 characters…" - }, - "issues": { - "label": "Issues" - }, - "name": { - "error": "This field is required", - "label": "Name", - "placeholder": "Name of the project…" - }, - "pr": { - "label": "Pull Requests" - }, - "repository": { - "hint": "optional: import from git repo", - "label": "Repository", - "placeholder": "url of git repository…" - } - }, - "submit": "Create project" - }, - "heading": "Create project", - "intro": "Add a new F2 project to Anvil." - }, - "login": { - "form": { - "fields": { - "account": { - "label": "Account name" - }, - "passphrase": { - "label": "Passphrase", - "placeholder": "password" - }, - "server": { - "label": "F2 server" - } - }, - "reset": "Reset passphrase", - "submit": "Log in", - "validation": { - "incorrect": "Account or password wrong.", - "missing": "The account field is required." - } - }, - "heading": "Log in", - "intro": "To use Anvil with your F2 account, fill in your credentials." - }, - "profile": { - "activities": { - "block_or_report": "{blockElementOpen}block{blockElementClose} or {reportElementOpen}report{reportElementClose}", - "like": "" - }, - "heading": "Profile for", - "history": { - "activities": { - "setup": { - "description": "The F2 account @{username}@{instance} was successfully set up within {created_with}", - "summary": "account set up" - } - }, - "heading": "Activities" - }, - "projects": { - "add_or_import": "{addElementOpen}Add a project{addElementClose} or {importElementOpen}import a project{importElementClose}.", - "empty": "No projects added yet.", - "heading": "Projects" - } - }, - "projects": { - "file_table": { - "updated": "Updated {relativeTime}" - }, - "form": { - "fields": { - "more_filters": { - "submit": "More Filters" - }, - "projects": { - "submit": "My projects" - }, - "search": { - "placeholder": "Search or filter", - "submit": "Submit" - }, - "starred": { - "submit": "Starred" - } - } - }, - "nav": { - "next": "Next", - "previous": "Previous" - }, - "table": { - "heading": { - "last_updated": "Last updated", - "name": "Name" - } - } - }, - "welcome": "Welcome to Anvil!" - } + "page": { + "import_project": { + "form": { + "avatar": "Avatar", + "components": "Components", + "fields": { + "avatar": { + "label": "Upload image" + }, + "description": { + "label": "Description", + "placeholder": "Describe the project in less than 100 characters…" + }, + "issues": { + "label": "Issues" + }, + "name": { + "error": "This field is required", + "label": "Name", + "placeholder": "Name of the project…" + }, + "pr": { + "label": "Pull Requests" + }, + "repository": { + "hint": "optional: import from git repo", + "label": "Repository", + "placeholder": "url of git repository…" + } + }, + "submit": "Create project" + }, + "heading": "Create project", + "intro": "Add a new F2 project to Anvil." + }, + "login": { + "form": { + "fields": { + "account": { + "label": "Account name" + }, + "passphrase": { + "label": "Passphrase", + "placeholder": "password" + }, + "server": { + "label": "F2 server" + } + }, + "reset": "Reset passphrase", + "submit": "Log in", + "validation": { + "incorrect": "Account or password wrong.", + "missing": "The account field is required." + } + }, + "heading": "Log in", + "intro": "To use Anvil with your F2 account, fill in your credentials." + }, + "profile": { + "activities": { + "block_or_report": "{blockElementOpen}block{blockElementClose} or {reportElementOpen}report{reportElementClose}", + "like": "Like" + }, + "heading": "Profile for", + "history": { + "activities": { + "setup": { + "description": "The F2 account @{username}@{instance} was successfully set up within {created_with}", + "summary": "account set up" + } + }, + "heading": "Activities" + }, + "projects": { + "add_or_import": "{addElementOpen}Add a project{addElementClose} or {importElementOpen}import a project{importElementClose}.", + "empty": "No projects added yet.", + "heading": "Projects" + } + }, + "projects": { + "file_table": { + "updated": "Updated {relativeTime}" + }, + "form": { + "fields": { + "more_filters": { + "submit": "More Filters" + }, + "projects": { + "submit": "My projects" + }, + "search": { + "placeholder": "Search or filter", + "submit": "Submit" + }, + "starred": { + "submit": "Starred" + } + } + }, + "nav": { + "next": "Next", + "previous": "Previous" + }, + "table": { + "heading": { + "last_updated": "Last updated", + "name": "Name" + } + } + }, + "welcome": "Welcome to Anvil!" + } }