added annotation based exporter (#1831)

* added user exporter
* added project exporter
* added customer exporter
* added activity exporter
This commit is contained in:
Kevin Papst
2020-07-21 03:37:51 +02:00
committed by GitHub
parent 93a23f3fa3
commit aee063bb3c
79 changed files with 2980 additions and 215 deletions

View File

@@ -484,6 +484,10 @@
<source>profile.first_entry</source>
<target>Arbeitet seit</target>
</trans-unit>
<trans-unit id="profile.registration_date">
<source>profile.registration_date</source>
<target>Registriert am</target>
</trans-unit>
<trans-unit id="profile.settings">
<source>profile.settings</source>
<target>Profil</target>

View File

@@ -484,6 +484,10 @@
<source>profile.first_entry</source>
<target>Working since</target>
</trans-unit>
<trans-unit id="profile.registration_date">
<source>profile.registration_date</source>
<target>Registered at</target>
</trans-unit>
<trans-unit id="profile.settings">
<source>profile.settings</source>
<target>Profile</target>