lock exported timesheets (#798)

This commit is contained in:
Kevin Papst
2019-05-22 22:28:29 +02:00
committed by GitHub
parent 871b2e52c7
commit fea3495098
22 changed files with 387 additions and 68 deletions

View File

@@ -2,6 +2,10 @@
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="de" datatype="plaintext" original="flashmessages.en.xliff">
<body>
<trans-unit id="warning">
<source>warning</source>
<target>Warnung</target>
</trans-unit>
<trans-unit id="timesheet.stop.success">
<source>timesheet.stop.success</source>
<target>Zeitmessung wurde gestoppt</target>
@@ -22,6 +26,10 @@
<source>timesheet.start.exceeded_limit</source>
<target>Das Limit aktiver Zeitmessungen wurde erreicht, bitte stoppen Sie mindestens eine laufende Zeitmessung.</target>
</trans-unit>
<trans-unit id="timesheet.locked.warning">
<source>timesheet.locked.warning</source>
<target>Sie bearbeiten einen exportierten Eintrag</target>
</trans-unit>
<trans-unit id="action.update.success">
<source>action.update.success</source>
<target>Änderungen gespeichert</target>

View File

@@ -2,6 +2,10 @@
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="en" datatype="plaintext" original="flashmessages.en.xliff">
<body>
<trans-unit id="warning">
<source>warning</source>
<target>Warning</target>
</trans-unit>
<trans-unit id="timesheet.stop.success">
<source>timesheet.stop.success</source>
<target>Time recording was stopped</target>
@@ -22,6 +26,10 @@
<source>timesheet.start.exceeded_limit</source>
<target>The limit of active time records has been reached, please stop at least one running time measurement first.</target>
</trans-unit>
<trans-unit id="timesheet.locked.warning">
<source>timesheet.locked.warning</source>
<target>You are editing an exported record</target>
</trans-unit>
<trans-unit id="action.update.success">
<source>action.update.success</source>
<target>Saved changes</target>