mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 05:37:05 +02:00
Update translation files
This commit is contained in:
parent
c69097434c
commit
df423acdeb
5 changed files with 282 additions and 80 deletions
|
@ -523,22 +523,30 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "During the import the following errors occurred:",
|
||||
"message": "During the import the following errors occurred:",
|
||||
"translation": "Während des Imports sind folgende Fehler aufgetreten:"
|
||||
"id": "Import log:",
|
||||
"message": "Import log:",
|
||||
"translation": ""
|
||||
},
|
||||
{
|
||||
"id": "Error: {Err}",
|
||||
"message": "Error: {Err}",
|
||||
"translation": "Fehler: {Err}",
|
||||
"id": "{Type}: {Message}",
|
||||
"message": "{Type}: {Message}",
|
||||
"translation": "",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue