fix(translations): 🌐 New translations from Crowdin [skip ci]

This commit is contained in:
Jamie 2021-11-12 23:28:16 +00:00
commit 6cfa245e29

View file

@ -55,6 +55,9 @@
"OfflineParagraph": "Медийният сървър в момента е извън линия.",
"CheckPageForUpdates": "Проверете тази страница за последни новини на сайта."
},
"ErrorPages": {
"NotFound": "Page not found"
},
"NavigationBar": {
"Discover": "Открийте",
"Search": "Търсене",
@ -131,6 +134,9 @@
},
"AdvancedSearchInstructions": "Please choose what type of media you are searching for:",
"YearOfRelease": "Year of Release",
"SearchGenre": "Search Genre",
"SearchKeyword": "Search Keyword",
"SearchProvider": "Search Provider",
"KeywordSearchingDisclaimer": "Please note that Keyword Searching is very hit and miss due to the inconsistent data in TheMovieDb"
},
"Requests": {
@ -224,6 +230,7 @@
},
"Issues": {
"Title": "Проблеми",
"IssuesForTitle": "Issues for {{title}}",
"PendingTitle": "Нерешени проблеми",
"InProgressTitle": "Проблеми в процес на изпълнение",
"ResolvedTitle": "Решени проблеми",
@ -256,6 +263,7 @@
"Delete": "Изтриване на проблем",
"DeletedIssue": "Проблемът е изтрит",
"Chat": "Чат",
"EnterYourMessage": "Enter Your Message",
"Requested": "Заявено",
"UserOnDate": "{{user}} on {{date}}"
},
@ -282,6 +290,7 @@
},
"MediaDetails": {
"Denied": "Отказано",
"Trailers": "Trailers",
"RecommendationsTitle": "Препоръчани",
"SimilarTitle": "Подобни",
"VideosTitle": "Видеоклипове",
@ -318,7 +327,8 @@
"RootFolderOverride": "Root Folder Override:",
"QualityOverride": "Quality Override:",
"Network": "Network:",
"Genres": "Genres:",
"GenresLabel": "Genres:",
"Genres": "Genres",
"FirstAired": "First Aired:",
"TheatricalRelease": "Release:",
"DigitalRelease": "Digital Release:",
@ -344,6 +354,7 @@
"PleaseSelectUser": "Моля, изберете потребител",
"StreamingOn": "Streaming On:",
"RequestedBy": "Requested By:",
"RequestedByOn": "Requested By {{user}} on {{date}}",
"RequestDate": "Request Date:",
"DeniedReason": "Denied Reason:",
"ReProcessRequest": "Повтаряне на заявка",
@ -397,7 +408,8 @@
"NewPasswordConfirm": "New Password Confirm",
"Security": "Security",
"Profile": "Profile",
"UpdatedYourInformation": "Updated your information"
"UpdatedYourInformation": "Updated your information",
"Unsubscribed": "Unsubscribed!"
},
"UserTypeLabel": {
"1": "Local User",
@ -405,5 +417,14 @@
"3": "Emby User",
"4": "Emby Connect User",
"5": "Jellyfin User"
},
"Paginator": {
"itemsPerPageLabel": "Items per page:",
"nextPageLabel": "Next page",
"previousPageLabel": "Previous page",
"firstPageLabel": "First page",
"lastPageLabel": "Last page",
"rangePageLabel1": "0 of {{length}}",
"rangePageLabel2": "{{startIndex}} {{endIndex}} of {{length}}"
}
}