From 6ff7316748963726c0580f6917275632368655d3 Mon Sep 17 00:00:00 2001 From: krlsk Date: Fri, 24 May 2024 17:16:47 +0000 Subject: [PATCH] Added translation using Weblate (Bulgarian) --- src/lib/i18n/locales/bg.json | 116 +++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 src/lib/i18n/locales/bg.json diff --git a/src/lib/i18n/locales/bg.json b/src/lib/i18n/locales/bg.json new file mode 100644 index 0000000..b66e658 --- /dev/null +++ b/src/lib/i18n/locales/bg.json @@ -0,0 +1,116 @@ +{ + "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": { + "fields": { + "account": { + "label": "" + }, + "passphrase": { + "label": "", + "placeholder": "" + }, + "server": { + "label": "" + } + }, + "reset": "", + "submit": "", + "validation": { + "incorrect": "", + "missing": "" + } + }, + "heading": "", + "intro": "" + }, + "profile": { + "activities": { + "block_or_report": "", + "like": "" + }, + "heading": "", + "history": { + "activities": { + "setup": { + "description": "", + "summary": "" + } + }, + "heading": "" + }, + "projects": { + "add_or_import": "", + "empty": "", + "heading": "" + } + }, + "projects": { + "file_table": { + "updated": "" + }, + "form": { + "fields": { + "more_filters": { + "submit": "" + }, + "projects": { + "submit": "" + }, + "search": { + "placeholder": "", + "submit": "" + }, + "starred": { + "submit": "" + } + } + }, + "nav": { + "next": "", + "previous": "" + }, + "table": { + "heading": { + "last_updated": "", + "name": "" + } + } + }, + "welcome": "" + } +}