Add translation for boolean value in toggle columns for text cell (#364)

This commit is contained in:
Louis Delbosc
2022-12-02 21:49:55 +01:00
committed by GitHub
parent 0b4371ee22
commit 4116949ea5
4 changed files with 25 additions and 5 deletions

View File

@@ -354,6 +354,10 @@
"GiveFeedback": "Give feedback",
"NoNotifications": "No notifications"
},
"NTextBox": {
"false": "false",
"true": "true"
},
"OnBoardingPopups": {
"Finish": "Finish",
"Next": "Next"

View File

@@ -351,6 +351,10 @@
"GiveFeedback": "Donnez votre avis",
"NoNotifications": "Aucune notification"
},
"NTextBox": {
"false": "faux",
"true": "vrai"
},
"OnBoardingPopups": {
"Finish": "Terminer",
"Next": "Suivant"