fix: Empty strings do not contain plural anymore

This commit is contained in:
Georg Krause 2022-11-25 17:37:59 +01:00 committed by Kasper Seweryn
parent f5b1fb9bbc
commit 1a69f03129
16 changed files with 383 additions and 386 deletions

View File

@ -1472,8 +1472,8 @@
"common": { "common": {
"ActionTable": { "ActionTable": {
"button": { "button": {
"selected": " | ", "selected": "",
"allSelected": " | ", "allSelected": "",
"go": "هيا", "go": "هيا",
"launch": "إبدأ", "launch": "إبدأ",
"refresh": "تحديث محتوى الجدول", "refresh": "تحديث محتوى الجدول",
@ -1483,7 +1483,7 @@
"selectCurrentPage": "تحديد الصفحة الحالية فقط" "selectCurrentPage": "تحديد الصفحة الحالية فقط"
}, },
"message": { "message": {
"success": " | ", "success": "",
"needsRefresh": "" "needsRefresh": ""
}, },
"label": { "label": {
@ -1492,7 +1492,7 @@
}, },
"modal": { "modal": {
"performAction": { "performAction": {
"header": " | ", "header": "",
"content": { "content": {
"warning": "" "warning": ""
} }
@ -4203,7 +4203,7 @@
}, },
"title": "قائمة المَقاطِع", "title": "قائمة المَقاطِع",
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"empty": { "empty": {
"noTracks": "اسحب والقي أعمدةً قصد ترتيب المقاطِع على قائمة التشغيل" "noTracks": "اسحب والقي أعمدةً قصد ترتيب المقاطِع على قائمة التشغيل"
@ -4240,7 +4240,7 @@
"composables": { "composables": {
"audio": { "audio": {
"usePlayOptions": { "usePlayOptions": {
"addToQueueMessage": " | " "addToQueueMessage": ""
} }
}, },
"locale": { "locale": {

View File

@ -1464,9 +1464,6 @@
"noDescription": "Keine Beschreibung verfügbar.", "noDescription": "Keine Beschreibung verfügbar.",
"noRules": "Keine Regeln verfügbar.", "noRules": "Keine Regeln verfügbar.",
"noTerms": "Keine Bedingungen verfügbar." "noTerms": "Keine Bedingungen verfügbar."
},
"message": {
"contact": "Schicke uns eine E-Mail: {{ contactEmail }}"
} }
}, },
"common": { "common": {

View File

@ -1479,7 +1479,7 @@
"refresh": "", "refresh": "",
"select": "", "select": "",
"selectAll": "", "selectAll": "",
"selectElement": " | ", "selectElement": "",
"selectCurrentPage": "" "selectCurrentPage": ""
}, },
"message": { "message": {
@ -1712,7 +1712,7 @@
"addDuplicate": "Προσθήκη ούτως ή άλλως", "addDuplicate": "Προσθήκη ούτως ή άλλως",
"clear": "Καθάρισμα λίστας αναπαραγωγής", "clear": "Καθάρισμα λίστας αναπαραγωγής",
"copy": "Αντιγραφή της τρέχουσας ουράς σε αυτήν την λίστα αναπαραγωγής", "copy": "Αντιγραφή της τρέχουσας ουράς σε αυτήν την λίστα αναπαραγωγής",
"insertFromQueue": " | " "insertFromQueue": ""
}, },
"error": { "error": {
"sync": "Σφάλμα κατά την αποθήκευση των αλλαγών σας" "sync": "Σφάλμα κατά την αποθήκευση των αλλαγών σας"
@ -2475,7 +2475,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationsTable": { "InvitationsTable": {
@ -2512,7 +2512,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationForm": { "InvitationForm": {
@ -2865,7 +2865,7 @@
"tags": { "tags": {
"List": { "List": {
"button": { "button": {
"more": " | " "more": ""
} }
} }
} }
@ -4203,7 +4203,7 @@
}, },
"title": "", "title": "",
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"empty": { "empty": {
"noTracks": "" "noTracks": ""

View File

@ -333,8 +333,8 @@
}, },
"About": { "About": {
"stat": { "stat": {
"activeUsers": " | ", "activeUsers": "",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"funkwhale": "", "funkwhale": "",
@ -364,8 +364,8 @@
}, },
"Home": { "Home": {
"stat": { "stat": {
"activeUsers": " | ", "activeUsers": "",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"aboutFunkwhale": "", "aboutFunkwhale": "",
@ -415,8 +415,8 @@
"artist": { "artist": {
"Card": { "Card": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -427,20 +427,20 @@
}, },
"ChannelCard": { "ChannelCard": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
}, },
"title": "" "title": ""
}, },
"ChannelSerieCard": { "ChannelSerieCard": {
"meta": { "meta": {
"episodes": " | " "episodes": ""
} }
}, },
"album": { "album": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -699,8 +699,8 @@
"library": { "library": {
"AlbumBase": { "AlbumBase": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"addDescription": "" "addDescription": ""
@ -708,7 +708,7 @@
}, },
"ArtistBase": { "ArtistBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"title": "", "title": "",
"button": { "button": {
@ -735,7 +735,7 @@
"radios": { "radios": {
"Builder": { "Builder": {
"header": { "header": {
"matches": " | ", "matches": "",
"builder": "", "builder": "",
"created": "", "created": "",
"updated": "" "updated": ""
@ -1272,7 +1272,7 @@
"favorites": { "favorites": {
"List": { "List": {
"header": { "header": {
"favorites": " | " "favorites": ""
}, },
"ordering": { "ordering": {
"direction": { "direction": {
@ -1309,7 +1309,7 @@
"channels": { "channels": {
"UploadModal": { "UploadModal": {
"meta": { "meta": {
"files": " | ", "files": "",
"quota": "" "quota": ""
}, },
"button": { "button": {
@ -1330,7 +1330,7 @@
}, },
"AlbumSelect": { "AlbumSelect": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"label": { "label": {
"album": "", "album": "",
@ -1424,12 +1424,12 @@
}, },
"AboutPod": { "AboutPod": {
"stat": { "stat": {
"hoursOfMusic": " | ", "hoursOfMusic": "",
"activeUsers": " | ", "activeUsers": "",
"albumsCount": " | ", "albumsCount": "",
"artistsCount": " | ", "artistsCount": "",
"listeningsCount": " | ", "listeningsCount": "",
"tracksCount": " | " "tracksCount": ""
}, },
"title": "", "title": "",
"link": { "link": {
@ -1475,18 +1475,18 @@
"common": { "common": {
"ActionTable": { "ActionTable": {
"button": { "button": {
"selected": " | ", "selected": "",
"allSelected": " | ", "allSelected": "",
"go": "", "go": "",
"launch": "", "launch": "",
"refresh": "", "refresh": "",
"select": "", "select": "",
"selectAll": "", "selectAll": "",
"selectElement": " | ", "selectElement": "",
"selectCurrentPage": "" "selectCurrentPage": ""
}, },
"message": { "message": {
"success": " | ", "success": "",
"needsRefresh": "" "needsRefresh": ""
}, },
"label": { "label": {
@ -1495,7 +1495,7 @@
}, },
"modal": { "modal": {
"performAction": { "performAction": {
"header": " | ", "header": "",
"content": { "content": {
"warning": "" "warning": ""
} }
@ -1669,7 +1669,7 @@
"playlists": { "playlists": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"PlaylistModal": { "PlaylistModal": {
@ -1715,7 +1715,7 @@
"addDuplicate": "", "addDuplicate": "",
"clear": "", "clear": "",
"copy": "", "copy": "",
"insertFromQueue": " | " "insertFromQueue": ""
}, },
"error": { "error": {
"sync": "" "sync": ""
@ -2478,7 +2478,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationsTable": { "InvitationsTable": {
@ -2515,7 +2515,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationForm": { "InvitationForm": {
@ -2868,7 +2868,7 @@
"tags": { "tags": {
"List": { "List": {
"button": { "button": {
"more": " | " "more": ""
} }
} }
} }
@ -2877,10 +2877,10 @@
"channels": { "channels": {
"DetailBase": { "DetailBase": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"listenings": " | ", "listenings": "",
"subscribers": " | ", "subscribers": "",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"channelEpisodes": "", "channelEpisodes": "",
@ -2980,7 +2980,7 @@
"libraries": { "libraries": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"details": "" "details": ""
@ -3141,7 +3141,7 @@
"remote": { "remote": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | ", "tracks": "",
"failedTracks": "", "failedTracks": "",
"lastUpdate": "" "lastUpdate": ""
}, },
@ -3246,7 +3246,7 @@
"library": { "library": {
"LibraryBase": { "LibraryBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"albums": "", "albums": "",
@ -4206,7 +4206,7 @@
}, },
"title": "", "title": "",
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"empty": { "empty": {
"noTracks": "" "noTracks": ""
@ -4243,7 +4243,7 @@
"composables": { "composables": {
"audio": { "audio": {
"usePlayOptions": { "usePlayOptions": {
"addToQueueMessage": " | " "addToQueueMessage": ""
} }
}, },
"locale": { "locale": {

View File

@ -330,8 +330,8 @@
}, },
"About": { "About": {
"stat": { "stat": {
"activeUsers": " | ", "activeUsers": "",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"funkwhale": "", "funkwhale": "",
@ -361,8 +361,8 @@
}, },
"Home": { "Home": {
"stat": { "stat": {
"activeUsers": " | ", "activeUsers": "",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"aboutFunkwhale": "", "aboutFunkwhale": "",
@ -412,8 +412,8 @@
"artist": { "artist": {
"Card": { "Card": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -424,20 +424,20 @@
}, },
"ChannelCard": { "ChannelCard": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
}, },
"title": "به روز شده در { date }" "title": "به روز شده در { date }"
}, },
"ChannelSerieCard": { "ChannelSerieCard": {
"meta": { "meta": {
"episodes": " | " "episodes": ""
} }
}, },
"album": { "album": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -696,8 +696,8 @@
"library": { "library": {
"AlbumBase": { "AlbumBase": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"addDescription": "" "addDescription": ""
@ -705,7 +705,7 @@
}, },
"ArtistBase": { "ArtistBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"title": "", "title": "",
"button": { "button": {
@ -732,7 +732,7 @@
"radios": { "radios": {
"Builder": { "Builder": {
"header": { "header": {
"matches": " | ", "matches": "",
"builder": "", "builder": "",
"created": "", "created": "",
"updated": "" "updated": ""
@ -1269,7 +1269,7 @@
"favorites": { "favorites": {
"List": { "List": {
"header": { "header": {
"favorites": " | " "favorites": ""
}, },
"ordering": { "ordering": {
"direction": { "direction": {
@ -1306,7 +1306,7 @@
"channels": { "channels": {
"UploadModal": { "UploadModal": {
"meta": { "meta": {
"files": " | ", "files": "",
"quota": "" "quota": ""
}, },
"button": { "button": {
@ -1327,7 +1327,7 @@
}, },
"AlbumSelect": { "AlbumSelect": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"label": { "label": {
"album": "", "album": "",
@ -1421,12 +1421,12 @@
}, },
"AboutPod": { "AboutPod": {
"stat": { "stat": {
"hoursOfMusic": " | ", "hoursOfMusic": "",
"activeUsers": " | ", "activeUsers": "",
"albumsCount": " | ", "albumsCount": "",
"artistsCount": " | ", "artistsCount": "",
"listeningsCount": " | ", "listeningsCount": "",
"tracksCount": " | " "tracksCount": ""
}, },
"title": "", "title": "",
"link": { "link": {
@ -1472,18 +1472,18 @@
"common": { "common": {
"ActionTable": { "ActionTable": {
"button": { "button": {
"selected": " | ", "selected": "",
"allSelected": " | ", "allSelected": "",
"go": "", "go": "",
"launch": "", "launch": "",
"refresh": "", "refresh": "",
"select": "", "select": "",
"selectAll": "", "selectAll": "",
"selectElement": " | ", "selectElement": "",
"selectCurrentPage": "" "selectCurrentPage": ""
}, },
"message": { "message": {
"success": " | ", "success": "",
"needsRefresh": "" "needsRefresh": ""
}, },
"label": { "label": {
@ -1492,7 +1492,7 @@
}, },
"modal": { "modal": {
"performAction": { "performAction": {
"header": " | ", "header": "",
"content": { "content": {
"warning": "" "warning": ""
} }
@ -1666,7 +1666,7 @@
"playlists": { "playlists": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"PlaylistModal": { "PlaylistModal": {
@ -1712,7 +1712,7 @@
"addDuplicate": "", "addDuplicate": "",
"clear": "", "clear": "",
"copy": "", "copy": "",
"insertFromQueue": " | " "insertFromQueue": ""
}, },
"error": { "error": {
"sync": "" "sync": ""
@ -2475,7 +2475,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationsTable": { "InvitationsTable": {
@ -2512,7 +2512,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationForm": { "InvitationForm": {
@ -2865,7 +2865,7 @@
"tags": { "tags": {
"List": { "List": {
"button": { "button": {
"more": " | " "more": ""
} }
} }
} }
@ -2874,10 +2874,10 @@
"channels": { "channels": {
"DetailBase": { "DetailBase": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"listenings": " | ", "listenings": "",
"subscribers": " | ", "subscribers": "",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"channelEpisodes": "", "channelEpisodes": "",
@ -2977,7 +2977,7 @@
"libraries": { "libraries": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"details": "" "details": ""
@ -3138,7 +3138,7 @@
"remote": { "remote": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | ", "tracks": "",
"failedTracks": "", "failedTracks": "",
"lastUpdate": "" "lastUpdate": ""
}, },
@ -3243,7 +3243,7 @@
"library": { "library": {
"LibraryBase": { "LibraryBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"albums": "", "albums": "",
@ -4203,7 +4203,7 @@
}, },
"title": "", "title": "",
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"empty": { "empty": {
"noTracks": "" "noTracks": ""
@ -4240,7 +4240,7 @@
"composables": { "composables": {
"audio": { "audio": {
"usePlayOptions": { "usePlayOptions": {
"addToQueueMessage": " | " "addToQueueMessage": ""
} }
}, },
"locale": { "locale": {

View File

@ -330,8 +330,8 @@
}, },
"About": { "About": {
"stat": { "stat": {
"activeUsers": " | ", "activeUsers": "",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"funkwhale": "", "funkwhale": "",
@ -361,8 +361,8 @@
}, },
"Home": { "Home": {
"stat": { "stat": {
"activeUsers": " | ", "activeUsers": "",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"aboutFunkwhale": "", "aboutFunkwhale": "",
@ -412,8 +412,8 @@
"artist": { "artist": {
"Card": { "Card": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -424,20 +424,20 @@
}, },
"ChannelCard": { "ChannelCard": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
}, },
"title": "" "title": ""
}, },
"ChannelSerieCard": { "ChannelSerieCard": {
"meta": { "meta": {
"episodes": " | " "episodes": ""
} }
}, },
"album": { "album": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -696,8 +696,8 @@
"library": { "library": {
"AlbumBase": { "AlbumBase": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"addDescription": "" "addDescription": ""
@ -705,7 +705,7 @@
}, },
"ArtistBase": { "ArtistBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"title": "", "title": "",
"button": { "button": {
@ -732,7 +732,7 @@
"radios": { "radios": {
"Builder": { "Builder": {
"header": { "header": {
"matches": " | ", "matches": "",
"builder": "", "builder": "",
"created": "", "created": "",
"updated": "" "updated": ""
@ -1269,7 +1269,7 @@
"favorites": { "favorites": {
"List": { "List": {
"header": { "header": {
"favorites": " | " "favorites": ""
}, },
"ordering": { "ordering": {
"direction": { "direction": {
@ -1306,7 +1306,7 @@
"channels": { "channels": {
"UploadModal": { "UploadModal": {
"meta": { "meta": {
"files": " | ", "files": "",
"quota": "" "quota": ""
}, },
"button": { "button": {
@ -1327,7 +1327,7 @@
}, },
"AlbumSelect": { "AlbumSelect": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"label": { "label": {
"album": "", "album": "",
@ -1421,12 +1421,12 @@
}, },
"AboutPod": { "AboutPod": {
"stat": { "stat": {
"hoursOfMusic": " | ", "hoursOfMusic": "",
"activeUsers": " | ", "activeUsers": "",
"albumsCount": " | ", "albumsCount": "",
"artistsCount": " | ", "artistsCount": "",
"listeningsCount": " | ", "listeningsCount": "",
"tracksCount": " | " "tracksCount": ""
}, },
"title": "", "title": "",
"link": { "link": {
@ -1472,18 +1472,18 @@
"common": { "common": {
"ActionTable": { "ActionTable": {
"button": { "button": {
"selected": " | ", "selected": "",
"allSelected": " | ", "allSelected": "",
"go": "", "go": "",
"launch": "", "launch": "",
"refresh": "", "refresh": "",
"select": "", "select": "",
"selectAll": "", "selectAll": "",
"selectElement": " | ", "selectElement": "",
"selectCurrentPage": "" "selectCurrentPage": ""
}, },
"message": { "message": {
"success": " | ", "success": "",
"needsRefresh": "" "needsRefresh": ""
}, },
"label": { "label": {
@ -1492,7 +1492,7 @@
}, },
"modal": { "modal": {
"performAction": { "performAction": {
"header": " | ", "header": "",
"content": { "content": {
"warning": "" "warning": ""
} }
@ -1666,7 +1666,7 @@
"playlists": { "playlists": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"PlaylistModal": { "PlaylistModal": {
@ -1712,7 +1712,7 @@
"addDuplicate": "", "addDuplicate": "",
"clear": "", "clear": "",
"copy": "", "copy": "",
"insertFromQueue": " | " "insertFromQueue": ""
}, },
"error": { "error": {
"sync": "" "sync": ""
@ -2475,7 +2475,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationsTable": { "InvitationsTable": {
@ -2512,7 +2512,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationForm": { "InvitationForm": {
@ -2865,7 +2865,7 @@
"tags": { "tags": {
"List": { "List": {
"button": { "button": {
"more": " | " "more": ""
} }
} }
} }
@ -2874,10 +2874,10 @@
"channels": { "channels": {
"DetailBase": { "DetailBase": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"listenings": " | ", "listenings": "",
"subscribers": " | ", "subscribers": "",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"channelEpisodes": "", "channelEpisodes": "",
@ -2977,7 +2977,7 @@
"libraries": { "libraries": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"details": "" "details": ""
@ -3138,7 +3138,7 @@
"remote": { "remote": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | ", "tracks": "",
"failedTracks": "", "failedTracks": "",
"lastUpdate": "" "lastUpdate": ""
}, },
@ -3243,7 +3243,7 @@
"library": { "library": {
"LibraryBase": { "LibraryBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"albums": "", "albums": "",
@ -4203,7 +4203,7 @@
}, },
"title": "", "title": "",
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"empty": { "empty": {
"noTracks": "" "noTracks": ""
@ -4240,7 +4240,7 @@
"composables": { "composables": {
"audio": { "audio": {
"usePlayOptions": { "usePlayOptions": {
"addToQueueMessage": " | " "addToQueueMessage": ""
} }
}, },
"locale": { "locale": {

View File

@ -1472,14 +1472,14 @@
"common": { "common": {
"ActionTable": { "ActionTable": {
"button": { "button": {
"selected": " | ", "selected": "",
"allSelected": "Mind az egy elem ki van választva | Mind az { count } elem ki van választva", "allSelected": "Mind az egy elem ki van választva | Mind az { count } elem ki van választva",
"go": "", "go": "",
"launch": "", "launch": "",
"refresh": "", "refresh": "",
"select": "", "select": "",
"selectAll": "", "selectAll": "",
"selectElement": " | ", "selectElement": "",
"selectCurrentPage": "" "selectCurrentPage": ""
}, },
"message": { "message": {
@ -1492,7 +1492,7 @@
}, },
"modal": { "modal": {
"performAction": { "performAction": {
"header": " | ", "header": "",
"content": { "content": {
"warning": "" "warning": ""
} }
@ -1712,7 +1712,7 @@
"addDuplicate": "Mindenképp adja hozzá", "addDuplicate": "Mindenképp adja hozzá",
"clear": "", "clear": "",
"copy": "", "copy": "",
"insertFromQueue": " | " "insertFromQueue": ""
}, },
"error": { "error": {
"sync": "Hiba történt a módosítások mentése közben" "sync": "Hiba történt a módosítások mentése közben"
@ -2475,7 +2475,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationsTable": { "InvitationsTable": {
@ -2512,7 +2512,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationForm": { "InvitationForm": {
@ -2865,7 +2865,7 @@
"tags": { "tags": {
"List": { "List": {
"button": { "button": {
"more": " | " "more": ""
} }
} }
} }
@ -4203,7 +4203,7 @@
}, },
"title": "", "title": "",
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"empty": { "empty": {
"noTracks": "" "noTracks": ""
@ -4240,7 +4240,7 @@
"composables": { "composables": {
"audio": { "audio": {
"usePlayOptions": { "usePlayOptions": {
"addToQueueMessage": " | " "addToQueueMessage": ""
} }
}, },
"locale": { "locale": {

View File

@ -330,8 +330,8 @@
}, },
"About": { "About": {
"stat": { "stat": {
"activeUsers": " | ", "activeUsers": "",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"funkwhale": "", "funkwhale": "",
@ -361,8 +361,8 @@
}, },
"Home": { "Home": {
"stat": { "stat": {
"activeUsers": " | ", "activeUsers": "",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"aboutFunkwhale": "", "aboutFunkwhale": "",
@ -412,8 +412,8 @@
"artist": { "artist": {
"Card": { "Card": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -424,20 +424,20 @@
}, },
"ChannelCard": { "ChannelCard": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
}, },
"title": "" "title": ""
}, },
"ChannelSerieCard": { "ChannelSerieCard": {
"meta": { "meta": {
"episodes": " | " "episodes": ""
} }
}, },
"album": { "album": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -696,8 +696,8 @@
"library": { "library": {
"AlbumBase": { "AlbumBase": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"addDescription": "" "addDescription": ""
@ -705,7 +705,7 @@
}, },
"ArtistBase": { "ArtistBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"title": "", "title": "",
"button": { "button": {
@ -732,7 +732,7 @@
"radios": { "radios": {
"Builder": { "Builder": {
"header": { "header": {
"matches": " | ", "matches": "",
"builder": "", "builder": "",
"created": "", "created": "",
"updated": "" "updated": ""
@ -1269,7 +1269,7 @@
"favorites": { "favorites": {
"List": { "List": {
"header": { "header": {
"favorites": " | " "favorites": ""
}, },
"ordering": { "ordering": {
"direction": { "direction": {
@ -1306,7 +1306,7 @@
"channels": { "channels": {
"UploadModal": { "UploadModal": {
"meta": { "meta": {
"files": " | ", "files": "",
"quota": "" "quota": ""
}, },
"button": { "button": {
@ -1327,7 +1327,7 @@
}, },
"AlbumSelect": { "AlbumSelect": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"label": { "label": {
"album": "", "album": "",
@ -1421,12 +1421,12 @@
}, },
"AboutPod": { "AboutPod": {
"stat": { "stat": {
"hoursOfMusic": " | ", "hoursOfMusic": "",
"activeUsers": " | ", "activeUsers": "",
"albumsCount": " | ", "albumsCount": "",
"artistsCount": " | ", "artistsCount": "",
"listeningsCount": " | ", "listeningsCount": "",
"tracksCount": " | " "tracksCount": ""
}, },
"title": "", "title": "",
"link": { "link": {
@ -1472,18 +1472,18 @@
"common": { "common": {
"ActionTable": { "ActionTable": {
"button": { "button": {
"selected": " | ", "selected": "",
"allSelected": " | ", "allSelected": "",
"go": "", "go": "",
"launch": "", "launch": "",
"refresh": "", "refresh": "",
"select": "", "select": "",
"selectAll": "", "selectAll": "",
"selectElement": " | ", "selectElement": "",
"selectCurrentPage": "" "selectCurrentPage": ""
}, },
"message": { "message": {
"success": " | ", "success": "",
"needsRefresh": "" "needsRefresh": ""
}, },
"label": { "label": {
@ -1492,7 +1492,7 @@
}, },
"modal": { "modal": {
"performAction": { "performAction": {
"header": " | ", "header": "",
"content": { "content": {
"warning": "" "warning": ""
} }
@ -1666,7 +1666,7 @@
"playlists": { "playlists": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"PlaylistModal": { "PlaylistModal": {
@ -1712,7 +1712,7 @@
"addDuplicate": "", "addDuplicate": "",
"clear": "", "clear": "",
"copy": "", "copy": "",
"insertFromQueue": " | " "insertFromQueue": ""
}, },
"error": { "error": {
"sync": "" "sync": ""
@ -2475,7 +2475,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationsTable": { "InvitationsTable": {
@ -2512,7 +2512,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationForm": { "InvitationForm": {
@ -2865,7 +2865,7 @@
"tags": { "tags": {
"List": { "List": {
"button": { "button": {
"more": " | " "more": ""
} }
} }
} }
@ -2874,10 +2874,10 @@
"channels": { "channels": {
"DetailBase": { "DetailBase": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"listenings": " | ", "listenings": "",
"subscribers": " | ", "subscribers": "",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"channelEpisodes": "", "channelEpisodes": "",
@ -2977,7 +2977,7 @@
"libraries": { "libraries": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"details": "" "details": ""
@ -3138,7 +3138,7 @@
"remote": { "remote": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | ", "tracks": "",
"failedTracks": "", "failedTracks": "",
"lastUpdate": "" "lastUpdate": ""
}, },
@ -3243,7 +3243,7 @@
"library": { "library": {
"LibraryBase": { "LibraryBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"albums": "", "albums": "",
@ -4203,7 +4203,7 @@
}, },
"title": "", "title": "",
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"empty": { "empty": {
"noTracks": "" "noTracks": ""
@ -4240,7 +4240,7 @@
"composables": { "composables": {
"audio": { "audio": {
"usePlayOptions": { "usePlayOptions": {
"addToQueueMessage": " | " "addToQueueMessage": ""
} }
}, },
"locale": { "locale": {

View File

@ -330,8 +330,8 @@
}, },
"About": { "About": {
"stat": { "stat": {
"activeUsers": " | ", "activeUsers": "",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"funkwhale": "", "funkwhale": "",
@ -361,8 +361,8 @@
}, },
"Home": { "Home": {
"stat": { "stat": {
"activeUsers": " | ", "activeUsers": "",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"aboutFunkwhale": "", "aboutFunkwhale": "",
@ -413,7 +413,7 @@
"Card": { "Card": {
"meta": { "meta": {
"episodes": "Iɣewwaṛen n umiḍan | Iɣewwaṛen n umiḍan", "episodes": "Iɣewwaṛen n umiḍan | Iɣewwaṛen n umiḍan",
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -425,7 +425,7 @@
"ChannelCard": { "ChannelCard": {
"meta": { "meta": {
"episodes": "Iɣewwaṛen n umiḍan | Iɣewwaṛen n umiḍan", "episodes": "Iɣewwaṛen n umiḍan | Iɣewwaṛen n umiḍan",
"tracks": " | " "tracks": ""
}, },
"title": "" "title": ""
}, },
@ -437,7 +437,7 @@
"album": { "album": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -697,7 +697,7 @@
"AlbumBase": { "AlbumBase": {
"meta": { "meta": {
"episodes": "Iɣewwaṛen n umiḍan | Iɣewwaṛen n umiḍan", "episodes": "Iɣewwaṛen n umiḍan | Iɣewwaṛen n umiḍan",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"addDescription": "" "addDescription": ""
@ -705,7 +705,7 @@
}, },
"ArtistBase": { "ArtistBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"title": "Artiste", "title": "Artiste",
"button": { "button": {
@ -732,7 +732,7 @@
"radios": { "radios": {
"Builder": { "Builder": {
"header": { "header": {
"matches": " | ", "matches": "",
"builder": "", "builder": "",
"created": "", "created": "",
"updated": "" "updated": ""
@ -1269,7 +1269,7 @@
"favorites": { "favorites": {
"List": { "List": {
"header": { "header": {
"favorites": " | " "favorites": ""
}, },
"ordering": { "ordering": {
"direction": { "direction": {
@ -1306,7 +1306,7 @@
"channels": { "channels": {
"UploadModal": { "UploadModal": {
"meta": { "meta": {
"files": " | ", "files": "",
"quota": "" "quota": ""
}, },
"button": { "button": {
@ -1327,7 +1327,7 @@
}, },
"AlbumSelect": { "AlbumSelect": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"label": { "label": {
"album": "Album", "album": "Album",
@ -1421,7 +1421,7 @@
}, },
"AboutPod": { "AboutPod": {
"stat": { "stat": {
"hoursOfMusic": " | ", "hoursOfMusic": "",
"activeUsers": "D arurmid | D arurmid", "activeUsers": "D arurmid | D arurmid",
"albumsCount": "Album | Album", "albumsCount": "Album | Album",
"artistsCount": "Artiste | Artiste", "artistsCount": "Artiste | Artiste",
@ -1472,18 +1472,18 @@
"common": { "common": {
"ActionTable": { "ActionTable": {
"button": { "button": {
"selected": " | ", "selected": "",
"allSelected": " | ", "allSelected": "",
"go": "Ruḥ", "go": "Ruḥ",
"launch": "Sker", "launch": "Sker",
"refresh": "", "refresh": "",
"select": "", "select": "",
"selectAll": "", "selectAll": "",
"selectElement": " | ", "selectElement": "",
"selectCurrentPage": "" "selectCurrentPage": ""
}, },
"message": { "message": {
"success": " | ", "success": "",
"needsRefresh": "" "needsRefresh": ""
}, },
"label": { "label": {
@ -1492,7 +1492,7 @@
}, },
"modal": { "modal": {
"performAction": { "performAction": {
"header": " | ", "header": "",
"content": { "content": {
"warning": "" "warning": ""
} }
@ -1666,7 +1666,7 @@
"playlists": { "playlists": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"PlaylistModal": { "PlaylistModal": {
@ -1712,7 +1712,7 @@
"addDuplicate": "", "addDuplicate": "",
"clear": "", "clear": "",
"copy": "", "copy": "",
"insertFromQueue": " | " "insertFromQueue": ""
}, },
"error": { "error": {
"sync": "" "sync": ""
@ -2475,7 +2475,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationsTable": { "InvitationsTable": {
@ -2512,7 +2512,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationForm": { "InvitationForm": {
@ -2865,7 +2865,7 @@
"tags": { "tags": {
"List": { "List": {
"button": { "button": {
"more": " | " "more": ""
} }
} }
} }
@ -2874,10 +2874,10 @@
"channels": { "channels": {
"DetailBase": { "DetailBase": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"listenings": "Iɣewwaṛen n umiḍan | Iɣewwaṛen n umiḍan", "listenings": "Iɣewwaṛen n umiḍan | Iɣewwaṛen n umiḍan",
"subscribers": " | ", "subscribers": "",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"channelEpisodes": "", "channelEpisodes": "",
@ -2977,7 +2977,7 @@
"libraries": { "libraries": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"details": "Timkaṛdiyin" "details": "Timkaṛdiyin"
@ -3138,7 +3138,7 @@
"remote": { "remote": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | ", "tracks": "",
"failedTracks": "", "failedTracks": "",
"lastUpdate": "" "lastUpdate": ""
}, },
@ -3243,7 +3243,7 @@
"library": { "library": {
"LibraryBase": { "LibraryBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"albums": "", "albums": "",
@ -4203,7 +4203,7 @@
}, },
"title": "Liste de lecture", "title": "Liste de lecture",
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"empty": { "empty": {
"noTracks": "" "noTracks": ""
@ -4240,7 +4240,7 @@
"composables": { "composables": {
"audio": { "audio": {
"usePlayOptions": { "usePlayOptions": {
"addToQueueMessage": " | " "addToQueueMessage": ""
} }
}, },
"locale": { "locale": {

View File

@ -331,7 +331,7 @@
"About": { "About": {
"stat": { "stat": {
"activeUsers": "% {count} സജീവ ഉപയോക്താവ് | % {count} സജീവ ഉപയോക്താക്കൾ", "activeUsers": "% {count} സജീവ ഉപയോക്താവ് | % {count} സജീവ ഉപയോക്താക്കൾ",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"funkwhale": "", "funkwhale": "",
@ -362,7 +362,7 @@
"Home": { "Home": {
"stat": { "stat": {
"activeUsers": "% {count} സജീവ ഉപയോക്താവ് | % {count} സജീവ ഉപയോക്താക്കൾ", "activeUsers": "% {count} സജീവ ഉപയോക്താവ് | % {count} സജീവ ഉപയോക്താക്കൾ",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"aboutFunkwhale": "Funkwhale നെ കുറിച്ച്", "aboutFunkwhale": "Funkwhale നെ കുറിച്ച്",
@ -413,7 +413,7 @@
"Card": { "Card": {
"meta": { "meta": {
"episodes": "{ count } എപ്പിസോഡ് | { count } എപ്പിസോഡുകൾ", "episodes": "{ count } എപ്പിസോഡ് | { count } എപ്പിസോഡുകൾ",
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -425,7 +425,7 @@
"ChannelCard": { "ChannelCard": {
"meta": { "meta": {
"episodes": "{ count } എപ്പിസോഡ് | { count } എപ്പിസോഡുകൾ", "episodes": "{ count } എപ്പിസോഡ് | { count } എപ്പിസോഡുകൾ",
"tracks": " | " "tracks": ""
}, },
"title": "" "title": ""
}, },
@ -437,7 +437,7 @@
"album": { "album": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -697,7 +697,7 @@
"AlbumBase": { "AlbumBase": {
"meta": { "meta": {
"episodes": "{ count } എപ്പിസോഡ് | { count } എപ്പിസോഡുകൾ", "episodes": "{ count } എപ്പിസോഡ് | { count } എപ്പിസോഡുകൾ",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"addDescription": "ഒരു വിവരണം ചേർക്കുക…" "addDescription": "ഒരു വിവരണം ചേർക്കുക…"
@ -705,7 +705,7 @@
}, },
"ArtistBase": { "ArtistBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"title": "കലാകാരൻ", "title": "കലാകാരൻ",
"button": { "button": {
@ -732,7 +732,7 @@
"radios": { "radios": {
"Builder": { "Builder": {
"header": { "header": {
"matches": " | ", "matches": "",
"builder": "", "builder": "",
"created": "", "created": "",
"updated": "" "updated": ""
@ -1269,7 +1269,7 @@
"favorites": { "favorites": {
"List": { "List": {
"header": { "header": {
"favorites": " | " "favorites": ""
}, },
"ordering": { "ordering": {
"direction": { "direction": {
@ -1327,7 +1327,7 @@
}, },
"AlbumSelect": { "AlbumSelect": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"label": { "label": {
"album": "ആൽബം", "album": "ആൽബം",
@ -1421,11 +1421,11 @@
}, },
"AboutPod": { "AboutPod": {
"stat": { "stat": {
"hoursOfMusic": " | ", "hoursOfMusic": "",
"activeUsers": "% {count} സജീവ ഉപയോക്താവ് | % {count} സജീവ ഉപയോക്താക്കൾ", "activeUsers": "% {count} സജീവ ഉപയോക്താവ് | % {count} സജീവ ഉപയോക്താക്കൾ",
"albumsCount": "ആൽബം | ആൽബം", "albumsCount": "ആൽബം | ആൽബം",
"artistsCount": "കലാകാരൻ | കലാകാരൻ", "artistsCount": "കലാകാരൻ | കലാകാരൻ",
"listeningsCount": " | ", "listeningsCount": "",
"tracksCount": "ട്രാക്ക് ചേർക്കുക | ട്രാക്ക് ചേർക്കുക" "tracksCount": "ട്രാക്ക് ചേർക്കുക | ട്രാക്ക് ചേർക്കുക"
}, },
"title": "കുറിച്ച്", "title": "കുറിച്ച്",
@ -1472,18 +1472,18 @@
"common": { "common": {
"ActionTable": { "ActionTable": {
"button": { "button": {
"selected": " | ", "selected": "",
"allSelected": " | ", "allSelected": "",
"go": "", "go": "",
"launch": "", "launch": "",
"refresh": "", "refresh": "",
"select": "", "select": "",
"selectAll": "", "selectAll": "",
"selectElement": " | ", "selectElement": "",
"selectCurrentPage": "" "selectCurrentPage": ""
}, },
"message": { "message": {
"success": " | ", "success": "",
"needsRefresh": "" "needsRefresh": ""
}, },
"label": { "label": {
@ -1492,7 +1492,7 @@
}, },
"modal": { "modal": {
"performAction": { "performAction": {
"header": " | ", "header": "",
"content": { "content": {
"warning": "" "warning": ""
} }
@ -1666,7 +1666,7 @@
"playlists": { "playlists": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"PlaylistModal": { "PlaylistModal": {
@ -1712,7 +1712,7 @@
"addDuplicate": "എന്തായാലും ചേർക്കുക", "addDuplicate": "എന്തായാലും ചേർക്കുക",
"clear": "", "clear": "",
"copy": "", "copy": "",
"insertFromQueue": " | " "insertFromQueue": ""
}, },
"error": { "error": {
"sync": "" "sync": ""
@ -2475,7 +2475,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationsTable": { "InvitationsTable": {
@ -2512,7 +2512,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationForm": { "InvitationForm": {
@ -2865,7 +2865,7 @@
"tags": { "tags": {
"List": { "List": {
"button": { "button": {
"more": " | " "more": ""
} }
} }
} }
@ -2874,10 +2874,10 @@
"channels": { "channels": {
"DetailBase": { "DetailBase": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"listenings": " | ", "listenings": "",
"subscribers": " | ", "subscribers": "",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"channelEpisodes": "എല്ലാ എപ്പിസോഡുകൾ", "channelEpisodes": "എല്ലാ എപ്പിസോഡുകൾ",
@ -2977,7 +2977,7 @@
"libraries": { "libraries": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"details": "" "details": ""
@ -3138,7 +3138,7 @@
"remote": { "remote": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | ", "tracks": "",
"failedTracks": "", "failedTracks": "",
"lastUpdate": "" "lastUpdate": ""
}, },
@ -3243,7 +3243,7 @@
"library": { "library": {
"LibraryBase": { "LibraryBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"albums": "ആൽബങ്ങളും", "albums": "ആൽബങ്ങളും",
@ -4203,7 +4203,7 @@
}, },
"title": "പ്ലേലിസ്റ്റ്", "title": "പ്ലേലിസ്റ്റ്",
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"empty": { "empty": {
"noTracks": "" "noTracks": ""
@ -4240,7 +4240,7 @@
"composables": { "composables": {
"audio": { "audio": {
"usePlayOptions": { "usePlayOptions": {
"addToQueueMessage": " | " "addToQueueMessage": ""
} }
}, },
"locale": { "locale": {

View File

@ -2475,7 +2475,7 @@
"search": "Søk etter brukernavn, e-post, navn…" "search": "Søk etter brukernavn, e-post, navn…"
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationsTable": { "InvitationsTable": {
@ -2512,7 +2512,7 @@
"search": "Søk etter brukernavn, e-postadresse, kode…" "search": "Søk etter brukernavn, e-postadresse, kode…"
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationForm": { "InvitationForm": {

View File

@ -330,8 +330,8 @@
}, },
"About": { "About": {
"stat": { "stat": {
"activeUsers": " | ", "activeUsers": "",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"funkwhale": "", "funkwhale": "",
@ -361,8 +361,8 @@
}, },
"Home": { "Home": {
"stat": { "stat": {
"activeUsers": " | ", "activeUsers": "",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"aboutFunkwhale": "", "aboutFunkwhale": "",
@ -412,8 +412,8 @@
"artist": { "artist": {
"Card": { "Card": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -424,20 +424,20 @@
}, },
"ChannelCard": { "ChannelCard": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
}, },
"title": "" "title": ""
}, },
"ChannelSerieCard": { "ChannelSerieCard": {
"meta": { "meta": {
"episodes": " | " "episodes": ""
} }
}, },
"album": { "album": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -696,8 +696,8 @@
"library": { "library": {
"AlbumBase": { "AlbumBase": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"addDescription": "" "addDescription": ""
@ -705,7 +705,7 @@
}, },
"ArtistBase": { "ArtistBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"title": "", "title": "",
"button": { "button": {
@ -732,7 +732,7 @@
"radios": { "radios": {
"Builder": { "Builder": {
"header": { "header": {
"matches": " | ", "matches": "",
"builder": "", "builder": "",
"created": "", "created": "",
"updated": "" "updated": ""
@ -1269,7 +1269,7 @@
"favorites": { "favorites": {
"List": { "List": {
"header": { "header": {
"favorites": " | " "favorites": ""
}, },
"ordering": { "ordering": {
"direction": { "direction": {
@ -1306,7 +1306,7 @@
"channels": { "channels": {
"UploadModal": { "UploadModal": {
"meta": { "meta": {
"files": " | ", "files": "",
"quota": "" "quota": ""
}, },
"button": { "button": {
@ -1327,7 +1327,7 @@
}, },
"AlbumSelect": { "AlbumSelect": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"label": { "label": {
"album": "", "album": "",
@ -1421,12 +1421,12 @@
}, },
"AboutPod": { "AboutPod": {
"stat": { "stat": {
"hoursOfMusic": " | ", "hoursOfMusic": "",
"activeUsers": " | ", "activeUsers": "",
"albumsCount": " | ", "albumsCount": "",
"artistsCount": " | ", "artistsCount": "",
"listeningsCount": " | ", "listeningsCount": "",
"tracksCount": " | " "tracksCount": ""
}, },
"title": "", "title": "",
"link": { "link": {
@ -1472,18 +1472,18 @@
"common": { "common": {
"ActionTable": { "ActionTable": {
"button": { "button": {
"selected": " | ", "selected": "",
"allSelected": " | ", "allSelected": "",
"go": "", "go": "",
"launch": "", "launch": "",
"refresh": "", "refresh": "",
"select": "", "select": "",
"selectAll": "", "selectAll": "",
"selectElement": " | ", "selectElement": "",
"selectCurrentPage": "" "selectCurrentPage": ""
}, },
"message": { "message": {
"success": " | ", "success": "",
"needsRefresh": "" "needsRefresh": ""
}, },
"label": { "label": {
@ -1492,7 +1492,7 @@
}, },
"modal": { "modal": {
"performAction": { "performAction": {
"header": " | ", "header": "",
"content": { "content": {
"warning": "" "warning": ""
} }
@ -1666,7 +1666,7 @@
"playlists": { "playlists": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"PlaylistModal": { "PlaylistModal": {
@ -1712,7 +1712,7 @@
"addDuplicate": "", "addDuplicate": "",
"clear": "", "clear": "",
"copy": "", "copy": "",
"insertFromQueue": " | " "insertFromQueue": ""
}, },
"error": { "error": {
"sync": "" "sync": ""
@ -2475,7 +2475,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationsTable": { "InvitationsTable": {
@ -2512,7 +2512,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationForm": { "InvitationForm": {
@ -2865,7 +2865,7 @@
"tags": { "tags": {
"List": { "List": {
"button": { "button": {
"more": " | " "more": ""
} }
} }
} }
@ -2874,10 +2874,10 @@
"channels": { "channels": {
"DetailBase": { "DetailBase": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"listenings": " | ", "listenings": "",
"subscribers": " | ", "subscribers": "",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"channelEpisodes": "", "channelEpisodes": "",
@ -2977,7 +2977,7 @@
"libraries": { "libraries": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"details": "" "details": ""
@ -3138,7 +3138,7 @@
"remote": { "remote": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | ", "tracks": "",
"failedTracks": "", "failedTracks": "",
"lastUpdate": "" "lastUpdate": ""
}, },
@ -3243,7 +3243,7 @@
"library": { "library": {
"LibraryBase": { "LibraryBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"albums": "", "albums": "",
@ -4203,7 +4203,7 @@
}, },
"title": "", "title": "",
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"empty": { "empty": {
"noTracks": "" "noTracks": ""
@ -4240,7 +4240,7 @@
"composables": { "composables": {
"audio": { "audio": {
"usePlayOptions": { "usePlayOptions": {
"addToQueueMessage": " | " "addToQueueMessage": ""
} }
}, },
"locale": { "locale": {

View File

@ -330,8 +330,8 @@
}, },
"About": { "About": {
"stat": { "stat": {
"activeUsers": " | ", "activeUsers": "",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"funkwhale": "", "funkwhale": "",
@ -361,8 +361,8 @@
}, },
"Home": { "Home": {
"stat": { "stat": {
"activeUsers": " | ", "activeUsers": "",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"aboutFunkwhale": "", "aboutFunkwhale": "",
@ -412,8 +412,8 @@
"artist": { "artist": {
"Card": { "Card": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -424,20 +424,20 @@
}, },
"ChannelCard": { "ChannelCard": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
}, },
"title": "" "title": ""
}, },
"ChannelSerieCard": { "ChannelSerieCard": {
"meta": { "meta": {
"episodes": " | " "episodes": ""
} }
}, },
"album": { "album": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -696,8 +696,8 @@
"library": { "library": {
"AlbumBase": { "AlbumBase": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"addDescription": "" "addDescription": ""
@ -705,7 +705,7 @@
}, },
"ArtistBase": { "ArtistBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"title": "", "title": "",
"button": { "button": {
@ -732,7 +732,7 @@
"radios": { "radios": {
"Builder": { "Builder": {
"header": { "header": {
"matches": " | ", "matches": "",
"builder": "", "builder": "",
"created": "", "created": "",
"updated": "" "updated": ""
@ -1269,7 +1269,7 @@
"favorites": { "favorites": {
"List": { "List": {
"header": { "header": {
"favorites": " | " "favorites": ""
}, },
"ordering": { "ordering": {
"direction": { "direction": {
@ -1306,7 +1306,7 @@
"channels": { "channels": {
"UploadModal": { "UploadModal": {
"meta": { "meta": {
"files": " | ", "files": "",
"quota": "" "quota": ""
}, },
"button": { "button": {
@ -1327,7 +1327,7 @@
}, },
"AlbumSelect": { "AlbumSelect": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"label": { "label": {
"album": "", "album": "",
@ -1421,12 +1421,12 @@
}, },
"AboutPod": { "AboutPod": {
"stat": { "stat": {
"hoursOfMusic": " | ", "hoursOfMusic": "",
"activeUsers": " | ", "activeUsers": "",
"albumsCount": " | ", "albumsCount": "",
"artistsCount": " | ", "artistsCount": "",
"listeningsCount": " | ", "listeningsCount": "",
"tracksCount": " | " "tracksCount": ""
}, },
"title": "", "title": "",
"link": { "link": {
@ -1472,18 +1472,18 @@
"common": { "common": {
"ActionTable": { "ActionTable": {
"button": { "button": {
"selected": " | ", "selected": "",
"allSelected": " | ", "allSelected": "",
"go": "", "go": "",
"launch": "", "launch": "",
"refresh": "", "refresh": "",
"select": "", "select": "",
"selectAll": "", "selectAll": "",
"selectElement": " | ", "selectElement": "",
"selectCurrentPage": "" "selectCurrentPage": ""
}, },
"message": { "message": {
"success": " | ", "success": "",
"needsRefresh": "" "needsRefresh": ""
}, },
"label": { "label": {
@ -1492,7 +1492,7 @@
}, },
"modal": { "modal": {
"performAction": { "performAction": {
"header": " | ", "header": "",
"content": { "content": {
"warning": "" "warning": ""
} }
@ -1666,7 +1666,7 @@
"playlists": { "playlists": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"PlaylistModal": { "PlaylistModal": {
@ -1712,7 +1712,7 @@
"addDuplicate": "", "addDuplicate": "",
"clear": "", "clear": "",
"copy": "", "copy": "",
"insertFromQueue": " | " "insertFromQueue": ""
}, },
"error": { "error": {
"sync": "" "sync": ""
@ -2475,7 +2475,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationsTable": { "InvitationsTable": {
@ -2512,7 +2512,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationForm": { "InvitationForm": {
@ -2865,7 +2865,7 @@
"tags": { "tags": {
"List": { "List": {
"button": { "button": {
"more": " | " "more": ""
} }
} }
} }
@ -2874,10 +2874,10 @@
"channels": { "channels": {
"DetailBase": { "DetailBase": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"listenings": " | ", "listenings": "",
"subscribers": " | ", "subscribers": "",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"channelEpisodes": "", "channelEpisodes": "",
@ -2977,7 +2977,7 @@
"libraries": { "libraries": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"details": "" "details": ""
@ -3138,7 +3138,7 @@
"remote": { "remote": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | ", "tracks": "",
"failedTracks": "", "failedTracks": "",
"lastUpdate": "" "lastUpdate": ""
}, },
@ -3243,7 +3243,7 @@
"library": { "library": {
"LibraryBase": { "LibraryBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"albums": "", "albums": "",
@ -4203,7 +4203,7 @@
}, },
"title": "", "title": "",
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"empty": { "empty": {
"noTracks": "" "noTracks": ""
@ -4240,7 +4240,7 @@
"composables": { "composables": {
"audio": { "audio": {
"usePlayOptions": { "usePlayOptions": {
"addToQueueMessage": " | " "addToQueueMessage": ""
} }
}, },
"locale": { "locale": {

View File

@ -1425,7 +1425,7 @@
"activeUsers": "Inaktiv | Inaktiv", "activeUsers": "Inaktiv | Inaktiv",
"albumsCount": "1 album | { count } album", "albumsCount": "1 album | { count } album",
"artistsCount": "Artist | Artist", "artistsCount": "Artist | Artist",
"listeningsCount": " | ", "listeningsCount": "",
"tracksCount": "låtar | låtar" "tracksCount": "låtar | låtar"
}, },
"title": "Om", "title": "Om",
@ -2475,7 +2475,7 @@
"search": "Sök efter användarnamn, e-post, namn…" "search": "Sök efter användarnamn, e-post, namn…"
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationsTable": { "InvitationsTable": {
@ -2512,7 +2512,7 @@
"search": "Sök efter användarnamn, e-post, kod…" "search": "Sök efter användarnamn, e-post, kod…"
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationForm": { "InvitationForm": {

View File

@ -331,7 +331,7 @@
"About": { "About": {
"stat": { "stat": {
"activeUsers": "{ count } aktif kullanıcı | { count } aktif kullanıcılar", "activeUsers": "{ count } aktif kullanıcı | { count } aktif kullanıcılar",
"hoursOfMusic": " | " "hoursOfMusic": ""
}, },
"header": { "header": {
"funkwhale": "", "funkwhale": "",
@ -705,7 +705,7 @@
}, },
"ArtistBase": { "ArtistBase": {
"meta": { "meta": {
"tracks": "{ albumsCount } albümde { count } parça | " "tracks": ""
}, },
"title": "", "title": "",
"button": { "button": {
@ -1421,12 +1421,12 @@
}, },
"AboutPod": { "AboutPod": {
"stat": { "stat": {
"hoursOfMusic": " | ", "hoursOfMusic": "",
"activeUsers": " | ", "activeUsers": "",
"albumsCount": " | ", "albumsCount": "",
"artistsCount": " | ", "artistsCount": "",
"listeningsCount": " | ", "listeningsCount": "",
"tracksCount": " | " "tracksCount": ""
}, },
"title": "", "title": "",
"link": { "link": {
@ -1472,18 +1472,18 @@
"common": { "common": {
"ActionTable": { "ActionTable": {
"button": { "button": {
"selected": "{ count }'nin { total }'i seçildi | ", "selected": "",
"allSelected": " | ", "allSelected": "",
"go": "", "go": "",
"launch": "", "launch": "",
"refresh": "", "refresh": "",
"select": "", "select": "",
"selectAll": "", "selectAll": "",
"selectElement": " | ", "selectElement": "",
"selectCurrentPage": "" "selectCurrentPage": ""
}, },
"message": { "message": {
"success": " | ", "success": "",
"needsRefresh": "" "needsRefresh": ""
}, },
"label": { "label": {
@ -1492,7 +1492,7 @@
}, },
"modal": { "modal": {
"performAction": { "performAction": {
"header": " | ", "header": "",
"content": { "content": {
"warning": "" "warning": ""
} }
@ -1712,7 +1712,7 @@
"addDuplicate": "", "addDuplicate": "",
"clear": "", "clear": "",
"copy": "", "copy": "",
"insertFromQueue": " | " "insertFromQueue": ""
}, },
"error": { "error": {
"sync": "" "sync": ""
@ -2475,7 +2475,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationsTable": { "InvitationsTable": {
@ -2512,7 +2512,7 @@
"search": "" "search": ""
}, },
"pagination": { "pagination": {
"results": " | " "results": ""
} }
}, },
"InvitationForm": { "InvitationForm": {
@ -2865,7 +2865,7 @@
"tags": { "tags": {
"List": { "List": {
"button": { "button": {
"more": " | " "more": ""
} }
} }
} }
@ -2875,7 +2875,7 @@
"DetailBase": { "DetailBase": {
"meta": { "meta": {
"episodes": "{ count } bölüm | { count } bölümler", "episodes": "{ count } bölüm | { count } bölümler",
"listenings": "{ count } dinliyor | ", "listenings": "",
"subscribers": "{ count } abone | { count } abone", "subscribers": "{ count } abone | { count } abone",
"tracks": "{ count } parça | { count } parça" "tracks": "{ count } parça | { count } parça"
}, },
@ -4203,7 +4203,7 @@
}, },
"title": "", "title": "",
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"empty": { "empty": {
"noTracks": "" "noTracks": ""
@ -4240,7 +4240,7 @@
"composables": { "composables": {
"audio": { "audio": {
"usePlayOptions": { "usePlayOptions": {
"addToQueueMessage": " | " "addToQueueMessage": ""
} }
}, },
"locale": { "locale": {

View File

@ -413,7 +413,7 @@
"Card": { "Card": {
"meta": { "meta": {
"episodes": "{ count } 正在聽", "episodes": "{ count } 正在聽",
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -425,7 +425,7 @@
"ChannelCard": { "ChannelCard": {
"meta": { "meta": {
"episodes": "{ count } 正在聽", "episodes": "{ count } 正在聽",
"tracks": " | " "tracks": ""
}, },
"title": "" "title": ""
}, },
@ -437,7 +437,7 @@
"album": { "album": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"Widget": { "Widget": {
@ -697,7 +697,7 @@
"AlbumBase": { "AlbumBase": {
"meta": { "meta": {
"episodes": "{ count } 正在聽", "episodes": "{ count } 正在聽",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"addDescription": "" "addDescription": ""
@ -705,7 +705,7 @@
}, },
"ArtistBase": { "ArtistBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"title": "", "title": "",
"button": { "button": {
@ -732,7 +732,7 @@
"radios": { "radios": {
"Builder": { "Builder": {
"header": { "header": {
"matches": " | ", "matches": "",
"builder": "", "builder": "",
"created": "", "created": "",
"updated": "" "updated": ""
@ -1306,7 +1306,7 @@
"channels": { "channels": {
"UploadModal": { "UploadModal": {
"meta": { "meta": {
"files": " | ", "files": "",
"quota": "" "quota": ""
}, },
"button": { "button": {
@ -1327,7 +1327,7 @@
}, },
"AlbumSelect": { "AlbumSelect": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"label": { "label": {
"album": "", "album": "",
@ -1473,7 +1473,7 @@
"ActionTable": { "ActionTable": {
"button": { "button": {
"selected": "{ count } 中 { total } 選中", "selected": "{ count } 中 { total } 選中",
"allSelected": " | ", "allSelected": "",
"go": "", "go": "",
"launch": "", "launch": "",
"refresh": "", "refresh": "",
@ -1483,7 +1483,7 @@
"selectCurrentPage": "" "selectCurrentPage": ""
}, },
"message": { "message": {
"success": " | ", "success": "",
"needsRefresh": "" "needsRefresh": ""
}, },
"label": { "label": {
@ -1492,7 +1492,7 @@
}, },
"modal": { "modal": {
"performAction": { "performAction": {
"header": " | ", "header": "",
"content": { "content": {
"warning": "" "warning": ""
} }
@ -1666,7 +1666,7 @@
"playlists": { "playlists": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
} }
}, },
"PlaylistModal": { "PlaylistModal": {
@ -1712,7 +1712,7 @@
"addDuplicate": "", "addDuplicate": "",
"clear": "", "clear": "",
"copy": "", "copy": "",
"insertFromQueue": " | " "insertFromQueue": ""
}, },
"error": { "error": {
"sync": "" "sync": ""
@ -2865,7 +2865,7 @@
"tags": { "tags": {
"List": { "List": {
"button": { "button": {
"more": " | " "more": ""
} }
} }
} }
@ -2874,10 +2874,10 @@
"channels": { "channels": {
"DetailBase": { "DetailBase": {
"meta": { "meta": {
"episodes": " | ", "episodes": "",
"listenings": "{ count } 正在聽", "listenings": "{ count } 正在聽",
"subscribers": " | ", "subscribers": "",
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"channelEpisodes": "", "channelEpisodes": "",
@ -2977,7 +2977,7 @@
"libraries": { "libraries": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"details": "" "details": ""
@ -3138,7 +3138,7 @@
"remote": { "remote": {
"Card": { "Card": {
"meta": { "meta": {
"tracks": " | ", "tracks": "",
"failedTracks": "", "failedTracks": "",
"lastUpdate": "" "lastUpdate": ""
}, },
@ -3243,7 +3243,7 @@
"library": { "library": {
"LibraryBase": { "LibraryBase": {
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"link": { "link": {
"albums": "", "albums": "",
@ -4203,7 +4203,7 @@
}, },
"title": "", "title": "",
"meta": { "meta": {
"tracks": " | " "tracks": ""
}, },
"empty": { "empty": {
"noTracks": "" "noTracks": ""
@ -4240,7 +4240,7 @@
"composables": { "composables": {
"audio": { "audio": {
"usePlayOptions": { "usePlayOptions": {
"addToQueueMessage": " | " "addToQueueMessage": ""
} }
}, },
"locale": { "locale": {