@alfresco/adf-process-services-cloud 8.3.0 → 8.3.1

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.
Files changed (113) hide show
  1. package/bundles/assets/adf-process-services-cloud/i18n/ar.json +1 -13
  2. package/bundles/assets/adf-process-services-cloud/i18n/cs.json +1 -13
  3. package/bundles/assets/adf-process-services-cloud/i18n/da.json +1 -13
  4. package/bundles/assets/adf-process-services-cloud/i18n/de.json +4 -14
  5. package/bundles/assets/adf-process-services-cloud/i18n/en.json +4 -14
  6. package/bundles/assets/adf-process-services-cloud/i18n/es.json +4 -14
  7. package/bundles/assets/adf-process-services-cloud/i18n/fi.json +1 -13
  8. package/bundles/assets/adf-process-services-cloud/i18n/fr.json +4 -14
  9. package/bundles/assets/adf-process-services-cloud/i18n/it.json +4 -14
  10. package/bundles/assets/adf-process-services-cloud/i18n/ja.json +1 -13
  11. package/bundles/assets/adf-process-services-cloud/i18n/nb.json +1 -13
  12. package/bundles/assets/adf-process-services-cloud/i18n/nl.json +1 -13
  13. package/bundles/assets/adf-process-services-cloud/i18n/pl.json +4 -14
  14. package/bundles/assets/adf-process-services-cloud/i18n/pt-BR.json +1 -13
  15. package/bundles/assets/adf-process-services-cloud/i18n/pt.json +4 -14
  16. package/bundles/assets/adf-process-services-cloud/i18n/ru.json +1 -13
  17. package/bundles/assets/adf-process-services-cloud/i18n/sv.json +1 -13
  18. package/bundles/assets/adf-process-services-cloud/i18n/zh-CN.json +1 -13
  19. package/fesm2022/adf-process-services-cloud.mjs +1207 -1245
  20. package/fesm2022/adf-process-services-cloud.mjs.map +1 -1
  21. package/lib/app/models/application-instance.model.d.ts +7 -6
  22. package/lib/app/public-api.d.ts +0 -3
  23. package/lib/app/services/apps-process-cloud.service.d.ts +1 -3
  24. package/lib/common/date-range-filter/date-range-filter.service.d.ts +1 -1
  25. package/lib/flex.scss +9 -7
  26. package/lib/form/components/form-cloud.component.d.ts +15 -4
  27. package/lib/form/components/form-cloud.component.scss +40 -7
  28. package/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.d.ts +6 -7
  29. package/lib/form/components/widgets/attach-file/file-properties-table/file-properties-table-cloud.component.d.ts +2 -2
  30. package/lib/form/components/widgets/data-table/data-table-adapter.widget.d.ts +3 -3
  31. package/lib/form/components/widgets/data-table/data-table.widget.d.ts +4 -7
  32. package/lib/form/components/widgets/display-external-property/display-external-property.widget.d.ts +2 -5
  33. package/lib/form/components/widgets/display-rich-text/display-rich-text.widget.d.ts +10 -4
  34. package/lib/form/components/widgets/dropdown/dropdown-cloud.widget.d.ts +3 -1
  35. package/lib/form/components/widgets/file-viewer/file-viewer.widget.d.ts +1 -2
  36. package/lib/form/components/widgets/group/group-cloud.widget.d.ts +1 -2
  37. package/lib/form/components/widgets/people/people-cloud.widget.d.ts +2 -3
  38. package/lib/form/components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer-wrapper.component.d.ts +2 -3
  39. package/lib/form/components/widgets/properties-viewer/properties-viewer.widget.d.ts +1 -2
  40. package/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.widget.d.ts +4 -5
  41. package/lib/form/components/widgets/upload/upload-cloud.widget.d.ts +1 -2
  42. package/lib/form/form-cloud.module.d.ts +8 -10
  43. package/lib/form/models/form-cloud-representation.model.d.ts +11 -9
  44. package/lib/form/public-api.d.ts +0 -2
  45. package/lib/form/services/content-cloud-node-selector.service.d.ts +3 -7
  46. package/lib/form/services/form-cloud.service.d.ts +3 -4
  47. package/lib/form/services/process-cloud-content.service.d.ts +4 -7
  48. package/lib/form/services/spinner/form-cloud-spinner.service.d.ts +2 -2
  49. package/lib/group/components/group-cloud.component.d.ts +2 -4
  50. package/lib/group/services/identity-group.service.d.ts +2 -4
  51. package/lib/models/constant-values.type.d.ts +1 -0
  52. package/lib/models/date-cloud-filter.model.d.ts +12 -11
  53. package/lib/people/components/people-cloud.component.d.ts +2 -4
  54. package/lib/people/services/identity-user.service.d.ts +3 -5
  55. package/lib/process/process-filters/components/edit-process-filter/edit-process-filter-cloud.component.d.ts +11 -17
  56. package/lib/process/process-filters/components/process-filters/process-filters-cloud.component.d.ts +3 -0
  57. package/lib/process/process-filters/components/process-filters/process-filters-cloud.component.scss +12 -29
  58. package/lib/process/process-filters/models/process-filter-cloud.model.d.ts +4 -2
  59. package/lib/process/process-filters/services/process-filter-cloud.service.d.ts +7 -5
  60. package/lib/process/process-header/components/process-header-cloud.component.d.ts +4 -6
  61. package/lib/process/process-list/components/process-list-cloud.component.d.ts +28 -16
  62. package/lib/process/process-list/models/process-cloud-preferences.d.ts +6 -5
  63. package/lib/process/process-list/models/process-cloud-query-request.model.d.ts +4 -1
  64. package/lib/process/start-process/components/start-process-cloud.component.d.ts +20 -6
  65. package/lib/process/start-process/models/process-instance-cloud.model.d.ts +8 -0
  66. package/lib/process/start-process/models/process-payload-cloud.model.d.ts +12 -1
  67. package/lib/process/start-process/services/start-process-cloud.service.d.ts +1 -2
  68. package/lib/process-services-cloud.module.d.ts +19 -22
  69. package/lib/screen/components/screen-cloud/base-screen/base-screen-cloud.component.d.ts +31 -0
  70. package/lib/screen/components/screen-cloud/start-process-event-screen/start-process-screen-cloud.component.d.ts +13 -0
  71. package/lib/screen/components/screen-cloud/start-process-event-screen/start-process-screen-cloud.component.scss +8 -0
  72. package/lib/{form/services/form-definition-selector-cloud.service.interface.d.ts → screen/components/screen-cloud/start-process-event-screen/start-process-screen.model.d.ts} +9 -5
  73. package/lib/screen/components/screen-cloud/{screen-cloud.component.d.ts → user-task-screen/screen-cloud.component.d.ts} +7 -13
  74. package/lib/screen/public-api.d.ts +2 -1
  75. package/lib/screen/services/screen-rendering.service.d.ts +1 -1
  76. package/lib/services/base-cloud.service.d.ts +0 -1
  77. package/lib/services/form-fields.interfaces.d.ts +35 -31
  78. package/lib/services/local-preference-cloud.service.d.ts +1 -3
  79. package/lib/services/notification-cloud.service.d.ts +0 -2
  80. package/lib/services/task-type-resolver/task-type-resolver.service.d.ts +15 -0
  81. package/lib/services/web-socket.service.d.ts +2 -6
  82. package/lib/task/services/task-cloud.service.d.ts +2 -4
  83. package/lib/task/task-filters/components/edit-task-filters/base-edit-task-filter-cloud.component.d.ts +3 -3
  84. package/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter/edit-service-task-filter-cloud.component.d.ts +1 -1
  85. package/lib/task/task-filters/components/edit-task-filters/edit-task-filter/edit-task-filter-cloud.component.d.ts +1 -1
  86. package/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.d.ts +1 -3
  87. package/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.d.ts +3 -4
  88. package/lib/task/task-filters/components/task-filters/task-filters-cloud.component.d.ts +3 -0
  89. package/lib/task/task-filters/components/task-filters/task-filters-cloud.component.scss +10 -31
  90. package/lib/task/task-filters/models/filter-cloud.model.d.ts +18 -16
  91. package/lib/task/task-filters/services/service-task-filter-cloud.service.d.ts +5 -6
  92. package/lib/task/task-filters/services/task-filter-cloud.service.d.ts +5 -8
  93. package/lib/task/task-form/components/task-form-cloud/task-form-cloud.component.d.ts +11 -8
  94. package/lib/task/task-form/components/user-task-cloud/complete-task/complete-task.directive.d.ts +1 -3
  95. package/lib/task/task-form/components/user-task-cloud/user-task-cloud.component.d.ts +13 -13
  96. package/lib/task/task-form/components/user-task-cloud-buttons/claim-task/claim-task-cloud.directive.d.ts +3 -6
  97. package/lib/task/task-form/components/user-task-cloud-buttons/unclaim-task/unclaim-task-cloud.directive.d.ts +2 -4
  98. package/lib/task/task-header/components/task-header-cloud.component.d.ts +6 -7
  99. package/lib/task/task-list/components/base-task-list-cloud.component.d.ts +11 -9
  100. package/lib/task/task-list/components/service-task-list/service-task-list-cloud.component.d.ts +3 -7
  101. package/lib/task/task-list/components/task-list/task-list-cloud.component.d.ts +4 -8
  102. package/lib/task/task-list/models/service-task-cloud.model.d.ts +82 -2
  103. package/lib/task/task-list/services/service-task-list-cloud.service.d.ts +15 -1
  104. package/package.json +4 -4
  105. package/lib/app/app-list-cloud.module.d.ts +0 -19
  106. package/lib/app/components/app-details-cloud/app-details-cloud.component.d.ts +0 -43
  107. package/lib/app/components/app-details-cloud/app-details-cloud.component.scss +0 -162
  108. package/lib/app/components/app-list-cloud/app-list-cloud.component.d.ts +0 -67
  109. package/lib/app/components/app-list-cloud/app-list-cloud.component.scss +0 -41
  110. package/lib/form/components/form-definition-selector-cloud.component.d.ts +0 -35
  111. package/lib/form/components/form-definition-selector-cloud.component.scss +0 -5
  112. package/lib/form/services/form-definition-selector-cloud.service.d.ts +0 -23
  113. /package/lib/screen/components/screen-cloud/{screen-cloud.model.d.ts → user-task-screen/screen-cloud.model.d.ts} +0 -0
@@ -53,16 +53,6 @@
53
53
  }
54
54
  },
55
55
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "لم يتم العثور على تطبيقات",
59
- "SUBTITLE": "أنشئ تطبيقًا جديدًا تريد العثور عليه بسهولة لاحقًا"
60
- },
61
- "ERROR": {
62
- "TITLE": "حدث خطأ",
63
- "SUBTITLE": "تأكد أن لديك الإذن بالوصول إلى التطبيق"
64
- }
65
- },
66
56
  "START_TASK": {
67
57
  "FORM": {
68
58
  "TITLE": "بدء مهمة",
@@ -72,9 +62,7 @@
72
62
  "ATTACHFORM": "إرفاق نموذج",
73
63
  "ASSIGNEE": "معين له",
74
64
  "CANDIDATE_GROUP": "المجموعة المرشحة",
75
- "FORM": "نموذج",
76
65
  "DATE": "اختيار تاريخ",
77
- "NONE": "بلا",
78
66
  "PRIORITY": "أولوية"
79
67
  },
80
68
  "ACTION": {
@@ -392,4 +380,4 @@
392
380
  "ASSIGNEE": "معين له",
393
381
  "ASSIGNMENT_TYPE": "نوع التعيين"
394
382
  }
395
- }
383
+ }
@@ -53,16 +53,6 @@
53
53
  }
54
54
  },
55
55
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "Nenalezeny žádné aplikace",
59
- "SUBTITLE": "Pro lepší přehlednost vytvořte novou aplikaci"
60
- },
61
- "ERROR": {
62
- "TITLE": "Došlo k chybě",
63
- "SUBTITLE": "Ověřte svá oprávnění pro přístup k aplikacím"
64
- }
65
- },
66
56
  "START_TASK": {
67
57
  "FORM": {
68
58
  "TITLE": "Zahájit úkol",
@@ -72,9 +62,7 @@
72
62
  "ATTACHFORM": "Připojit formulář",
73
63
  "ASSIGNEE": "Pověřená osoba",
74
64
  "CANDIDATE_GROUP": "Skupina kandidáta",
75
- "FORM": "Formulář",
76
65
  "DATE": "Zvolit datum",
77
- "NONE": "Žádné",
78
66
  "PRIORITY": "Priorita"
79
67
  },
80
68
  "ACTION": {
@@ -392,4 +380,4 @@
392
380
  "ASSIGNEE": "Pověřená osoba",
393
381
  "ASSIGNMENT_TYPE": "Typ přidělení"
394
382
  }
395
- }
383
+ }
@@ -53,16 +53,6 @@
53
53
  }
54
54
  },
55
55
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "Der blev ikke fundet nogen programmer",
59
- "SUBTITLE": "Opret et nyt program, som skal være nemt at finde senere"
60
- },
61
- "ERROR": {
62
- "TITLE": "Der opstod en fejl",
63
- "SUBTITLE": "Kontrollér, at du har adgangstilladelse til disse apps"
64
- }
65
- },
66
56
  "START_TASK": {
67
57
  "FORM": {
68
58
  "TITLE": "Start opgave",
@@ -72,9 +62,7 @@
72
62
  "ATTACHFORM": "Vedhæft formular",
73
63
  "ASSIGNEE": "Modtager",
74
64
  "CANDIDATE_GROUP": "Kandidatgruppe",
75
- "FORM": "Formular",
76
65
  "DATE": "Vælg dato",
77
- "NONE": "Ingen",
78
66
  "PRIORITY": "Prioritet"
79
67
  },
80
68
  "ACTION": {
@@ -392,4 +380,4 @@
392
380
  "ASSIGNEE": "Modtager",
393
381
  "ASSIGNMENT_TYPE": "Tildelingstype"
394
382
  }
395
- }
383
+ }
@@ -50,19 +50,10 @@
50
50
  "MAXIMUM_LENGTH": "Max. Länge überschritten, max. {{characters}} Zeichen.",
51
51
  "SPACE_VALIDATOR": "Darf nicht mit einem Leerzeichen beginnen oder enden."
52
52
  }
53
- }
53
+ },
54
+ "LOADING": "Wird geladen"
54
55
  },
55
56
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "Keine Anwendungen gefunden",
59
- "SUBTITLE": "Erstellen Sie eine neue Anwendung, die sich später leicht wiederfinden lässt"
60
- },
61
- "ERROR": {
62
- "TITLE": "Es ist ein Fehler aufgetreten",
63
- "SUBTITLE": "Überprüfen Sie, ob Sie zum Zugriff auf die Anwendungen berechtigt sind"
64
- }
65
- },
66
57
  "START_TASK": {
67
58
  "FORM": {
68
59
  "TITLE": "Aufgabe starten",
@@ -72,9 +63,7 @@
72
63
  "ATTACHFORM": "Formular anhängen",
73
64
  "ASSIGNEE": "Zugewiesener Benutzer",
74
65
  "CANDIDATE_GROUP": "Kandidatengruppe",
75
- "FORM": "Formular",
76
66
  "DATE": "Datum auswählen",
77
- "NONE": "Keine",
78
67
  "PRIORITY": "Priorität"
79
68
  },
80
69
  "ACTION": {
@@ -109,7 +98,8 @@
109
98
  "SUBTITLE": "Erstellen Sie eine neue Aufgabe, die sich später leicht wiederfinden lässt",
110
99
  "NONE": "Keine Aufgabenliste gefunden"
111
100
  }
112
- }
101
+ },
102
+ "LOADING": "Wird geladen"
113
103
  },
114
104
  "ADF_CLOUD_SERVICE_TASK_LIST": {
115
105
  "PROPERTIES": {
@@ -50,19 +50,10 @@
50
50
  "MAXIMUM_LENGTH": "Length exceeded, {{characters}} characters max.",
51
51
  "SPACE_VALIDATOR": "Cannot begin or end with a space."
52
52
  }
53
- }
53
+ },
54
+ "LOADING": "Loading"
54
55
  },
55
56
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "No Applications Found",
59
- "SUBTITLE": "Create a new application that you want to easily find later"
60
- },
61
- "ERROR": {
62
- "TITLE": "There was an error",
63
- "SUBTITLE": "Check you have permission to access the apps"
64
- }
65
- },
66
57
  "START_TASK": {
67
58
  "FORM": {
68
59
  "TITLE": "Start Task",
@@ -72,9 +63,7 @@
72
63
  "ATTACHFORM": "Attach Form",
73
64
  "ASSIGNEE": "Assignee",
74
65
  "CANDIDATE_GROUP": "Candidate Group",
75
- "FORM": "Form",
76
66
  "DATE": "Choose Date",
77
- "NONE": "None",
78
67
  "PRIORITY": "Priority"
79
68
  },
80
69
  "ACTION": {
@@ -109,7 +98,8 @@
109
98
  "SUBTITLE": "Create a new task that you want to easily find later",
110
99
  "NONE": "No task lists found"
111
100
  }
112
- }
101
+ },
102
+ "LOADING": "Loading"
113
103
  },
114
104
  "ADF_CLOUD_SERVICE_TASK_LIST": {
115
105
  "PROPERTIES": {
@@ -50,19 +50,10 @@
50
50
  "MAXIMUM_LENGTH": "Longitud excedida, {{characters}} caracteres como máx.",
51
51
  "SPACE_VALIDATOR": "No puede comenzar ni terminar con un espacio."
52
52
  }
53
- }
53
+ },
54
+ "LOADING": "Cargando"
54
55
  },
55
56
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "No se han encontrado aplicaciones",
59
- "SUBTITLE": "Cree una nueva aplicación que desee encontrar fácilmente después"
60
- },
61
- "ERROR": {
62
- "TITLE": "Se ha producido un error",
63
- "SUBTITLE": "Compruebe que dispone de permiso de acceso a las aplicaciones"
64
- }
65
- },
66
57
  "START_TASK": {
67
58
  "FORM": {
68
59
  "TITLE": "Iniciar tarea",
@@ -72,9 +63,7 @@
72
63
  "ATTACHFORM": "Adjuntar formulario",
73
64
  "ASSIGNEE": "Usuario asignado",
74
65
  "CANDIDATE_GROUP": "Grupo de candidatos",
75
- "FORM": "Formulario",
76
66
  "DATE": "Elegir fecha",
77
- "NONE": "Ninguno",
78
67
  "PRIORITY": "Prioridad"
79
68
  },
80
69
  "ACTION": {
@@ -109,7 +98,8 @@
109
98
  "SUBTITLE": "Cree una nueva tarea que desee encontrar fácilmente más adelante",
110
99
  "NONE": "No se han encontrado listas de tareas"
111
100
  }
112
- }
101
+ },
102
+ "LOADING": "Cargando"
113
103
  },
114
104
  "ADF_CLOUD_SERVICE_TASK_LIST": {
115
105
  "PROPERTIES": {
@@ -53,16 +53,6 @@
53
53
  }
54
54
  },
55
55
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "Yhtään sovellusta ei löydy",
59
- "SUBTITLE": "Luo uusi sovellus, jonka löydät helposti myöhemmin"
60
- },
61
- "ERROR": {
62
- "TITLE": "Tapahtui virhe",
63
- "SUBTITLE": "Tarkista, että sinulla on oikeus käyttää sovelluksia"
64
- }
65
- },
66
56
  "START_TASK": {
67
57
  "FORM": {
68
58
  "TITLE": "Aloita tehtävä",
@@ -72,9 +62,7 @@
72
62
  "ATTACHFORM": "Liitä lomake",
73
63
  "ASSIGNEE": "Vastuuhenkilö",
74
64
  "CANDIDATE_GROUP": "Kandidaattiryhmä",
75
- "FORM": "Lomake",
76
65
  "DATE": "Valitse päivämäärä",
77
- "NONE": "Ei mitään",
78
66
  "PRIORITY": "Prioriteetti"
79
67
  },
80
68
  "ACTION": {
@@ -392,4 +380,4 @@
392
380
  "ASSIGNEE": "Vastuuhenkilö",
393
381
  "ASSIGNMENT_TYPE": "Määrityksen tyyppi"
394
382
  }
395
- }
383
+ }
@@ -50,19 +50,10 @@
50
50
  "MAXIMUM_LENGTH": "Longueur dépassée, {{characters}} caractères max.",
51
51
  "SPACE_VALIDATOR": "Ne peut pas commencer ou finir par un espace."
52
52
  }
53
- }
53
+ },
54
+ "LOADING": "Chargement"
54
55
  },
55
56
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "Aucune application trouvée",
59
- "SUBTITLE": "Créer une nouvelle application à laquelle vous pourrez accéder facilement par la suite"
60
- },
61
- "ERROR": {
62
- "TITLE": "Une erreur est survenue",
63
- "SUBTITLE": "Vérifiez que vous avez les droits d'accès aux applications"
64
- }
65
- },
66
57
  "START_TASK": {
67
58
  "FORM": {
68
59
  "TITLE": "Démarrer la tâche",
@@ -72,9 +63,7 @@
72
63
  "ATTACHFORM": "Joindre un formulaire",
73
64
  "ASSIGNEE": "Personne assignée",
74
65
  "CANDIDATE_GROUP": "Groupe candidat",
75
- "FORM": "Formulaire",
76
66
  "DATE": "Choisir la date",
77
- "NONE": "Aucun",
78
67
  "PRIORITY": "Priorité"
79
68
  },
80
69
  "ACTION": {
@@ -109,7 +98,8 @@
109
98
  "SUBTITLE": "Créer une nouvelle tâche facilement accessible ultérieurement",
110
99
  "NONE": "Aucune liste de tâches trouvée"
111
100
  }
112
- }
101
+ },
102
+ "LOADING": "Chargement"
113
103
  },
114
104
  "ADF_CLOUD_SERVICE_TASK_LIST": {
115
105
  "PROPERTIES": {
@@ -50,19 +50,10 @@
50
50
  "MAXIMUM_LENGTH": "Lunghezza superata, massimo {{characters}} caratteri.",
51
51
  "SPACE_VALIDATOR": "Non può iniziare o terminare con uno spazio."
52
52
  }
53
- }
53
+ },
54
+ "LOADING": "Caricamento in corso"
54
55
  },
55
56
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "Nessuna applicazione trovata",
59
- "SUBTITLE": "Creare una nuova applicazione per trovarla facilmente più tardi"
60
- },
61
- "ERROR": {
62
- "TITLE": "Si è verificato un errore",
63
- "SUBTITLE": "Verificare di disporre dell'autorizzazione per accedere alle app"
64
- }
65
- },
66
57
  "START_TASK": {
67
58
  "FORM": {
68
59
  "TITLE": "Avvia compito",
@@ -72,9 +63,7 @@
72
63
  "ATTACHFORM": "Allega modulo",
73
64
  "ASSIGNEE": "Assegnatario",
74
65
  "CANDIDATE_GROUP": "Gruppo candidati",
75
- "FORM": "Modulo",
76
66
  "DATE": "Seleziona data",
77
- "NONE": "Nessuno",
78
67
  "PRIORITY": "Priorità"
79
68
  },
80
69
  "ACTION": {
@@ -109,7 +98,8 @@
109
98
  "SUBTITLE": "Crea un nuovo compito da trovare facilmente più tardi",
110
99
  "NONE": "Nessun elenco compiti trovato"
111
100
  }
112
- }
101
+ },
102
+ "LOADING": "Caricamento in corso"
113
103
  },
114
104
  "ADF_CLOUD_SERVICE_TASK_LIST": {
115
105
  "PROPERTIES": {
@@ -53,16 +53,6 @@
53
53
  }
54
54
  },
55
55
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "アプリケーションが見つかりません",
59
- "SUBTITLE": "後で簡単に見つけられるよう、新しいアプリケーションを作成してください"
60
- },
61
- "ERROR": {
62
- "TITLE": "エラーが発生しました",
63
- "SUBTITLE": "アプリケーションにアクセスする権限があることを確認してください"
64
- }
65
- },
66
56
  "START_TASK": {
67
57
  "FORM": {
68
58
  "TITLE": "タスクの開始",
@@ -72,9 +62,7 @@
72
62
  "ATTACHFORM": "フォームの添付",
73
63
  "ASSIGNEE": "担当者",
74
64
  "CANDIDATE_GROUP": "候補グループ",
75
- "FORM": "フォーム",
76
65
  "DATE": "日付の選択",
77
- "NONE": "なし",
78
66
  "PRIORITY": "優先度"
79
67
  },
80
68
  "ACTION": {
@@ -392,4 +380,4 @@
392
380
  "ASSIGNEE": "担当者",
393
381
  "ASSIGNMENT_TYPE": "割り当てタイプ"
394
382
  }
395
- }
383
+ }
@@ -53,16 +53,6 @@
53
53
  }
54
54
  },
55
55
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "Ingen applikasjoner funnet",
59
- "SUBTITLE": "Opprett en ny applikasjon som er lett å finne senere"
60
- },
61
- "ERROR": {
62
- "TITLE": "Det oppstod en feil",
63
- "SUBTITLE": "Sjekk at du har tillatelse til å gå inn i appene"
64
- }
65
- },
66
56
  "START_TASK": {
67
57
  "FORM": {
68
58
  "TITLE": "Start oppgave",
@@ -72,9 +62,7 @@
72
62
  "ATTACHFORM": "Legg ved skjema",
73
63
  "ASSIGNEE": "Tilordnet",
74
64
  "CANDIDATE_GROUP": "Kandidatgruppe",
75
- "FORM": "Skjema",
76
65
  "DATE": "Velg dato",
77
- "NONE": "Ingen",
78
66
  "PRIORITY": "Prioritet"
79
67
  },
80
68
  "ACTION": {
@@ -392,4 +380,4 @@
392
380
  "ASSIGNEE": "Tilordnet",
393
381
  "ASSIGNMENT_TYPE": "Tilordningstype"
394
382
  }
395
- }
383
+ }
@@ -53,16 +53,6 @@
53
53
  }
54
54
  },
55
55
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "Geen toepassingen gevonden",
59
- "SUBTITLE": "Maak een nieuwe toepassing die u later gemakkelijk wilt kunnen vinden"
60
- },
61
- "ERROR": {
62
- "TITLE": "Er is een fout opgetreden",
63
- "SUBTITLE": "Controleer of u rechten hebt voor toegang tot de apps"
64
- }
65
- },
66
56
  "START_TASK": {
67
57
  "FORM": {
68
58
  "TITLE": "Taak starten",
@@ -72,9 +62,7 @@
72
62
  "ATTACHFORM": "Formulier bijvoegen",
73
63
  "ASSIGNEE": "Toegewezen persoon",
74
64
  "CANDIDATE_GROUP": "Kandidaatgroep",
75
- "FORM": "Formulier",
76
65
  "DATE": "Datum kiezen",
77
- "NONE": "Geen",
78
66
  "PRIORITY": "Prioriteit"
79
67
  },
80
68
  "ACTION": {
@@ -392,4 +380,4 @@
392
380
  "ASSIGNEE": "Toegewezen persoon",
393
381
  "ASSIGNMENT_TYPE": "Toewijzingstype"
394
382
  }
395
- }
383
+ }
@@ -50,19 +50,10 @@
50
50
  "MAXIMUM_LENGTH": "Przekroczono długość, maksymalna długość wynosi {{characters}} znaków",
51
51
  "SPACE_VALIDATOR": "Spacje na początku lub końcu są zabronione."
52
52
  }
53
- }
53
+ },
54
+ "LOADING": "Ładowanie"
54
55
  },
55
56
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "Nie znaleziono aplikacji.",
59
- "SUBTITLE": "Utwórz nową aplikację, którą później będzie łatwo znaleźć."
60
- },
61
- "ERROR": {
62
- "TITLE": "Wystąpił błąd",
63
- "SUBTITLE": "Sprawdź, czy masz uprawnienie dostępu do aplikacji"
64
- }
65
- },
66
57
  "START_TASK": {
67
58
  "FORM": {
68
59
  "TITLE": "Rozpocznij zadanie",
@@ -72,9 +63,7 @@
72
63
  "ATTACHFORM": "Załącz formularz",
73
64
  "ASSIGNEE": "Osoba przypisana",
74
65
  "CANDIDATE_GROUP": "Grupa kandydatów",
75
- "FORM": "Formularz",
76
66
  "DATE": "Wybierz datę",
77
- "NONE": "Brak",
78
67
  "PRIORITY": "Priorytet"
79
68
  },
80
69
  "ACTION": {
@@ -109,7 +98,8 @@
109
98
  "SUBTITLE": "Utwórz nowe zadanie, które później będzie łatwo znaleźć.",
110
99
  "NONE": "Nie znaleziono list zadań."
111
100
  }
112
- }
101
+ },
102
+ "LOADING": "Ładowanie"
113
103
  },
114
104
  "ADF_CLOUD_SERVICE_TASK_LIST": {
115
105
  "PROPERTIES": {
@@ -53,16 +53,6 @@
53
53
  }
54
54
  },
55
55
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "Nenhum Aplicativo Encontrado",
59
- "SUBTITLE": "Crie um aplicativo que você possa identificar com facilidade depois"
60
- },
61
- "ERROR": {
62
- "TITLE": "Houve um erro",
63
- "SUBTITLE": "Verifique se você tem permissão para acessar os aplicativos"
64
- }
65
- },
66
56
  "START_TASK": {
67
57
  "FORM": {
68
58
  "TITLE": "Iniciar tarefa",
@@ -72,9 +62,7 @@
72
62
  "ATTACHFORM": "Anexar formulário",
73
63
  "ASSIGNEE": "Destinatário",
74
64
  "CANDIDATE_GROUP": "Grupo de Candidato",
75
- "FORM": "Formulário",
76
65
  "DATE": "Escolher Data",
77
- "NONE": "Nenhum",
78
66
  "PRIORITY": "Prioridade"
79
67
  },
80
68
  "ACTION": {
@@ -392,4 +380,4 @@
392
380
  "ASSIGNEE": "Destinatário",
393
381
  "ASSIGNMENT_TYPE": "Tipo de atribuição"
394
382
  }
395
- }
383
+ }
@@ -50,19 +50,10 @@
50
50
  "MAXIMUM_LENGTH": "Comprimento excedido, {{characters}} caracteres máx.",
51
51
  "SPACE_VALIDATOR": "Não pode começar ou terminar com um espaço."
52
52
  }
53
- }
53
+ },
54
+ "LOADING": "A carregar"
54
55
  },
55
56
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "Não foram encontradas aplicaçõe",
59
- "SUBTITLE": "Crie uma nova aplicação que pretenda encontrar facilmente mais tarde"
60
- },
61
- "ERROR": {
62
- "TITLE": "Ocorreu um erro",
63
- "SUBTITLE": "Verifique se tem permissão para aceder às aplicações"
64
- }
65
- },
66
57
  "START_TASK": {
67
58
  "FORM": {
68
59
  "TITLE": "Iniciar tarefa",
@@ -72,9 +63,7 @@
72
63
  "ATTACHFORM": "Anexar formulário",
73
64
  "ASSIGNEE": "Destinatário",
74
65
  "CANDIDATE_GROUP": "Grupo de candidatos",
75
- "FORM": "Formulário",
76
66
  "DATE": "Selecionar data Iniciar",
77
- "NONE": "Nenhum",
78
67
  "PRIORITY": "Prioridade"
79
68
  },
80
69
  "ACTION": {
@@ -109,7 +98,8 @@
109
98
  "SUBTITLE": "Criar uma nova tarefa que pretende encontrar facilmente mais tarde",
110
99
  "NONE": "Não foram encontradas listas de tarefas"
111
100
  }
112
- }
101
+ },
102
+ "LOADING": "A carregar"
113
103
  },
114
104
  "ADF_CLOUD_SERVICE_TASK_LIST": {
115
105
  "PROPERTIES": {
@@ -53,16 +53,6 @@
53
53
  }
54
54
  },
55
55
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "Приложения не найдены",
59
- "SUBTITLE": "Создайте новое приложение, которое вы сможете легко найти позже"
60
- },
61
- "ERROR": {
62
- "TITLE": "Произошла ошибка",
63
- "SUBTITLE": "Убедитесь, что у вас есть разрешение на доступ к приложениям"
64
- }
65
- },
66
56
  "START_TASK": {
67
57
  "FORM": {
68
58
  "TITLE": "Начать задачу",
@@ -72,9 +62,7 @@
72
62
  "ATTACHFORM": "Прикрепить форму",
73
63
  "ASSIGNEE": "Исполнитель",
74
64
  "CANDIDATE_GROUP": "Группа-кандидат",
75
- "FORM": "Форма",
76
65
  "DATE": "Выбрать дату",
77
- "NONE": "Нет",
78
66
  "PRIORITY": "Приоритет"
79
67
  },
80
68
  "ACTION": {
@@ -392,4 +380,4 @@
392
380
  "ASSIGNEE": "Исполнитель",
393
381
  "ASSIGNMENT_TYPE": "Тип задания"
394
382
  }
395
- }
383
+ }
@@ -53,16 +53,6 @@
53
53
  }
54
54
  },
55
55
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "Inga program hittades",
59
- "SUBTITLE": "Skapa ett nytt program som du enkelt hittar senare"
60
- },
61
- "ERROR": {
62
- "TITLE": "Ett fel uppstod",
63
- "SUBTITLE": "Kontrollera att du har behörighet att öppna programmen"
64
- }
65
- },
66
56
  "START_TASK": {
67
57
  "FORM": {
68
58
  "TITLE": "Starta uppgift",
@@ -72,9 +62,7 @@
72
62
  "ATTACHFORM": "Bifoga formulär",
73
63
  "ASSIGNEE": "Tilldelad användare",
74
64
  "CANDIDATE_GROUP": "Kandidatgrupp",
75
- "FORM": "Formulär",
76
65
  "DATE": "Välj datum",
77
- "NONE": "Ingen",
78
66
  "PRIORITY": "Prioritet"
79
67
  },
80
68
  "ACTION": {
@@ -392,4 +380,4 @@
392
380
  "ASSIGNEE": "Tilldelad användare",
393
381
  "ASSIGNMENT_TYPE": "Uppgiftstyp"
394
382
  }
395
- }
383
+ }
@@ -53,16 +53,6 @@
53
53
  }
54
54
  },
55
55
  "ADF_CLOUD_TASK_LIST": {
56
- "APPS": {
57
- "NO_APPS": {
58
- "TITLE": "找不到应用程序",
59
- "SUBTITLE": "创建您想要今后轻松查找的新应用程序"
60
- },
61
- "ERROR": {
62
- "TITLE": "存在错误",
63
- "SUBTITLE": "请确定您是否有访问应用程序的权限"
64
- }
65
- },
66
56
  "START_TASK": {
67
57
  "FORM": {
68
58
  "TITLE": "启动任务",
@@ -72,9 +62,7 @@
72
62
  "ATTACHFORM": "附加表单",
73
63
  "ASSIGNEE": "被指派者",
74
64
  "CANDIDATE_GROUP": "候选组",
75
- "FORM": "表单",
76
65
  "DATE": "选择日期",
77
- "NONE": "无",
78
66
  "PRIORITY": "优先级"
79
67
  },
80
68
  "ACTION": {
@@ -392,4 +380,4 @@
392
380
  "ASSIGNEE": "被指派者",
393
381
  "ASSIGNMENT_TYPE": "指派类型"
394
382
  }
395
- }
383
+ }