From 005fb398b1ec7c95930a6fcfb49447fc170f8f14 Mon Sep 17 00:00:00 2001 From: CaranudLapin Date: Sun, 26 May 2024 09:37:10 +0200 Subject: [PATCH] Create fr.json --- TrainInfo/i18n/fr.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TrainInfo/i18n/fr.json diff --git a/TrainInfo/i18n/fr.json b/TrainInfo/i18n/fr.json new file mode 100644 index 0000000..b3b03cf --- /dev/null +++ b/TrainInfo/i18n/fr.json @@ -0,0 +1,8 @@ +{ + "config.option.notification_time.name": "Heure de notification de train", + "config.option.notification_time.description": "À quelle heure afficher la notification qu’un train arrive le lendemain", + "list_title": "Contenu du train", + "train_today": "Un train passera demain à travers Stardew Valley, vers {{time}} !", + "train_tomorrow": "Un train passe à travers Stardew Valley aujourd’hui à {{time}}.", + "empty_train": "aucun" +}