This is an automated email from the ASF dual-hosted git repository.

andreapatricelli pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new d0bb2c4  missing translations for executions and details actions on 
propagation tasks
d0bb2c4 is described below

commit d0bb2c4b8037185e5d9014a3a715c4e6d762a155
Author: Andrea Patricelli <[email protected]>
AuthorDate: Wed Nov 6 12:48:43 2019 +0100

    missing translations for executions and details actions on propagation tasks
---
 .../console/wicket/markup/html/form/ActionsPanel_it.properties    | 8 ++++++++
 .../console/wicket/markup/html/form/ActionsPanel_ja.properties    | 8 ++++++++
 .../console/wicket/markup/html/form/ActionsPanel_pt_BR.properties | 8 ++++++++
 .../console/wicket/markup/html/form/ActionsPanel_ru.properties    | 8 ++++++++
 4 files changed, 32 insertions(+)

diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_it.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_it.properties
index 2e13f6e..db25eaa 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_it.properties
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_it.properties
@@ -94,6 +94,14 @@ search.class=glyphicon glyphicon-search
 search.title=ricerca
 search.alt=search icon
 
+view_executions.class=fa fa-eye
+view_executions.title=esecuzioni
+view_executions.alt=view executions icon
+
+view_details.class=fa fa-info-circle
+view_details.title=dettagli
+view_details.alt=details icon
+
 delete.class=glyphicon glyphicon-minus
 delete.title=elimina
 delete.alt=delete icon
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ja.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ja.properties
index 421abc9..1e38f07 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ja.properties
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ja.properties
@@ -90,6 +90,14 @@ members.class=fa fa-users
 members.title=\u30e1\u30f3\u30d0\u30fc
 members.alt=\u30e1\u30f3\u30d0\u30fc
 
+view_executions.class=fa fa-eye
+view_executions.title=\u6b7b\u5211\u57f7\u884c
+view_executions.alt=\u5b9f\u884c\u30a2\u30a4\u30b3\u30f3\u3092\u8868\u793a
+
+view_details.class=fa fa-info-circle
+view_details.title=\u8a73\u7d30
+view_details.alt=\u8a73\u7d30\u30a2\u30a4\u30b3\u30f3
+
 search.class=glyphicon glyphicon-search
 search.title=\u691c\u7d22
 search.alt=\u691c\u7d22
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_pt_BR.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_pt_BR.properties
index 7a61862..eca89cf 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_pt_BR.properties
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_pt_BR.properties
@@ -90,6 +90,14 @@ members.class=fa fa-users
 members.title=members
 members.alt=members icon
 
+view_executions.class=fa fa-eye
+view_executions.title=execu\u00e7\u00f5es
+view_executions.alt=view executions icon
+
+view_details.class=fa fa-info-circle
+view_details.title=detalhes
+view_details.alt=details icon
+
 search.class=glyphicon glyphicon-search
 search.title=search
 search.alt=search icon
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ru.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ru.properties
index d825127..fddb501 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ru.properties
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ru.properties
@@ -90,6 +90,14 @@ members.class=fa fa-users
 members.title=members
 members.alt=members icon
 
+view_executions.class=fa fa-eye
+view_executions.title=\u043a\u0430\u0437\u043d\u0438
+view_executions.alt=view executions icon
+
+view_details.class=fa fa-info-circle
+view_details.title=\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438
+view_details.alt=details icon
+
 search.class=glyphicon glyphicon-search
 search.title=search
 search.alt=search icon

Reply via email to