Mobile Client: translate

This commit is contained in:
Arthi-chaud
2022-03-05 17:08:19 +01:00
parent 5cc1259173
commit 523601de06
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -46,5 +46,6 @@
"paramInheritTip": "To inherit parameters from previous actions, type '{' in the text field and tap on the choosen parameter",
"authenticatedToNoService": "You are not authenticated to any services.",
"connectService": "Connect service",
"cantEnablePipeline": "You can't enable this pipeline because it depends on a service that is not connected"
"cantEnablePipeline": "You can't enable this pipeline because it depends on a service that is not connected",
"from": "from"
}
+2 -1
View File
@@ -46,5 +46,6 @@
"paramInheritTip": "Afin d'hériter de variables venant d'actions précedentes, entrez '{' dans un champ et choisissez la valeur",
"authenticatedToNoService": "Aucun service n'est connecté",
"connectService": "Connexion aux services",
"cantEnablePipeline": "Impossible d'activer la pipeline car elle dépend d'un service qui n'est pas connecté"
"cantEnablePipeline": "Impossible d'activer la pipeline car elle dépend d'un service qui n'est pas connecté",
"from": "de"
}
+1 -1
View File
@@ -154,7 +154,7 @@ class _ActionFormState extends State<ActionForm> {
suggestion.item3.service.getLogo(logoSize: 30),
title: Text(suggestion.item2.name),
subtitle: Text(
"${suggestion.item2.description}, from '${suggestion.item3.displayName}'")));
"${suggestion.item2.description}, ${AppLocalizations.of(context).from} '${suggestion.item3.displayName}'")));
}),
...[
ElevatedButton(