mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-10-31 10:37:13 -04:00 
			
		
		
		
	Remove empty string in translations for fallback
This commit is contained in:
		
							parent
							
								
									b453fb180c
								
							
						
					
					
						commit
						513f10c629
					
				| @ -46,7 +46,7 @@ export const withTranslations = ( | ||||
| 				fallbackLng: "en", | ||||
| 			}); | ||||
| 			return i18next; | ||||
| 		}, [props.pageProps.__lang, props.pageProps.__fallbackLng]); | ||||
| 		}, [props.pageProps.__lang]); | ||||
| 
 | ||||
| 		return ( | ||||
| 			<I18nextProvider i18n={li18n}> | ||||
|  | ||||
| @ -1,180 +1,28 @@ | ||||
| { | ||||
| 	"home": { | ||||
| 		"recommended": "Polecane", | ||||
| 		"news": "", | ||||
| 		"watchlist": "Kontynuuj oglądanie", | ||||
| 		"info": "Zobacz więcej", | ||||
| 		"none": "Brak odcinków", | ||||
| 		"watchlistLogin": "Żeby śledzić co było oglądane albo co planujesz oglądać musisz się zalogować.", | ||||
| 		"refreshMetadata": "Odśwież metadane", | ||||
| 		"episodeMore": { | ||||
| 			"goToShow": "", | ||||
| 			"download": "", | ||||
| 			"mediainfo": "" | ||||
| 		} | ||||
| 		"refreshMetadata": "Odśwież metadane" | ||||
| 	}, | ||||
| 	"show": { | ||||
| 		"play": "Odtwórz", | ||||
| 		"trailer": "Odtwórz zwiastun", | ||||
| 		"studio": "", | ||||
| 		"genre": "", | ||||
| 		"genre-none": "", | ||||
| 		"staff": "", | ||||
| 		"staff-none": "", | ||||
| 		"noOverview": "", | ||||
| 		"episode-none": "Brak odcinków w tym sezonie", | ||||
| 		"episodeNoMetadata": "", | ||||
| 		"tags": "", | ||||
| 		"links": "", | ||||
| 		"jumpToSeason": "", | ||||
| 		"partOf": "", | ||||
| 		"watchlistAdd": "", | ||||
| 		"watchlistEdit": "", | ||||
| 		"watchlistRemove": "", | ||||
| 		"watchlistLogin": "", | ||||
| 		"watchlistMark": { | ||||
| 			"completed": "", | ||||
| 			"planned": "", | ||||
| 			"watching": "", | ||||
| 			"droped": "", | ||||
| 			"null": "" | ||||
| 		}, | ||||
| 		"nextUp": "" | ||||
| 	}, | ||||
| 	"browse": { | ||||
| 		"sortby": "", | ||||
| 		"sortby-tt": "", | ||||
| 		"sortkey": { | ||||
| 			"relevance": "", | ||||
| 			"name": "", | ||||
| 			"airDate": "", | ||||
| 			"startAir": "", | ||||
| 			"endAir": "", | ||||
| 			"addedDate": "", | ||||
| 			"rating": "" | ||||
| 		}, | ||||
| 		"sortord": { | ||||
| 			"asc": "", | ||||
| 			"desc": "" | ||||
| 		}, | ||||
| 		"switchToGrid": "", | ||||
| 		"switchToList": "" | ||||
| 	}, | ||||
| 	"misc": { | ||||
| 		"settings": "", | ||||
| 		"prev-page": "", | ||||
| 		"next-page": "", | ||||
| 		"delete": "", | ||||
| 		"cancel": "", | ||||
| 		"more": "", | ||||
| 		"expand": "", | ||||
| 		"collapse": "", | ||||
| 		"edit": "", | ||||
| 		"or": "", | ||||
| 		"loading": "" | ||||
| 	}, | ||||
| 	"navbar": { | ||||
| 		"home": "", | ||||
| 		"browse": "", | ||||
| 		"search": "", | ||||
| 		"login": "", | ||||
| 		"admin": "" | ||||
| 		"episode-none": "Brak odcinków w tym sezonie" | ||||
| 	}, | ||||
| 	"settings": { | ||||
| 		"general": { | ||||
| 			"label": "", | ||||
| 			"theme": { | ||||
| 				"label": "", | ||||
| 				"description": "", | ||||
| 				"auto": "", | ||||
| 				"light": "", | ||||
| 				"dark": "" | ||||
| 			}, | ||||
| 			"language": { | ||||
| 				"label": "", | ||||
| 				"description": "", | ||||
| 				"system": "" | ||||
| 			} | ||||
| 		}, | ||||
| 		"playback": { | ||||
| 			"label": "", | ||||
| 			"playmode": { | ||||
| 				"label": "", | ||||
| 				"description": "" | ||||
| 			}, | ||||
| 			"audioLanguage": { | ||||
| 				"label": "", | ||||
| 				"description": "" | ||||
| 			}, | ||||
| 			"subtitleLanguage": { | ||||
| 				"label": "", | ||||
| 				"description": "", | ||||
| 				"none": "" | ||||
| 			} | ||||
| 		}, | ||||
| 		"account": { | ||||
| 			"label": "", | ||||
| 			"username": { | ||||
| 				"label": "" | ||||
| 			}, | ||||
| 			"avatar": { | ||||
| 				"label": "", | ||||
| 				"description": "" | ||||
| 			}, | ||||
| 			"email": { | ||||
| 				"label": "" | ||||
| 			}, | ||||
| 			"password": { | ||||
| 				"label": "", | ||||
| 				"description": "", | ||||
| 				"oldPassword": "", | ||||
| 				"newPassword": "" | ||||
| 			} | ||||
| 		}, | ||||
| 		"oidc": { | ||||
| 			"label": "", | ||||
| 			"connected": "", | ||||
| 			"not-connected": "", | ||||
| 			"open-profile": "", | ||||
| 			"link": "", | ||||
| 			"delete": "" | ||||
| 		}, | ||||
| 		"about": { | ||||
| 			"label": "", | ||||
| 			"android-app": { | ||||
| 				"label": "", | ||||
| 				"description": "" | ||||
| 			}, | ||||
| 			"git": { | ||||
| 				"label": "", | ||||
| 				"description": "Otwórz repozytorium github gdzie możesz przejrzeć kod kyoo" | ||||
| 			} | ||||
| 		} | ||||
| 	}, | ||||
| 	"player": { | ||||
| 		"back": "", | ||||
| 		"previous": "", | ||||
| 		"next": "", | ||||
| 		"play": "", | ||||
| 		"pause": "", | ||||
| 		"mute": "", | ||||
| 		"volume": "", | ||||
| 		"quality": "", | ||||
| 		"audios": "", | ||||
| 		"subtitles": "", | ||||
| 		"subtitle-none": "", | ||||
| 		"fullscreen": "Pełny ekran", | ||||
| 		"direct": "", | ||||
| 		"transmux": "", | ||||
| 		"auto": "", | ||||
| 		"notInPristine": "", | ||||
| 		"unsupportedError": "" | ||||
| 	}, | ||||
| 	"search": { | ||||
| 		"empty": "" | ||||
| 		"fullscreen": "Pełny ekran" | ||||
| 	}, | ||||
| 	"login": { | ||||
| 		"login": "", | ||||
| 		"register": "Zarejestruj", | ||||
| 		"guest": "Kontynuuj jako gość", | ||||
| 		"guest-forbidden": "Ta instancja kyoo nie zezwala na korzystanie jako gość", | ||||
| @ -186,59 +34,11 @@ | ||||
| 		"username": "Nazwa użytkownika", | ||||
| 		"password": "Hasło", | ||||
| 		"confirm": "Powtórz hasło", | ||||
| 		"or-register": "", | ||||
| 		"or-login": "", | ||||
| 		"password-no-match": "", | ||||
| 		"delete": "Usuń konto", | ||||
| 		"delete-confirmation": "" | ||||
| 	}, | ||||
| 	"downloads": { | ||||
| 		"empty": "", | ||||
| 		"error": "", | ||||
| 		"delete": "", | ||||
| 		"deleteMessage": "", | ||||
| 		"pause": "", | ||||
| 		"resume": "", | ||||
| 		"retry": "" | ||||
| 		"delete": "Usuń konto" | ||||
| 	}, | ||||
| 	"errors": { | ||||
| 		"connection": "", | ||||
| 		"connection-tips": "", | ||||
| 		"unknown": "Nieznany błąd", | ||||
| 		"try-again": "Spróbuj ponownie", | ||||
| 		"re-login": "Zaloguj się ponownie", | ||||
| 		"offline": "", | ||||
| 		"unauthorized": "", | ||||
| 		"needVerification": "", | ||||
| 		"needAccount": "" | ||||
| 	}, | ||||
| 	"mediainfo": { | ||||
| 		"file": "", | ||||
| 		"container": "", | ||||
| 		"video": "", | ||||
| 		"audio": "", | ||||
| 		"subtitles": "", | ||||
| 		"forced": "", | ||||
| 		"default": "", | ||||
| 		"duration": "", | ||||
| 		"size": "", | ||||
| 		"novideo": "", | ||||
| 		"nocontainer": "" | ||||
| 	}, | ||||
| 	"admin": { | ||||
| 		"users": { | ||||
| 			"label": "", | ||||
| 			"adminUser": "", | ||||
| 			"regularUser": "", | ||||
| 			"set-permissions": "", | ||||
| 			"delete": "", | ||||
| 			"unverifed": "", | ||||
| 			"verify": "" | ||||
| 		}, | ||||
| 		"scanner": { | ||||
| 			"label": "", | ||||
| 			"scan": "", | ||||
| 			"empty": "" | ||||
| 		} | ||||
| 		"re-login": "Zaloguj się ponownie" | ||||
| 	} | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user