update translations

This commit is contained in:
Philipp Wolfer 2023-12-10 14:25:05 +01:00
parent c4587b80af
commit 086bf25616
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
3 changed files with 27 additions and 27 deletions

View file

@ -45,12 +45,12 @@ var messageKeyToIndex = map[string]int{
"Aborted": 15,
"Access token": 26,
"Access token received, you can use %v now.\n": 35,
"Append to file": 32,
"Append to file": 28,
"Backend": 40,
"Client ID": 22,
"Client secret": 23,
"Delete the service configuration \"%v\"?": 14,
"Disable auto correction of submitted listens": 30,
"Disable auto correction of submitted listens": 31,
"During the import the following errors occurred:": 5,
"Error: %v\n": 6,
"Error: OAuth state mismatch": 34,
@ -59,10 +59,10 @@ var messageKeyToIndex = map[string]int{
"From timestamp: %v (%v)": 41,
"Import failed, last reported timestamp was %v (%s)": 42,
"Imported %v of %v %s into %v.": 4,
"Include skipped listens": 31,
"Include skipped listens": 32,
"Latest timestamp: %v (%v)": 43,
"No": 37,
"Playlist title": 28,
"Playlist title": 29,
"Saved service %v using backend %v": 12,
"Server URL": 24,
"Service": 39,
@ -71,7 +71,7 @@ var messageKeyToIndex = map[string]int{
"The backend %v requires authentication. Authenticate now?": 13,
"Token received, you can close this window now.": 19,
"Transferring %s from %s to %s...": 3,
"Unique playlist identifier": 29,
"Unique playlist identifier": 30,
"Updated service %v using backend %v\n": 17,
"User name": 25,
"Visit the URL for authorization: %v": 33,
@ -120,9 +120,9 @@ var enIndex = []uint32{ // 48 elements
0x000001c0, 0x000001dd, 0x0000020c, 0x00000220,
0x0000024f, 0x00000276, 0x0000028e, 0x00000298,
0x000002a6, 0x000002b1, 0x000002bb, 0x000002c8,
0x000002d2, 0x000002e1, 0x000002fc, 0x00000329,
0x000002d2, 0x000002e1, 0x000002f0, 0x0000030b,
// Entry 20 - 3F
0x00000341, 0x00000350, 0x00000377, 0x00000393,
0x00000338, 0x00000350, 0x00000377, 0x00000393,
0x000003c6, 0x000003ca, 0x000003cd, 0x000003f0,
0x000003f8, 0x00000400, 0x0000041e, 0x00000457,
0x00000477, 0x000004aa, 0x000004cf, 0x000004f0,
@ -141,9 +141,9 @@ const enData string = "" + // Size: 1264 bytes
"ing backend %[2]v\x04\x01\x09\x00\x0f\x02backend: %[1]v\x02Token receive" +
"d, you can close this window now.\x02backend %[1]s does not implement %[" +
"2]s\x02unknown backend \x22%[1]s\x22\x02Client ID\x02Client secret\x02Se" +
"rver URL\x02User name\x02Access token\x02File path\x02Playlist title\x02" +
"Unique playlist identifier\x02Disable auto correction of submitted liste" +
"ns\x02Include skipped listens\x02Append to file\x02Visit the URL for aut" +
"rver URL\x02User name\x02Access token\x02File path\x02Append to file\x02" +
"Playlist title\x02Unique playlist identifier\x02Disable auto correction " +
"of submitted listens\x02Include skipped listens\x02Visit the URL for aut" +
"horization: %[1]v\x02Error: OAuth state mismatch\x04\x00\x01\x0a.\x02Acc" +
"ess token received, you can use %[1]v now.\x02Yes\x02No\x02no existing s" +
"ervice configurations\x02Service\x02Backend\x02From timestamp: %[1]v (%[" +
@ -152,4 +152,4 @@ const enData string = "" + // Size: 1264 bytes
"te config\x02key must only consist of A-Za-z0-9_-\x02no service configur" +
"ation \x22%[1]v\x22"
// Total table size 1883 bytes (1KiB); checksum: 6875B9DE
// Total table size 1883 bytes (1KiB); checksum: 4C56F9E5

View file

@ -240,6 +240,11 @@
"message": "File path",
"translation": ""
},
{
"id": "Append to file",
"message": "Append to file",
"translation": ""
},
{
"id": "Playlist title",
"message": "Playlist title",
@ -260,11 +265,6 @@
"message": "Include skipped listens",
"translation": ""
},
{
"id": "Append to file",
"message": "Append to file",
"translation": ""
},
{
"id": "Visit the URL for authorization: {Url}",
"message": "Visit the URL for authorization: {Url}",
@ -354,7 +354,7 @@
{
"id": "Entity",
"string": "%[1]s",
"type": "string",
"type": "go.uploadedlobster.com/scotty/internal/models.Entity",
"underlyingType": "string",
"argNum": 1,
"expr": "c.entity"
@ -443,7 +443,7 @@
{
"id": "Entity",
"string": "%[3]s",
"type": "string",
"type": "go.uploadedlobster.com/scotty/internal/models.Entity",
"underlyingType": "string",
"argNum": 3,
"expr": "c.entity"

View file

@ -282,6 +282,13 @@
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Append to file",
"message": "Append to file",
"translation": "Append to file",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Playlist title",
"message": "Playlist title",
@ -310,13 +317,6 @@
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Append to file",
"message": "Append to file",
"translation": "Append to file",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Visit the URL for authorization: {Url}",
"message": "Visit the URL for authorization: {Url}",
@ -423,7 +423,7 @@
{
"id": "Entity",
"string": "%[1]s",
"type": "string",
"type": "go.uploadedlobster.com/scotty/internal/models.Entity",
"underlyingType": "string",
"argNum": 1,
"expr": "c.entity"
@ -518,7 +518,7 @@
{
"id": "Entity",
"string": "%[3]s",
"type": "string",
"type": "go.uploadedlobster.com/scotty/internal/models.Entity",
"underlyingType": "string",
"argNum": 3,
"expr": "c.entity"