mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 13:47:05 +02:00
Sync translations with new strings
This commit is contained in:
parent
90e101080f
commit
a5442b477e
6 changed files with 78 additions and 78 deletions
|
@ -261,9 +261,9 @@
|
|||
"translation": "Beim Import auf Listen-Duplikate prüfen (langsamer)"
|
||||
},
|
||||
{
|
||||
"id": "Ignored duplicate listen {ListenedAt}: \"{TrackName}\" by {ArtistName} ({RecordingMbid})",
|
||||
"message": "Ignored duplicate listen {ListenedAt}: \"{TrackName}\" by {ArtistName} ({RecordingMbid})",
|
||||
"translation": "Listen-Duplikat ignoriert {ListenedAt}: „{TrackName}“ von {ArtistName} ({RecordingMbid})",
|
||||
"id": "Ignored duplicate listen {ListenedAt}: \"{TrackName}\" by {ArtistName} ({RecordingMBID})",
|
||||
"message": "Ignored duplicate listen {ListenedAt}: \"{TrackName}\" by {ArtistName} ({RecordingMBID})",
|
||||
"translation": "",
|
||||
"placeholders": [
|
||||
{
|
||||
"id": "ListenedAt",
|
||||
|
@ -290,12 +290,12 @@
|
|||
"expr": "l.ArtistName()"
|
||||
},
|
||||
{
|
||||
"id": "RecordingMbid",
|
||||
"id": "RecordingMBID",
|
||||
"string": "%[4]v",
|
||||
"type": "go.uploadedlobster.com/scotty/internal/models.MBID",
|
||||
"type": "go.uploadedlobster.com/mbtypes.MBID",
|
||||
"underlyingType": "string",
|
||||
"argNum": 4,
|
||||
"expr": "l.RecordingMbid"
|
||||
"expr": "l.RecordingMBID"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -305,9 +305,14 @@
|
|||
"translation": "Autokorrektur für übermittelte Titel deaktivieren"
|
||||
},
|
||||
{
|
||||
"id": "Include skipped listens",
|
||||
"message": "Include skipped listens",
|
||||
"translation": "Übersprungene Titel einbeziehen"
|
||||
"id": "Ignore skipped listens",
|
||||
"message": "Ignore skipped listens",
|
||||
"translation": "Übersprungene Listens ignorieren"
|
||||
},
|
||||
{
|
||||
"id": "Specify a time zone for the listen timestamps",
|
||||
"message": "Specify a time zone for the listen timestamps",
|
||||
"translation": ""
|
||||
},
|
||||
{
|
||||
"id": "Directory path",
|
||||
|
@ -319,28 +324,23 @@
|
|||
"message": "Ignore listens in incognito mode",
|
||||
"translation": "Listens im Inkognito-Modus ignorieren"
|
||||
},
|
||||
{
|
||||
"id": "Ignore skipped listens",
|
||||
"message": "Ignore skipped listens",
|
||||
"translation": "Übersprungene Listens ignorieren"
|
||||
},
|
||||
{
|
||||
"id": "Minimum playback duration for skipped tracks (seconds)",
|
||||
"message": "Minimum playback duration for skipped tracks (seconds)",
|
||||
"translation": "Minimale Wiedergabedauer für übersprungene Titel (Sekunden)"
|
||||
},
|
||||
{
|
||||
"id": "Visit the URL for authorization: {Url}",
|
||||
"message": "Visit the URL for authorization: {Url}",
|
||||
"translation": "URL für Autorisierung öffnen: {Url}",
|
||||
"id": "Visit the URL for authorization: {URL}",
|
||||
"message": "Visit the URL for authorization: {URL}",
|
||||
"translation": "",
|
||||
"placeholders": [
|
||||
{
|
||||
"id": "Url",
|
||||
"id": "URL",
|
||||
"string": "%[1]v",
|
||||
"type": "string",
|
||||
"underlyingType": "string",
|
||||
"argNum": 1,
|
||||
"expr": "authUrl.Url"
|
||||
"expr": "authURL.URL"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -367,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",
|
||||
|
@ -411,8 +411,8 @@
|
|||
"translation": "Backend"
|
||||
},
|
||||
{
|
||||
"id": "Transferring {Entity} from {SourceName} to {TargetName}...",
|
||||
"message": "Transferring {Entity} from {SourceName} to {TargetName}...",
|
||||
"id": "Transferring {Entity} from {SourceName} to {TargetName}…",
|
||||
"message": "Transferring {Entity} from {SourceName} to {TargetName}…",
|
||||
"translation": "Übertrage {Entity} von {SourceName} nach {TargetName}…",
|
||||
"placeholders": [
|
||||
{
|
||||
|
|
|
@ -175,7 +175,7 @@
|
|||
{
|
||||
"id": "backend {Backend} does not implement {InterfaceName}",
|
||||
"message": "backend {Backend} does not implement {InterfaceName}",
|
||||
"translation": "das backend {Backend} implementiert {InterfaceName} nicht",
|
||||
"translation": "das Backend {Backend} implementiert {InterfaceName} nicht",
|
||||
"placeholders": [
|
||||
{
|
||||
"id": "Backend",
|
||||
|
@ -411,9 +411,9 @@
|
|||
"translation": "Backend"
|
||||
},
|
||||
{
|
||||
"id": "Transferring {Entity} from {SourceName} to {TargetName}...",
|
||||
"message": "Transferring {Entity} from {SourceName} to {TargetName}...",
|
||||
"translation": "Übertrage {Entity} von {SourceName} nach {TargetName}...",
|
||||
"id": "Transferring {Entity} from {SourceName} to {TargetName}…",
|
||||
"message": "Transferring {Entity} from {SourceName} to {TargetName}…",
|
||||
"translation": "Übertrage {Entity} von {SourceName} nach {TargetName}…",
|
||||
"placeholders": [
|
||||
{
|
||||
"id": "Entity",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue