version 1.16.2 (#2942)

* bump version
* include calendar week in week chooser
* table names in SQL
* show save flash message
* prevent migration warning
* drop default value to prevent error when server version is not set
* csrf token for duplicate actions
* updated translations
This commit is contained in:
Kevin Papst
2021-11-18 12:33:13 +01:00
committed by GitHub
parent c858edf5c9
commit b28e9c120c
37 changed files with 289 additions and 152 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="ja" datatype="plaintext" original="about.en.xlf">
<body>
@@ -28,7 +28,7 @@
</trans-unit>
<trans-unit id="A0nWoXZ" resname="special_thanks">
<source>special_thanks</source>
<target>Special thanks go to …</target>
<target>これらの方々に特に感謝いたします。</target>
</trans-unit>
<trans-unit id="L7cff3Q" resname="library_authors">
<source>library_authors</source>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="el" datatype="plaintext" original="flashmessages.en.xlf">
<body>
@@ -54,6 +54,10 @@
<source>action.upload.error</source>
<target>Δεν ήταν δυνατή η μεταφόρτωση ή η αποθήκευση του αρχείου: %reason%</target>
</trans-unit>
<trans-unit resname="action.csrf.error" id="bOE_q5R">
<source>action.csrf.error</source>
<target>Αυτή η ενέργεια δεν μπορεί να πραγματοποιηθεί: Μη έγκυρο τεκμήριο ασφάλειας.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -54,6 +54,10 @@
<source>action.upload.error</source>
<target>Le fichier n'a pas pu être mis en ligne ou enregistré : %reason%</target>
</trans-unit>
<trans-unit resname="action.csrf.error" id="bOE_q5R">
<source>action.csrf.error</source>
<target>L'action n'a pas pu être effectuée : jeton de sécurité invalide.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -54,6 +54,10 @@
<source>action.upload.error</source>
<target>לא ניתן להעלות או לשמור את הקובץ: %reason%</target>
</trans-unit>
<trans-unit resname="action.csrf.error" id="bOE_q5R">
<source>action.csrf.error</source>
<target>אי אפשר לבצע את הפעולה: אסימון אבטחה שגוי.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -54,6 +54,10 @@
<source>action.upload.error</source>
<target>Não foi possível enviar ou guardar o ficheiro: %reason%</target>
</trans-unit>
<trans-unit resname="action.csrf.error" id="bOE_q5R">
<source>action.csrf.error</source>
<target>Não foi possível realizar a ação: token de segurança inválido.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -54,6 +54,10 @@
<source>action.upload.error</source>
<target>O arquivo não pôde ser carregado ou salvo: %reason%</target>
</trans-unit>
<trans-unit resname="action.csrf.error" id="bOE_q5R">
<source>action.csrf.error</source>
<target>A ação não pôde ser realizada: token de segurança inválido.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -54,6 +54,10 @@
<source>action.upload.error</source>
<target>Dosya karşıya yüklenemedi veya kaydedilemedi: %reason%</target>
</trans-unit>
<trans-unit resname="action.csrf.error" id="bOE_q5R">
<source>action.csrf.error</source>
<target>Eylem gerçekleştirilemedi: geçersiz güvenlik belirteci.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -792,6 +792,10 @@
<source>stats.workingTimeWeek</source>
<target>Kalenderwoche %week%</target>
</trans-unit>
<trans-unit id="HPhRbtc" resname="stats.workingTimeWeekShort">
<source>stats.workingTimeWeekShort</source>
<target>KW %week%</target>
</trans-unit>
<trans-unit id="JIKNAYP" approved="yes" resname="stats.workingTimeMonth">
<source>stats.workingTimeMonth</source>
<target>%month% %year%</target>

View File

@@ -792,6 +792,10 @@
<source>stats.workingTimeWeek</source>
<target>Calendar week %week%</target>
</trans-unit>
<trans-unit id="HPhRbtc" resname="stats.workingTimeWeekShort">
<source>stats.workingTimeWeekShort</source>
<target>Week %week%</target>
</trans-unit>
<trans-unit id="JIKNAYP" resname="stats.workingTimeMonth">
<source>stats.workingTimeMonth</source>
<target>%month% %year%</target>