Translated using Weblate (English (United Kingdom))
Currently translated at 95.9% (2183 of 2276 strings) Translation: Funkwhale/Funkwhale Web Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/en_GB/
This commit is contained in:
parent
d6a5b065b8
commit
2a2d6d1091
|
@ -2,28 +2,6 @@
|
|||
"App": {
|
||||
"loading": "Loading…"
|
||||
},
|
||||
"vui": {
|
||||
"radio": "Radio",
|
||||
"by-user": "by {username}",
|
||||
"go-to": "Go to",
|
||||
"pagination": {
|
||||
"label": "Pagination",
|
||||
"previous": "Previous page",
|
||||
"next": "Next page"
|
||||
},
|
||||
"albums": "{n} album | {n} albums",
|
||||
"tracks": "{n} track | {n} tracks",
|
||||
"episodes": "{n} episode | {n} episodes",
|
||||
"aria": {
|
||||
"pagination": {
|
||||
"nav": "Pagination Navigation",
|
||||
"gotoPage": "Goto Page {n}",
|
||||
"gotoPrevious": "Goto Previous Page",
|
||||
"gotoNext": "Goto Next Page",
|
||||
"currentPage": "Current Page, Page {n}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"About": {
|
||||
"description": {
|
||||
|
@ -595,9 +573,9 @@
|
|||
"artist": {
|
||||
"Card": {
|
||||
"meta": {
|
||||
"albums": "No albums | {n} album | {n} albums",
|
||||
"episodes": "No episodes | {n} episode | {n} episodes",
|
||||
"tracks": "No tracks | {n} track | {n} tracks",
|
||||
"albums": "No albums | {n} album | {n} albums"
|
||||
"tracks": "No tracks | {n} track | {n} tracks"
|
||||
}
|
||||
},
|
||||
"Widget": {
|
||||
|
@ -1201,8 +1179,8 @@
|
|||
"copy": "Copy"
|
||||
},
|
||||
"message": {
|
||||
"success": "Text copied to clipboard!",
|
||||
"fail": "Failed to copy text to clipboard, maybe your browser doesn't support this feature."
|
||||
"fail": "Failed to copy text to clipboard, maybe your browser doesn't support this feature.",
|
||||
"success": "Text copied to clipboard!"
|
||||
}
|
||||
},
|
||||
"DangerousButton": {
|
||||
|
@ -2820,10 +2798,10 @@
|
|||
},
|
||||
"playlists": {
|
||||
"Card": {
|
||||
"title": "Updated on {date}",
|
||||
"meta": {
|
||||
"tracks": "No tracks | {n} track | {n} tracks"
|
||||
}
|
||||
},
|
||||
"title": "Updated on {date}"
|
||||
},
|
||||
"Detail": {
|
||||
"button": {
|
||||
|
@ -2945,13 +2923,13 @@
|
|||
},
|
||||
"PlaylistDropdown": {
|
||||
"button": {
|
||||
"import": {
|
||||
"header": "Rebuild playlist",
|
||||
"description": "This will update the playlist with the content of the xspf file. Existing playlist tracks will be deleted"
|
||||
},
|
||||
"export": {
|
||||
"header": "Download playlist",
|
||||
"description": "This will provide an xspf file with the playlist data"
|
||||
"description": "This will provide an xspf file with the playlist data",
|
||||
"header": "Download playlist"
|
||||
},
|
||||
"import": {
|
||||
"description": "This will update the playlist with the content of the xspf file. Existing playlist tracks will be deleted",
|
||||
"header": "Rebuild playlist"
|
||||
}
|
||||
},
|
||||
"more": "More"
|
||||
|
@ -4709,5 +4687,27 @@
|
|||
"title": "Radio"
|
||||
}
|
||||
}
|
||||
},
|
||||
"vui": {
|
||||
"albums": "{n} album | {n} albums",
|
||||
"aria": {
|
||||
"pagination": {
|
||||
"currentPage": "Current Page, Page {n}",
|
||||
"gotoNext": "Goto Next Page",
|
||||
"gotoPage": "Goto Page {n}",
|
||||
"gotoPrevious": "Goto Previous Page",
|
||||
"nav": "Pagination Navigation"
|
||||
}
|
||||
},
|
||||
"by-user": "by {username}",
|
||||
"episodes": "{n} episode | {n} episodes",
|
||||
"go-to": "Go to",
|
||||
"pagination": {
|
||||
"label": "Pagination",
|
||||
"next": "Next page",
|
||||
"previous": "Previous page"
|
||||
},
|
||||
"radio": "Radio",
|
||||
"tracks": "{n} track | {n} tracks"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue