From a98b20d116fe99f3d52715825df098352b2ee2d9 Mon Sep 17 00:00:00 2001 From: Nathan Buache <44255541+nthnbch@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:29:23 +0100 Subject: [PATCH 1/2] Create Localizable.strings --- NearDrop/fr.lproj/Localizable.strings | 41 +++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 NearDrop/fr.lproj/Localizable.strings diff --git a/NearDrop/fr.lproj/Localizable.strings b/NearDrop/fr.lproj/Localizable.strings new file mode 100644 index 0000000..67e202a --- /dev/null +++ b/NearDrop/fr.lproj/Localizable.strings @@ -0,0 +1,41 @@ +/* No comment provided by engineer. */ +"Accept" = "Accepter"; + +/* No comment provided by engineer. */ +"Decline" = "Refuser"; + +/* No comment provided by engineer. */ +"DeviceName" = "Nom de l'appareil : %@"; + +/* No comment provided by engineer. */ +"DeviceSendingFiles" = "%1$@ vous envoie %2$@"; + +/* No comment provided by engineer. */ +"Error.Crypto" = "Erreur de cryptage"; + +/* No comment provided by engineer. */ +"Error.Protocol" = "Erreur de communication"; + +/* No comment provided by engineer. */ +"NFiles" = "%d fichiers"; + +/* No comment provided by engineer. */ +"NotificationsDenied.Message" = "NearDrop doit pouvoir afficher des notifications pour les transferts de fichiers entrants. Veuillez autoriser les notifications dans les paramètres système."; + +/* No comment provided by engineer. */ +"NotificationsDenied.OpenSettings" = "Ouvrir les paramètres"; + +/* No comment provided by engineer. */ +"NotificationsDenied.Title" = "Autorisation de notification requise"; + +/* No comment provided by engineer. */ +"PinCode" = "CODE PIN : %@"; + +/* No comment provided by engineer. */ +"Quit" = "Quitter NearDrop"; + +/* No comment provided by engineer. */ +"TransferError" = "Échec de la réception des fichiers de %@"; + +/* No comment provided by engineer. */ +"VisibleToEveryone" = "Visible par tout le monde"; From 69ddff6c68b79c9ac0ee4bf557f33802d75289a2 Mon Sep 17 00:00:00 2001 From: Nathan Buache <44255541+nthnbch@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:38:25 +0100 Subject: [PATCH 2/2] add stringdist --- NearDrop/fr.lproj/Localizable.stringdisct | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 NearDrop/fr.lproj/Localizable.stringdisct diff --git a/NearDrop/fr.lproj/Localizable.stringdisct b/NearDrop/fr.lproj/Localizable.stringdisct new file mode 100644 index 0000000..4630156 --- /dev/null +++ b/NearDrop/fr.lproj/Localizable.stringdisct @@ -0,0 +1,21 @@ + + + + NFiles + + NSStringLocalizedFormatKey + %#@fichiers@ + files + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + %d fichier + other + %d fichiers + + + + \ No newline at end of file