From: Damyan Ivanov Date: Tue, 16 Apr 2019 03:21:53 +0000 (+0300) Subject: bg-BG translation for descriptions and feature graphic X-Git-Tag: v0.10.0~117 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=ab1300bd54b4c6475144b9e0b92af511d84141a3 bg-BG translation for descriptions and feature graphic --- diff --git a/art/app-banner-bg-BG.svg b/art/app-banner-bg-BG.svg new file mode 100644 index 00000000..8abb2978 --- /dev/null +++ b/art/app-banner-bg-BG.svg @@ -0,0 +1,252 @@ + + + + + MoLe app icon + + + + + + + + + + + image/svg+xml + + MoLe app icon + + + + Damyan Ivanov <dam+mole@ktnx.net> + + + + + Copyright © 2019 Damyan Ivanov <dam+mole@ktnx.net>. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + MoLe + Mobile Ledger + Удобен hledger-web + + + diff --git a/metadata/bg-BG/full_description.txt b/metadata/bg-BG/full_description.txt new file mode 100644 index 00000000..d5ca2e57 --- /dev/null +++ b/metadata/bg-BG/full_description.txt @@ -0,0 +1,12 @@ +Удобен достъп до hledger-web. + +hledger-web е уеб интерфейс за hledger - система за двустранно счетоводство, базирана на текстови файлове. + +MoLe (от "Mobile Ledger" - мобилен счетоводен журнал) предлага по-естествен начин на работа с hledger-web за мобилни устройства. + +Функции: + + +Приложението е в процес на разработка. Ето някои от планираните функции: + + diff --git a/metadata/bg-BG/images/featureGraphic.png b/metadata/bg-BG/images/featureGraphic.png new file mode 100644 index 00000000..1019fda7 Binary files /dev/null and b/metadata/bg-BG/images/featureGraphic.png differ diff --git a/metadata/bg-BG/images/phoneScreenshots/account-list.png b/metadata/bg-BG/images/phoneScreenshots/account-list.png new file mode 100644 index 00000000..a0cfc5bb Binary files /dev/null and b/metadata/bg-BG/images/phoneScreenshots/account-list.png differ diff --git a/metadata/bg-BG/images/phoneScreenshots/drawer-open.png b/metadata/bg-BG/images/phoneScreenshots/drawer-open.png new file mode 100644 index 00000000..394c9aba Binary files /dev/null and b/metadata/bg-BG/images/phoneScreenshots/drawer-open.png differ diff --git a/metadata/bg-BG/images/phoneScreenshots/new-transaction-entry.png b/metadata/bg-BG/images/phoneScreenshots/new-transaction-entry.png new file mode 100644 index 00000000..4d5d284c Binary files /dev/null and b/metadata/bg-BG/images/phoneScreenshots/new-transaction-entry.png differ diff --git a/metadata/bg-BG/images/phoneScreenshots/transaction-list.png b/metadata/bg-BG/images/phoneScreenshots/transaction-list.png new file mode 100644 index 00000000..169e9560 Binary files /dev/null and b/metadata/bg-BG/images/phoneScreenshots/transaction-list.png differ diff --git a/metadata/bg-BG/short_description.txt b/metadata/bg-BG/short_description.txt new file mode 100644 index 00000000..7b389cf6 --- /dev/null +++ b/metadata/bg-BG/short_description.txt @@ -0,0 +1 @@ +Удобен достъп до hledger-web diff --git a/metadata/bg-BG/title.txt b/metadata/bg-BG/title.txt new file mode 100644 index 00000000..db3c8af4 --- /dev/null +++ b/metadata/bg-BG/title.txt @@ -0,0 +1 @@ +MoLe diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt index ec38e986..4eca9bf3 100644 --- a/metadata/en-US/full_description.txt +++ b/metadata/en-US/full_description.txt @@ -9,4 +9,4 @@ Features: The development is still ongoing, here's a list of some of the planned features: - + diff --git a/tools/banner-png b/tools/banner-png index d90c8ca5..a72fbc98 100755 --- a/tools/banner-png +++ b/tools/banner-png @@ -8,3 +8,10 @@ DST="metadata/en-US/images/featureGraphic.png" convert "$SRC" "$DST" optipng "$DST" + +LANG="bg-BG" +SRC="art/app-banner-$LANG.svg" +DST="metadata/$LANG/images/featureGraphic.png" + +convert "$SRC" "$DST" +optipng "$DST"