From 0107a83f90a862081cf2eefa601aaabc75ab0593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Jaenisch?= Date: Tue, 20 Feb 2024 14:03:59 +0100 Subject: [PATCH] chore: update translation keys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I don't think this is the right approach but I couldn't figure out how to announce new keys to Weblate yet. Signed-off-by: André Jaenisch --- src/lib/i18n/locales/de.json | 55 ++++++++++++++++++++++++++++++++++++ src/lib/i18n/locales/he.json | 55 ++++++++++++++++++++++++++++++++++++ 2 files changed, 110 insertions(+) diff --git a/src/lib/i18n/locales/de.json b/src/lib/i18n/locales/de.json index 0fb4fee..c06ffb4 100644 --- a/src/lib/i18n/locales/de.json +++ b/src/lib/i18n/locales/de.json @@ -1,5 +1,60 @@ { "page": { + "import_project": { + "form": { + "avatar": "", + "components": "", + "fields": { + "avatar": { + "label": "" + }, + "description": { + "label": "", + "placeholder": "" + }, + "issues": { + "label": "" + }, + "name": { + "error": "", + "label": "", + "placeholder": "" + }, + "pr": { + "label": "" + }, + "repository": { + "hint": "", + "label": "", + "placeholder": "" + } + }, + "submit": "" + }, + "heading": "", + "intro": "" + }, + "profile": { + "activities": { + "block_or_report": "", + "like": "" + }, + "heading": "", + "history": { + "activities": { + "setup": { + "description": "", + "summary": "" + } + }, + "heading": "" + }, + "projects": { + "add_or_import": "", + "empty": "", + "heading": "" + } + }, "welcome": "Willkommen bei Anvil!" } } diff --git a/src/lib/i18n/locales/he.json b/src/lib/i18n/locales/he.json index 318f15b..af7d16e 100644 --- a/src/lib/i18n/locales/he.json +++ b/src/lib/i18n/locales/he.json @@ -1,5 +1,60 @@ { "page": { + "import_project": { + "form": { + "avatar": "", + "components": "", + "fields": { + "avatar": { + "label": "" + }, + "description": { + "label": "", + "placeholder": "" + }, + "issues": { + "label": "" + }, + "name": { + "error": "", + "label": "", + "placeholder": "" + }, + "pr": { + "label": "" + }, + "repository": { + "hint": "", + "label": "", + "placeholder": "" + } + }, + "submit": "" + }, + "heading": "", + "intro": "" + }, + "profile": { + "activities": { + "block_or_report": "", + "like": "" + }, + "heading": "", + "history": { + "activities": { + "setup": { + "description": "", + "summary": "" + } + }, + "heading": "" + }, + "projects": { + "add_or_import": "", + "empty": "", + "heading": "" + } + }, "welcome": "" } }