mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
fix localization files
This commit is contained in:
parent
7eadee8fd8
commit
8603b1ea86
8 changed files with 30 additions and 20 deletions
15
eas.json
15
eas.json
|
|
@ -5,13 +5,22 @@
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"development": {
|
"development": {
|
||||||
|
"env": {
|
||||||
|
"SENTRY_DISABLE_AUTO_UPLOAD": "true"
|
||||||
|
},
|
||||||
"developmentClient": true,
|
"developmentClient": true,
|
||||||
"distribution": "internal"
|
"distribution": "internal"
|
||||||
},
|
},
|
||||||
"preview": {
|
"preview": {
|
||||||
|
"env": {
|
||||||
|
"SENTRY_DISABLE_AUTO_UPLOAD": "true"
|
||||||
|
},
|
||||||
"distribution": "internal"
|
"distribution": "internal"
|
||||||
},
|
},
|
||||||
"production": {
|
"production": {
|
||||||
|
"env": {
|
||||||
|
"SENTRY_DISABLE_AUTO_UPLOAD": "true"
|
||||||
|
},
|
||||||
"autoIncrement": true,
|
"autoIncrement": true,
|
||||||
"extends": "apk",
|
"extends": "apk",
|
||||||
"android": {
|
"android": {
|
||||||
|
|
@ -21,12 +30,18 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"release": {
|
"release": {
|
||||||
|
"env": {
|
||||||
|
"SENTRY_DISABLE_AUTO_UPLOAD": "true"
|
||||||
|
},
|
||||||
"distribution": "store",
|
"distribution": "store",
|
||||||
"android": {
|
"android": {
|
||||||
"buildType": "app-bundle"
|
"buildType": "app-bundle"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"apk": {
|
"apk": {
|
||||||
|
"env": {
|
||||||
|
"SENTRY_DISABLE_AUTO_UPLOAD": "true"
|
||||||
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"buildType": "apk",
|
"buildType": "apk",
|
||||||
"gradleCommand": ":app:assembleRelease"
|
"gradleCommand": ":app:assembleRelease"
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"start": "expo start",
|
"start": "expo start",
|
||||||
"android": "expo run:android",
|
"android": "expo run:android",
|
||||||
"ios": "expo run:ios",
|
"ios": "expo run:ios",
|
||||||
"build": "export NODE_ENV=production && cd android && ./gradlew assembleRelease",
|
"build": "export NODE_ENV=production && export SENTRY_DISABLE_AUTO_UPLOAD=true && cd android && ./gradlew assembleRelease",
|
||||||
"postinstall": "patch-package"
|
"postinstall": "patch-package"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1425,3 +1425,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -625,7 +625,6 @@
|
||||||
"enter_custom_key": "Voer je eigen TMDb API key in en sla op.",
|
"enter_custom_key": "Voer je eigen TMDb API key in en sla op.",
|
||||||
"key_verified": "API key geverifieerd en succesvol opgeslagen."
|
"key_verified": "API key geverifieerd en succesvol opgeslagen."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"settings": {
|
"settings": {
|
||||||
"language": "Taal",
|
"language": "Taal",
|
||||||
"select_language": "Selecteer taal",
|
"select_language": "Selecteer taal",
|
||||||
|
|
@ -650,7 +649,7 @@
|
||||||
"slovenian": "Sloveens",
|
"slovenian": "Sloveens",
|
||||||
"macedonian": "Macedonisch",
|
"macedonian": "Macedonisch",
|
||||||
"russian": "Russisch",
|
"russian": "Russisch",
|
||||||
"filipino": "Filipijns"
|
"filipino": "Filipijns",
|
||||||
"dutch_nl": "Nederlands (Nederland)",
|
"dutch_nl": "Nederlands (Nederland)",
|
||||||
"romanian": "Roemeens",
|
"romanian": "Roemeens",
|
||||||
"albanian": "Albanees",
|
"albanian": "Albanees",
|
||||||
|
|
@ -1029,7 +1028,6 @@
|
||||||
"no_upcoming_found": "Geen aankomende afleveringen gevonden",
|
"no_upcoming_found": "Geen aankomende afleveringen gevonden",
|
||||||
"add_series_desc": "Voeg series toe aan je bibliotheek om ze hier te zien"
|
"add_series_desc": "Voeg series toe aan je bibliotheek om ze hier te zien"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"mdblist": {
|
"mdblist": {
|
||||||
"title": "Beoordelingsbronnen",
|
"title": "Beoordelingsbronnen",
|
||||||
"status_disabled": "MDBList uitgeschakeld",
|
"status_disabled": "MDBList uitgeschakeld",
|
||||||
|
|
|
||||||
|
|
@ -625,7 +625,6 @@
|
||||||
"enter_custom_key": "Te rugăm să introduci și să salvezi cheia personalizată.",
|
"enter_custom_key": "Te rugăm să introduci și să salvezi cheia personalizată.",
|
||||||
"key_verified": "Cheia API a fost verificată și salvată cu succes."
|
"key_verified": "Cheia API a fost verificată și salvată cu succes."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"settings": {
|
"settings": {
|
||||||
"language": "Limbă",
|
"language": "Limbă",
|
||||||
"select_language": "Selectează limba",
|
"select_language": "Selectează limba",
|
||||||
|
|
@ -1029,7 +1028,6 @@
|
||||||
"no_upcoming_found": "Niciun episod viitor găsit",
|
"no_upcoming_found": "Niciun episod viitor găsit",
|
||||||
"add_series_desc": "Adaugă seriale în bibliotecă pentru a vedea episoadele lor viitoare aici"
|
"add_series_desc": "Adaugă seriale în bibliotecă pentru a vedea episoadele lor viitoare aici"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"mdblist": {
|
"mdblist": {
|
||||||
"title": "Surse de evaluare",
|
"title": "Surse de evaluare",
|
||||||
"status_disabled": "MDBList dezactivat",
|
"status_disabled": "MDBList dezactivat",
|
||||||
|
|
|
||||||
|
|
@ -625,7 +625,6 @@
|
||||||
"enter_custom_key": "Ju lutem jepni dhe ruani çelësin tuaj personal.",
|
"enter_custom_key": "Ju lutem jepni dhe ruani çelësin tuaj personal.",
|
||||||
"key_verified": "Çelësi API u verifikua dhe u ruajt me sukses."
|
"key_verified": "Çelësi API u verifikua dhe u ruajt me sukses."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"settings": {
|
"settings": {
|
||||||
"language": "Gjuha",
|
"language": "Gjuha",
|
||||||
"select_language": "Zgjidh Gjuhën",
|
"select_language": "Zgjidh Gjuhën",
|
||||||
|
|
@ -973,7 +972,6 @@
|
||||||
"alert_disconnect_title": "Shkëput Torbox",
|
"alert_disconnect_title": "Shkëput Torbox",
|
||||||
"alert_disconnect_msg": "Jeni të sigurt? Kjo do të fshijë çelësin API të ruajtur."
|
"alert_disconnect_msg": "Jeni të sigurt? Kjo do të fshijë çelësin API të ruajtur."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"home_screen": {
|
"home_screen": {
|
||||||
"title": "Cilësimet e Ekranit Kryesor",
|
"title": "Cilësimet e Ekranit Kryesor",
|
||||||
"changes_applied": "Ndryshimet u aplikuan",
|
"changes_applied": "Ndryshimet u aplikuan",
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ import { useToast } from '../contexts/ToastContext';
|
||||||
import { useSafeAreaInsets } from 'react-native-safe-area-context';
|
import { useSafeAreaInsets } from 'react-native-safe-area-context';
|
||||||
|
|
||||||
const EMAIL_CONFIRMATION_REQUIRED_PREFIX = '__EMAIL_CONFIRMATION__';
|
const EMAIL_CONFIRMATION_REQUIRED_PREFIX = '__EMAIL_CONFIRMATION__';
|
||||||
const AUTH_BG_GRADIENT = ['#07090F', '#0D1020', '#140B24'];
|
const AUTH_BG_GRADIENT = ['#07090F', '#0D1020', '#140B24'] as const;
|
||||||
|
|
||||||
const normalizeAuthErrorMessage = (input: string): string => {
|
const normalizeAuthErrorMessage = (input: string): string => {
|
||||||
const raw = (input || '').trim();
|
const raw = (input || '').trim();
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// Single source of truth for the app version displayed in Settings
|
// Single source of truth for the app version displayed in Settings
|
||||||
// Update this when bumping app version
|
// Update this when bumping app version
|
||||||
|
|
||||||
export const APP_VERSION = '1.3.7';
|
export const APP_VERSION = '1.3.8';
|
||||||
|
|
||||||
export function getDisplayedAppVersion(): string {
|
export function getDisplayedAppVersion(): string {
|
||||||
return APP_VERSION;
|
return APP_VERSION;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue