Translated using Weblate (English (United Kingdom))
Currently translated at 97.8% (2130 of 2176 strings) Translation: Funkwhale/Funkwhale Web Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/en_GB/
This commit is contained in:
parent
5666900b8c
commit
91b04cc6a8
|
@ -3,9 +3,9 @@
|
|||
"auth": {
|
||||
"Authorize": {
|
||||
"header": {
|
||||
"access": "{ app } wants to access your Funkwhale account",
|
||||
"access": "{app_name} wants to access your Funkwhale account",
|
||||
"authorize": "Authorise third-party app",
|
||||
"authorizeFailure": "Error while authorising application",
|
||||
"authorizeFailure": "Error while fetching application data",
|
||||
"fetchFailure": "Error while fetching application data",
|
||||
"allScopes": "Full access",
|
||||
"readOnly": "Read-only",
|
||||
|
@ -13,12 +13,12 @@
|
|||
},
|
||||
"title": "Allow application",
|
||||
"button": {
|
||||
"authorize": "Authorise { app }"
|
||||
"authorize": "Authorize {app}"
|
||||
},
|
||||
"help": {
|
||||
"pasteCode": "Copy-paste the following code in the application:",
|
||||
"redirect": "You will be redirected to { 0 }",
|
||||
"copyCode": "You will be shown a code to copy-paste in the application."
|
||||
"copyCode": "You will be shown a code to copy-paste in the application"
|
||||
},
|
||||
"message": {
|
||||
"unknownPermissions": "The application is also requesting the following unknown permissions:"
|
||||
|
@ -75,8 +75,9 @@
|
|||
"appSecret": "Application secret"
|
||||
},
|
||||
"header": {
|
||||
"appDetails": "Application details",
|
||||
"editApp": "Edit application"
|
||||
"appDetails": "Application Details",
|
||||
"editApp": "Edit application",
|
||||
"appSecretWarning": "Keep a copy of this token in a safe place."
|
||||
},
|
||||
"help": {
|
||||
"appDetails": "Application ID and secret are really sensitive values and must be treated like passwords. Do not share those with anyone else."
|
||||
|
@ -87,6 +88,9 @@
|
|||
"title": "Edit application",
|
||||
"button": {
|
||||
"regenerateToken": "Regenerate token"
|
||||
},
|
||||
"message": {
|
||||
"appSecretWarning": "You won't be able to see it again once you leave this screen."
|
||||
}
|
||||
},
|
||||
"Settings": {
|
||||
|
@ -170,7 +174,7 @@
|
|||
"changePassword": {
|
||||
"header": "Change your password?",
|
||||
"content": {
|
||||
"warning": "Changing your password will have the following consequences:",
|
||||
"warning": "Changing your password will have the following consequences",
|
||||
"logout": "You will be logged out from this session and have to log in with the new one",
|
||||
"subsonic": "Your Subsonic password will be changed to a new, random one, logging you out from devices that used the old Subsonic password"
|
||||
}
|
||||
|
@ -178,17 +182,17 @@
|
|||
"deleteAccount": {
|
||||
"header": "Do you want to delete your account?",
|
||||
"content": {
|
||||
"warning": "This is irreversible and will permanently remove your data from our servers. You will we immediately logged out."
|
||||
"warning": "This is irreversible and will permanently remove your data from our servers. You will be immediately logged out."
|
||||
}
|
||||
},
|
||||
"deleteApp": {
|
||||
"header": "Remove application \"{ application }\"?",
|
||||
"header": "Remove application {app}?",
|
||||
"content": {
|
||||
"warning": "This will permanently remove the application and all the associated tokens."
|
||||
}
|
||||
},
|
||||
"revokeApp": {
|
||||
"header": "Revoke access for application \"{ application }\"?",
|
||||
"header": "Revoke access for application {app}?",
|
||||
"content": {
|
||||
"warning": "This will prevent this application from accessing the service on your behalf."
|
||||
}
|
||||
|
@ -207,7 +211,7 @@
|
|||
"deleteAccount": "Your account will be deleted from our servers within a few minutes. We will also notify other servers who may have a copy of some of your data so they can proceed to deletion. Please note that some of these servers may be offline or unwilling to comply though."
|
||||
},
|
||||
"message": {
|
||||
"currentEmail": "Your current e-mail address is { email }.",
|
||||
"currentEmail": "Your current e-mail address is {email}",
|
||||
"confirmDelete": "Your deletion request was submitted, your account and content will be deleted shortly"
|
||||
}
|
||||
},
|
||||
|
@ -219,12 +223,12 @@
|
|||
"link": {
|
||||
"login": "Log in!"
|
||||
},
|
||||
"title": "Log Out",
|
||||
"title": "Log out",
|
||||
"button": {
|
||||
"logout": "Yes, log me out!"
|
||||
},
|
||||
"message": {
|
||||
"loggedIn": "You are currently logged in as { username }"
|
||||
"loggedIn": "You are currently logged in as {username}"
|
||||
}
|
||||
},
|
||||
"ApplicationNew": {
|
||||
|
@ -244,7 +248,8 @@
|
|||
"write": {
|
||||
"label": "Write",
|
||||
"description": "Write-only access to user data"
|
||||
}
|
||||
},
|
||||
"label": "Scopes"
|
||||
},
|
||||
"name": "Name",
|
||||
"redirectUri": "Redirect URI"
|
||||
|
@ -281,6 +286,9 @@
|
|||
},
|
||||
"header": {
|
||||
"loginFailure": "We cannot log you in"
|
||||
},
|
||||
"message": {
|
||||
"redirect": "You will be redirected to {domain} to authenticate"
|
||||
}
|
||||
},
|
||||
"SignupForm": {
|
||||
|
@ -290,7 +298,8 @@
|
|||
"label": {
|
||||
"email": "E-mail address",
|
||||
"password": "Password",
|
||||
"username": "Username"
|
||||
"username": "Username",
|
||||
"invitation": "Invitation code"
|
||||
},
|
||||
"placeholder": {
|
||||
"email": "Enter your e-mail address",
|
||||
|
@ -330,8 +339,8 @@
|
|||
},
|
||||
"About": {
|
||||
"stat": {
|
||||
"activeUsers": "{ n } active user | { n } active users",
|
||||
"hoursOfMusic": "hour of music | hours of music"
|
||||
"activeUsers": "No active users | {n} active user | {n} active users",
|
||||
"hoursOfMusic": "0 hours of music | {n} hour of music | {n} hours of music"
|
||||
},
|
||||
"header": {
|
||||
"funkwhale": "A social platform to enjoy and share music",
|
||||
|
@ -343,43 +352,47 @@
|
|||
"title": "About",
|
||||
"link": {
|
||||
"findOtherPod": "Find another pod",
|
||||
"learnMore": "Learn More"
|
||||
"learnMore": "Learn more"
|
||||
},
|
||||
"description": {
|
||||
"funkwhale": "Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralised, open network.",
|
||||
"publicContent": "Listen to public albums and playlists shared on this pod.",
|
||||
"signup": "Sign up now to keep a track of your favourites, create playlists, discover new content and much more!",
|
||||
"findApp": "Use Funkwhale on other devices with our apps.",
|
||||
"quota": "Users on this pod also get { quota } of free storage to upload their own content!"
|
||||
"quota": "Users on this pod also get {quota} of free storage to upload their own content!"
|
||||
},
|
||||
"placeholder": {
|
||||
"noDescription": "No description available."
|
||||
"noDescription": "No description available"
|
||||
},
|
||||
"message": {
|
||||
"loggedIn": "You're already signed in!"
|
||||
"loggedIn": "You're already signed in!",
|
||||
"greeting": "Hello {username}"
|
||||
},
|
||||
"help": {
|
||||
"closedRegistrations": "Registrations are closed on this pod. You can signup on another pod using the link below."
|
||||
}
|
||||
},
|
||||
"Home": {
|
||||
"stat": {
|
||||
"activeUsers": "{ n } active user | { n } active users",
|
||||
"hoursOfMusic": "{ n } hour of music | { n } hours of music"
|
||||
"activeUsers": "No active users | {n} active user | {n} active users",
|
||||
"hoursOfMusic": "0 hours of music | {n} hour of music | {n} hours of music"
|
||||
},
|
||||
"header": {
|
||||
"aboutFunkwhale": "About Funkwhale",
|
||||
"about": "About this Funkwhale pod",
|
||||
"contact": "Contact",
|
||||
"login": "Log In",
|
||||
"login": "Log in",
|
||||
"newChannels": "New channels",
|
||||
"newAlbums": "Recently added albums",
|
||||
"signup": "Sign up",
|
||||
"statistics": "Statistics",
|
||||
"links": "Useful links",
|
||||
"welcome": "Welcome to { podName }!"
|
||||
"welcome": "Welcome to {podName}!"
|
||||
},
|
||||
"link": {
|
||||
"publicContent": {
|
||||
"label": "Browse public content",
|
||||
"description": "Listen to public albums and playlists shared on this pod"
|
||||
"description": "Listen to public albums and playlists shared on this pod."
|
||||
},
|
||||
"userGuides": {
|
||||
"description": "Discover everything you need to know about Funkwhale and its features",
|
||||
|
@ -401,19 +414,22 @@
|
|||
"paragraph1": "This pod runs Funkwhale, a community-driven project that lets you listen and share music and audio within a decentralised, open network."
|
||||
},
|
||||
"signup": "Sign up now to keep track of your favourites, create playlists, discover new content and much more!",
|
||||
"quota": "Users on this pod also get { quota } of free storage to upload their own content!"
|
||||
"quota": "Users on this pod also get {quota} of free storage to upload their own content!"
|
||||
},
|
||||
"title": "Home",
|
||||
"placeholder": {
|
||||
"noDescription": "No description available."
|
||||
"noDescription": "No description available"
|
||||
},
|
||||
"help": {
|
||||
"registrationsClosed": "Registrations are closed on this pod. You can signup on another pod using the link below."
|
||||
}
|
||||
},
|
||||
"audio": {
|
||||
"artist": {
|
||||
"Card": {
|
||||
"meta": {
|
||||
"episodes": "{ n } episode | { n } episodes",
|
||||
"tracks": "{ n } track | { n } tracks"
|
||||
"episodes": "No episodes | {n} episode | {n} episodes",
|
||||
"tracks": "No tracks | {n} track | {n} tracks"
|
||||
}
|
||||
},
|
||||
"Widget": {
|
||||
|
@ -424,20 +440,20 @@
|
|||
},
|
||||
"ChannelCard": {
|
||||
"meta": {
|
||||
"episodes": "{ n } episode | { n } episodes",
|
||||
"tracks": "{ n } track | { n } tracks"
|
||||
"episodes": "No episodes | {n} episode | {n} episodes",
|
||||
"tracks": "No tracks | {n} track | {n} tracks"
|
||||
},
|
||||
"title": "Updated on { date }"
|
||||
"title": "Updated on {date}"
|
||||
},
|
||||
"ChannelSerieCard": {
|
||||
"meta": {
|
||||
"episodes": "{ n } episode | { n } episodes"
|
||||
"episodes": "No episodes | {n} episode | {n} episodes"
|
||||
}
|
||||
},
|
||||
"album": {
|
||||
"Card": {
|
||||
"meta": {
|
||||
"tracks": "{ n } track | { n } tracks"
|
||||
"tracks": "No tracks | {n} track | {n} tracks"
|
||||
}
|
||||
},
|
||||
"Widget": {
|
||||
|
@ -448,7 +464,7 @@
|
|||
},
|
||||
"Player": {
|
||||
"meta": {
|
||||
"position": "{ index } of { length }"
|
||||
"position": "{index} of {length}"
|
||||
},
|
||||
"header": {
|
||||
"player": "Audio player and controls"
|
||||
|
@ -473,7 +489,7 @@
|
|||
"PlayButton": {
|
||||
"button": {
|
||||
"addToQueue": "Add to current queue",
|
||||
"addToPlaylist": "Add to playlist…",
|
||||
"addToPlaylist": "Add to playlist",
|
||||
"episodeDetails": "Episode details",
|
||||
"hideArtist": "Hide content from this artist",
|
||||
"discretePlay": "Play",
|
||||
|
@ -497,7 +513,7 @@
|
|||
"Modal": {
|
||||
"button": {
|
||||
"addToFavorites": "Add to favourites",
|
||||
"addToPlaylist": "Add to playlist…",
|
||||
"addToPlaylist": "Add to playlist",
|
||||
"addToQueue": "Add to queue",
|
||||
"episodeDetails": "Episode details",
|
||||
"playNext": "Play next",
|
||||
|
@ -521,7 +537,7 @@
|
|||
"Modal": {
|
||||
"button": {
|
||||
"addToFavorites": "Add to favourites",
|
||||
"addToPlaylist": "Add to playlist…",
|
||||
"addToPlaylist": "Add to playlist",
|
||||
"addToQueue": "Add to queue",
|
||||
"episodeDetails": "Episode details",
|
||||
"playNext": "Play next",
|
||||
|
@ -610,7 +626,7 @@
|
|||
},
|
||||
"ChannelForm": {
|
||||
"label": {
|
||||
"discography": "Artist discography",
|
||||
"discography": "Artist Discography",
|
||||
"category": "Category",
|
||||
"image": "Channel Picture",
|
||||
"description": "Description",
|
||||
|
@ -628,7 +644,7 @@
|
|||
"username": "awesomechannelname"
|
||||
},
|
||||
"header": {
|
||||
"error": "Error while saving channel"
|
||||
"error": "Error while saving channel."
|
||||
},
|
||||
"help": {
|
||||
"podcast": "Host your episodes and keep your community updated.",
|
||||
|
@ -691,6 +707,14 @@
|
|||
"help": {
|
||||
"subscribe": "You may need to subscribe to this channel to see its content."
|
||||
}
|
||||
},
|
||||
"PlayerControls": {
|
||||
"labels": {
|
||||
"previous": "Previous track",
|
||||
"next": "Next track",
|
||||
"pause": "Pause",
|
||||
"play": "Play"
|
||||
}
|
||||
}
|
||||
},
|
||||
"library": {
|
||||
|
@ -1307,8 +1331,8 @@
|
|||
"channels": {
|
||||
"UploadModal": {
|
||||
"meta": {
|
||||
"files": "{ n } file | { n } files",
|
||||
"quota": "Remaining storage space:"
|
||||
"files": "no files | {n} file | {n} files",
|
||||
"quota": "Remaining storage space: {space}"
|
||||
},
|
||||
"button": {
|
||||
"cancel": "Cancel",
|
||||
|
@ -1328,7 +1352,7 @@
|
|||
},
|
||||
"AlbumSelect": {
|
||||
"meta": {
|
||||
"tracks": "{ n } track | { n } tracks"
|
||||
"tracks": "No tracks | {n} track | {n} tracks"
|
||||
},
|
||||
"label": {
|
||||
"album": "Album",
|
||||
|
@ -1343,7 +1367,7 @@
|
|||
"license": "About this licence"
|
||||
},
|
||||
"label": {
|
||||
"license": "License"
|
||||
"license": "Licence"
|
||||
},
|
||||
"option": {
|
||||
"none": "None"
|
||||
|
@ -1377,7 +1401,7 @@
|
|||
"uploading": "Uploading"
|
||||
},
|
||||
"description": {
|
||||
"extensions": "Supported extensions: { extensions }"
|
||||
"extensions": "Supported extensions {extensions}"
|
||||
},
|
||||
"warning": {
|
||||
"quota": "You don't have any space left to upload your files. Please contact the moderators."
|
||||
|
@ -1422,12 +1446,12 @@
|
|||
},
|
||||
"AboutPod": {
|
||||
"stat": {
|
||||
"hoursOfMusic": "hour of music | hours of music",
|
||||
"activeUsers": "active user | active users",
|
||||
"albumsCount": "album | albums",
|
||||
"artistsCount": "artist | artists",
|
||||
"listeningsCount": "listening | listenings",
|
||||
"tracksCount": "track | tracks"
|
||||
"hoursOfMusic": "0 hours of music | {n} hour of music | {n} hours of music",
|
||||
"activeUsers": "No active users | {n} active user | {n} active users",
|
||||
"albumsCount": "0 albums | {n} album | {n} albums",
|
||||
"artistsCount": "0 artists | {n} artist | {n} artists",
|
||||
"listeningsCount": "0 listenings | {n} listening | {n} listenings",
|
||||
"tracksCount": "0 tracks | {n} track | {n} tracks"
|
||||
},
|
||||
"title": "About",
|
||||
"link": {
|
||||
|
@ -1462,19 +1486,19 @@
|
|||
},
|
||||
"notApplicable": "N/A",
|
||||
"placeholder": {
|
||||
"noDescription": "No description available.",
|
||||
"noRules": "No rules available.",
|
||||
"noTerms": "No terms available."
|
||||
"noDescription": "No description available",
|
||||
"noRules": "No rules available",
|
||||
"noTerms": "No terms available"
|
||||
},
|
||||
"message": {
|
||||
"contact": "Send us an email: {'{{'} contactEmail {'}}'}"
|
||||
"contact": "Send us an email: { contactEmail }"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"ActionTable": {
|
||||
"button": {
|
||||
"selected": "{ n } of { total } selected | { n } of { total } selected",
|
||||
"allSelected": "All { n } element selected | All { n } elements selected",
|
||||
"selected": "{ n } on {total} selected",
|
||||
"allSelected": "No elements selected | {n} element selected | All {n} elements selected",
|
||||
"go": "Go",
|
||||
"launch": "Launch",
|
||||
"refresh": "Refresh table content",
|
||||
|
@ -1484,7 +1508,7 @@
|
|||
"selectCurrentPage": "Select only current page"
|
||||
},
|
||||
"message": {
|
||||
"success": "Action { action } was launched successfully on { n } element | Action { action } was launched successfully on { n } elements",
|
||||
"success": "Action {action} was launched successfully on {n} element | Action {action} was launched successfully on {n} elements",
|
||||
"needsRefresh": "Content has been updated, click refresh to see up-to-date content"
|
||||
},
|
||||
"label": {
|
||||
|
@ -1798,7 +1822,7 @@
|
|||
"artists": "Artists",
|
||||
"browse": "Browse",
|
||||
"channels": "Channels",
|
||||
"createAccount": "Create an account",
|
||||
"createAccount": "Create account",
|
||||
"favorites": "Favourites",
|
||||
"home": "Home",
|
||||
"library": "Library",
|
||||
|
@ -1809,7 +1833,8 @@
|
|||
"radios": "Radios",
|
||||
"search": "Search",
|
||||
"settings": "Settings",
|
||||
"users": "Users"
|
||||
"users": "Users",
|
||||
"switchInstance": "Switch instance"
|
||||
},
|
||||
"label": {
|
||||
"add": "Add content",
|
||||
|
@ -1819,14 +1844,15 @@
|
|||
"follows": "Pending follow requests",
|
||||
"edits": "Pending review edits",
|
||||
"play": "Play this track",
|
||||
"theme": "Theme"
|
||||
"theme": "Theme",
|
||||
"reports": "Pending review reports"
|
||||
},
|
||||
"header": {
|
||||
"administration": "Administration",
|
||||
"explore": "Explore",
|
||||
"main": "Main navigation",
|
||||
"more": "More",
|
||||
"library": "My Library"
|
||||
"library": "My library"
|
||||
}
|
||||
},
|
||||
"manage": {
|
||||
|
@ -2556,15 +2582,15 @@
|
|||
"short": "Short text"
|
||||
},
|
||||
"required": {
|
||||
"false": "No",
|
||||
"true": "Yes"
|
||||
"false": "False",
|
||||
"true": "True"
|
||||
}
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
"add": "Add a new field",
|
||||
"edit": "Edit form",
|
||||
"preview": "Preview form"
|
||||
"preview": "Preview Form"
|
||||
},
|
||||
"label": {
|
||||
"additionalField": "Additional field",
|
||||
|
@ -2582,7 +2608,7 @@
|
|||
"SettingsGroup": {
|
||||
"header": {
|
||||
"image": "Current image",
|
||||
"error": "Error while saving settings"
|
||||
"error": "Error while saving settings."
|
||||
},
|
||||
"button": {
|
||||
"save": "Save"
|
||||
|
@ -2756,7 +2782,8 @@
|
|||
"selectPod": "To continue, please select the Funkwhale instance you want to connect to. Enter the address directly, or select one of the suggested choices."
|
||||
},
|
||||
"message": {
|
||||
"newUrl": "You are now using the Funkwhale instance at { url }"
|
||||
"newUrl": "You are now using the Funkwhale instance at {url}",
|
||||
"currentConnection": "You are currently connected to { 0 }. If you continue, you will be disconnected from your current instance and all your local data will be deleted."
|
||||
}
|
||||
},
|
||||
"Queue": {
|
||||
|
@ -2774,7 +2801,14 @@
|
|||
"previous": "Previous track",
|
||||
"queue": "Queue",
|
||||
"remove": "Remove",
|
||||
"restart": "Restart track"
|
||||
"restart": "Restart track",
|
||||
"populatingRadio": "Fetching radio track...",
|
||||
"selectTrack": "Select track",
|
||||
"favorite": "Favourite track",
|
||||
"enterFullscreen": "Enter fullscreen mode",
|
||||
"exitFullscreen": "Exit fullscreen mode",
|
||||
"showCoverArt": "Show Cover Art",
|
||||
"showVisualizer": "Show MoonDrop visualiser"
|
||||
},
|
||||
"message": {
|
||||
"radio": "New tracks will be appended here automatically.",
|
||||
|
@ -2782,10 +2816,12 @@
|
|||
},
|
||||
"header": {
|
||||
"failure": "The track cannot be loaded",
|
||||
"radio": "You have a radio playing"
|
||||
"radio": "You have a radio playing",
|
||||
"noSources": "The track has no available sources."
|
||||
},
|
||||
"meta": {
|
||||
"queuePosition": "Track { index } of { length }"
|
||||
"queuePosition": "Track {index} of {length}",
|
||||
"startTime": "00:00"
|
||||
},
|
||||
"warning": {
|
||||
"connectivity": "You may have a connectivity issue."
|
||||
|
@ -2825,7 +2861,8 @@
|
|||
"label": {
|
||||
"fediverse": {
|
||||
"fieldLabel": "Fediverse object",
|
||||
"title": "Subscribe to a podcast hosted on the Fediverse"
|
||||
"title": "Fediverse object",
|
||||
"fieldPlaceholder": "{'@'}username{'@'}example.com"
|
||||
},
|
||||
"rss": {
|
||||
"fieldPlaceholder": "https://website.example.com/rss.xml",
|
||||
|
@ -2848,7 +2885,7 @@
|
|||
"link": {
|
||||
"home": "Go to home page"
|
||||
},
|
||||
"title": "Page Not Found",
|
||||
"title": "Page not found",
|
||||
"header": {
|
||||
"pageNotFound": "Page not found!"
|
||||
},
|
||||
|
@ -4502,5 +4539,8 @@
|
|||
"rateLimitDelay": "You sent too many requests and have been rate limited, please try again in { delay }",
|
||||
"rateLimitLater": "You sent too many requests and have been rate limited, please try again later"
|
||||
}
|
||||
},
|
||||
"App": {
|
||||
"loading": "Loading..."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue