Compare commits

..

2 Commits

Author SHA1 Message Date
Gauvino
59c5195120 refactor(i18n): reuse login.login_button instead of new login.login alias
login.login duplicated login.login_button (both 'Log In'). Point the TV
password modal at the existing key and drop the redundant source key.
Addresses CodeRabbit (en.json:29).
2026-06-01 13:06:03 +02:00
Gauvain
f325d04666 feat(i18n): complete & audit French (fr) translations (#1635) 2026-06-01 12:34:38 +02:00
3 changed files with 3 additions and 5 deletions

View File

@@ -280,7 +280,7 @@ export const TVPasswordEntryModal: React.FC<TVPasswordEntryModalProps> = ({
<View style={styles.buttonContainer}>
<TVSubmitButton
onPress={handleSubmit}
label={t("login.login")}
label={t("login.login_button")}
loading={isLoading}
disabled={!password}
/>

View File

@@ -25,8 +25,7 @@
"there_is_a_server_error": "There is a server error",
"an_unexpected_error_occured_did_you_enter_the_correct_url": "An unexpected error occurred. Did you enter the server URL correctly?",
"too_old_server_text": "Unsupported Jellyfin Server Discovered",
"too_old_server_description": "Please update Jellyfin to the latest version",
"login": "Log In"
"too_old_server_description": "Please update Jellyfin to the latest version"
},
"server": {
"enter_url_to_jellyfin_server": "Enter the URL to your Jellyfin server",

View File

@@ -25,8 +25,7 @@
"there_is_a_server_error": "Une erreur de serveur est survenue",
"an_unexpected_error_occured_did_you_enter_the_correct_url": "Une erreur inattendue s'est produite. Avez-vous correctement saisi l'URL du serveur ?",
"too_old_server_text": "Serveur Jellyfin non pris en charge découvert",
"too_old_server_description": "Veuillez mettre à jour Jellyfin vers la dernière version",
"login": "Se connecter"
"too_old_server_description": "Veuillez mettre à jour Jellyfin vers la dernière version"
},
"server": {
"enter_url_to_jellyfin_server": "Entrez l'URL de votre serveur Jellyfin",