Traductions

main
Laurent 3 years ago
parent 205efa3704
commit a152777799
  1. 2
      LeCountdown/Views/PresetsView.swift
  2. 6
      LeCountdown/fr.lproj/Localizable.strings

@ -52,7 +52,7 @@ struct PresetsView: View {
Button {
self.isShowingNewCountdown = true
} label: {
Text("Create countdown".uppercased())
Text(NSLocalizedString("Create countdown", comment: "").uppercased())
.frame(maxWidth: .infinity)
.frame(height: 40.0)
}.monospaced().buttonStyle(.bordered)

@ -92,7 +92,7 @@
"Hard boiled eggs" = "Oeufs dur";
/* No comment provided by engineer. */
"Home" = "Home";
"Home" = "Accueil";
/* No comment provided by engineer. */
"It's time!" = "C'est l'heure !";
@ -249,3 +249,7 @@
"In-app purchase disabled" = "Les achats in-app sont désactivés. Veuillez les activer si vous souhaitez vous abonner";
"You'll find your timers here. Start by creating them on the left screen" = "Vous retrouverez vos minuteurs ici.\nCommencez par en créer dans l'écran de gauche";
"Settings" = "Réglages";
"Pasta" = "Pasta";
"Rice" = "Riz";
"Play confirmation sound" = "Jouer son de confirmation";
"Contact us" = "Contactez-nous";

Loading…
Cancel
Save