Merge branch 'dmp-refactoring' of https://code-repo.d4science.org/MaDgiK-CITE/argos into dmp-refactoring
This commit is contained in:
commit
5aad367760
|
@ -160,7 +160,8 @@
|
|||
"PLAN-OVERVIEW": "Plan Overview",
|
||||
"DESCRIPTION-OVERVIEW": "Description Overview",
|
||||
"MAINTENANCE-TASKS": "Maintenance",
|
||||
"HOME": "Home"
|
||||
"HOME": "Home",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"FILE-TRANSFORMER": {
|
||||
"PDF": "PDF",
|
||||
|
@ -246,7 +247,8 @@
|
|||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"NEW-PREFILLING-SOURCE": "New",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"COOKIE": {
|
||||
"MESSAGE": "Webgune honek cookieak erabiltzen ditu erabiltzaile esperientzia hobetzeko.",
|
||||
|
@ -306,7 +308,8 @@
|
|||
"NOTIFICATIONS": "Notifications",
|
||||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES": "Annotation Statuses"
|
||||
},
|
||||
"DESCRIPTION-TEMPLATE-PREVIEW": {
|
||||
"TEMPLATE": "Template"
|
||||
|
@ -1206,6 +1209,46 @@
|
|||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"ANNOTATION-SERVICE": {
|
||||
"TYPES": {
|
||||
"INTERNAL-STATUS":{
|
||||
"RESOLVED": "Resolved"
|
||||
}
|
||||
},
|
||||
"STATUS-LISTING": {
|
||||
"CREATE": "Create Annotation Status",
|
||||
"TITLE": "Annotation Statuses",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CREATED-AT": "Created",
|
||||
"UPDATED-AT": "Updated",
|
||||
"IS-ACTIVE": "Is Active"
|
||||
},
|
||||
"FILTER": {
|
||||
"TITLE": "Filters",
|
||||
"IS-ACTIVE": "Is Active",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CANCEL": "Cancel",
|
||||
"APPLY-FILTERS": "Apply filters"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"STATUS-EDITOR": {
|
||||
"TITLE-EDIT-ANNOTATION-STATUS": "Editing Annotation Status",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS":"Internal Status"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "Save",
|
||||
"CANCEL": "Cancel",
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NOTIFICATION-SERVICE": {
|
||||
"INAPP-NOTIFICATION-LISTING": {
|
||||
"TITLE": "Notifications",
|
||||
|
|
|
@ -160,7 +160,8 @@
|
|||
"PLAN-OVERVIEW": "Plan Overview",
|
||||
"DESCRIPTION-OVERVIEW": "Description Overview",
|
||||
"MAINTENANCE-TASKS": "Maintenance",
|
||||
"HOME": "Home"
|
||||
"HOME": "Home",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"FILE-TRANSFORMER": {
|
||||
"PDF": "PDF",
|
||||
|
@ -246,7 +247,8 @@
|
|||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"NEW-PREFILLING-SOURCE": "New",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"COOKIE": {
|
||||
"MESSAGE": "Diese Webseite verwendet Cookies, um die Benutzererfahrung zu verbessern.",
|
||||
|
@ -306,7 +308,8 @@
|
|||
"NOTIFICATIONS": "Notifications",
|
||||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES": "Annotation Statuses"
|
||||
},
|
||||
"DESCRIPTION-TEMPLATE-PREVIEW": {
|
||||
"TEMPLATE": "Template"
|
||||
|
@ -1206,6 +1209,46 @@
|
|||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"ANNOTATION-SERVICE": {
|
||||
"TYPES": {
|
||||
"INTERNAL-STATUS":{
|
||||
"RESOLVED": "Resolved"
|
||||
}
|
||||
},
|
||||
"STATUS-LISTING": {
|
||||
"CREATE": "Create Annotation Status",
|
||||
"TITLE": "Annotation Statuses",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CREATED-AT": "Created",
|
||||
"UPDATED-AT": "Updated",
|
||||
"IS-ACTIVE": "Is Active"
|
||||
},
|
||||
"FILTER": {
|
||||
"TITLE": "Filters",
|
||||
"IS-ACTIVE": "Is Active",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CANCEL": "Cancel",
|
||||
"APPLY-FILTERS": "Apply filters"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"STATUS-EDITOR": {
|
||||
"TITLE-EDIT-ANNOTATION-STATUS": "Editing Annotation Status",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS":"Internal Status"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "Save",
|
||||
"CANCEL": "Cancel",
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NOTIFICATION-SERVICE": {
|
||||
"INAPP-NOTIFICATION-LISTING": {
|
||||
"TITLE": "Notifications",
|
||||
|
|
|
@ -160,7 +160,8 @@
|
|||
"PLAN-OVERVIEW": "Plan Overview",
|
||||
"DESCRIPTION-OVERVIEW": "Description Overview",
|
||||
"MAINTENANCE-TASKS": "Maintenance",
|
||||
"HOME": "Home"
|
||||
"HOME": "Home",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"FILE-TRANSFORMER": {
|
||||
"PDF": "PDF",
|
||||
|
@ -246,7 +247,8 @@
|
|||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"NEW-PREFILLING-SOURCE": "New",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES": "Annotation Statuses"
|
||||
},
|
||||
"COOKIE": {
|
||||
"MESSAGE": "This website uses cookies to enhance the user experience.",
|
||||
|
@ -306,7 +308,8 @@
|
|||
"NOTIFICATIONS": "Notifications",
|
||||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES": "Annotation Statuses"
|
||||
},
|
||||
"DESCRIPTION-TEMPLATE-PREVIEW": {
|
||||
"TEMPLATE": "Template"
|
||||
|
@ -1206,6 +1209,46 @@
|
|||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"ANNOTATION-SERVICE": {
|
||||
"TYPES": {
|
||||
"INTERNAL-STATUS":{
|
||||
"RESOLVED": "Resolved"
|
||||
}
|
||||
},
|
||||
"STATUS-LISTING": {
|
||||
"CREATE": "Create Annotation Status",
|
||||
"TITLE": "Annotation Statuses",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CREATED-AT": "Created",
|
||||
"UPDATED-AT": "Updated",
|
||||
"IS-ACTIVE": "Is Active"
|
||||
},
|
||||
"FILTER": {
|
||||
"TITLE": "Filters",
|
||||
"IS-ACTIVE": "Is Active",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CANCEL": "Cancel",
|
||||
"APPLY-FILTERS": "Apply filters"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"STATUS-EDITOR": {
|
||||
"TITLE-EDIT-ANNOTATION-STATUS": "Editing Annotation Status",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS":"Internal Status"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "Save",
|
||||
"CANCEL": "Cancel",
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NOTIFICATION-SERVICE": {
|
||||
"INAPP-NOTIFICATION-LISTING": {
|
||||
"TITLE": "Notifications",
|
||||
|
|
|
@ -160,7 +160,8 @@
|
|||
"PLAN-OVERVIEW": "Plan Overview",
|
||||
"DESCRIPTION-OVERVIEW": "Description Overview",
|
||||
"MAINTENANCE-TASKS": "Maintenance",
|
||||
"HOME": "Home"
|
||||
"HOME": "Home",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"FILE-TRANSFORMER": {
|
||||
"PDF": "PDF",
|
||||
|
@ -246,7 +247,8 @@
|
|||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"NEW-PREFILLING-SOURCE": "New",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"COOKIE": {
|
||||
"MESSAGE": "Esta web utiliza cookies para mejorar su experiecia de usuario.",
|
||||
|
@ -306,7 +308,8 @@
|
|||
"NOTIFICATIONS": "Notifications",
|
||||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES": "Annotation Statuses"
|
||||
},
|
||||
"DESCRIPTION-TEMPLATE-PREVIEW": {
|
||||
"TEMPLATE": "Template"
|
||||
|
@ -1206,6 +1209,46 @@
|
|||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"ANNOTATION-SERVICE": {
|
||||
"TYPES": {
|
||||
"INTERNAL-STATUS":{
|
||||
"RESOLVED": "Resolved"
|
||||
}
|
||||
},
|
||||
"STATUS-LISTING": {
|
||||
"CREATE": "Create Annotation Status",
|
||||
"TITLE": "Annotation Statuses",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CREATED-AT": "Created",
|
||||
"UPDATED-AT": "Updated",
|
||||
"IS-ACTIVE": "Is Active"
|
||||
},
|
||||
"FILTER": {
|
||||
"TITLE": "Filters",
|
||||
"IS-ACTIVE": "Is Active",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CANCEL": "Cancel",
|
||||
"APPLY-FILTERS": "Apply filters"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"STATUS-EDITOR": {
|
||||
"TITLE-EDIT-ANNOTATION-STATUS": "Editing Annotation Status",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS":"Internal Status"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "Save",
|
||||
"CANCEL": "Cancel",
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NOTIFICATION-SERVICE": {
|
||||
"INAPP-NOTIFICATION-LISTING": {
|
||||
"TITLE": "Notifications",
|
||||
|
|
|
@ -160,7 +160,8 @@
|
|||
"PLAN-OVERVIEW": "Plan Overview",
|
||||
"DESCRIPTION-OVERVIEW": "Description Overview",
|
||||
"MAINTENANCE-TASKS": "Maintenance",
|
||||
"HOME": "Home"
|
||||
"HOME": "Home",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"FILE-TRANSFORMER": {
|
||||
"PDF": "PDF",
|
||||
|
@ -246,7 +247,8 @@
|
|||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"NEW-PREFILLING-SOURCE": "New",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"COOKIE": {
|
||||
"MESSAGE": "Αυτός ο ιστότοπος χρησιμοποιεί cookies για να βελτιώσει την εμπειρία του χρήστη.",
|
||||
|
@ -306,7 +308,8 @@
|
|||
"NOTIFICATIONS": "Notifications",
|
||||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES": "Annotation Statuses"
|
||||
},
|
||||
"DESCRIPTION-TEMPLATE-PREVIEW": {
|
||||
"TEMPLATE": "Template"
|
||||
|
@ -1206,6 +1209,46 @@
|
|||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"ANNOTATION-SERVICE": {
|
||||
"TYPES": {
|
||||
"INTERNAL-STATUS":{
|
||||
"RESOLVED": "Resolved"
|
||||
}
|
||||
},
|
||||
"STATUS-LISTING": {
|
||||
"CREATE": "Create Annotation Status",
|
||||
"TITLE": "Annotation Statuses",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CREATED-AT": "Created",
|
||||
"UPDATED-AT": "Updated",
|
||||
"IS-ACTIVE": "Is Active"
|
||||
},
|
||||
"FILTER": {
|
||||
"TITLE": "Filters",
|
||||
"IS-ACTIVE": "Is Active",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CANCEL": "Cancel",
|
||||
"APPLY-FILTERS": "Apply filters"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"STATUS-EDITOR": {
|
||||
"TITLE-EDIT-ANNOTATION-STATUS": "Editing Annotation Status",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS":"Internal Status"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "Save",
|
||||
"CANCEL": "Cancel",
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NOTIFICATION-SERVICE": {
|
||||
"INAPP-NOTIFICATION-LISTING": {
|
||||
"TITLE": "Notifications",
|
||||
|
|
|
@ -160,7 +160,8 @@
|
|||
"PLAN-OVERVIEW": "Plan Overview",
|
||||
"DESCRIPTION-OVERVIEW": "Description Overview",
|
||||
"MAINTENANCE-TASKS": "Maintenance",
|
||||
"HOME": "Home"
|
||||
"HOME": "Home",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"FILE-TRANSFORMER": {
|
||||
"PDF": "PDF",
|
||||
|
@ -246,7 +247,8 @@
|
|||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"NEW-PREFILLING-SOURCE": "New",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"COOKIE": {
|
||||
"MESSAGE": "Ova web-stranica koristi kolačiće za poboljšanje iskustva korisnika.",
|
||||
|
@ -306,7 +308,8 @@
|
|||
"NOTIFICATIONS": "Notifications",
|
||||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES": "Annotation Statuses"
|
||||
},
|
||||
"DESCRIPTION-TEMPLATE-PREVIEW": {
|
||||
"TEMPLATE": "Template"
|
||||
|
@ -1206,6 +1209,46 @@
|
|||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"ANNOTATION-SERVICE": {
|
||||
"TYPES": {
|
||||
"INTERNAL-STATUS":{
|
||||
"RESOLVED": "Resolved"
|
||||
}
|
||||
},
|
||||
"STATUS-LISTING": {
|
||||
"CREATE": "Create Annotation Status",
|
||||
"TITLE": "Annotation Statuses",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CREATED-AT": "Created",
|
||||
"UPDATED-AT": "Updated",
|
||||
"IS-ACTIVE": "Is Active"
|
||||
},
|
||||
"FILTER": {
|
||||
"TITLE": "Filters",
|
||||
"IS-ACTIVE": "Is Active",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CANCEL": "Cancel",
|
||||
"APPLY-FILTERS": "Apply filters"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"STATUS-EDITOR": {
|
||||
"TITLE-EDIT-ANNOTATION-STATUS": "Editing Annotation Status",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS":"Internal Status"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "Save",
|
||||
"CANCEL": "Cancel",
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NOTIFICATION-SERVICE": {
|
||||
"INAPP-NOTIFICATION-LISTING": {
|
||||
"TITLE": "Notifications",
|
||||
|
|
|
@ -160,7 +160,8 @@
|
|||
"PLAN-OVERVIEW": "Plan Overview",
|
||||
"DESCRIPTION-OVERVIEW": "Description Overview",
|
||||
"MAINTENANCE-TASKS": "Maintenance",
|
||||
"HOME": "Home"
|
||||
"HOME": "Home",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"FILE-TRANSFORMER": {
|
||||
"PDF": "PDF",
|
||||
|
@ -246,7 +247,8 @@
|
|||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"NEW-PREFILLING-SOURCE": "New",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"COOKIE": {
|
||||
"MESSAGE": "Ta strona korzysta z plików cookie w celu zwiększenia komfortu użytkowania.",
|
||||
|
@ -306,7 +308,8 @@
|
|||
"NOTIFICATIONS": "Notifications",
|
||||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES": "Annotation Statuses"
|
||||
},
|
||||
"DESCRIPTION-TEMPLATE-PREVIEW": {
|
||||
"TEMPLATE": "Template"
|
||||
|
@ -1206,6 +1209,46 @@
|
|||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"ANNOTATION-SERVICE": {
|
||||
"TYPES": {
|
||||
"INTERNAL-STATUS":{
|
||||
"RESOLVED": "Resolved"
|
||||
}
|
||||
},
|
||||
"STATUS-LISTING": {
|
||||
"CREATE": "Create Annotation Status",
|
||||
"TITLE": "Annotation Statuses",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CREATED-AT": "Created",
|
||||
"UPDATED-AT": "Updated",
|
||||
"IS-ACTIVE": "Is Active"
|
||||
},
|
||||
"FILTER": {
|
||||
"TITLE": "Filters",
|
||||
"IS-ACTIVE": "Is Active",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CANCEL": "Cancel",
|
||||
"APPLY-FILTERS": "Apply filters"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"STATUS-EDITOR": {
|
||||
"TITLE-EDIT-ANNOTATION-STATUS": "Editing Annotation Status",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS":"Internal Status"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "Save",
|
||||
"CANCEL": "Cancel",
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NOTIFICATION-SERVICE": {
|
||||
"INAPP-NOTIFICATION-LISTING": {
|
||||
"TITLE": "Notifications",
|
||||
|
|
|
@ -160,7 +160,8 @@
|
|||
"PLAN-OVERVIEW": "Plan Overview",
|
||||
"DESCRIPTION-OVERVIEW": "Description Overview",
|
||||
"MAINTENANCE-TASKS": "Maintenance",
|
||||
"HOME": "Home"
|
||||
"HOME": "Home",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"FILE-TRANSFORMER": {
|
||||
"PDF": "PDF",
|
||||
|
@ -246,7 +247,8 @@
|
|||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"NEW-PREFILLING-SOURCE": "New",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"COOKIE": {
|
||||
"MESSAGE": "Esta página Web utiliza cookies para melhorar a experiência do utilizador.",
|
||||
|
@ -306,7 +308,8 @@
|
|||
"NOTIFICATIONS": "Notifications",
|
||||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES": "Annotation Statuses"
|
||||
},
|
||||
"DESCRIPTION-TEMPLATE-PREVIEW": {
|
||||
"TEMPLATE": "Template"
|
||||
|
@ -1206,6 +1209,46 @@
|
|||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"ANNOTATION-SERVICE": {
|
||||
"TYPES": {
|
||||
"INTERNAL-STATUS":{
|
||||
"RESOLVED": "Resolved"
|
||||
}
|
||||
},
|
||||
"STATUS-LISTING": {
|
||||
"CREATE": "Create Annotation Status",
|
||||
"TITLE": "Annotation Statuses",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CREATED-AT": "Created",
|
||||
"UPDATED-AT": "Updated",
|
||||
"IS-ACTIVE": "Is Active"
|
||||
},
|
||||
"FILTER": {
|
||||
"TITLE": "Filters",
|
||||
"IS-ACTIVE": "Is Active",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CANCEL": "Cancel",
|
||||
"APPLY-FILTERS": "Apply filters"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"STATUS-EDITOR": {
|
||||
"TITLE-EDIT-ANNOTATION-STATUS": "Editing Annotation Status",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS":"Internal Status"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "Save",
|
||||
"CANCEL": "Cancel",
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NOTIFICATION-SERVICE": {
|
||||
"INAPP-NOTIFICATION-LISTING": {
|
||||
"TITLE": "Notifications",
|
||||
|
|
|
@ -160,7 +160,8 @@
|
|||
"PLAN-OVERVIEW": "Plan Overview",
|
||||
"DESCRIPTION-OVERVIEW": "Description Overview",
|
||||
"MAINTENANCE-TASKS": "Maintenance",
|
||||
"HOME": "Home"
|
||||
"HOME": "Home",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"FILE-TRANSFORMER": {
|
||||
"PDF": "PDF",
|
||||
|
@ -246,7 +247,8 @@
|
|||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"NEW-PREFILLING-SOURCE": "New",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"COOKIE": {
|
||||
"MESSAGE": "Táto stránka používa súbory cookies na zlepšenie služieb pre používateľa.",
|
||||
|
@ -306,7 +308,8 @@
|
|||
"NOTIFICATIONS": "Notifications",
|
||||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES": "Annotation Statuses"
|
||||
},
|
||||
"DESCRIPTION-TEMPLATE-PREVIEW": {
|
||||
"TEMPLATE": "Template"
|
||||
|
@ -1206,6 +1209,46 @@
|
|||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"ANNOTATION-SERVICE": {
|
||||
"TYPES": {
|
||||
"INTERNAL-STATUS":{
|
||||
"RESOLVED": "Resolved"
|
||||
}
|
||||
},
|
||||
"STATUS-LISTING": {
|
||||
"CREATE": "Create Annotation Status",
|
||||
"TITLE": "Annotation Statuses",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CREATED-AT": "Created",
|
||||
"UPDATED-AT": "Updated",
|
||||
"IS-ACTIVE": "Is Active"
|
||||
},
|
||||
"FILTER": {
|
||||
"TITLE": "Filters",
|
||||
"IS-ACTIVE": "Is Active",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CANCEL": "Cancel",
|
||||
"APPLY-FILTERS": "Apply filters"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"STATUS-EDITOR": {
|
||||
"TITLE-EDIT-ANNOTATION-STATUS": "Editing Annotation Status",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS":"Internal Status"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "Save",
|
||||
"CANCEL": "Cancel",
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NOTIFICATION-SERVICE": {
|
||||
"INAPP-NOTIFICATION-LISTING": {
|
||||
"TITLE": "Notifications",
|
||||
|
|
|
@ -160,7 +160,8 @@
|
|||
"PLAN-OVERVIEW": "Plan Overview",
|
||||
"DESCRIPTION-OVERVIEW": "Description Overview",
|
||||
"MAINTENANCE-TASKS": "Maintenance",
|
||||
"HOME": "Home"
|
||||
"HOME": "Home",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"FILE-TRANSFORMER": {
|
||||
"PDF": "PDF",
|
||||
|
@ -246,7 +247,8 @@
|
|||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"NEW-PREFILLING-SOURCE": "New",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"COOKIE": {
|
||||
"MESSAGE": "Ovaj sajt koristi kolačiće kako bi poboljšao iskustvo korisnika.",
|
||||
|
@ -306,7 +308,8 @@
|
|||
"NOTIFICATIONS": "Notifications",
|
||||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES": "Annotation Statuses"
|
||||
},
|
||||
"DESCRIPTION-TEMPLATE-PREVIEW": {
|
||||
"TEMPLATE": "Template"
|
||||
|
@ -1206,6 +1209,46 @@
|
|||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"ANNOTATION-SERVICE": {
|
||||
"TYPES": {
|
||||
"INTERNAL-STATUS":{
|
||||
"RESOLVED": "Resolved"
|
||||
}
|
||||
},
|
||||
"STATUS-LISTING": {
|
||||
"CREATE": "Create Annotation Status",
|
||||
"TITLE": "Annotation Statuses",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CREATED-AT": "Created",
|
||||
"UPDATED-AT": "Updated",
|
||||
"IS-ACTIVE": "Is Active"
|
||||
},
|
||||
"FILTER": {
|
||||
"TITLE": "Filters",
|
||||
"IS-ACTIVE": "Is Active",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CANCEL": "Cancel",
|
||||
"APPLY-FILTERS": "Apply filters"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"STATUS-EDITOR": {
|
||||
"TITLE-EDIT-ANNOTATION-STATUS": "Editing Annotation Status",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS":"Internal Status"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "Save",
|
||||
"CANCEL": "Cancel",
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NOTIFICATION-SERVICE": {
|
||||
"INAPP-NOTIFICATION-LISTING": {
|
||||
"TITLE": "Notifications",
|
||||
|
|
|
@ -160,7 +160,8 @@
|
|||
"PLAN-OVERVIEW": "Plan Overview",
|
||||
"DESCRIPTION-OVERVIEW": "Description Overview",
|
||||
"MAINTENANCE-TASKS": "Maintenance",
|
||||
"HOME": "Home"
|
||||
"HOME": "Home",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"FILE-TRANSFORMER": {
|
||||
"PDF": "PDF",
|
||||
|
@ -246,7 +247,8 @@
|
|||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"NEW-PREFILLING-SOURCE": "New",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES":"Annotation Statuses"
|
||||
},
|
||||
"COOKIE": {
|
||||
"MESSAGE": "Bu web sitesi kullanıcı deneyimini geliştirmek için çerezler kullanmaktadır.",
|
||||
|
@ -306,7 +308,8 @@
|
|||
"NOTIFICATIONS": "Notifications",
|
||||
"PREFILLING-SOURCES": "Prefilling Sources",
|
||||
"TENANT-CONFIGURATION": "Tenant Configuration",
|
||||
"ENTITY-LOCKS": "Entity Locks"
|
||||
"ENTITY-LOCKS": "Entity Locks",
|
||||
"ANNOTATION-STATUSES": "Annotation Statuses"
|
||||
},
|
||||
"DESCRIPTION-TEMPLATE-PREVIEW": {
|
||||
"TEMPLATE": "Template"
|
||||
|
@ -1206,6 +1209,46 @@
|
|||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"ANNOTATION-SERVICE": {
|
||||
"TYPES": {
|
||||
"INTERNAL-STATUS":{
|
||||
"RESOLVED": "Resolved"
|
||||
}
|
||||
},
|
||||
"STATUS-LISTING": {
|
||||
"CREATE": "Create Annotation Status",
|
||||
"TITLE": "Annotation Statuses",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CREATED-AT": "Created",
|
||||
"UPDATED-AT": "Updated",
|
||||
"IS-ACTIVE": "Is Active"
|
||||
},
|
||||
"FILTER": {
|
||||
"TITLE": "Filters",
|
||||
"IS-ACTIVE": "Is Active",
|
||||
"INTERNAL-STATUS": "Internal Status",
|
||||
"CANCEL": "Cancel",
|
||||
"APPLY-FILTERS": "Apply filters"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
},
|
||||
"STATUS-EDITOR": {
|
||||
"TITLE-EDIT-ANNOTATION-STATUS": "Editing Annotation Status",
|
||||
"FIELDS": {
|
||||
"LABEL": "Label",
|
||||
"INTERNAL-STATUS":"Internal Status"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "Save",
|
||||
"CANCEL": "Cancel",
|
||||
"DELETE": "Delete"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NOTIFICATION-SERVICE": {
|
||||
"INAPP-NOTIFICATION-LISTING": {
|
||||
"TITLE": "Notifications",
|
||||
|
|
Loading…
Reference in New Issue