@nocobase/plugin-workflow-manual 1.9.15 → 1.9.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/externalVersion.js +9 -9
- package/dist/locale/de-DE.json +24 -24
- package/dist/locale/en-US.json +24 -24
- package/dist/locale/es-ES.json +35 -0
- package/dist/locale/fr-FR.json +35 -0
- package/dist/locale/it-IT.json +24 -24
- package/dist/locale/ja-JP.json +23 -20
- package/dist/locale/ko-KR.json +28 -25
- package/dist/locale/nl-NL.json +34 -28
- package/dist/locale/pt-BR.json +35 -0
- package/dist/locale/ru-RU.json +25 -25
- package/dist/locale/tr-TR.json +35 -0
- package/dist/locale/uk-UA.json +35 -0
- package/dist/locale/zh-CN.json +24 -24
- package/dist/locale/zh-TW.json +35 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.9.
|
|
11
|
+
"@nocobase/client": "1.9.16",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"react-router-dom": "6.28.1",
|
|
14
14
|
"@formily/react": "2.3.0",
|
|
@@ -19,14 +19,14 @@ module.exports = {
|
|
|
19
19
|
"dayjs": "1.11.13",
|
|
20
20
|
"react-i18next": "11.18.6",
|
|
21
21
|
"lodash": "4.17.21",
|
|
22
|
-
"@nocobase/plugin-workflow": "1.9.
|
|
23
|
-
"@nocobase/plugin-mobile": "1.9.
|
|
24
|
-
"@nocobase/utils": "1.9.
|
|
25
|
-
"@nocobase/server": "1.9.
|
|
26
|
-
"@nocobase/database": "1.9.
|
|
27
|
-
"@nocobase/actions": "1.9.
|
|
28
|
-
"@nocobase/test": "1.9.
|
|
29
|
-
"@nocobase/plugin-workflow-test": "1.9.
|
|
22
|
+
"@nocobase/plugin-workflow": "1.9.16",
|
|
23
|
+
"@nocobase/plugin-mobile": "1.9.16",
|
|
24
|
+
"@nocobase/utils": "1.9.16",
|
|
25
|
+
"@nocobase/server": "1.9.16",
|
|
26
|
+
"@nocobase/database": "1.9.16",
|
|
27
|
+
"@nocobase/actions": "1.9.16",
|
|
28
|
+
"@nocobase/test": "1.9.16",
|
|
29
|
+
"@nocobase/plugin-workflow-test": "1.9.16",
|
|
30
30
|
"@formily/core": "2.3.0",
|
|
31
31
|
"sequelize": "6.35.2"
|
|
32
32
|
};
|
package/dist/locale/de-DE.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
2
|
+
"All pass": "Alle bestehen",
|
|
3
|
+
"Any pass": "Beliebiger Bestehen",
|
|
4
|
+
"Anyone pass": "Jeder kann bestehen",
|
|
5
5
|
"Assignee": "Beauftragter",
|
|
6
6
|
"Assignees": "Beauftragte",
|
|
7
|
-
"
|
|
7
|
+
"Collaboratively": "Kollaborativ",
|
|
8
8
|
"Configure user interface": "Benutzeroberfläche konfigurieren",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
9
|
+
"Continue the process": "Den Prozess fortsetzen",
|
|
10
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "Kann für die manuelle Übermittlung von Daten verwendet werden und bestimmt, ob fortgefahren oder beendet werden soll. Der Workflow generiert ein To-Do-Element für den zugewiesenen Benutzer, wenn er einen manuellen Knoten erreicht, und setzt die Verarbeitung fort, nachdem der Benutzer das Formular abgesendet hat.",
|
|
11
|
+
"Create record form": "Formular zum Erstellen von Datensätzen",
|
|
12
|
+
"Custom form": "Benutzerdefiniertes Formular",
|
|
13
|
+
"Data record": "Datensatz",
|
|
11
14
|
"Each user has own task": "Jeder Benutzer hat eine eigene Aufgabe",
|
|
12
|
-
"Collaboratively": "Kollaborativ",
|
|
13
15
|
"Everyone shares one task": "Alle teilen sich eine Aufgabe",
|
|
14
|
-
"Negotiation": "Verhandlung",
|
|
15
|
-
"All pass": "Alle bestehen",
|
|
16
16
|
"Everyone should pass": "Jeder sollte bestehen",
|
|
17
|
-
"Any pass": "Beliebiger Bestehen",
|
|
18
|
-
"Anyone pass": "Jeder kann bestehen",
|
|
19
17
|
"Field name existed in form": "Feldname existiert bereits im Formular",
|
|
20
|
-
"Continue the process": "Den Prozess fortsetzen",
|
|
21
|
-
"Terminate the process": "Den Prozess beenden",
|
|
22
|
-
"Save temporarily": "Temporär speichern",
|
|
23
|
-
"Custom form": "Benutzerdefiniertes Formular",
|
|
24
|
-
"Data record": "Datensatz",
|
|
25
|
-
"Create record form": "Formular zum Erstellen von Datensätzen",
|
|
26
|
-
"Update record form": "Formular zum Aktualisieren von Datensätzen",
|
|
27
18
|
"Filter settings": "Filtereinstellungen",
|
|
28
|
-
"
|
|
29
|
-
"Task node": "Aufgabenknoten",
|
|
30
|
-
"Unprocessed": "Unbearbeitet",
|
|
31
|
-
"Please check one of your update record form, and add at least one filter condition in form settings.": "Bitte überprüfen Sie eines Ihrer Formulare zur Aktualisierung von Datensätzen und fügen Sie in den Formulareinstellungen mindestens eine Filterbedingung hinzu.",
|
|
19
|
+
"Manual": "Manuell",
|
|
32
20
|
"My manual tasks": "Meine manuellen Aufgaben",
|
|
21
|
+
"Negotiation": "Verhandlung",
|
|
22
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "Bitte überprüfen Sie eines Ihrer Formulare zur Aktualisierung von Datensätzen und fügen Sie in den Formulareinstellungen mindestens eine Filterbedingung hinzu.",
|
|
23
|
+
"Save temporarily": "Temporär speichern",
|
|
24
|
+
"Separately": "Getrennt",
|
|
25
|
+
"Task": "Aufgabe",
|
|
26
|
+
"Task node": "Aufgabenknoten",
|
|
33
27
|
"Task title": "Aufgabentitel",
|
|
28
|
+
"Terminate the process": "Den Prozess beenden",
|
|
34
29
|
"Title of each task item. Default to node title.": "Titel jedes Aufgabenelements. Standardmäßig der Knotentitel.",
|
|
35
|
-
"
|
|
36
|
-
|
|
30
|
+
"Unprocessed": "Unbearbeitet",
|
|
31
|
+
"Update record form": "Formular zum Aktualisieren von Datensätzen",
|
|
32
|
+
"User interface": "Benutzeroberfläche",
|
|
33
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "Die in diesem Formular voreingestellten Werte überschreiben die vom Benutzer übermittelten Werte beim Fortfahren oder Ablehnen.",
|
|
34
|
+
"View user interface": "Benutzeroberfläche anzeigen",
|
|
35
|
+
"Workflow todos": "Workflow-Aufgaben"
|
|
36
|
+
}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
2
|
+
"All pass": "All pass",
|
|
3
|
+
"Any pass": "Any pass",
|
|
4
|
+
"Anyone pass": "Anyone pass",
|
|
5
5
|
"Assignee": "Assignee",
|
|
6
6
|
"Assignees": "Assignees",
|
|
7
|
-
"
|
|
7
|
+
"Collaboratively": "Collaboratively",
|
|
8
8
|
"Configure user interface": "Configure user interface",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
9
|
+
"Continue the process": "Continue the process",
|
|
10
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.",
|
|
11
|
+
"Create record form": "Create record form",
|
|
12
|
+
"Custom form": "Custom form",
|
|
13
|
+
"Data record": "Data record",
|
|
11
14
|
"Each user has own task": "Each user has own task",
|
|
12
|
-
"Collaboratively": "Collaboratively",
|
|
13
15
|
"Everyone shares one task": "Everyone shares one task",
|
|
14
|
-
"Negotiation": "Negotiation",
|
|
15
|
-
"All pass": "All pass",
|
|
16
16
|
"Everyone should pass": "Everyone should pass",
|
|
17
|
-
"Any pass": "Any pass",
|
|
18
|
-
"Anyone pass": "Anyone pass",
|
|
19
17
|
"Field name existed in form": "Field name existed in form",
|
|
20
|
-
"Continue the process": "Continue the process",
|
|
21
|
-
"Terminate the process": "Terminate the process",
|
|
22
|
-
"Save temporarily": "Save temporarily",
|
|
23
|
-
"Custom form": "Custom form",
|
|
24
|
-
"Data record": "Data record",
|
|
25
|
-
"Create record form": "Create record form",
|
|
26
|
-
"Update record form": "Update record form",
|
|
27
18
|
"Filter settings": "Filter settings",
|
|
28
|
-
"
|
|
29
|
-
"Task node": "Task node",
|
|
30
|
-
"Unprocessed": "Unprocessed",
|
|
31
|
-
"Please check one of your update record form, and add at least one filter condition in form settings.": "Please check one of your update record form, and add at least one filter condition in form settings.",
|
|
19
|
+
"Manual": "Manual",
|
|
32
20
|
"My manual tasks": "My manual tasks",
|
|
21
|
+
"Negotiation": "Negotiation",
|
|
22
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "Please check one of your update record form, and add at least one filter condition in form settings.",
|
|
23
|
+
"Save temporarily": "Save temporarily",
|
|
24
|
+
"Separately": "Separately",
|
|
25
|
+
"Task node": "Task node",
|
|
33
26
|
"Task title": "Task title",
|
|
34
|
-
"
|
|
35
|
-
|
|
27
|
+
"Terminate the process": "Terminate the process",
|
|
28
|
+
"Title of each task item. Default to node title.": "Title of each task item. Default to node title.",
|
|
29
|
+
"Unprocessed": "Unprocessed",
|
|
30
|
+
"Update record form": "Update record form",
|
|
31
|
+
"User interface": "User interface",
|
|
32
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "Values preset in this form will override user submitted ones when continue or reject.",
|
|
33
|
+
"View user interface": "View user interface",
|
|
34
|
+
"Workflow todos": "Workflow todos"
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"All pass": "All pass",
|
|
3
|
+
"Any pass": "Any pass",
|
|
4
|
+
"Anyone pass": "Anyone pass",
|
|
5
|
+
"Assignee": "Assignee",
|
|
6
|
+
"Assignees": "Assignees",
|
|
7
|
+
"Collaboratively": "Collaboratively",
|
|
8
|
+
"Configure user interface": "Configure user interface",
|
|
9
|
+
"Continue the process": "Continue the process",
|
|
10
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.",
|
|
11
|
+
"Create record form": "Create record form",
|
|
12
|
+
"Custom form": "Custom form",
|
|
13
|
+
"Data record": "Data record",
|
|
14
|
+
"Each user has own task": "Each user has own task",
|
|
15
|
+
"Everyone shares one task": "Everyone shares one task",
|
|
16
|
+
"Everyone should pass": "Everyone should pass",
|
|
17
|
+
"Field name existed in form": "Field name existed in form",
|
|
18
|
+
"Filter settings": "Filter settings",
|
|
19
|
+
"Manual": "Manual",
|
|
20
|
+
"My manual tasks": "My manual tasks",
|
|
21
|
+
"Negotiation": "Negotiation",
|
|
22
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "Please check one of your update record form, and add at least one filter condition in form settings.",
|
|
23
|
+
"Save temporarily": "Save temporarily",
|
|
24
|
+
"Separately": "Separately",
|
|
25
|
+
"Task node": "Task node",
|
|
26
|
+
"Task title": "Task title",
|
|
27
|
+
"Terminate the process": "Terminate the process",
|
|
28
|
+
"Title of each task item. Default to node title.": "Title of each task item. Default to node title.",
|
|
29
|
+
"Unprocessed": "Unprocessed",
|
|
30
|
+
"Update record form": "Update record form",
|
|
31
|
+
"User interface": "User interface",
|
|
32
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "Values preset in this form will override user submitted ones when continue or reject.",
|
|
33
|
+
"View user interface": "View user interface",
|
|
34
|
+
"Workflow todos": "Workflow todos"
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"All pass": "All pass",
|
|
3
|
+
"Any pass": "Any pass",
|
|
4
|
+
"Anyone pass": "Anyone pass",
|
|
5
|
+
"Assignee": "Assignee",
|
|
6
|
+
"Assignees": "Assignees",
|
|
7
|
+
"Collaboratively": "Collaboratively",
|
|
8
|
+
"Configure user interface": "Configure user interface",
|
|
9
|
+
"Continue the process": "Continue the process",
|
|
10
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.",
|
|
11
|
+
"Create record form": "Create record form",
|
|
12
|
+
"Custom form": "Custom form",
|
|
13
|
+
"Data record": "Data record",
|
|
14
|
+
"Each user has own task": "Each user has own task",
|
|
15
|
+
"Everyone shares one task": "Everyone shares one task",
|
|
16
|
+
"Everyone should pass": "Everyone should pass",
|
|
17
|
+
"Field name existed in form": "Field name existed in form",
|
|
18
|
+
"Filter settings": "Filter settings",
|
|
19
|
+
"Manual": "Manual",
|
|
20
|
+
"My manual tasks": "My manual tasks",
|
|
21
|
+
"Negotiation": "Negotiation",
|
|
22
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "Please check one of your update record form, and add at least one filter condition in form settings.",
|
|
23
|
+
"Save temporarily": "Save temporarily",
|
|
24
|
+
"Separately": "Separately",
|
|
25
|
+
"Task node": "Task node",
|
|
26
|
+
"Task title": "Task title",
|
|
27
|
+
"Terminate the process": "Terminate the process",
|
|
28
|
+
"Title of each task item. Default to node title.": "Title of each task item. Default to node title.",
|
|
29
|
+
"Unprocessed": "Unprocessed",
|
|
30
|
+
"Update record form": "Update record form",
|
|
31
|
+
"User interface": "User interface",
|
|
32
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "Values preset in this form will override user submitted ones when continue or reject.",
|
|
33
|
+
"View user interface": "View user interface",
|
|
34
|
+
"Workflow todos": "Workflow todos"
|
|
35
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
2
|
+
"All pass": "Tutti passano",
|
|
3
|
+
"Any pass": "Qualcuno passa",
|
|
4
|
+
"Anyone pass": "Chiunque passa",
|
|
5
5
|
"Assignee": "Assegnatario",
|
|
6
6
|
"Assignees": "Assegnatari",
|
|
7
|
-
"
|
|
7
|
+
"Collaboratively": "Collaborativo",
|
|
8
8
|
"Configure user interface": "Configura interfaccia utente",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
9
|
+
"Continue the process": "Continua il processo",
|
|
10
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "Può essere utilizzato per l'invio manuale di dati e per determinare se continuare o uscire. Il workflow genererà un elemento 'da fare' per l'utente assegnato quando raggiunge un nodo manuale e continuerà l'elaborazione dopo che l'utente avrà inviato il modulo.",
|
|
11
|
+
"Create record form": "Modulo creazione record",
|
|
12
|
+
"Custom form": "Modulo personalizzato",
|
|
13
|
+
"Data record": "Record dati",
|
|
11
14
|
"Each user has own task": "Ogni utente ha la propria attività",
|
|
12
|
-
"Collaboratively": "Collaborativo",
|
|
13
15
|
"Everyone shares one task": "Tutti condividono un attività",
|
|
14
|
-
"Negotiation": "Negoziazione",
|
|
15
|
-
"All pass": "Tutti passano",
|
|
16
16
|
"Everyone should pass": "Tutti dovrebbero passare",
|
|
17
|
-
"Any pass": "Qualcuno passa",
|
|
18
|
-
"Anyone pass": "Chiunque passa",
|
|
19
17
|
"Field name existed in form": "Nome campo esistente nel modulo",
|
|
20
|
-
"Continue the process": "Continua il processo",
|
|
21
|
-
"Terminate the process": "Termina il processo",
|
|
22
|
-
"Save temporarily": "Salva temporaneamente",
|
|
23
|
-
"Custom form": "Modulo personalizzato",
|
|
24
|
-
"Data record": "Record dati",
|
|
25
|
-
"Create record form": "Modulo creazione record",
|
|
26
|
-
"Update record form": "Modulo aggiornamento record",
|
|
27
18
|
"Filter settings": "Impostazioni filtro",
|
|
28
|
-
"
|
|
29
|
-
"Task node": "Nodo attività",
|
|
30
|
-
"Unprocessed": "Non elaborato",
|
|
31
|
-
"Please check one of your update record form, and add at least one filter condition in form settings.": "Verifica uno dei tuoi moduli di aggiornamento record e aggiungi almeno una condizione nel filtro nelle impostazioni del modulo.",
|
|
19
|
+
"Manual": "Manuale",
|
|
32
20
|
"My manual tasks": "Le mie attività manuali",
|
|
21
|
+
"Negotiation": "Negoziazione",
|
|
22
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "Verifica uno dei tuoi moduli di aggiornamento record e aggiungi almeno una condizione nel filtro nelle impostazioni del modulo.",
|
|
23
|
+
"Save temporarily": "Salva temporaneamente",
|
|
24
|
+
"Separately": "Separato",
|
|
25
|
+
"Task node": "Nodo attività",
|
|
33
26
|
"Task title": "Titolo attività",
|
|
34
|
-
"
|
|
35
|
-
|
|
27
|
+
"Terminate the process": "Termina il processo",
|
|
28
|
+
"Title of each task item. Default to node title.": "Titolo di ogni elemento attività. Predefinito: titolo del nodo.",
|
|
29
|
+
"Unprocessed": "Non elaborato",
|
|
30
|
+
"Update record form": "Modulo aggiornamento record",
|
|
31
|
+
"User interface": "Interfaccia utente",
|
|
32
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "I valori preimpostati in questo modulo sovrascriveranno quelli inviati dall'utente quando si continua o si rifiuta.",
|
|
33
|
+
"View user interface": "Visualizza interfaccia utente",
|
|
34
|
+
"Workflow todos": "Da fare"
|
|
35
|
+
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -1,33 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
2
|
+
"All pass": "全員通過",
|
|
3
|
+
"Any pass": "誰か一人が通過",
|
|
4
|
+
"Anyone pass": "誰か一人が通過すれば通過",
|
|
5
5
|
"Assignee": "担当者",
|
|
6
6
|
"Assignees": "担当者",
|
|
7
|
-
"
|
|
7
|
+
"Collaboratively": "協力して処理",
|
|
8
8
|
"Configure user interface": "ユーザーインターフェースを構成",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
9
|
+
"Continue the process": "プロセスを続行",
|
|
10
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "手動でデータを提出し、続行または終了を決定できます。ワークフローが手動ノードに到達すると、指定されたユーザーにToDoアイテムを生成し、ユーザーがフォームを提出すると処理を続行します。",
|
|
11
|
+
"Create record form": "レコード作成フォーム",
|
|
12
|
+
"Custom form": "カスタムフォーム",
|
|
13
|
+
"Data record": "データ記録",
|
|
11
14
|
"Each user has own task": "各ユーザーが自分のタスクを持つ",
|
|
12
|
-
"Collaboratively": "協力して処理",
|
|
13
15
|
"Everyone shares one task": "全員で1つのタスクを共有",
|
|
14
|
-
"Negotiation": "協議メカニズム",
|
|
15
|
-
"All pass": "全員通過",
|
|
16
16
|
"Everyone should pass": "全員が通過する必要があります",
|
|
17
|
-
"Any pass": "誰か一人が通過",
|
|
18
|
-
"Anyone pass": "誰か一人が通過すれば通過",
|
|
19
17
|
"Field name existed in form": "フォームに既にフィールド名が存在します",
|
|
20
|
-
"Continue the process": "プロセスを続行",
|
|
21
|
-
"Terminate the process": "プロセスを終了",
|
|
22
|
-
"Save temporarily": "一時保存",
|
|
23
|
-
"Custom form": "カスタムフォーム",
|
|
24
|
-
"Data record": "データ記録",
|
|
25
|
-
"Create record form": "レコード作成フォーム",
|
|
26
|
-
"Update record form": "レコード更新フォーム",
|
|
27
18
|
"Filter settings": "フィルター設定",
|
|
28
|
-
"
|
|
19
|
+
"Manual": "手動",
|
|
20
|
+
"My manual tasks": "手動タスク",
|
|
21
|
+
"Negotiation": "協議メカニズム",
|
|
22
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "更新レコードフォームの1つを確認し、フォーム設定で少なくとも1つのフィルター条件を追加してください。",
|
|
23
|
+
"Save temporarily": "一時保存",
|
|
24
|
+
"Separately": "別々に処理",
|
|
29
25
|
"Task": "タスク",
|
|
30
26
|
"Task node": "タスクノード",
|
|
27
|
+
"Task title": "タスク名称",
|
|
28
|
+
"Terminate the process": "プロセスを終了",
|
|
29
|
+
"Title of each task item. Default to node title.": "Title of each task item. Default to node title.",
|
|
31
30
|
"Unprocessed": "未処理",
|
|
32
|
-
"
|
|
31
|
+
"Update record form": "レコード更新フォーム",
|
|
32
|
+
"User interface": "ユーザーインターフェース",
|
|
33
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "このフォームにプリセットされた値は、続行または拒否時にユーザーが提出した値を上書きします。",
|
|
34
|
+
"View user interface": "ユーザーインターフェースを表示",
|
|
35
|
+
"Workflow todos": "ワークフローのToDo"
|
|
33
36
|
}
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -1,32 +1,35 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
"Values preset in this form will override user submitted ones when continue or reject.":
|
|
6
|
-
"이 양식에 사전 설정된 값은 계속 또는 거부될 때 사용자가 제출한 값이 덮어씁니다.",
|
|
2
|
+
"All pass": "모두 통과",
|
|
3
|
+
"Any pass": "하나라도 통과",
|
|
4
|
+
"Anyone pass": "누구든 통과하면 됨",
|
|
7
5
|
"Assignee": "담당자",
|
|
8
6
|
"Assignees": "담당자",
|
|
9
|
-
"
|
|
7
|
+
"Collaboratively": "협력",
|
|
10
8
|
"Configure user interface": "사용자 인터페이스 구성",
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"Collaboratively": "협력하여",
|
|
15
|
-
"Everyone shares one task": "모두가 하나의 작업을 공유합니다.",
|
|
16
|
-
"Negotiation": "협상",
|
|
17
|
-
"All pass": "모두 통과",
|
|
18
|
-
"Everyone should pass": "모든 사람이 통과해야 합니다.",
|
|
19
|
-
"Any pass": "어떤 통과",
|
|
20
|
-
"Anyone pass": "누구든 통과하면 됩니다.",
|
|
21
|
-
"Field name existed in form": "양식에 이미 존재하는 필드 이름",
|
|
22
|
-
"Continue the process": "프로세스 계속 진행",
|
|
23
|
-
"Terminate the process": "프로세스 종료",
|
|
24
|
-
"Save temporarily": "임시로 저장",
|
|
9
|
+
"Continue the process": "프로세스 계속",
|
|
10
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "수동으로 데이터를 제출하고 계속 진행할지 종료할지를 결정하는 데 사용될 수 있습니다. 워크플로우가 수동 노드에 도달하면 지정된 사용자에 대해 할 일 항목을 생성하고 사용자가 양식을 제출한 후 처리를 계속합니다.",
|
|
11
|
+
"Create record form": "레코드 생성 양식",
|
|
25
12
|
"Custom form": "사용자 정의 양식",
|
|
26
13
|
"Data record": "데이터 레코드",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
14
|
+
"Each user has own task": "각 사용자가 개별 작업을 가짐",
|
|
15
|
+
"Everyone shares one task": "모두가 하나의 작업을 공유",
|
|
16
|
+
"Everyone should pass": "모두 통과해야 함",
|
|
17
|
+
"Field name existed in form": "양식에 이미 존재하는 필드 이름",
|
|
29
18
|
"Filter settings": "필터 설정",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
|
|
19
|
+
"Manual": "수동",
|
|
20
|
+
"My manual tasks": "내 수동 작업",
|
|
21
|
+
"Negotiation": "협상",
|
|
22
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "Please check one of your update record form, and add at least one filter condition in form settings.",
|
|
23
|
+
"Save temporarily": "임시 저장",
|
|
24
|
+
"Separately": "별도로",
|
|
25
|
+
"Task node": "작업 노드",
|
|
26
|
+
"Task title": "작업 제목",
|
|
27
|
+
"Terminate the process": "프로세스 종료",
|
|
28
|
+
"Title of each task item. Default to node title.": "Title of each task item. Default to node title.",
|
|
29
|
+
"Unprocessed": "미처리",
|
|
30
|
+
"Update record form": "레코드 업데이트 양식",
|
|
31
|
+
"User interface": "사용자 인터페이스",
|
|
32
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "이 양식에 사전 설정된 값은 계속 또는 거부될 때 사용자가 제출한 값이 덮어씁니다.",
|
|
33
|
+
"View user interface": "사용자 인터페이스 보기",
|
|
34
|
+
"Workflow todos": "워크플로 할 일"
|
|
35
|
+
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,30 +1,36 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
2
|
+
"All pass": "All pass",
|
|
3
|
+
"Any pass": "Any pass",
|
|
4
|
+
"Anyone pass": "Anyone pass",
|
|
5
|
+
"Assignee": "Assignee",
|
|
6
|
+
"Assignees": "Assignees",
|
|
7
|
+
"Collaboratively": "Collaboratively",
|
|
8
|
+
"Configure user interface": "Configure user interface",
|
|
9
|
+
"Continue the process": "Continue the process",
|
|
10
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.",
|
|
11
|
+
"Create record form": "Create record form",
|
|
12
|
+
"Custom form": "Custom form",
|
|
13
|
+
"Data record": "Data record",
|
|
14
|
+
"Each user has own task": "Each user has own task",
|
|
15
|
+
"Everyone shares one task": "Everyone shares one task",
|
|
16
|
+
"Everyone should pass": "Everyone should pass",
|
|
17
|
+
"Field name existed in form": "Field name existed in form",
|
|
18
|
+
"Filter settings": "Filter settings",
|
|
19
|
+
"Manual": "Manual",
|
|
20
|
+
"My manual tasks": "My manual tasks",
|
|
21
|
+
"Negotiation": "Negotiation",
|
|
22
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "Please check one of your update record form, and add at least one filter condition in form settings.",
|
|
23
|
+
"Save temporarily": "Save temporarily",
|
|
24
|
+
"Separately": "Separately",
|
|
25
|
+
"Task": "Task",
|
|
26
|
+
"Task node": "Task node",
|
|
27
|
+
"Task title": "Task title",
|
|
28
|
+
"Terminate the process": "Terminate the process",
|
|
29
|
+
"Title of each task item. Default to node title.": "Title of each task item. Default to node title.",
|
|
30
|
+
"Unprocessed": "Unprocessed",
|
|
31
|
+
"Update record form": "Update record form",
|
|
32
|
+
"User interface": "User interface",
|
|
33
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "Values preset in this form will override user submitted ones when continue or reject.",
|
|
34
|
+
"View user interface": "View user interface",
|
|
35
|
+
"Workflow todos": "Workflow todos"
|
|
30
36
|
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"All pass": "All pass",
|
|
3
|
+
"Any pass": "Any pass",
|
|
4
|
+
"Anyone pass": "Anyone pass",
|
|
5
|
+
"Assignee": "Assignee",
|
|
6
|
+
"Assignees": "Assignees",
|
|
7
|
+
"Collaboratively": "Collaboratively",
|
|
8
|
+
"Configure user interface": "Configure user interface",
|
|
9
|
+
"Continue the process": "Continue the process",
|
|
10
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.",
|
|
11
|
+
"Create record form": "Create record form",
|
|
12
|
+
"Custom form": "Custom form",
|
|
13
|
+
"Data record": "Data record",
|
|
14
|
+
"Each user has own task": "Each user has own task",
|
|
15
|
+
"Everyone shares one task": "Everyone shares one task",
|
|
16
|
+
"Everyone should pass": "Everyone should pass",
|
|
17
|
+
"Field name existed in form": "Field name existed in form",
|
|
18
|
+
"Filter settings": "Filter settings",
|
|
19
|
+
"Manual": "Manual",
|
|
20
|
+
"My manual tasks": "My manual tasks",
|
|
21
|
+
"Negotiation": "Negotiation",
|
|
22
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "Please check one of your update record form, and add at least one filter condition in form settings.",
|
|
23
|
+
"Save temporarily": "Save temporarily",
|
|
24
|
+
"Separately": "Separately",
|
|
25
|
+
"Task node": "Task node",
|
|
26
|
+
"Task title": "Task title",
|
|
27
|
+
"Terminate the process": "Terminate the process",
|
|
28
|
+
"Title of each task item. Default to node title.": "Title of each task item. Default to node title.",
|
|
29
|
+
"Unprocessed": "Unprocessed",
|
|
30
|
+
"Update record form": "Update record form",
|
|
31
|
+
"User interface": "User interface",
|
|
32
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "Values preset in this form will override user submitted ones when continue or reject.",
|
|
33
|
+
"View user interface": "View user interface",
|
|
34
|
+
"Workflow todos": "Workflow todos"
|
|
35
|
+
}
|
package/dist/locale/ru-RU.json
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Manual": "Ручной",
|
|
3
|
-
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "Может использоваться для ручной отправки данных и определения, продолжать или завершить процесс. Рабочий процесс создаст задачу для назначенного пользователя при достижении ручного узла и продолжит обработку после отправки формы пользователем.",
|
|
4
|
-
"Values preset in this form will override user submitted ones when continue or reject.": "Предустановленные значения в этой форме переопределят отправленные пользователем при продолжении или отклонении.",
|
|
5
|
-
"Assignee": "Исполнитель",
|
|
6
|
-
"Assignees": "Исполнители",
|
|
7
|
-
"User interface": "Пользовательский интерфейс",
|
|
8
|
-
"Configure user interface": "Настроить пользовательский интерфейс",
|
|
9
|
-
"View user interface": "Просмотр пользовательского интерфейса",
|
|
10
|
-
"Separately": "Отдельно",
|
|
11
|
-
"Each user has own task": "У каждого пользователя своя задача",
|
|
12
|
-
"Collaboratively": "Совместно",
|
|
13
|
-
"Everyone shares one task": "Все делят одну задачу",
|
|
14
|
-
"Negotiation": "Согласование",
|
|
15
2
|
"All pass": "Все одобрены",
|
|
16
|
-
"Everyone should pass": "каждый должен быть одобрен",
|
|
17
3
|
"Any pass": "Любой одобрен",
|
|
18
4
|
"Anyone pass": "Кто-либо одобрен",
|
|
19
|
-
"
|
|
5
|
+
"Assignee": "Исполнитель",
|
|
6
|
+
"Assignees": "Исполнители",
|
|
7
|
+
"Collaboratively": "Совместно",
|
|
8
|
+
"Configure user interface": "Настроить пользовательский интерфейс",
|
|
20
9
|
"Continue the process": "Продолжить процесс",
|
|
21
|
-
"
|
|
22
|
-
"
|
|
10
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "Может использоваться для ручной отправки данных и определения, продолжать или завершить процесс. Рабочий процесс создаст задачу для назначенного пользователя при достижении ручного узла и продолжит обработку после отправки формы пользователем.",
|
|
11
|
+
"Create record form": "Форма создания записи",
|
|
23
12
|
"Custom form": "Пользовательская форма",
|
|
24
13
|
"Data record": "Запись данных",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
14
|
+
"Each user has own task": "У каждого пользователя своя задача",
|
|
15
|
+
"Everyone shares one task": "Все делят одну задачу",
|
|
16
|
+
"Everyone should pass": "Все должны одобрить",
|
|
17
|
+
"Field name existed in form": "Имя поля уже существует в форме",
|
|
27
18
|
"Filter settings": "Настройки фильтра",
|
|
28
|
-
"
|
|
29
|
-
"Task node": "Узел задачи",
|
|
30
|
-
"Unprocessed": "Необработанные",
|
|
31
|
-
"Please check one of your update record form, and add at least one filter condition in form settings.": "Пожалуйста, проверьте одну из ваших форм обновления записи и добавьте хотя бы одно условие фильтра в настройках формы.",
|
|
19
|
+
"Manual": "Ручной",
|
|
32
20
|
"My manual tasks": "Мои ручные задачи",
|
|
21
|
+
"Negotiation": "Согласование",
|
|
22
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "Пожалуйста, проверьте одну из ваших форм обновления записи и добавьте хотя бы одно условие фильтра в настройках формы.",
|
|
23
|
+
"Save temporarily": "Сохранить временно",
|
|
24
|
+
"Separately": "Отдельно",
|
|
25
|
+
"Task node": "Узел задачи",
|
|
33
26
|
"Task title": "Название задачи",
|
|
34
|
-
"
|
|
35
|
-
|
|
27
|
+
"Terminate the process": "Завершить процесс",
|
|
28
|
+
"Title of each task item. Default to node title.": "Название каждого элемента задачи. По умолчанию - название узла.",
|
|
29
|
+
"Unprocessed": "Необработанные",
|
|
30
|
+
"Update record form": "Форма обновления записи",
|
|
31
|
+
"User interface": "Пользовательский интерфейс",
|
|
32
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "Предустановленные значения в этой форме переопределят отправленные пользователем при продолжении или отклонении.",
|
|
33
|
+
"View user interface": "Просмотр пользовательского интерфейса",
|
|
34
|
+
"Workflow todos": "Задачи рабочего процесса"
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"All pass": "All pass",
|
|
3
|
+
"Any pass": "Any pass",
|
|
4
|
+
"Anyone pass": "Anyone pass",
|
|
5
|
+
"Assignee": "Assignee",
|
|
6
|
+
"Assignees": "Assignees",
|
|
7
|
+
"Collaboratively": "Collaboratively",
|
|
8
|
+
"Configure user interface": "Configure user interface",
|
|
9
|
+
"Continue the process": "Continue the process",
|
|
10
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.",
|
|
11
|
+
"Create record form": "Create record form",
|
|
12
|
+
"Custom form": "Custom form",
|
|
13
|
+
"Data record": "Data record",
|
|
14
|
+
"Each user has own task": "Each user has own task",
|
|
15
|
+
"Everyone shares one task": "Everyone shares one task",
|
|
16
|
+
"Everyone should pass": "Everyone should pass",
|
|
17
|
+
"Field name existed in form": "Field name existed in form",
|
|
18
|
+
"Filter settings": "Filter settings",
|
|
19
|
+
"Manual": "Manual",
|
|
20
|
+
"My manual tasks": "My manual tasks",
|
|
21
|
+
"Negotiation": "Negotiation",
|
|
22
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "Please check one of your update record form, and add at least one filter condition in form settings.",
|
|
23
|
+
"Save temporarily": "Save temporarily",
|
|
24
|
+
"Separately": "Separately",
|
|
25
|
+
"Task node": "Task node",
|
|
26
|
+
"Task title": "Task title",
|
|
27
|
+
"Terminate the process": "Terminate the process",
|
|
28
|
+
"Title of each task item. Default to node title.": "Title of each task item. Default to node title.",
|
|
29
|
+
"Unprocessed": "Unprocessed",
|
|
30
|
+
"Update record form": "Update record form",
|
|
31
|
+
"User interface": "User interface",
|
|
32
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "Values preset in this form will override user submitted ones when continue or reject.",
|
|
33
|
+
"View user interface": "View user interface",
|
|
34
|
+
"Workflow todos": "Workflow todos"
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"All pass": "All pass",
|
|
3
|
+
"Any pass": "Any pass",
|
|
4
|
+
"Anyone pass": "Anyone pass",
|
|
5
|
+
"Assignee": "Assignee",
|
|
6
|
+
"Assignees": "Assignees",
|
|
7
|
+
"Collaboratively": "Collaboratively",
|
|
8
|
+
"Configure user interface": "Configure user interface",
|
|
9
|
+
"Continue the process": "Continue the process",
|
|
10
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.",
|
|
11
|
+
"Create record form": "Create record form",
|
|
12
|
+
"Custom form": "Custom form",
|
|
13
|
+
"Data record": "Data record",
|
|
14
|
+
"Each user has own task": "Each user has own task",
|
|
15
|
+
"Everyone shares one task": "Everyone shares one task",
|
|
16
|
+
"Everyone should pass": "Everyone should pass",
|
|
17
|
+
"Field name existed in form": "Field name existed in form",
|
|
18
|
+
"Filter settings": "Filter settings",
|
|
19
|
+
"Manual": "Manual",
|
|
20
|
+
"My manual tasks": "My manual tasks",
|
|
21
|
+
"Negotiation": "Negotiation",
|
|
22
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "Please check one of your update record form, and add at least one filter condition in form settings.",
|
|
23
|
+
"Save temporarily": "Save temporarily",
|
|
24
|
+
"Separately": "Separately",
|
|
25
|
+
"Task node": "Task node",
|
|
26
|
+
"Task title": "Task title",
|
|
27
|
+
"Terminate the process": "Terminate the process",
|
|
28
|
+
"Title of each task item. Default to node title.": "Title of each task item. Default to node title.",
|
|
29
|
+
"Unprocessed": "Unprocessed",
|
|
30
|
+
"Update record form": "Update record form",
|
|
31
|
+
"User interface": "User interface",
|
|
32
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "Values preset in this form will override user submitted ones when continue or reject.",
|
|
33
|
+
"View user interface": "View user interface",
|
|
34
|
+
"Workflow todos": "Workflow todos"
|
|
35
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
2
|
+
"All pass": "全部通过",
|
|
3
|
+
"Any pass": "任意通过",
|
|
4
|
+
"Anyone pass": "任何一人通过即通过",
|
|
5
5
|
"Assignee": "负责人",
|
|
6
6
|
"Assignees": "负责人",
|
|
7
|
-
"
|
|
7
|
+
"Collaboratively": "协作处理",
|
|
8
8
|
"Configure user interface": "配置界面",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
9
|
+
"Continue the process": "继续流程",
|
|
10
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "可用于人工提交数据,并决定是否继续或退出流程。工作流在执行到人工节点时会为被指派的用户生成待办事项,直到用户提交对应表单后继续处理该流程。",
|
|
11
|
+
"Create record form": "新增数据表单",
|
|
12
|
+
"Custom form": "自定义表单",
|
|
13
|
+
"Data record": "数据记录",
|
|
11
14
|
"Each user has own task": "每个人处理各自的任务",
|
|
12
|
-
"Collaboratively": "协作处理",
|
|
13
15
|
"Everyone shares one task": "所有人共享同一个任务",
|
|
14
|
-
"Negotiation": "协商机制",
|
|
15
|
-
"All pass": "全部通过",
|
|
16
16
|
"Everyone should pass": "每个人通过才通过",
|
|
17
|
-
"Any pass": "任意通过",
|
|
18
|
-
"Anyone pass": "任何一人通过即通过",
|
|
19
17
|
"Field name existed in form": "表单中已有对应标识的字段",
|
|
20
|
-
"Continue the process": "继续流程",
|
|
21
|
-
"Terminate the process": "终止流程",
|
|
22
|
-
"Save temporarily": "暂存",
|
|
23
|
-
"Custom form": "自定义表单",
|
|
24
|
-
"Data record": "数据记录",
|
|
25
|
-
"Create record form": "新增数据表单",
|
|
26
|
-
"Update record form": "更新数据表单",
|
|
27
18
|
"Filter settings": "筛选设置",
|
|
28
|
-
"
|
|
29
|
-
"Task node": "任务节点",
|
|
30
|
-
"Unprocessed": "未处理",
|
|
31
|
-
"Please check one of your update record form, and add at least one filter condition in form settings.": "请检查您的其中的更新数据表单,并在表单设置中至少添加一个筛选条件。",
|
|
19
|
+
"Manual": "人工处理",
|
|
32
20
|
"My manual tasks": "我的人工任务",
|
|
21
|
+
"Negotiation": "协商机制",
|
|
22
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "请检查您的其中的更新数据表单,并在表单设置中至少添加一个筛选条件。",
|
|
23
|
+
"Save temporarily": "暂存",
|
|
24
|
+
"Separately": "分别处理",
|
|
25
|
+
"Task node": "任务节点",
|
|
33
26
|
"Task title": "任务名称",
|
|
34
|
-
"
|
|
35
|
-
|
|
27
|
+
"Terminate the process": "终止流程",
|
|
28
|
+
"Title of each task item. Default to node title.": "每项任务的名称。默认为节点名称。",
|
|
29
|
+
"Unprocessed": "未处理",
|
|
30
|
+
"Update record form": "更新数据表单",
|
|
31
|
+
"User interface": "操作界面",
|
|
32
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "表单中预设的字段值会在用户提交继续或拒绝时覆盖相应字段的值。",
|
|
33
|
+
"View user interface": "查看界面",
|
|
34
|
+
"Workflow todos": "工作流待办"
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"All pass": "All pass",
|
|
3
|
+
"Any pass": "Any pass",
|
|
4
|
+
"Anyone pass": "Anyone pass",
|
|
5
|
+
"Assignee": "Assignee",
|
|
6
|
+
"Assignees": "Assignees",
|
|
7
|
+
"Collaboratively": "Collaboratively",
|
|
8
|
+
"Configure user interface": "Configure user interface",
|
|
9
|
+
"Continue the process": "Continue the process",
|
|
10
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.",
|
|
11
|
+
"Create record form": "Create record form",
|
|
12
|
+
"Custom form": "Custom form",
|
|
13
|
+
"Data record": "Data record",
|
|
14
|
+
"Each user has own task": "Each user has own task",
|
|
15
|
+
"Everyone shares one task": "Everyone shares one task",
|
|
16
|
+
"Everyone should pass": "Everyone should pass",
|
|
17
|
+
"Field name existed in form": "Field name existed in form",
|
|
18
|
+
"Filter settings": "Filter settings",
|
|
19
|
+
"Manual": "Manual",
|
|
20
|
+
"My manual tasks": "My manual tasks",
|
|
21
|
+
"Negotiation": "Negotiation",
|
|
22
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "Please check one of your update record form, and add at least one filter condition in form settings.",
|
|
23
|
+
"Save temporarily": "Save temporarily",
|
|
24
|
+
"Separately": "Separately",
|
|
25
|
+
"Task node": "Task node",
|
|
26
|
+
"Task title": "Task title",
|
|
27
|
+
"Terminate the process": "Terminate the process",
|
|
28
|
+
"Title of each task item. Default to node title.": "Title of each task item. Default to node title.",
|
|
29
|
+
"Unprocessed": "Unprocessed",
|
|
30
|
+
"Update record form": "Update record form",
|
|
31
|
+
"User interface": "User interface",
|
|
32
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "Values preset in this form will override user submitted ones when continue or reject.",
|
|
33
|
+
"View user interface": "View user interface",
|
|
34
|
+
"Workflow todos": "Workflow todos"
|
|
35
|
+
}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Could be used for workflows which some of decisions are made by users.",
|
|
7
7
|
"description.ru-RU": "Может использоваться в рабочих процессах, где какие-то решения принимаются пользователями.",
|
|
8
8
|
"description.zh-CN": "用于人工控制部分决策的流程。",
|
|
9
|
-
"version": "1.9.
|
|
9
|
+
"version": "1.9.16",
|
|
10
10
|
"license": "AGPL-3.0",
|
|
11
11
|
"main": "./dist/server/index.js",
|
|
12
12
|
"homepage": "https://docs.nocobase.com/handbook/workflow-manual",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@nocobase/test": "1.x",
|
|
34
34
|
"@nocobase/utils": "1.x"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "ca822bde759d66200628633f660135091c30df12",
|
|
37
37
|
"keywords": [
|
|
38
38
|
"Workflow"
|
|
39
39
|
]
|