diff --git a/Sources/AllInApp/AllIn/Assets.xcassets/globeImage.imageset/Contents.json b/Sources/AllInApp/AllIn/Assets.xcassets/globeImage.imageset/Contents.json new file mode 100644 index 0000000..f689ec9 --- /dev/null +++ b/Sources/AllInApp/AllIn/Assets.xcassets/globeImage.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "globe.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/AllInApp/AllIn/Assets.xcassets/globeImage.imageset/globe.png b/Sources/AllInApp/AllIn/Assets.xcassets/globeImage.imageset/globe.png new file mode 100644 index 0000000..bb108f6 Binary files /dev/null and b/Sources/AllInApp/AllIn/Assets.xcassets/globeImage.imageset/globe.png differ diff --git a/Sources/AllInApp/AllIn/Components/Menu.swift b/Sources/AllInApp/AllIn/Components/Menu.swift index f6ddada..fafe89d 100644 --- a/Sources/AllInApp/AllIn/Components/Menu.swift +++ b/Sources/AllInApp/AllIn/Components/Menu.swift @@ -14,11 +14,11 @@ struct Menu: View { let parameters: [(String, String, String, String)] = [ ("videoGameImage", String(localized: "drawer_create_a_bet"), String(localized: "drawer_create_a_bet_subtitle"), "CreationBet"), + ("globeImage", String(localized: "drawer_public_bets"), String(localized: "drawer_public_bets_subtitle"), "Bet"), + ("moneyImage", String(localized: "drawer_current_bets"), String(localized: "drawer_current_bets_subtitle"), "Current"), ("eyesImage", String(localized: "drawer_bet_history"), String(localized: "drawer_bet_history_subtitle"),"Historic"), ("friendsImage", String(localized: "drawer_friends"), String(localized: "drawer_friends_subtitle"), "Friends"), - ("moneyImage", String(localized: "drawer_public_bets"), String(localized: "drawer_public_bets_subtitle"), "Bet"), ("rankingImage", String(localized: "drawer_ranking"), String(localized: "drawer_ranking_subtitle"), "Ranking"), - ("eyesImage", String(localized: "drawer_current_bets"), String(localized: "drawer_current_bets_subtitle"), "Current") ] var body: some View { diff --git a/Sources/AllInApp/AllIn/Ressources/en.lproj/Localizable.strings b/Sources/AllInApp/AllIn/Ressources/en.lproj/Localizable.strings index bbe1d1f..1db25ab 100644 --- a/Sources/AllInApp/AllIn/Ressources/en.lproj/Localizable.strings +++ b/Sources/AllInApp/AllIn/Ressources/en.lproj/Localizable.strings @@ -46,15 +46,13 @@ "drawer_nb_friends" = "Friends"; "drawer_friends" = "FRIENDS"; "drawer_friends_subtitle" = "Challenge your folks by adding them as friends."; -"drawer_public_bets" = "PUBLIC BETS"; +"drawer_public_bets" = "PARTICIPATE"; "drawer_public_bets_subtitle" = "Browse the most popular bets of the moment."; -"drawer_current_bets" = "CURRENT BETS"; -"drawer_current_bets_subtitle" = "View your current bets."; -"drawer_create_a_bet" = "CREATE A BET"; +"drawer_create_a_bet" = "NEW BET"; "drawer_create_a_bet_subtitle" = "Create a net bet and get your friends participating."; -"drawer_bet_history" = "BET HISTORY"; +"drawer_bet_history" = "HISTORY"; "drawer_bet_history_subtitle" = "View your current and finished bets."; -"drawer_current_bets" = "CURRENT BETS"; +"drawer_current_bets" = "MY PARTICIPATIONS"; "drawer_current_bets_subtitle" = "Manage your bets and reward the winners."; "drawer_ranking" = "RANKING"; "drawer_ranking_subtitle" = "Check your ranking among your friends."; diff --git a/Sources/AllInApp/AllIn/Ressources/fr.lproj/Localizable.strings b/Sources/AllInApp/AllIn/Ressources/fr.lproj/Localizable.strings index c93b188..2a0837c 100644 --- a/Sources/AllInApp/AllIn/Ressources/fr.lproj/Localizable.strings +++ b/Sources/AllInApp/AllIn/Ressources/fr.lproj/Localizable.strings @@ -28,7 +28,6 @@ "network_error_text" = "Assurez-vous d\'être bien connecté au réseau puis réessayez."; /// Bet type - "bet_type_binary" = "Oui / Non"; "bet_type_match" = "Match sportif"; "bet_type_custom" = "Réponses personnalisées"; @@ -46,15 +45,13 @@ "drawer_nb_friends" = "Amis"; "drawer_friends" = "AMIS"; "drawer_friends_subtitle" = "Défiez vos proches en les ajoutant en amis."; -"drawer_public_bets" = "BETS PUBLIQUES"; +"drawer_public_bets" = "PARTICIPER"; "drawer_public_bets_subtitle" = "Parcourez les bets les plus populaires du moment."; -"drawer_current_bets" = "BETS EN COURS"; -"drawer_current_bets_subtitle" = "Consultez vos paris en cours."; -"drawer_create_a_bet" = "CREER UN BET"; +"drawer_create_a_bet" = "NOUVEAU BET"; "drawer_create_a_bet_subtitle" = "Créez un nouveau bet et faites participer vos amis."; -"drawer_bet_history" = "HISTORIQUE DES BETS"; +"drawer_bet_history" = "HISTORIQUE"; "drawer_bet_history_subtitle" = "Consultez vos paris en cours et terminés."; -"drawer_current_bets" = "BETS EN COURS"; +"drawer_current_bets" = "MES PARTICIPATIONS"; "drawer_current_bets_subtitle" = "Gérez vos bets et récompensez les gagnants."; "drawer_ranking" = "CLASSEMENT"; "drawer_ranking_subtitle" = "Consultez votre classement parmis vos amis.";