From 6726421170ea3915b6d653e53d8b19d6f5517cef Mon Sep 17 00:00:00 2001 From: Laxystem Date: Tue, 27 Feb 2024 14:54:58 +0000 Subject: [PATCH] Translated using Weblate (Hebrew) Currently translated at 48.5% (17 of 35 strings) Translation: Anvil/Anvil Translate-URL: https://translate.codeberg.org/projects/anvil/anvil/he/ --- src/lib/i18n/locales/he.json | 162 +++++++++++++++++------------------ 1 file changed, 81 insertions(+), 81 deletions(-) diff --git a/src/lib/i18n/locales/he.json b/src/lib/i18n/locales/he.json index e7cc773..2362b65 100644 --- a/src/lib/i18n/locales/he.json +++ b/src/lib/i18n/locales/he.json @@ -1,83 +1,83 @@ { - "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": "" - }, - "login": { - "form": { - "validation": { - "incorrect": "", - "missing": "" - }, - "fields": { - "account": { - "label": "" - }, - "passphrase": { - "label": "" - }, - "server": { - "label": "" - } - }, - "reset": "", - "submit": "" - }, - "heading": "", - "intro": "" - }, - "profile": { - "activities": { - "block_or_report": "", - "like": "" - }, - "heading": "", - "history": { - "activities": { - "setup": { - "description": "", - "summary": "" - } - }, - "heading": "" - }, - "projects": { - "add_or_import": "", - "empty": "", - "heading": "" - } - }, - "welcome": "" - } + "page": { + "import_project": { + "form": { + "avatar": "תמונה", + "components": "", + "fields": { + "avatar": { + "label": "להעלות תמונה?" + }, + "description": { + "label": "תיאור", + "placeholder": "על הפרויקט בפחות מ-100 אותיות…" + }, + "issues": { + "label": "סוגיות" + }, + "name": { + "error": "חובה", + "label": "שם", + "placeholder": "שם הפרויקט…" + }, + "pr": { + "label": "פרים" + }, + "repository": { + "hint": "", + "label": "קופסה", + "placeholder": "" + } + }, + "submit": "ליצור פרויקט" + }, + "heading": "יצירת פרויקט", + "intro": "" + }, + "login": { + "form": { + "validation": { + "incorrect": "שם המשתמש או הסיסמה שגויים.", + "missing": "שם המשתמש חובה." + }, + "fields": { + "account": { + "label": "שם משתמש" + }, + "passphrase": { + "label": "סיסמה" + }, + "server": { + "label": "" + } + }, + "reset": "לשנות סיסמה?", + "submit": "" + }, + "heading": "", + "intro": "" + }, + "profile": { + "activities": { + "block_or_report": "", + "like": "" + }, + "heading": "", + "history": { + "activities": { + "setup": { + "description": "", + "summary": "" + } + }, + "heading": "" + }, + "projects": { + "add_or_import": "", + "empty": "", + "heading": "" + } + }, + "welcome": "" + } }