Skip to content

Commit

Permalink
Merge branch 'main' into 1955-updatewf-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelPull committed Oct 9, 2024
2 parents 88e7d38 + fd4072f commit 93a8d94
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/src/languages/english.js
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ const en = {
workflowitem_intent_grantPermission: "Grant workflow action permission",
workflowitem_intent_listPermissions: "View workflow action permissions",
workflowitem_intent_revokePermission: "Revoke workflow action permission",
workflowitem_list: "View workflow action",
workflowitem_update: "Update workflow action",
workflowitem_view: "View workflow action",
write: "Write permissions"
Expand Down
1 change: 1 addition & 0 deletions frontend/src/languages/french.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@ const fr = {
workflowitem_intent_grantPermission: "Accorder des autorisations sur l’étape de workflow action",
workflowitem_intent_listPermissions: "Afficher les autorisations sur l’étape de workflow action",
workflowitem_intent_revokePermission: "Révoquer des autorisations sur l’étape de workflow action ",
workflowitem_list: "Voir l’étape de workflow action",
workflowitem_update: "Mettre à jour l’étape de workflow action",
workflowitem_view: "Voir l’étape de workflow action",
write: "Autorisations d'écriture"
Expand Down
1 change: 1 addition & 0 deletions frontend/src/languages/georgian.js
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ const ka = {
workflowitem_intent_grantPermission: "მიანიჭეთ workflow action-ის ნებართვები",
workflowitem_intent_listPermissions: "იხილეთ workflow action-ის ნებართვები",
workflowitem_intent_revokePermission: "გააუქმეთ workflow action-ის ნებართვები",
workflowitem_list: "იხილეთ workflowitem-ები",
workflowitem_update: "განაახლეთ workflow action-ები",
workflowitem_view: "იხილეთ workflow action-ები",
write: "გაეცით ნებართვები"
Expand Down
1 change: 1 addition & 0 deletions frontend/src/languages/german.js
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ const de = {
workflowitem_intent_grantPermission: "Workflow action-Erlaubnis erteilen",
workflowitem_intent_listPermissions: "Workflow action-Berechtigungen anzeigen",
workflowitem_intent_revokePermission: "Workflow action-Erlaubnis widerrufen",
workflowitem_list: "Workflow-Eintrag anzeigen",
workflowitem_update: "Workflow-Eintrag aktualisieren",
workflowitem_view: "Workflow-Eintrag anzeigen",
write: "Schreibberechtigungen"
Expand Down
5 changes: 3 additions & 2 deletions frontend/src/languages/portuguese.js
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,9 @@ const pt = {
workflowitem_intent_grantPermission: "Conceder permissões do item de workflow action",
workflowitem_intent_listPermissions: "Visualizar permissões do item de workflow action",
workflowitem_intent_revokePermission: "Revogar permissões do item de workflow action",
workflowitem_update: "Atualizar item de worflow",
workflowitem_view: "Visualizar item de workflow action",
workflowitem_list: "Visualizar action de workflow",
workflowitem_update: "Atualizar action de worflow",
workflowitem_view: "Visualizar action de workflow action",
write: "Permissões de escrita"
},

Expand Down

0 comments on commit 93a8d94

Please sign in to comment.