mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-25 07:25:22 -07:00
tr.json
Turkish Translation in progress
This commit is contained in:
parent
a70d803ea8
commit
fabec108cf
1 changed files with 191 additions and 0 deletions
191
src/Ombi/wwwroot/translations/tr.json
Normal file
191
src/Ombi/wwwroot/translations/tr.json
Normal file
|
@ -0,0 +1,191 @@
|
|||
{
|
||||
"Login": {
|
||||
"SignInButton": "Sign in",
|
||||
"UsernamePlaceholder": "Username",
|
||||
"PasswordPlaceholder": "Password",
|
||||
"RememberMe": "Remember Me",
|
||||
"ForgottenPassword": "Forgot your password?",
|
||||
"Errors": {
|
||||
"IncorrectCredentials": "Incorrect username or password"
|
||||
}
|
||||
},
|
||||
"Common": {
|
||||
"ContinueButton": "Continue",
|
||||
"Available": "Available",
|
||||
"PartiallyAvailable": "Partially Available",
|
||||
"Monitored": "Monitored",
|
||||
"NotAvailable": "Not Available",
|
||||
"ProcessingRequest": "Processing Request",
|
||||
"PendingApproval": "Pending Approval",
|
||||
"RequestDenied":"Request Denied",
|
||||
"NotRequested": "Not Requested",
|
||||
"Requested": "Requested",
|
||||
"Request": "Request",
|
||||
"Denied":"Denied",
|
||||
"Approve":"Approve",
|
||||
"PartlyAvailable": "Partly Available",
|
||||
"Errors": {
|
||||
"Validation": "Please check your entered values"
|
||||
}
|
||||
},
|
||||
"PasswordReset": {
|
||||
"EmailAddressPlaceholder": "Email Address",
|
||||
"ResetPasswordButton": "Reset Password"
|
||||
},
|
||||
"LandingPage": {
|
||||
"OnlineHeading": "Currently Online",
|
||||
"OnlineParagraph": "The media server is currently online",
|
||||
"PartiallyOnlineHeading": "Partially Online",
|
||||
"PartiallyOnlineParagraph": "The media server is partially online.",
|
||||
"MultipleServersUnavailable":
|
||||
"There are {{serversUnavailable}} servers offline out of {{totalServers}}.",
|
||||
"SingleServerUnavailable":
|
||||
"There is {{serversUnavailable}} server offline out of {{totalServers}}.",
|
||||
"OfflineHeading": "Currently Offline",
|
||||
"OfflineParagraph": "The media server is currently offline.",
|
||||
"CheckPageForUpdates": "Check this page for continuous site updates."
|
||||
},
|
||||
"NavigationBar": {
|
||||
"Search": "Search",
|
||||
"Requests": "Requests",
|
||||
"UserManagement": "User Management",
|
||||
"Issues":"Issues",
|
||||
"Vote":"Vote",
|
||||
"Donate": "Donate!",
|
||||
"DonateLibraryMaintainer": "Donate to Library Maintainer",
|
||||
"DonateTooltip":
|
||||
"This is how I convince my wife to let me spend my spare time developing Ombi ;)",
|
||||
"UpdateAvailableTooltip": "Update Available!",
|
||||
"Settings": "Settings",
|
||||
"Welcome": "Welcome {{username}}",
|
||||
"UpdateDetails": "Update Details",
|
||||
"Logout": "Logout",
|
||||
"OpenMobileApp":"Open Mobile App",
|
||||
"RecentlyAdded":"Recently Added"
|
||||
},
|
||||
"Search": {
|
||||
"Title": "Search",
|
||||
"Paragraph":
|
||||
"Want to watch something that is not currently available? No problem, just search for it below and request it!",
|
||||
"MoviesTab": "Movies",
|
||||
"TvTab": "TV Shows",
|
||||
"MusicTab":"Music",
|
||||
"Suggestions": "Suggestions",
|
||||
"NoResults": "Sorry, we didn't find any results!",
|
||||
"DigitalDate": "Digital Release: {{date}}",
|
||||
"TheatricalRelease":"Theatrical Release: {{date}}",
|
||||
"ViewOnPlex": "View On Plex",
|
||||
"ViewOnEmby": "View On Emby",
|
||||
"RequestAdded": "Request for {{title}} has been added successfully",
|
||||
"Similar":"Similar",
|
||||
"Refine":"Refine",
|
||||
"SearchBarPlaceholder":"Type Here to Search",
|
||||
"Movies": {
|
||||
"PopularMovies": "Popular Movies",
|
||||
"UpcomingMovies": "Upcoming Movies",
|
||||
"TopRatedMovies": "Top Rated Movies",
|
||||
"NowPlayingMovies": "Now Playing Movies",
|
||||
"HomePage": "Home Page",
|
||||
"Trailer": "Trailer"
|
||||
},
|
||||
"TvShows": {
|
||||
"Popular":"Popular",
|
||||
"Trending":"Trending",
|
||||
"MostWatched":"Most Watched",
|
||||
"MostAnticipated":"Most Anticipated",
|
||||
"Results":"Results",
|
||||
"AirDate":"Air Date:",
|
||||
"AllSeasons":"All Seasons",
|
||||
"FirstSeason":"First Season",
|
||||
"LatestSeason":"Latest Season",
|
||||
"Select":"Select ...",
|
||||
"SubmitRequest":"Submit Request",
|
||||
"Season":"Season: {{seasonNumber}}",
|
||||
"SelectAllInSeason":"Select All in Season {{seasonNumber}}"
|
||||
}
|
||||
},
|
||||
"Requests": {
|
||||
"Title": "Requests",
|
||||
"Paragraph":
|
||||
"Below you can see yours and all other requests, as well as their download and approval status.",
|
||||
"MoviesTab": "Movies",
|
||||
"TvTab": "TV Shows",
|
||||
"MusicTab":"Music",
|
||||
"RequestedBy": "Requested By:",
|
||||
"Status": "Status:",
|
||||
"RequestStatus": "Request status:",
|
||||
"Denied": " Denied:",
|
||||
"TheatricalRelease": "Theatrical Release: {{date}}",
|
||||
"ReleaseDate": "Released: {{date}}",
|
||||
"TheatricalReleaseSort": "Theatrical Release",
|
||||
"DigitalRelease": "Digital Release: {{date}}",
|
||||
"RequestDate": "Request Date:",
|
||||
"QualityOverride": "Quality Override:",
|
||||
"RootFolderOverride": "Root Folder Override:",
|
||||
"ChangeRootFolder":"Root Folder",
|
||||
"ChangeQualityProfile":"Quality Profile",
|
||||
"MarkUnavailable":"Mark Unavailable",
|
||||
"MarkAvailable":"Mark Available",
|
||||
"Remove":"Remove",
|
||||
"Deny":"Deny",
|
||||
"Season":"Season:",
|
||||
"GridTitle":"Title",
|
||||
"AirDate":"AirDate",
|
||||
"GridStatus":"Status",
|
||||
"ReportIssue":"Report Issue",
|
||||
"Filter":"Filter",
|
||||
"Sort":"Sort",
|
||||
"SeasonNumberHeading":"Season: {seasonNumber}",
|
||||
"SortTitleAsc":"Title ▲",
|
||||
"SortTitleDesc":"Title ▼",
|
||||
"SortRequestDateAsc": "Request Date ▲",
|
||||
"SortRequestDateDesc": "Request Date ▼",
|
||||
"SortStatusAsc":"Status ▲",
|
||||
"SortStatusDesc":"Status ▼",
|
||||
"Remaining": {
|
||||
"Quota": "{{remaining}}/{{total}} requests remaining",
|
||||
"NextDays": "Another request will be added in {{time}} days",
|
||||
"NextHours": "Another request will be added in {{time}} hours",
|
||||
"NextMinutes": "Another request will be added in {{time}} minutes",
|
||||
"NextMinute": "Another request will be added in {{time}} minute"
|
||||
}
|
||||
},
|
||||
"Issues":{
|
||||
"Title":"Issues",
|
||||
"PendingTitle":"Pending Issues",
|
||||
"InProgressTitle":"In Progress Issues",
|
||||
"ResolvedTitle":"Resolved Issues",
|
||||
"ColumnTitle":"Title",
|
||||
"Category":"Category",
|
||||
"Status": "Status",
|
||||
"Details": "Details",
|
||||
"Description":"Description",
|
||||
"NoComments":"No Comments!",
|
||||
"MarkInProgress":"Mark In Progress",
|
||||
"MarkResolved":"Mark Resolved",
|
||||
"SendMessageButton":"Send",
|
||||
"Subject":"Subject",
|
||||
"Comments":"Comments",
|
||||
"WriteMessagePlaceholder":"Write your message here...",
|
||||
"ReportedBy":"Reported By"
|
||||
},
|
||||
"Filter":{
|
||||
"ClearFilter":"Clear Filter",
|
||||
"FilterHeaderAvailability":"Availability",
|
||||
"FilterHeaderRequestStatus":"Status",
|
||||
"Approved":"Approved",
|
||||
"PendingApproval": "Pending Approval"
|
||||
},
|
||||
"UserManagment": {
|
||||
"TvRemaining": "TV: {{remaining}}/{{total}} remaining",
|
||||
"MovieRemaining": "Movies: {{remaining}}/{{total}} remaining",
|
||||
"MusicRemaining": "Music: {{remaining}}/{{total}} remaining",
|
||||
"TvDue": "TV: {{date}}",
|
||||
"MovieDue": "Movie: {{date}}",
|
||||
"MusicDue": "Music: {{date}}"
|
||||
},
|
||||
"Votes": {
|
||||
"CompletedVotesTab": "Voted",
|
||||
"VotesTab": "Votes Needed"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue