Translations: Fuzzy merge of .pot files with .po files #2083

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2022-10-31 13:25:02 +01:00
parent 36e3600d39
commit 13d32f3294
98 changed files with 45690 additions and 32159 deletions

View File

@@ -128,7 +128,7 @@ func (w *Share) Start() (err error) {
file.Status = entity.FileShareShared
}
// RunFailed too often?
// Failed too often?
if a.RetryLimit > 0 && file.Errors > a.RetryLimit {
file.Status = entity.FileShareError
}