Update translation files

This commit is contained in:
Philipp Wolfer 2024-01-21 16:19:50 +01:00
parent c69097434c
commit df423acdeb
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
5 changed files with 282 additions and 80 deletions

View file

@ -611,25 +611,33 @@
"fuzzy": true
},
{
"id": "During the import the following errors occurred:",
"message": "During the import the following errors occurred:",
"translation": "During the import the following errors occurred:",
"id": "Import log:",
"message": "Import log:",
"translation": "Import log:",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Error: {Err}",
"message": "Error: {Err}",
"translation": "Error: {Err}",
"id": "{Type}: {Message}",
"message": "{Type}: {Message}",
"translation": "{Type}: {Message}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Err",
"id": "Type",
"string": "%[1]v",
"type": "string",
"type": "go.uploadedlobster.com/scotty/internal/models.LogEntryType",
"underlyingType": "string",
"argNum": 1,
"expr": "err"
"expr": "entry.Type"
},
{
"id": "Message",
"string": "%[2]v",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "entry.Message"
}
],
"fuzzy": true