mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 16:22:55 -07:00
More translations on the search page (Mainly the notification messages) #243
This commit is contained in:
parent
3cc1113440
commit
694bc8aa02
4 changed files with 214 additions and 50 deletions
135
PlexRequests.UI/Resources/UI.Designer.cs
generated
135
PlexRequests.UI/Resources/UI.Designer.cs
generated
|
@ -87,6 +87,15 @@ namespace PlexRequests.UI.Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Could not save, please try again.
|
||||
/// </summary>
|
||||
public static string Common_CouldNotSave {
|
||||
get {
|
||||
return ResourceManager.GetString("Common_CouldNotSave", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Remove.
|
||||
/// </summary>
|
||||
|
@ -681,6 +690,24 @@ namespace PlexRequests.UI.Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to is already in Plex!.
|
||||
/// </summary>
|
||||
public static string Search_AlreadyInPlex {
|
||||
get {
|
||||
return ResourceManager.GetString("Search_AlreadyInPlex", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to has already been requested!.
|
||||
/// </summary>
|
||||
public static string Search_AlreadyRequested {
|
||||
get {
|
||||
return ResourceManager.GetString("Search_AlreadyRequested", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Available.
|
||||
/// </summary>
|
||||
|
@ -699,6 +726,24 @@ namespace PlexRequests.UI.Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Something went wrong adding the movie to CouchPotato! Please check your settings..
|
||||
/// </summary>
|
||||
public static string Search_CouchPotatoError {
|
||||
get {
|
||||
return ResourceManager.GetString("Search_CouchPotatoError", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to We could not check if {0} is in Plex, are you sure it's correctly setup?.
|
||||
/// </summary>
|
||||
public static string Search_CouldNotCheckPlex {
|
||||
get {
|
||||
return ResourceManager.GetString("Search_CouldNotCheckPlex", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Country.
|
||||
/// </summary>
|
||||
|
@ -708,6 +753,24 @@ namespace PlexRequests.UI.Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Sorry, but your administrator has not yet enabled this functionality..
|
||||
/// </summary>
|
||||
public static string Search_ErrorNotEnabled {
|
||||
get {
|
||||
return ResourceManager.GetString("Search_ErrorNotEnabled", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Sorry, but this functionality is currently only for users with Plex accounts.
|
||||
/// </summary>
|
||||
public static string Search_ErrorPlexAccountOnly {
|
||||
get {
|
||||
return ResourceManager.GetString("Search_ErrorPlexAccountOnly", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to First Season.
|
||||
/// </summary>
|
||||
|
@ -753,6 +816,24 @@ namespace PlexRequests.UI.Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to We could not find the artist on MusicBrainz. Please try again later or contact your admin.
|
||||
/// </summary>
|
||||
public static string Search_MusicBrainzError {
|
||||
get {
|
||||
return ResourceManager.GetString("Search_MusicBrainzError", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to We could not remove this notification because you never had it!.
|
||||
/// </summary>
|
||||
public static string Search_NotificationError {
|
||||
get {
|
||||
return ResourceManager.GetString("Search_NotificationError", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Want to watch something that is not currently on Plex?! No problem! Just search for it below and request it!.
|
||||
/// </summary>
|
||||
|
@ -816,6 +897,24 @@ namespace PlexRequests.UI.Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Something went wrong adding the movie to SickRage! Please check your settings..
|
||||
/// </summary>
|
||||
public static string Search_SickrageError {
|
||||
get {
|
||||
return ResourceManager.GetString("Search_SickrageError", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to was successfully added!.
|
||||
/// </summary>
|
||||
public static string Search_SuccessfullyAdded {
|
||||
get {
|
||||
return ResourceManager.GetString("Search_SuccessfullyAdded", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Suggestions.
|
||||
/// </summary>
|
||||
|
@ -843,6 +942,15 @@ namespace PlexRequests.UI.Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The request of TV Shows is not correctly set up. Please contact your admin..
|
||||
/// </summary>
|
||||
public static string Search_TvNotSetUp {
|
||||
get {
|
||||
return ResourceManager.GetString("Search_TvNotSetUp", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to TV Shows.
|
||||
/// </summary>
|
||||
|
@ -852,6 +960,33 @@ namespace PlexRequests.UI.Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You have reached your weekly request limit for Albums! Please contact your admin..
|
||||
/// </summary>
|
||||
public static string Search_WeeklyRequestLimitAlbums {
|
||||
get {
|
||||
return ResourceManager.GetString("Search_WeeklyRequestLimitAlbums", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You have reached your weekly request limit for Movies! Please contact your admin..
|
||||
/// </summary>
|
||||
public static string Search_WeeklyRequestLimitMovie {
|
||||
get {
|
||||
return ResourceManager.GetString("Search_WeeklyRequestLimitMovie", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You have reached your weekly request limit for TV Shows! Please contact your admin..
|
||||
/// </summary>
|
||||
public static string Search_WeeklyRequestLimitTVShow {
|
||||
get {
|
||||
return ResourceManager.GetString("Search_WeeklyRequestLimitTVShow", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Want to watch a movie or tv show but it's not currently on Plex?
|
||||
/// Login below with your Plex.tv username and password!.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue