mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 13:47:05 +02:00
Update translation files
This commit is contained in:
parent
c69097434c
commit
df423acdeb
5 changed files with 282 additions and 80 deletions
|
@ -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 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -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