mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-30 19:54:16 -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",
|
fallbackLng: "en",
|
||||||
});
|
});
|
||||||
return i18next;
|
return i18next;
|
||||||
}, [props.pageProps.__lang, props.pageProps.__fallbackLng]);
|
}, [props.pageProps.__lang]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<I18nextProvider i18n={li18n}>
|
<I18nextProvider i18n={li18n}>
|
||||||
|
@ -1,180 +1,28 @@
|
|||||||
{
|
{
|
||||||
"home": {
|
"home": {
|
||||||
"recommended": "Polecane",
|
"recommended": "Polecane",
|
||||||
"news": "",
|
|
||||||
"watchlist": "Kontynuuj oglądanie",
|
"watchlist": "Kontynuuj oglądanie",
|
||||||
"info": "Zobacz więcej",
|
"info": "Zobacz więcej",
|
||||||
"none": "Brak odcinków",
|
"none": "Brak odcinków",
|
||||||
"watchlistLogin": "Żeby śledzić co było oglądane albo co planujesz oglądać musisz się zalogować.",
|
"watchlistLogin": "Żeby śledzić co było oglądane albo co planujesz oglądać musisz się zalogować.",
|
||||||
"refreshMetadata": "Odśwież metadane",
|
"refreshMetadata": "Odśwież metadane"
|
||||||
"episodeMore": {
|
|
||||||
"goToShow": "",
|
|
||||||
"download": "",
|
|
||||||
"mediainfo": ""
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"show": {
|
"show": {
|
||||||
"play": "Odtwórz",
|
"play": "Odtwórz",
|
||||||
"trailer": "Odtwórz zwiastun",
|
"trailer": "Odtwórz zwiastun",
|
||||||
"studio": "",
|
"episode-none": "Brak odcinków w tym sezonie"
|
||||||
"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": ""
|
|
||||||
},
|
},
|
||||||
"settings": {
|
"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": {
|
"about": {
|
||||||
"label": "",
|
|
||||||
"android-app": {
|
|
||||||
"label": "",
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"git": {
|
"git": {
|
||||||
"label": "",
|
|
||||||
"description": "Otwórz repozytorium github gdzie możesz przejrzeć kod kyoo"
|
"description": "Otwórz repozytorium github gdzie możesz przejrzeć kod kyoo"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"back": "",
|
"fullscreen": "Pełny ekran"
|
||||||
"previous": "",
|
|
||||||
"next": "",
|
|
||||||
"play": "",
|
|
||||||
"pause": "",
|
|
||||||
"mute": "",
|
|
||||||
"volume": "",
|
|
||||||
"quality": "",
|
|
||||||
"audios": "",
|
|
||||||
"subtitles": "",
|
|
||||||
"subtitle-none": "",
|
|
||||||
"fullscreen": "Pełny ekran",
|
|
||||||
"direct": "",
|
|
||||||
"transmux": "",
|
|
||||||
"auto": "",
|
|
||||||
"notInPristine": "",
|
|
||||||
"unsupportedError": ""
|
|
||||||
},
|
|
||||||
"search": {
|
|
||||||
"empty": ""
|
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
"login": "",
|
|
||||||
"register": "Zarejestruj",
|
"register": "Zarejestruj",
|
||||||
"guest": "Kontynuuj jako gość",
|
"guest": "Kontynuuj jako gość",
|
||||||
"guest-forbidden": "Ta instancja kyoo nie zezwala na korzystanie jako gość",
|
"guest-forbidden": "Ta instancja kyoo nie zezwala na korzystanie jako gość",
|
||||||
@ -186,59 +34,11 @@
|
|||||||
"username": "Nazwa użytkownika",
|
"username": "Nazwa użytkownika",
|
||||||
"password": "Hasło",
|
"password": "Hasło",
|
||||||
"confirm": "Powtórz hasło",
|
"confirm": "Powtórz hasło",
|
||||||
"or-register": "",
|
"delete": "Usuń konto"
|
||||||
"or-login": "",
|
|
||||||
"password-no-match": "",
|
|
||||||
"delete": "Usuń konto",
|
|
||||||
"delete-confirmation": ""
|
|
||||||
},
|
|
||||||
"downloads": {
|
|
||||||
"empty": "",
|
|
||||||
"error": "",
|
|
||||||
"delete": "",
|
|
||||||
"deleteMessage": "",
|
|
||||||
"pause": "",
|
|
||||||
"resume": "",
|
|
||||||
"retry": ""
|
|
||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"connection": "",
|
|
||||||
"connection-tips": "",
|
|
||||||
"unknown": "Nieznany błąd",
|
"unknown": "Nieznany błąd",
|
||||||
"try-again": "Spróbuj ponownie",
|
"try-again": "Spróbuj ponownie",
|
||||||
"re-login": "Zaloguj się 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": ""
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user