mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-13 12:56:22 +00:00
remove dupe
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import {Stack} from "expo-router";
|
||||
import { Platform } from "react-native";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
export default function CustomMenuLayout() {
|
||||
const { t } = useTranslation();
|
||||
return (
|
||||
<Stack>
|
||||
<Stack.Screen
|
||||
@@ -9,7 +11,7 @@ export default function CustomMenuLayout() {
|
||||
options={{
|
||||
headerShown: true,
|
||||
headerLargeTitle: true,
|
||||
headerTitle: "Custom Links",
|
||||
headerTitle: t("tabs.custom_links"),
|
||||
headerBlurEffect: "prominent",
|
||||
headerTransparent: Platform.OS === "ios",
|
||||
headerShadowVisible: false,
|
||||
|
||||
@@ -12,7 +12,7 @@ export default function SearchLayout() {
|
||||
options={{
|
||||
headerShown: true,
|
||||
headerLargeTitle: true,
|
||||
headerTitle: t("favorites.favorites_title"),
|
||||
headerTitle: t("tabs.favorites"),
|
||||
headerLargeStyle: {
|
||||
backgroundColor: "black",
|
||||
},
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function IndexLayout() {
|
||||
options={{
|
||||
headerShown: true,
|
||||
headerLargeTitle: true,
|
||||
headerTitle: t("home.home"),
|
||||
headerTitle: t("tabs.home"),
|
||||
headerBlurEffect: "prominent",
|
||||
headerLargeStyle: {
|
||||
backgroundColor: "black",
|
||||
|
||||
@@ -20,7 +20,7 @@ export default function IndexLayout() {
|
||||
options={{
|
||||
headerShown: true,
|
||||
headerLargeTitle: true,
|
||||
headerTitle: t("library.library_title"),
|
||||
headerTitle: t("tabs.library"),
|
||||
headerBlurEffect: "prominent",
|
||||
headerLargeStyle: {
|
||||
backgroundColor: "black",
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function SearchLayout() {
|
||||
options={{
|
||||
headerShown: true,
|
||||
headerLargeTitle: true,
|
||||
headerTitle: t("search.search_title"),
|
||||
headerTitle: t("tabs.search"),
|
||||
headerLargeStyle: {
|
||||
backgroundColor: "black",
|
||||
},
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
"clear_button": "Clear"
|
||||
},
|
||||
"home": {
|
||||
"home": "Home",
|
||||
"no_internet": "No Internet",
|
||||
"no_items": "No items",
|
||||
"no_internet_message": "No worries, you can still watch\ndownloaded content.",
|
||||
@@ -211,7 +210,6 @@
|
||||
},
|
||||
"search": {
|
||||
"results_for_x": "Results for ",
|
||||
"search_title": "Search",
|
||||
"search_here": "Search here...",
|
||||
"search": "Search...",
|
||||
"x_items": "{{count}} items",
|
||||
@@ -231,7 +229,6 @@
|
||||
"requested_series": "Requested Series"
|
||||
},
|
||||
"library": {
|
||||
"library_title": "Library",
|
||||
"no_items_found": "No items found",
|
||||
"no_results": "No results",
|
||||
"no_libraries_found": "No libraries found",
|
||||
@@ -254,7 +251,6 @@
|
||||
}
|
||||
},
|
||||
"favorites": {
|
||||
"favorites_title": "Favorites",
|
||||
"series": "Series",
|
||||
"movies": "Movies",
|
||||
"episodes": "Episodes",
|
||||
|
||||
@@ -211,7 +211,6 @@
|
||||
},
|
||||
"search": {
|
||||
"results_for_x": "Résultats pour ",
|
||||
"search_title": "Recherche",
|
||||
"search_here": "Rechercher ici...",
|
||||
"search": "Rechercher...",
|
||||
"x_items": "{{count}} items",
|
||||
@@ -231,7 +230,6 @@
|
||||
"requested_series": "Séries demandées"
|
||||
},
|
||||
"library": {
|
||||
"library_title": "Bibliothèque",
|
||||
"no_items_found": "Aucun item trouvé",
|
||||
"no_results": "Aucun résultat",
|
||||
"no_libraries_found": "Aucune bibliothèque trouvée",
|
||||
@@ -254,7 +252,6 @@
|
||||
}
|
||||
},
|
||||
"favorites": {
|
||||
"favorites_title": "Favoris",
|
||||
"series": "Séries",
|
||||
"movies": "Films",
|
||||
"episodes": "Épisodes",
|
||||
|
||||
Reference in New Issue
Block a user