javascript and api to stop and display active records (#772)

This commit is contained in:
Kevin Papst
2019-05-10 13:45:09 +02:00
committed by GitHub
parent e619b5fd31
commit 09da7cd242
86 changed files with 918 additions and 449 deletions

View File

@@ -8,7 +8,7 @@
</trans-unit>
<trans-unit id="timesheet.stop.error">
<source>timesheet.stop.error</source>
<target>Time recording could not be stopped: %reason%</target>
<target>Time recording could not be stopped</target>
</trans-unit>
<trans-unit id="timesheet.start.success">
<source>timesheet.start.success</source>
@@ -24,7 +24,7 @@
</trans-unit>
<trans-unit id="action.update.success">
<source>action.update.success</source>
<target>Saved changes successful</target>
<target>Saved changes</target>
</trans-unit>
<trans-unit id="action.update.error">
<source>action.update.error</source>
@@ -32,7 +32,7 @@
</trans-unit>
<trans-unit id="action.delete.success">
<source>action.delete.success</source>
<target>Entry was deleted successful</target>
<target>Entry was deleted</target>
</trans-unit>
<trans-unit id="action.delete.error">
<source>action.delete.error</source>