mirror of
https://github.com/zoriya/Aeris.git
synced 2026-05-27 00:27:09 +00:00
Mobile Client: translate
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user