mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Add translation for boolean value in toggle columns for text cell (#364)
This commit is contained in:
@@ -354,6 +354,10 @@
|
||||
"GiveFeedback": "Give feedback",
|
||||
"NoNotifications": "No notifications"
|
||||
},
|
||||
"NTextBox": {
|
||||
"false": "false",
|
||||
"true": "true"
|
||||
},
|
||||
"OnBoardingPopups": {
|
||||
"Finish": "Finish",
|
||||
"Next": "Next"
|
||||
|
||||
@@ -351,6 +351,10 @@
|
||||
"GiveFeedback": "Donnez votre avis",
|
||||
"NoNotifications": "Aucune notification"
|
||||
},
|
||||
"NTextBox": {
|
||||
"false": "faux",
|
||||
"true": "vrai"
|
||||
},
|
||||
"OnBoardingPopups": {
|
||||
"Finish": "Terminer",
|
||||
"Next": "Suivant"
|
||||
|
||||
Reference in New Issue
Block a user