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

@ -255,6 +255,50 @@
"message": "Unique playlist identifier",
"translation": "Eindeutige Playlist-ID"
},
{
"id": "Check for duplicate listens on import (slower)",
"message": "Check for duplicate listens on import (slower)",
"translation": ""
},
{
"id": "Ignored duplicate listen {ListenedAt}: \"{TrackName}\" by {ArtistName} ({RecordingMbid})",
"message": "Ignored duplicate listen {ListenedAt}: \"{TrackName}\" by {ArtistName} ({RecordingMbid})",
"translation": "",
"placeholders": [
{
"id": "ListenedAt",
"string": "%[1]v",
"type": "time.Time",
"underlyingType": "struct{wall uint64; ext int64; loc *time.Location}",
"argNum": 1,
"expr": "l.ListenedAt"
},
{
"id": "TrackName",
"string": "%[2]v",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "l.TrackName"
},
{
"id": "ArtistName",
"string": "%[3]v",
"type": "string",
"underlyingType": "string",
"argNum": 3,
"expr": "l.ArtistName()"
},
{
"id": "RecordingMbid",
"string": "%[4]v",
"type": "go.uploadedlobster.com/scotty/internal/models.MBID",
"underlyingType": "string",
"argNum": 4,
"expr": "l.RecordingMbid"
}
]
},
{
"id": "Disable auto correction of submitted listens",
"message": "Disable auto correction of submitted listens",
@ -265,6 +309,26 @@
"message": "Include skipped listens",
"translation": "Übersprungene Titel einbeziehen"
},
{
"id": "Directory path",
"message": "Directory path",
"translation": ""
},
{
"id": "Ignore listens in incognito mode",
"message": "Ignore listens in incognito mode",
"translation": ""
},
{
"id": "Ignore skipped listens",
"message": "Ignore skipped listens",
"translation": ""
},
{
"id": "Minimum playback duration for skipped tracks (seconds)",
"message": "Minimum playback duration for skipped tracks (seconds)",
"translation": ""
},
{
"id": "Visit the URL for authorization: {Url}",
"message": "Visit the URL for authorization: {Url}",
@ -303,23 +367,23 @@
{
"id": "exporting",
"message": "exporting",
"translation": "exportiere",
"translatorComment": "Copied from source.",
"fuzzy": true,
"translation": "exportiere"
"fuzzy": true
},
{
"id": "importing",
"message": "importing",
"translation": "importiere",
"translatorComment": "Copied from source.",
"fuzzy": true,
"translation": "importiere"
"fuzzy": true
},
{
"id": "done",
"message": "done",
"translation": "fertig",
"translatorComment": "Copied from source.",
"fuzzy": true,
"translation": "fertig"
"fuzzy": true
},
{
"id": "Yes",
@ -459,22 +523,45 @@
]
},
{
"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": "go.uploadedlobster.com/scotty/internal/models.LogEntryType",
"underlyingType": "string",
"argNum": 1,
"expr": "entry.Type"
},
{
"id": "Message",
"string": "%[2]v",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "entry.Message"
}
]
},
{
"id": "invalid timestamp string \"{FlagValue}\"",
"message": "invalid timestamp string \"{FlagValue}\"",
"translation": "",
"placeholders": [
{
"id": "FlagValue",
"string": "%[1]v",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err"
"expr": "flagValue"
}
]
},
@ -525,4 +612,4 @@
]
}
]
}
}