Skip to content

Commit 9465610

Browse files
authored
Merge branch 'main' into dependabot/composer/christophwurst/nextcloud_testing-1.0.1
2 parents bc60064 + 3d45a77 commit 9465610

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+165
-288
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ Workflow definition:
3131

3232
A pending tag can only be used in one approval workflow.
3333
Workflows can be chained. For example, if the approved tag of a workflow A is used as the pending tag of another workflow B,
34-
then once a file is approved by the workflow A, it becomes pending for the B one.
34+
then once a file is approved by the workflow A, it becomes pending for the B one. For an example of a chain involving a leave
35+
request that needs to be approved by a manager and then the department head, there is a screenshot below.
36+
37+
![Workflow chain](https://github.com/nextcloud/approval/raw/main/img/workflow_chained.jpg)
3538

3639
## Tag assignment
3740

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SPDX-FileCopyrightText = "2021 Nextcloud GmbH and Nextcloud contributors"
1616
SPDX-License-Identifier = "AGPL-3.0-or-later"
1717

1818
[[annotations]]
19-
path = ["img/app.svg", "img/app-dark.svg", "img/checkmark-green.svg", "img/close-red.svg"]
19+
path = ["img/app.svg", "img/app-dark.svg", "img/app-no-color.svg", "img/checkmark-green.svg", "img/close-red.svg"]
2020
precedence = "aggregate"
2121
SPDX-FileCopyrightText = "2018-2024 Google LLC"
2222
SPDX-License-Identifier = "Apache-2.0"

img/app-dark.svg

Lines changed: 1 addition & 1 deletion
Loading

img/app-no-color.svg

Lines changed: 1 addition & 0 deletions
Loading

img/app.svg

Lines changed: 1 addition & 1 deletion
Loading

img/screenshot_chained.jpg

378 KB
Loading

img/screenshot_chained.jpg.license

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2+
SPDX-License-Identifier: AGPL-3.0-or-later

l10n/ar.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ OC.L10N.register(
7171
"Select approved tag" : "إختَر وسم \"تمت الموافقة\" approved tag",
7272
"Select rejected tag" : "إختَر وسم \"مرفوض\" rejected tag",
7373
"Approved" : "مُوافَقٌ عليه",
74-
"Approved by" : "تمّ قبوله من قِبَل ",
7574
"Rejected" : "مرفوضٌ",
76-
"Rejected by" : "تمّ رفضه من قِبَل ",
77-
"Approval requested by" : "طَلَبُ الموافقة قُدِّم من قِبَل",
7875
"Approval requested" : "تمّ طلب الموافقة",
7976
"you" : "أنت",
8077
"The related approval workflow is: {ruleDescription}" : "أتمتة سير العمل الخاصة بالموافقات ذات الصلة هي: {ruleDescription}",

l10n/ar.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@
6969
"Select approved tag" : "إختَر وسم \"تمت الموافقة\" approved tag",
7070
"Select rejected tag" : "إختَر وسم \"مرفوض\" rejected tag",
7171
"Approved" : "مُوافَقٌ عليه",
72-
"Approved by" : "تمّ قبوله من قِبَل ",
7372
"Rejected" : "مرفوضٌ",
74-
"Rejected by" : "تمّ رفضه من قِبَل ",
75-
"Approval requested by" : "طَلَبُ الموافقة قُدِّم من قِبَل",
7673
"Approval requested" : "تمّ طلب الموافقة",
7774
"you" : "أنت",
7875
"The related approval workflow is: {ruleDescription}" : "أتمتة سير العمل الخاصة بالموافقات ذات الصلة هي: {ruleDescription}",

l10n/bg.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ OC.L10N.register(
7070
"Select approved tag" : "Избор на одобрен маркер/етикет/",
7171
"Select rejected tag" : "Избор на отхвърлен маркер/етикет/",
7272
"Approved" : "Одобрение",
73-
"Approved by" : "Одобрен от",
7473
"Rejected" : "Отхвърляне",
75-
"Rejected by" : "Отхвърляне от",
76-
"Approval requested by" : "Одобрение, поискано от",
7774
"Approval requested" : " Поискано е одобрение",
7875
"you" : "ти",
7976
"Your approval was requested." : " Поискано е вашето одобрение.",

0 commit comments

Comments
 (0)