Skip to content
Snippets Groups Projects
Commit 3890204d authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#307 - corrected style of disabled links; localized texts

parent 96839974
Branches
Tags
No related merge requests found
Pipeline #
...@@ -392,3 +392,11 @@ about.author=Autor: ...@@ -392,3 +392,11 @@ about.author=Autor:
about.roadmap=Roadmap: about.roadmap=Roadmap:
about.sourcecode=Quellcode: about.sourcecode=Quellcode:
about.credits=Credits: about.credits=Credits:
# home menu
home.menu.accounts=Konten erlauben es mehrere Buchungen zu gruppieren. Du kannst so viele Konten erstellen, wie du mchtest. Zum Erstellen, Aktualisieren oder Lschen von Accounts klicke hier.
home.menu.payments=Buchungen sind das zentrale Element von BudgetMaster. Gib ihnen einen Namen und eine Beschreibung, weise ihnen eine Kategorie und ein Konto zu, konfiguriere sie als wiederholend und markiere sie mit Tags. Um Buchungen zu erstellen, zu bearbeiten oder zu lschen einfach hier klicken.
home.menu.charts=Diese Funktion wird in einer kommenden Version verfgbar sein.
home.menu.reports=Diese Funktion wird in einer kommenden Version verfgbar sein.
home.menu.categories=Kategorien knnen Buchungen zugeordnet werden, um diese als zusammengehrig zu kennzeichnen. Eine Kategorie besteht aus einem Namen und einer Farbe. Letztere kann aus einer vordefinierten Farbpalette oder mit Hilfe eines benutzerdefinierten Farbwhlers ausgewhlt werden. Erstelle, aktualisiere und lsche Kategorien, indem du hier klickst.
home.menu.settings=Verwalte allgemeine Einstellungen wie dein Login-Passwort, deine bevorzugte Sprache und wie Updates verwaltet werden sollen. Dieser Bereich bietet zudem die Mglichkeit, deine Daten zu exportieren oder zu lschen, sowie eine bestehende Datenbank zu importieren.
...@@ -392,3 +392,11 @@ about.author=Author: ...@@ -392,3 +392,11 @@ about.author=Author:
about.roadmap=Roadmap: about.roadmap=Roadmap:
about.sourcecode=Sourcecode: about.sourcecode=Sourcecode:
about.credits=Credits: about.credits=Credits:
# home menu
home.menu.accounts=Accounts allow you to group multiple payments. You can create as many accounts as you want. Create, update and delete them by clicking here.
home.menu.payments=Payments are the key element of BudgetMaster. Give them a name and description, assign a category and account to them, configure them as recurring, and mark them with tags. You can create, edit and delete them by clicking here.
home.menu.charts=This feature will be available in an upcoming release.
home.menu.reports=This feature will be available in an upcoming release.
home.menu.categories=Categories can be assigned to payments in order to mark them as belonging together. They consists of a name an a color. Latter can be chosen from a predefined color palette or by using a custom color picker. Create, update and delete categories by clicking here.
home.menu.settings=Manage general settings such as login password, your preferred language and how to handle updates. This section also offers the possibility to export or delete your data or importing an existing database.
...@@ -372,14 +372,14 @@ input[type="radio"]:checked + label::after, [type="radio"].with-gap:checked + la ...@@ -372,14 +372,14 @@ input[type="radio"]:checked + label::after, [type="radio"].with-gap:checked + la
background-color: #EEEEEE; background-color: #EEEEEE;
} }
.home-menu-disabled * {
color: #AAAAAA !important;
}
.home-menu-link { .home-menu-link {
display: inline-block; display: inline-block;
} }
.home-menu-disabled * {
color: #AAAAAA !important;
}
.hidden { .hidden {
display: none; display: none;
} }
......
...@@ -26,21 +26,21 @@ ...@@ -26,21 +26,21 @@
<a href="/accounts" class="home-menu-link budgetmaster-text-black"> <a href="/accounts" class="home-menu-link budgetmaster-text-black">
<h1 class="center budgetmaster-grey-text"><i class="material-icons icon-budget">account_balance</i></h1> <h1 class="center budgetmaster-grey-text"><i class="material-icons icon-budget">account_balance</i></h1>
<h3 class="center budget">${locale.getString("menu.accounts")}</h3> <h3 class="center budget">${locale.getString("menu.accounts")}</h3>
<p class="grey-text text-darken-1">Accounts allow you to group multiple payments. You can create as many accounts as you want. Create, update and delete them by clicking here.</p> <p class="grey-text text-darken-1">${locale.getString("home.menu.accounts")}</p>
</a> </a>
</div> </div>
<div class="col s12 m4 center-align home-menu-cell"> <div class="col s12 m4 center-align home-menu-cell">
<a href="/payments" class="home-menu-link budgetmaster-text-black"> <a href="/payments" class="home-menu-link budgetmaster-text-black">
<h1 class="center budgetmaster-baby-blue-text"><i class="material-icons icon-budget">list</i></h1> <h1 class="center budgetmaster-baby-blue-text"><i class="material-icons icon-budget">list</i></h1>
<h3 class="center budget">${locale.getString("menu.payments")}</h3> <h3 class="center budget">${locale.getString("menu.payments")}</h3>
<p class="grey-text text-darken-1">Payments are the key element of BudgetMaster. Give them a name and description, assign a category and account to them, configure them as recurring, and mark them with tags. You can create, edit and delete them by clicking here.</p> <p class="grey-text text-darken-1">${locale.getString("home.menu.payments")}</p>
</a> </a>
</div> </div>
<div class="col s12 m4 center-align home-menu-cell"> <div class="col s12 m4 center-align home-menu-cell">
<a class="home-menu-link budgetmaster-text-black home-menu-disabled"> <a class="home-menu-link budgetmaster-text-black home-menu-disabled">
<h1 class="center budgetmaster-purple-text"><i class="material-icons icon-budget">show_chart</i></h1> <h1 class="center budgetmaster-purple-text"><i class="material-icons icon-budget">show_chart</i></h1>
<h3 class="center budget">${locale.getString("menu.charts")}</h3> <h3 class="center budget">${locale.getString("menu.charts")}</h3>
<p class="grey-text text-darken-1">This feature will be available in an upcoming release.</p> <p class="home-menu-disabled ">${locale.getString("home.menu.charts")}</p>
</a> </a>
</div> </div>
</div> </div>
...@@ -49,21 +49,21 @@ ...@@ -49,21 +49,21 @@
<a class="home-menu-link budgetmaster-text-black home-menu-disabled"> <a class="home-menu-link budgetmaster-text-black home-menu-disabled">
<h1 class="center budgetmaster-green-text"><i class="material-icons icon-budget">description</i></h1> <h1 class="center budgetmaster-green-text"><i class="material-icons icon-budget">description</i></h1>
<h3 class="center budget">${locale.getString("menu.reports")}</h3> <h3 class="center budget">${locale.getString("menu.reports")}</h3>
<p class="grey-text text-darken-1">This feature will be available in an upcoming release.</p> <p class="home-menu-disabled ">${locale.getString("home.menu.reports")}</p>
</a> </a>
</div> </div>
<div class="col s12 m4 center-align home-menu-cell"> <div class="col s12 m4 center-align home-menu-cell">
<a href="/categories" class="home-menu-link budgetmaster-text-black"> <a href="/categories" class="home-menu-link budgetmaster-text-black">
<h1 class="center budgetmaster-orange-text"><i class="material-icons icon-budget">label</i></h1> <h1 class="center budgetmaster-orange-text"><i class="material-icons icon-budget">label</i></h1>
<h3 class="center budget">${locale.getString("menu.categories")}</h3> <h3 class="center budget">${locale.getString("menu.categories")}</h3>
<p class="grey-text text-darken-1">Categories can be assigned to payments in order to mark them as belonging together. They consists of a name an a color. Latter can be chosen from a predefined color palette or by using a custom color picker. Create, update and delete categories by clicking here.</p> <p class="grey-text text-darken-1">${locale.getString("home.menu.categories")}</p>
</a> </a>
</div> </div>
<div class="col s12 m4 center-align home-menu-cell"> <div class="col s12 m4 center-align home-menu-cell">
<a href="/settings" class="home-menu-link budgetmaster-text-black"> <a href="/settings" class="home-menu-link budgetmaster-text-black">
<h1 class="center budgetmaster-red-text"><i class="material-icons icon-budget">settings</i></h1> <h1 class="center budgetmaster-red-text"><i class="material-icons icon-budget">settings</i></h1>
<h3 class="center budget">${locale.getString("menu.settings")}</h3> <h3 class="center budget">${locale.getString("menu.settings")}</h3>
<p class="grey-text text-darken-1">Manage general settings such as login password, your preferred language and how to handle updates. This section also offers the possibility to export or delete your data or importing an existing database.</p> <p class="grey-text text-darken-1">${locale.getString("home.menu.settings")}</p>
</a> </a>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment