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
8bc13e9946
commit
3fcbea215d
1 changed files with 156 additions and 156 deletions
|
@ -1,80 +1,80 @@
|
||||||
{
|
{
|
||||||
"Login": {
|
"Login": {
|
||||||
"SignInButton": "Sign in",
|
"SignInButton": "登入",
|
||||||
"UsernamePlaceholder": "Username",
|
"UsernamePlaceholder": "帳戶名稱",
|
||||||
"PasswordPlaceholder": "Password",
|
"PasswordPlaceholder": "密碼",
|
||||||
"RememberMe": "Remember Me",
|
"RememberMe": "記住我",
|
||||||
"SignInWith": "Sign in with {{appName}}",
|
"SignInWith": "使用 {{appName}} 登錄",
|
||||||
"SignInWithPlex": "Sign in with Plex",
|
"SignInWithPlex": "使用Plex登入",
|
||||||
"ForgottenPassword": "Forgot your password?",
|
"ForgottenPassword": "忘記密碼了嗎?",
|
||||||
"Errors": {
|
"Errors": {
|
||||||
"IncorrectCredentials": "Incorrect username or password"
|
"IncorrectCredentials": "用戶名或密碼錯誤"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Common": {
|
"Common": {
|
||||||
"ContinueButton": "Continue",
|
"ContinueButton": "繼續",
|
||||||
"Available": "Available",
|
"Available": "已收錄",
|
||||||
"Approved": "Approved",
|
"Approved": "已通過審核",
|
||||||
"Pending": "Pending",
|
"Pending": "等待中",
|
||||||
"PartiallyAvailable": "Partially Available",
|
"PartiallyAvailable": "部分已收錄",
|
||||||
"Monitored": "Monitored",
|
"Monitored": "監控中",
|
||||||
"NotAvailable": "Not Available",
|
"NotAvailable": "未收錄",
|
||||||
"ProcessingRequest": "Processing Request",
|
"ProcessingRequest": "處理請求",
|
||||||
"PendingApproval": "Pending Approval",
|
"PendingApproval": "等待批准",
|
||||||
"RequestDenied": "Request Denied",
|
"RequestDenied": "請求被拒絕",
|
||||||
"NotRequested": "Not Requested",
|
"NotRequested": "未申請",
|
||||||
"Requested": "Requested",
|
"Requested": "已申請",
|
||||||
"Search": "Search",
|
"Search": "搜索",
|
||||||
"Request": "Request",
|
"Request": "請求內容",
|
||||||
"Denied": "Denied",
|
"Denied": "拒絕",
|
||||||
"Approve": "Approve",
|
"Approve": "確認",
|
||||||
"PartlyAvailable": "Partly Available",
|
"PartlyAvailable": "部分已收錄",
|
||||||
"ViewDetails": "View Details",
|
"ViewDetails": "檢視詳細資料",
|
||||||
"Errors": {
|
"Errors": {
|
||||||
"Validation": "Please check your entered values"
|
"Validation": "請檢查您輸入的數值"
|
||||||
},
|
},
|
||||||
"Cancel": "Cancel",
|
"Cancel": "取消",
|
||||||
"Submit": "Submit",
|
"Submit": "递交",
|
||||||
"Update": "Update",
|
"Update": "更新",
|
||||||
"tvShow": "TV Show",
|
"tvShow": "電視節目",
|
||||||
"movie": "Movie",
|
"movie": "電影",
|
||||||
"album": "Album"
|
"album": "Album"
|
||||||
},
|
},
|
||||||
"PasswordReset": {
|
"PasswordReset": {
|
||||||
"EmailAddressPlaceholder": "Email Address",
|
"EmailAddressPlaceholder": "電郵地址",
|
||||||
"ResetPasswordButton": "Reset Password"
|
"ResetPasswordButton": "重設密碼"
|
||||||
},
|
},
|
||||||
"LandingPage": {
|
"LandingPage": {
|
||||||
"OnlineHeading": "Currently Online",
|
"OnlineHeading": "上線中",
|
||||||
"OnlineParagraph": "The media server is currently online",
|
"OnlineParagraph": "服務器當前離線。",
|
||||||
"PartiallyOnlineHeading": "Partially Online",
|
"PartiallyOnlineHeading": "部分上線",
|
||||||
"PartiallyOnlineParagraph": "The media server is partially online.",
|
"PartiallyOnlineParagraph": "媒體服務器部分在綫。",
|
||||||
"MultipleServersUnavailable": "There are {{serversUnavailable}} servers offline out of {{totalServers}}.",
|
"MultipleServersUnavailable": "{{totalServers}} 中有{{serversUnavailable}} 個服務器離綫。",
|
||||||
"SingleServerUnavailable": "There is {{serversUnavailable}} server offline out of {{totalServers}}.",
|
"SingleServerUnavailable": "在{{totalServers}} 服务器中,有{{serversUnavailable}} 服務器離綫。",
|
||||||
"OfflineHeading": "Currently Offline",
|
"OfflineHeading": "離線中",
|
||||||
"OfflineParagraph": "The media server is currently offline.",
|
"OfflineParagraph": "服務器當前離線。",
|
||||||
"CheckPageForUpdates": "Check this page for continuous site updates."
|
"CheckPageForUpdates": "檢查此頁面以獲取持續的站點更新。"
|
||||||
},
|
},
|
||||||
"ErrorPages": {
|
"ErrorPages": {
|
||||||
"NotFound": "Page not found"
|
"NotFound": "Page not found"
|
||||||
},
|
},
|
||||||
"NavigationBar": {
|
"NavigationBar": {
|
||||||
"Discover": "Discover",
|
"Discover": "Discover",
|
||||||
"Search": "Search",
|
"Search": "搜索",
|
||||||
"Requests": "Requests",
|
"Requests": "請求",
|
||||||
"UserManagement": "Users",
|
"UserManagement": "Users",
|
||||||
"Issues": "Issues",
|
"Issues": "問題",
|
||||||
"Vote": "Vote",
|
"Vote": "投票",
|
||||||
"Donate": "Donate!",
|
"Donate": "贊助",
|
||||||
"DonateLibraryMaintainer": "Donate to Library Maintainer",
|
"DonateLibraryMaintainer": "捐贈給維護者",
|
||||||
"DonateTooltip": "This is how I convince my wife to let me spend my spare time developing Ombi 😁",
|
"DonateTooltip": "This is how I convince my wife to let me spend my spare time developing Ombi 😁",
|
||||||
"UpdateAvailableTooltip": "Update Available!",
|
"UpdateAvailableTooltip": "有可用的更新",
|
||||||
"Settings": "Settings",
|
"Settings": "設定",
|
||||||
"Welcome": "Welcome {{username}}",
|
"Welcome": "歡迎您 {{username}}",
|
||||||
"UpdateDetails": "Update Details",
|
"UpdateDetails": "更新詳細資料",
|
||||||
"Logout": "Logout",
|
"Logout": "登出",
|
||||||
"OpenMobileApp": "Open Mobile App",
|
"OpenMobileApp": "打開手機應用程序",
|
||||||
"RecentlyAdded": "Recently Added",
|
"RecentlyAdded": "最近新增",
|
||||||
"ChangeTheme": "Change Theme",
|
"ChangeTheme": "Change Theme",
|
||||||
"Calendar": "Calendar",
|
"Calendar": "Calendar",
|
||||||
"UserPreferences": "Preferences",
|
"UserPreferences": "Preferences",
|
||||||
|
@ -91,46 +91,46 @@
|
||||||
"EveningWelcome": "Good evening!"
|
"EveningWelcome": "Good evening!"
|
||||||
},
|
},
|
||||||
"Search": {
|
"Search": {
|
||||||
"Title": "Search",
|
"Title": "搜索",
|
||||||
"Paragraph": "Want to watch something that is not currently available? No problem, just search for it below and request it!",
|
"Paragraph": "想觀看目前無法觀看的內容嗎?沒問題,只需在下面搜索並請求它!",
|
||||||
"MoviesTab": "Movies",
|
"MoviesTab": "電影",
|
||||||
"TvTab": "TV Shows",
|
"TvTab": "電視節目",
|
||||||
"MusicTab": "Music",
|
"MusicTab": "音樂",
|
||||||
"AdvancedSearch": "You can fill in any of the below to discover new media. All of the results are sorted by popularity",
|
"AdvancedSearch": "You can fill in any of the below to discover new media. All of the results are sorted by popularity",
|
||||||
"AdvancedSearchHeader": "Advanced Search",
|
"AdvancedSearchHeader": "Advanced Search",
|
||||||
"Suggestions": "Suggestions",
|
"Suggestions": "建議",
|
||||||
"NoResults": "Sorry, we didn't find any results!",
|
"NoResults": "抱歉,我們沒有找到任何結果!",
|
||||||
"DigitalDate": "Digital Release: {{date}}",
|
"DigitalDate": "數字發行:{{date}}",
|
||||||
"TheatricalRelease": "Theatrical Release: {{date}}",
|
"TheatricalRelease": "劇場版:{{date}}",
|
||||||
"ViewOnPlex": "Play On Plex",
|
"ViewOnPlex": "Play On Plex",
|
||||||
"ViewOnEmby": "Play On Emby",
|
"ViewOnEmby": "Play On Emby",
|
||||||
"ViewOnJellyfin": "Play On Jellyfin",
|
"ViewOnJellyfin": "Play On Jellyfin",
|
||||||
"RequestAdded": "Request for {{title}} has been added successfully",
|
"RequestAdded": "已成功添加對 {{title}} 的請求",
|
||||||
"Similar": "Similar",
|
"Similar": "相似",
|
||||||
"Refine": "Refine",
|
"Refine": "精簡",
|
||||||
"SearchBarPlaceholder": "Type Here to Search",
|
"SearchBarPlaceholder": "在這裡輸入以搜尋",
|
||||||
"Movies": {
|
"Movies": {
|
||||||
"PopularMovies": "Popular Movies",
|
"PopularMovies": "熱門電影",
|
||||||
"UpcomingMovies": "Upcoming Movies",
|
"UpcomingMovies": "即將上映的電影",
|
||||||
"TopRatedMovies": "Top Rated Movies",
|
"TopRatedMovies": "评级最高的电影",
|
||||||
"NowPlayingMovies": "Now Playing Movies",
|
"NowPlayingMovies": "正在上映的電影",
|
||||||
"HomePage": "Home Page",
|
"HomePage": "首頁",
|
||||||
"Trailer": "Trailer"
|
"Trailer": "預告片"
|
||||||
},
|
},
|
||||||
"TvShows": {
|
"TvShows": {
|
||||||
"Popular": "Popular",
|
"Popular": "流行的",
|
||||||
"Trending": "Trending",
|
"Trending": "趨勢",
|
||||||
"MostWatched": "Most Watched",
|
"MostWatched": "最受矚目",
|
||||||
"MostAnticipated": "Most Anticipated",
|
"MostAnticipated": "最期待",
|
||||||
"Results": "Results",
|
"Results": "結果",
|
||||||
"AirDate": "Air Date:",
|
"AirDate": "播出日期:",
|
||||||
"AllSeasons": "All Seasons",
|
"AllSeasons": "全季",
|
||||||
"FirstSeason": "First Season",
|
"FirstSeason": "第一季",
|
||||||
"LatestSeason": "Latest Season",
|
"LatestSeason": "最新一季",
|
||||||
"Select": "Select ...",
|
"Select": "選擇...",
|
||||||
"SubmitRequest": "Submit Request",
|
"SubmitRequest": "送出請求",
|
||||||
"Season": "Season {{seasonNumber}}",
|
"Season": "Season {{seasonNumber}}",
|
||||||
"SelectAllInSeason": "Select All in Season {{seasonNumber}}"
|
"SelectAllInSeason": "選擇第 {{seasonNumber}} 季中的全部"
|
||||||
},
|
},
|
||||||
"AdvancedSearchInstructions": "Please choose what type of media you are searching for:",
|
"AdvancedSearchInstructions": "Please choose what type of media you are searching for:",
|
||||||
"YearOfRelease": "Year of Release",
|
"YearOfRelease": "Year of Release",
|
||||||
|
@ -140,52 +140,52 @@
|
||||||
"KeywordSearchingDisclaimer": "Please note that Keyword Searching is very hit and miss due to the inconsistent data in TheMovieDb"
|
"KeywordSearchingDisclaimer": "Please note that Keyword Searching is very hit and miss due to the inconsistent data in TheMovieDb"
|
||||||
},
|
},
|
||||||
"Requests": {
|
"Requests": {
|
||||||
"Title": "Requests",
|
"Title": "請求",
|
||||||
"Paragraph": "Below you can see yours and all other requests, as well as their download and approval status.",
|
"Paragraph": "您可以在下方看到您的請求和所有其他請求,以及它們的下載和批准狀態。",
|
||||||
"MoviesTab": "Movies",
|
"MoviesTab": "電影",
|
||||||
"ArtistName": "Artist",
|
"ArtistName": "Artist",
|
||||||
"AlbumName": "Album Name",
|
"AlbumName": "Album Name",
|
||||||
"TvTab": "TV Shows",
|
"TvTab": "電視節目",
|
||||||
"MusicTab": "Music",
|
"MusicTab": "音樂",
|
||||||
"RequestedBy": "Requested By",
|
"RequestedBy": "Requested By",
|
||||||
"Status": "Status",
|
"Status": "Status",
|
||||||
"RequestStatus": "Request status",
|
"RequestStatus": "Request status",
|
||||||
"Denied": " Denied:",
|
"Denied": " 拒絕:",
|
||||||
"TheatricalRelease": "Theatrical Release: {{date}}",
|
"TheatricalRelease": "劇場版:{{date}}",
|
||||||
"ReleaseDate": "Released: {{date}}",
|
"ReleaseDate": "發佈日期:{{date}}",
|
||||||
"TheatricalReleaseSort": "Theatrical Release",
|
"TheatricalReleaseSort": "劇場版",
|
||||||
"DigitalRelease": "Digital Release: {{date}}",
|
"DigitalRelease": "數字發行:{{date}}",
|
||||||
"RequestDate": "Request Date",
|
"RequestDate": "Request Date",
|
||||||
"QualityOverride": "Quality Override:",
|
"QualityOverride": "質量覆蓋:",
|
||||||
"RootFolderOverride": "Root Folder Override:",
|
"RootFolderOverride": "根文件夾覆蓋:",
|
||||||
"ChangeRootFolder": "Root Folder",
|
"ChangeRootFolder": "根文件夹",
|
||||||
"ChangeQualityProfile": "Quality Profile",
|
"ChangeQualityProfile": "質量設置",
|
||||||
"MarkUnavailable": "Mark Unavailable",
|
"MarkUnavailable": "標記未收錄",
|
||||||
"MarkAvailable": "Mark Available",
|
"MarkAvailable": "標記已收錄",
|
||||||
"Remove": "Remove",
|
"Remove": "移除",
|
||||||
"Deny": "Deny",
|
"Deny": "拒絕",
|
||||||
"DenyReason": "Deny Reason",
|
"DenyReason": "Deny Reason",
|
||||||
"DeniedReason": "Denied Reason",
|
"DeniedReason": "Denied Reason",
|
||||||
"Season": "Season",
|
"Season": "Season",
|
||||||
"GridTitle": "Title",
|
"GridTitle": "標題",
|
||||||
"AirDate": "Air Date",
|
"AirDate": "Air Date",
|
||||||
"GridStatus": "Status",
|
"GridStatus": "狀態",
|
||||||
"ReportIssue": "Report Issue",
|
"ReportIssue": "回報問題",
|
||||||
"Filter": "Filter",
|
"Filter": "篩選",
|
||||||
"Sort": "Sort",
|
"Sort": "分類",
|
||||||
"SeasonNumberHeading": "Season: {seasonNumber}",
|
"SeasonNumberHeading": "季: {seasonNumber}",
|
||||||
"SortTitleAsc": "Title ▲",
|
"SortTitleAsc": "標題 ▲",
|
||||||
"SortTitleDesc": "Title ▼",
|
"SortTitleDesc": "標題 ▼",
|
||||||
"SortRequestDateAsc": "Request Date ▲",
|
"SortRequestDateAsc": "请求日期 ▲",
|
||||||
"SortRequestDateDesc": "Request Date ▼",
|
"SortRequestDateDesc": "请求日期 ▼",
|
||||||
"SortStatusAsc": "Status ▲",
|
"SortStatusAsc": "狀態 ▲",
|
||||||
"SortStatusDesc": "Status ▼",
|
"SortStatusDesc": "狀態 ▼",
|
||||||
"Remaining": {
|
"Remaining": {
|
||||||
"Quota": "{{remaining}}/{{total}} requests remaining",
|
"Quota": "{{remaining}}/{{total}} 個剩餘請求",
|
||||||
"NextDays": "Another request will be added in {{time}} days",
|
"NextDays": "將在 {{time}} 天內添加另一個請求",
|
||||||
"NextHours": "Another request will be added in {{time}} hours",
|
"NextHours": "將在 {{time}} 小時內添加另一個請求",
|
||||||
"NextMinutes": "Another request will be added in {{time}} minutes",
|
"NextMinutes": "將在 {{time}} 分鐘內添加另一個請求",
|
||||||
"NextMinute": "Another request will be added in {{time}} minute"
|
"NextMinute": "將在 {{time}} 分鐘內添加另一個請求"
|
||||||
},
|
},
|
||||||
"AllRequests": "All Requests",
|
"AllRequests": "All Requests",
|
||||||
"PendingRequests": "Pending Requests",
|
"PendingRequests": "Pending Requests",
|
||||||
|
@ -229,25 +229,25 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Issues": {
|
"Issues": {
|
||||||
"Title": "Issues",
|
"Title": "問題",
|
||||||
"IssuesForTitle": "Issues for {{title}}",
|
"IssuesForTitle": "Issues for {{title}}",
|
||||||
"PendingTitle": "Pending Issues",
|
"PendingTitle": "未決問題",
|
||||||
"InProgressTitle": "In Progress Issues",
|
"InProgressTitle": "進行中的問題",
|
||||||
"ResolvedTitle": "Resolved Issues",
|
"ResolvedTitle": "已解決的問題",
|
||||||
"ColumnTitle": "Title",
|
"ColumnTitle": "標題",
|
||||||
"Count": "Count",
|
"Count": "Count",
|
||||||
"Category": "Category",
|
"Category": "分類",
|
||||||
"Status": "Status",
|
"Status": "狀態",
|
||||||
"Details": "Details",
|
"Details": "詳細資料",
|
||||||
"Description": "Description",
|
"Description": "描述信息",
|
||||||
"NoComments": "No Comments!",
|
"NoComments": "暫無評論!",
|
||||||
"MarkInProgress": "Mark In Progress",
|
"MarkInProgress": "標記為進行中",
|
||||||
"MarkResolved": "Mark Resolved",
|
"MarkResolved": "標記為已解決",
|
||||||
"SendMessageButton": "Send",
|
"SendMessageButton": "發送",
|
||||||
"Subject": "Subject",
|
"Subject": "主題",
|
||||||
"Comments": "Comments",
|
"Comments": "評論",
|
||||||
"WriteMessagePlaceholder": "Write your message here...",
|
"WriteMessagePlaceholder": "在這裡撰寫訊息...",
|
||||||
"ReportedBy": "Reported By",
|
"ReportedBy": "報告者:",
|
||||||
"IssueDialog": {
|
"IssueDialog": {
|
||||||
"Title": "Report an issue",
|
"Title": "Report an issue",
|
||||||
"DescriptionPlaceholder": "Please describe the issue",
|
"DescriptionPlaceholder": "Please describe the issue",
|
||||||
|
@ -268,25 +268,25 @@
|
||||||
"UserOnDate": "{{user}} on {{date}}"
|
"UserOnDate": "{{user}} on {{date}}"
|
||||||
},
|
},
|
||||||
"Filter": {
|
"Filter": {
|
||||||
"ClearFilter": "Clear Filter",
|
"ClearFilter": "清除篩選條件",
|
||||||
"FilterHeaderAvailability": "Availability",
|
"FilterHeaderAvailability": "可用性",
|
||||||
"FilterHeaderRequestStatus": "Status",
|
"FilterHeaderRequestStatus": "狀態",
|
||||||
"Approved": "Approved",
|
"Approved": "已通過審核",
|
||||||
"PendingApproval": "Pending Approval",
|
"PendingApproval": "待決審核",
|
||||||
"WatchProviders": "Watch Providers",
|
"WatchProviders": "Watch Providers",
|
||||||
"Keywords": "Keywords"
|
"Keywords": "Keywords"
|
||||||
},
|
},
|
||||||
"UserManagment": {
|
"UserManagment": {
|
||||||
"TvRemaining": "TV: {{remaining}}/{{total}} remaining",
|
"TvRemaining": "電視:{{remaining}}/{{total}} 剩餘",
|
||||||
"MovieRemaining": "Movies: {{remaining}}/{{total}} remaining",
|
"MovieRemaining": "電影:{{remaining}}/{{total}} 剩餘",
|
||||||
"MusicRemaining": "Music: {{remaining}}/{{total}} remaining",
|
"MusicRemaining": "音樂:{{remaining}}/{{total}} 剩餘",
|
||||||
"TvDue": "TV: {{date}}",
|
"TvDue": "電視:{{date}}",
|
||||||
"MovieDue": "Movie: {{date}}",
|
"MovieDue": "電影:{{date}}",
|
||||||
"MusicDue": "Music: {{date}}"
|
"MusicDue": "音樂:{{date}}"
|
||||||
},
|
},
|
||||||
"Votes": {
|
"Votes": {
|
||||||
"CompletedVotesTab": "Voted",
|
"CompletedVotesTab": "已投票",
|
||||||
"VotesTab": "Votes Needed"
|
"VotesTab": "需要投票"
|
||||||
},
|
},
|
||||||
"MediaDetails": {
|
"MediaDetails": {
|
||||||
"Denied": "Denied",
|
"Denied": "Denied",
|
||||||
|
@ -301,9 +301,9 @@
|
||||||
"ViewCollection": "View Collection",
|
"ViewCollection": "View Collection",
|
||||||
"NotEnoughInfo": "Unfortunately there is not enough information about this show yet!",
|
"NotEnoughInfo": "Unfortunately there is not enough information about this show yet!",
|
||||||
"AdvancedOptions": "Advanced Options",
|
"AdvancedOptions": "Advanced Options",
|
||||||
"AutoApproveOptions": "You can configure the request here, once requested it will be send to your DVR application and will be auto approved! Please note, this is optional, just press Request to skip!",
|
"AutoApproveOptions": "You can configure the request here, once requested it will be sent to your DVR application and will be auto approved! Please note, this is optional, just press Request to skip!",
|
||||||
"AutoApproveOptionsTv": "You can configure the request here, once requested it will be send to your DVR application and will be auto approved! If the request is already in Sonarr, we will not change the root folder or quality profile if you set it! Please note, this is optional, just press Request to skip!",
|
"AutoApproveOptionsTv": "You can configure the request here, once requested it will be sent to your DVR application and will be auto approved! If the request is already in Sonarr, we will not change the root folder or quality profile if you set it! Please note, this is optional, just press Request to skip!",
|
||||||
"AutoApproveOptionsTvShort": "You can configure the request here, once requested it will be send to your DVR application! If the request is already in Sonarr, we will not change the root folder or quality profile if you set it! Please note, this is optional, just press Request to skip!",
|
"AutoApproveOptionsTvShort": "You can configure the request here, once requested it will be sent to your DVR application! If the request is already in Sonarr, we will not change the root folder or quality profile if you set it! Please note, this is optional, just press Request to skip!",
|
||||||
"QualityProfilesSelect": "Select A Quality Profile",
|
"QualityProfilesSelect": "Select A Quality Profile",
|
||||||
"RootFolderSelect": "Select A Root Folder",
|
"RootFolderSelect": "Select A Root Folder",
|
||||||
"LanguageProfileSelect": "Select A Language Profile",
|
"LanguageProfileSelect": "Select A Language Profile",
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
"DarkMode": "Dark Mode",
|
"DarkMode": "Dark Mode",
|
||||||
"Updated": "Successfully Updated",
|
"Updated": "Successfully Updated",
|
||||||
"StreamingCountry": "Streaming Country",
|
"StreamingCountry": "Streaming Country",
|
||||||
"StreamingCountryDescription": "This is the country code that we will display streaming information for. If you are in the US please select US and you will have US related streaming information.",
|
"StreamingCountryDescription": "This is the country code that we will display streaming information for. If you are in the US please select US and you will get US related streaming information.",
|
||||||
"LanguageDescription": "This is the language you would like the Ombi interface to be displayed in.",
|
"LanguageDescription": "This is the language you would like the Ombi interface to be displayed in.",
|
||||||
"MobileQRCode": "Mobile QR Code",
|
"MobileQRCode": "Mobile QR Code",
|
||||||
"LegacyApp": "Launch Legacy App",
|
"LegacyApp": "Launch Legacy App",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue