mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-23 14:35:24 -07:00
fix(translations): 🌐 New translations from Crowdin [skip ci]
This commit is contained in:
parent
9827f54edd
commit
ab1c032e40
1 changed files with 27 additions and 3 deletions
|
@ -37,7 +37,8 @@
|
||||||
"Submit": "Submit",
|
"Submit": "Submit",
|
||||||
"Update": "Update",
|
"Update": "Update",
|
||||||
"tvShow": "TV Show",
|
"tvShow": "TV Show",
|
||||||
"movie": "Movie"
|
"movie": "Movie",
|
||||||
|
"album": "Album"
|
||||||
},
|
},
|
||||||
"PasswordReset": {
|
"PasswordReset": {
|
||||||
"EmailAddressPlaceholder": "E-mail adres",
|
"EmailAddressPlaceholder": "E-mail adres",
|
||||||
|
@ -204,7 +205,21 @@
|
||||||
"RequestCollection": "Request Collection",
|
"RequestCollection": "Request Collection",
|
||||||
"CollectionSuccesfullyAdded": "The collection {{name}} has been successfully added!",
|
"CollectionSuccesfullyAdded": "The collection {{name}} has been successfully added!",
|
||||||
"NeedToSelectEpisodes": "You need to select some episodes!",
|
"NeedToSelectEpisodes": "You need to select some episodes!",
|
||||||
"RequestAddedSuccessfully": "Request for {{title}} has been added successfully"
|
"RequestAddedSuccessfully": "Request for {{title}} has been added successfully",
|
||||||
|
"ErrorCodes": {
|
||||||
|
"AlreadyRequested": "This has already been requested",
|
||||||
|
"EpisodesAlreadyRequested": "We already have episodes requested from this series",
|
||||||
|
"NoPermissionsOnBehalf": "You do not have the correct permissions to request on behalf of users!",
|
||||||
|
"NoPermissions": "You do not have the correct permissions!",
|
||||||
|
"RequestDoesNotExist": "Request does not exist",
|
||||||
|
"ChildRequestDoesNotExist": "Child Request does not exist",
|
||||||
|
"NoPermissionsRequestMovie": "You do not have permissions to Request a Movie",
|
||||||
|
"NoPermissionsRequestTV": "You do not have permissions to Request a TV Show",
|
||||||
|
"NoPermissionsRequestAlbum": "You do not have permissions to Request an Album",
|
||||||
|
"MovieRequestQuotaExceeded": "You have exceeded your Movie request quota!",
|
||||||
|
"TvRequestQuotaExceeded": "You have exceeded your Episode request quota!",
|
||||||
|
"AlbumRequestQuotaExceeded": "You have exceeded your Album request quota!"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Issues": {
|
"Issues": {
|
||||||
"Title": "Problemen",
|
"Title": "Problemen",
|
||||||
|
@ -284,9 +299,12 @@
|
||||||
"LanguageProfileSelect": "Select A Language Profile",
|
"LanguageProfileSelect": "Select A Language Profile",
|
||||||
"Status": "Status:",
|
"Status": "Status:",
|
||||||
"StatusValues": {
|
"StatusValues": {
|
||||||
|
"Rumored": "Rumored",
|
||||||
"Planned": "Planned",
|
"Planned": "Planned",
|
||||||
"In Production": "In Production",
|
"In Production": "In Production",
|
||||||
|
"Post Production": "Post Production",
|
||||||
"Released": "Released",
|
"Released": "Released",
|
||||||
|
"Running": "Running",
|
||||||
"Returning Series": "Returning Series",
|
"Returning Series": "Returning Series",
|
||||||
"Ended": "Ended",
|
"Ended": "Ended",
|
||||||
"Canceled": "Canceled"
|
"Canceled": "Canceled"
|
||||||
|
@ -327,7 +345,13 @@
|
||||||
"RequestedBy": "Requested By:",
|
"RequestedBy": "Requested By:",
|
||||||
"RequestDate": "Request Date:",
|
"RequestDate": "Request Date:",
|
||||||
"DeniedReason": "Denied Reason:",
|
"DeniedReason": "Denied Reason:",
|
||||||
"ReProcessRequest": "Re-Process Request"
|
"ReProcessRequest": "Re-Process Request",
|
||||||
|
"Music": {
|
||||||
|
"Type": "Type:",
|
||||||
|
"Country": "Country:",
|
||||||
|
"StartDate": "Start Date:",
|
||||||
|
"EndDate": "EndDate:"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Discovery": {
|
"Discovery": {
|
||||||
"PopularTab": "Populair",
|
"PopularTab": "Populair",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue