added avatars, show user teams in list, new team dashboard widgets (#1150)
This commit is contained in:
@@ -56,6 +56,10 @@
|
||||
<source>search</source>
|
||||
<target>Suchen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="my.profile">
|
||||
<source>my.profile</source>
|
||||
<target>Mein Profil</target>
|
||||
</trans-unit>
|
||||
|
||||
<!--
|
||||
Login / Security
|
||||
@@ -156,6 +160,10 @@
|
||||
<source>menu.tags</source>
|
||||
<target>Schlagworte</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="menu.doctor">
|
||||
<source>menu.doctor</source>
|
||||
<target>Doktor</target>
|
||||
</trans-unit>
|
||||
|
||||
<!--
|
||||
Error templates
|
||||
@@ -324,10 +332,6 @@
|
||||
<source>dashboard.subtitle</source>
|
||||
<target>Willkommen!</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dashboard.you">
|
||||
<source>dashboard.you</source>
|
||||
<target>Meine Statistiken</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dashboard.all">
|
||||
<source>dashboard.all</source>
|
||||
<target>Alle Benutzer</target>
|
||||
@@ -344,6 +348,22 @@
|
||||
<source>label.toggle_dropdown</source>
|
||||
<target>Menü anzeigen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.my_teams">
|
||||
<source>label.my_teams</source>
|
||||
<target>Meine Teams</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.my_team_projects">
|
||||
<source>label.my_team_projects</source>
|
||||
<target>Team Projekte & Budgets</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.progress">
|
||||
<source>label.progress</source>
|
||||
<target>Fortschritt</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.plus_more">
|
||||
<source>label.plus_more</source>
|
||||
<target>+%count% weitere</target>
|
||||
</trans-unit>
|
||||
|
||||
<!--
|
||||
Timesheet
|
||||
@@ -654,7 +674,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="stats.yourWorkingHours">
|
||||
<source>stats.yourWorkingHours</source>
|
||||
<target>Deine Arbeitszeiten</target>
|
||||
<target>Meine Arbeitszeiten</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="stats.amountToday">
|
||||
<source>stats.amountToday</source>
|
||||
@@ -716,6 +736,14 @@
|
||||
<source>stats.customerTotal</source>
|
||||
<target>Anzahl Kunden</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="stats.percentUsed">
|
||||
<source>stats.percentUsed</source>
|
||||
<target>%percent%% verwendet</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="stats.percentUsedLeft">
|
||||
<source>stats.percentUsedLeft</source>
|
||||
<target>%percent%% verwendet (noch %left% offen)</target>
|
||||
</trans-unit>
|
||||
|
||||
<!--
|
||||
Invoice
|
||||
|
||||
Reference in New Issue
Block a user