From 23c8648169b4893aaafa2e369259d94d56c76831 Mon Sep 17 00:00:00 2001 From: Hivert Quentin Date: Wed, 17 Sep 2025 13:48:39 +0200 Subject: [PATCH] fix(label): missing trad --- UI/MainUI/English.lproj/Localizable.strings | 2 ++ UI/MainUI/French.lproj/Localizable.strings | 2 ++ 2 files changed, 4 insertions(+) diff --git a/UI/MainUI/English.lproj/Localizable.strings b/UI/MainUI/English.lproj/Localizable.strings index cc4605ff4..7ee41870d 100644 --- a/UI/MainUI/English.lproj/Localizable.strings +++ b/UI/MainUI/English.lproj/Localizable.strings @@ -110,8 +110,10 @@ See this page for v "Unhandled error response" = "Unhandled error response"; "Password change is not supported." = "Password change is not supported."; "Unhandled HTTP error code: %{0}" = "Unhandled HTTP error code: %{0}"; +"Current password" = "Current password"; "New password" = "New password"; "Confirmation" = "Confirmation"; +"Change" = "Changer"; "Cancel" = "Cancel"; "Please wait..." = "Please wait..."; "Close" = "Close"; diff --git a/UI/MainUI/French.lproj/Localizable.strings b/UI/MainUI/French.lproj/Localizable.strings index b694467e0..d36a3ac49 100644 --- a/UI/MainUI/French.lproj/Localizable.strings +++ b/UI/MainUI/French.lproj/Localizable.strings @@ -107,8 +107,10 @@ "Unhandled error response" = "Erreur inconnue"; "Password change is not supported." = "Changement de mot de passe non-supporté."; "Unhandled HTTP error code: %{0}" = "Code HTTP non-géré: %{0}"; +"Current password" = "Mot de passe actuel"; "New password" = "Nouveau mot de passe"; "Confirmation" = "Confirmation"; +"Change" = "Changer"; "Cancel" = "Annuler"; "Please wait..." = "Veuillez patienter..."; "Close" = "Fermer";