Translate ask strings

This commit is contained in:
CodeShakingSheep
2026-02-09 00:19:17 -06:00
parent e3aa367939
commit c7062c72b2
+5 -5
View File
@@ -54,14 +54,14 @@ ram.runtime = "50M"
type = "password" type = "password"
[install.mail_name] [install.mail_name]
ask.en = "Choose what name will be displayed when InvoiceNinja sends mails." ask.en = "Choose what name will be displayed when InvoiceNinja sends mails"
ask.fr = "" ask.fr = "Choisissez quel nom sera affiché lorsque InvoiceNinja enverra des e-mails"
type = "string" type = "string"
default = "" default = "Invoice Ninja"
[install.mail_address] [install.mail_address]
ask.en = "Choose from which mail-address emails will be send." ask.en = "Choose from which mail address emails will be sent"
help.fr = "" ask.fr = "Choisissez à partir de quelle adresse e-mail les e-mails seront envoyés"
type = "email" type = "email"
default = "" default = ""