Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into qu-auto/SORQA-482
Browse files Browse the repository at this point in the history
  • Loading branch information
hms-sgent committed Sep 14, 2022
2 parents eb6001f + 94ddce0 commit cfa1a6e
Show file tree
Hide file tree
Showing 119 changed files with 1,454 additions and 108 deletions.
12 changes: 12 additions & 0 deletions sormas-api/src/main/resources/enum_ar-SA.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,9 @@ UserRight.SORMAS_REST = Access Sormas REST
UserRight.EXTERNAL_VISITS = External visits
UserRight.SORMAS_UI = Access Sormas UI
UserRight.DEV_MODE = Access developer options
UserRight.DOCUMENT_VIEW = View existing documents
UserRight.DOCUMENT_UPLOAD = Upload documents
UserRight.DOCUMENT_DELETE = Delete documents from the system

# UserRight descriptions
UserRight.Desc.CASE_ARCHIVE = Able to archive cases
Expand Down Expand Up @@ -1686,6 +1689,9 @@ UserRight.Desc.SORMAS_REST = Able to access the SORMAS REST interface
UserRight.Desc.EXTERNAL_VISITS = Able to access external visits REST endpoints
UserRight.Desc.SORMAS_UI = Able to access the SORMAS graphical user interface
UserRight.Desc.DEV_MODE = Able to access developer options in the configuration directory
UserRight.Desc.DOCUMENT_VIEW = Able to view existing documents
UserRight.Desc.DOCUMENT_UPLOAD = Able to upload documents
UserRight.Desc.DOCUMENT_DELETE = Able to delete documents from the system

# UserRightGroup
UserRightGroup.GENERAL = General
Expand All @@ -1710,6 +1716,7 @@ UserRightGroup.EXTERNAL = External Systems
UserRightGroup.USER = Users
UserRightGroup.INFRASTRUCTURE = Infrastructure
UserRightGroup.CONFIGURATION = Configuration
UserRightGroup.DOCUMENT = Documents

# Vaccination
VaccinationStatus.UNKNOWN = Unknown
Expand Down Expand Up @@ -2061,6 +2068,11 @@ NotificationTypeGroup.Events = Events
NotificationTypeGroup.Samples = Samples
NotificationTypeGroup.Tasks = Tasks

#S2SOwnershipStatusFilter
S2SOwnershipStatusFilter.OWNED=With ownership
S2SOwnershipStatusFilter.NOT_OWNED=To view
S2SOwnershipStatusFilter.ALL=All

#ShareDirection
ShareDirection.INCOMING=Incoming
ShareDirection.OUTGOING=Outgoing
12 changes: 12 additions & 0 deletions sormas-api/src/main/resources/enum_cs-CZ.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,9 @@ UserRight.SORMAS_REST = Přístup k Sormas REST
UserRight.EXTERNAL_VISITS = Externí návštěvy
UserRight.SORMAS_UI = Přístup k uživatelskému rozhraní Sormas
UserRight.DEV_MODE = Přístup k možnostem vývojáře
UserRight.DOCUMENT_VIEW = Zobrazit existující dokumenty
UserRight.DOCUMENT_UPLOAD = Nahrát dokumenty
UserRight.DOCUMENT_DELETE = Odstranit dokumenty ze systému

# UserRight descriptions
UserRight.Desc.CASE_ARCHIVE = Může archivovat případy
Expand Down Expand Up @@ -1686,6 +1689,9 @@ UserRight.Desc.SORMAS_REST = Možnost přístupu k rozhraní SORMAS REST
UserRight.Desc.EXTERNAL_VISITS = Může přistupovat k externím REST koncovým bodům
UserRight.Desc.SORMAS_UI = Možnost přístupu k grafickému uživatelskému rozhraní SORMAS
UserRight.Desc.DEV_MODE = Možnost přístupu vývojáře v konfiguračním adresáři
UserRight.Desc.DOCUMENT_VIEW = Může zobrazit existující dokumenty
UserRight.Desc.DOCUMENT_UPLOAD = Může nahrát dokumenty
UserRight.Desc.DOCUMENT_DELETE = Může odstranit dokumenty ze systému

# UserRightGroup
UserRightGroup.GENERAL = Obecné
Expand All @@ -1710,6 +1716,7 @@ UserRightGroup.EXTERNAL = Externí systémy
UserRightGroup.USER = Uživatelé
UserRightGroup.INFRASTRUCTURE = Infrastruktura
UserRightGroup.CONFIGURATION = Konfigurace
UserRightGroup.DOCUMENT = Dokumenty

# Vaccination
VaccinationStatus.UNKNOWN = Neznámý
Expand Down Expand Up @@ -2061,6 +2068,11 @@ NotificationTypeGroup.Events = Události
NotificationTypeGroup.Samples = Vzorky
NotificationTypeGroup.Tasks = Úkoly

#S2SOwnershipStatusFilter
S2SOwnershipStatusFilter.OWNED=With ownership
S2SOwnershipStatusFilter.NOT_OWNED=To view
S2SOwnershipStatusFilter.ALL=All

#ShareDirection
ShareDirection.INCOMING=Incoming
ShareDirection.OUTGOING=Outgoing
12 changes: 12 additions & 0 deletions sormas-api/src/main/resources/enum_de-CH.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,9 @@ UserRight.SORMAS_REST = Zugriff auf Sormas REST
UserRight.EXTERNAL_VISITS = Externe Anrufe
UserRight.SORMAS_UI = Zugriff auf Sormas UI
UserRight.DEV_MODE = Zugriff auf Entwickleroptionen
UserRight.DOCUMENT_VIEW = View existing documents
UserRight.DOCUMENT_UPLOAD = Upload documents
UserRight.DOCUMENT_DELETE = Delete documents from the system

# UserRight descriptions
UserRight.Desc.CASE_ARCHIVE = Kann Fälle archivieren
Expand Down Expand Up @@ -1686,6 +1689,9 @@ UserRight.Desc.SORMAS_REST = Kann auf die SORMAS REST Schnittstelle zugreifen
UserRight.Desc.EXTERNAL_VISITS = Kann auf REST-Endpunkte für externe Anrufe zugreifen
UserRight.Desc.SORMAS_UI = Kann auf die grafische Benutzeroberfläche von SORMAS zugreifen
UserRight.Desc.DEV_MODE = Kann auf Entwickleroptionen im Konfigurationsverzeichnis zugreifen
UserRight.Desc.DOCUMENT_VIEW = Able to view existing documents
UserRight.Desc.DOCUMENT_UPLOAD = Able to upload documents
UserRight.Desc.DOCUMENT_DELETE = Able to delete documents from the system

# UserRightGroup
UserRightGroup.GENERAL = Allgemein
Expand All @@ -1710,6 +1716,7 @@ UserRightGroup.EXTERNAL = Externe Systeme
UserRightGroup.USER = Benutzer
UserRightGroup.INFRASTRUCTURE = Infrastruktur
UserRightGroup.CONFIGURATION = Einstellungen
UserRightGroup.DOCUMENT = Documents

# Vaccination
VaccinationStatus.UNKNOWN = Unbekannt
Expand Down Expand Up @@ -2061,6 +2068,11 @@ NotificationTypeGroup.Events = Ereignisse
NotificationTypeGroup.Samples = Proben
NotificationTypeGroup.Tasks = Aufgaben

#S2SOwnershipStatusFilter
S2SOwnershipStatusFilter.OWNED=Zum Besitz
S2SOwnershipStatusFilter.NOT_OWNED=Zur Ansicht
S2SOwnershipStatusFilter.ALL=Alle

#ShareDirection
ShareDirection.INCOMING=Eingehend
ShareDirection.OUTGOING=Ausgehend
12 changes: 12 additions & 0 deletions sormas-api/src/main/resources/enum_de-DE.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,9 @@ UserRight.SORMAS_REST = Zugriff auf Sormas REST
UserRight.EXTERNAL_VISITS = Externe Anrufe
UserRight.SORMAS_UI = Zugriff auf Sormas UI
UserRight.DEV_MODE = Zugriff auf Entwickleroptionen
UserRight.DOCUMENT_VIEW = Bestehende Dokumente anzeigen
UserRight.DOCUMENT_UPLOAD = Dokumente hochladen
UserRight.DOCUMENT_DELETE = Dokumente aus dem System löschen

# UserRight descriptions
UserRight.Desc.CASE_ARCHIVE = Kann Fälle abschließen
Expand Down Expand Up @@ -1686,6 +1689,9 @@ UserRight.Desc.SORMAS_REST = Kann auf die SORMAS REST Schnittstelle zugreifen
UserRight.Desc.EXTERNAL_VISITS = Kann auf REST-Endpunkte für externe Anrufe zugreifen
UserRight.Desc.SORMAS_UI = Kann auf die grafische Benutzeroberfläche von SORMAS zugreifen
UserRight.Desc.DEV_MODE = Kann auf Entwickleroptionen im Konfigurationsverzeichnis zugreifen
UserRight.Desc.DOCUMENT_VIEW = Kann bestehende Dokumente einsehen
UserRight.Desc.DOCUMENT_UPLOAD = Kann Dokumente hochladen
UserRight.Desc.DOCUMENT_DELETE = Kann Dokumente aus dem System löschen

# UserRightGroup
UserRightGroup.GENERAL = Allgemein
Expand All @@ -1710,6 +1716,7 @@ UserRightGroup.EXTERNAL = Externe Systeme
UserRightGroup.USER = Benutzer
UserRightGroup.INFRASTRUCTURE = Infrastruktur
UserRightGroup.CONFIGURATION = Einstellungen
UserRightGroup.DOCUMENT = Dokumente

# Vaccination
VaccinationStatus.UNKNOWN = Unbekannt
Expand Down Expand Up @@ -2061,6 +2068,11 @@ NotificationTypeGroup.Events = Ereignisse
NotificationTypeGroup.Samples = Proben
NotificationTypeGroup.Tasks = Aufgaben

#S2SOwnershipStatusFilter
S2SOwnershipStatusFilter.OWNED=Zum Besitz
S2SOwnershipStatusFilter.NOT_OWNED=Zur Ansicht
S2SOwnershipStatusFilter.ALL=Alle

#ShareDirection
ShareDirection.INCOMING=Eingehend
ShareDirection.OUTGOING=Ausgehend
12 changes: 12 additions & 0 deletions sormas-api/src/main/resources/enum_en-AF.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,9 @@ UserRight.SORMAS_REST = Access Sormas REST
UserRight.EXTERNAL_VISITS = External visits
UserRight.SORMAS_UI = Access Sormas UI
UserRight.DEV_MODE = Access developer options
UserRight.DOCUMENT_VIEW = View existing documents
UserRight.DOCUMENT_UPLOAD = Upload documents
UserRight.DOCUMENT_DELETE = Delete documents from the system

# UserRight descriptions
UserRight.Desc.CASE_ARCHIVE = Able to archive cases
Expand Down Expand Up @@ -1686,6 +1689,9 @@ UserRight.Desc.SORMAS_REST = Able to access the SORMAS REST interface
UserRight.Desc.EXTERNAL_VISITS = Able to access external visits REST endpoints
UserRight.Desc.SORMAS_UI = Able to access the SORMAS graphical user interface
UserRight.Desc.DEV_MODE = Able to access developer options in the configuration directory
UserRight.Desc.DOCUMENT_VIEW = Able to view existing documents
UserRight.Desc.DOCUMENT_UPLOAD = Able to upload documents
UserRight.Desc.DOCUMENT_DELETE = Able to delete documents from the system

# UserRightGroup
UserRightGroup.GENERAL = General
Expand All @@ -1710,6 +1716,7 @@ UserRightGroup.EXTERNAL = External Systems
UserRightGroup.USER = Users
UserRightGroup.INFRASTRUCTURE = Infrastructure
UserRightGroup.CONFIGURATION = Configuration
UserRightGroup.DOCUMENT = Documents

# Vaccination
VaccinationStatus.UNKNOWN = Unknown
Expand Down Expand Up @@ -2061,6 +2068,11 @@ NotificationTypeGroup.Events = Events
NotificationTypeGroup.Samples = Samples
NotificationTypeGroup.Tasks = Tasks

#S2SOwnershipStatusFilter
S2SOwnershipStatusFilter.OWNED=With ownership
S2SOwnershipStatusFilter.NOT_OWNED=To view
S2SOwnershipStatusFilter.ALL=All

#ShareDirection
ShareDirection.INCOMING=Incoming
ShareDirection.OUTGOING=Outgoing
12 changes: 12 additions & 0 deletions sormas-api/src/main/resources/enum_en-GH.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,9 @@ UserRight.SORMAS_REST = Access Sormas REST
UserRight.EXTERNAL_VISITS = External visits
UserRight.SORMAS_UI = Access Sormas UI
UserRight.DEV_MODE = Access developer options
UserRight.DOCUMENT_VIEW = View existing documents
UserRight.DOCUMENT_UPLOAD = Upload documents
UserRight.DOCUMENT_DELETE = Delete documents from the system

# UserRight descriptions
UserRight.Desc.CASE_ARCHIVE = Able to archive cases
Expand Down Expand Up @@ -1686,6 +1689,9 @@ UserRight.Desc.SORMAS_REST = Able to access the SORMAS REST interface
UserRight.Desc.EXTERNAL_VISITS = Able to access external visits REST endpoints
UserRight.Desc.SORMAS_UI = Able to access the SORMAS graphical user interface
UserRight.Desc.DEV_MODE = Able to access developer options in the configuration directory
UserRight.Desc.DOCUMENT_VIEW = Able to view existing documents
UserRight.Desc.DOCUMENT_UPLOAD = Able to upload documents
UserRight.Desc.DOCUMENT_DELETE = Able to delete documents from the system

# UserRightGroup
UserRightGroup.GENERAL = General
Expand All @@ -1710,6 +1716,7 @@ UserRightGroup.EXTERNAL = External Systems
UserRightGroup.USER = Users
UserRightGroup.INFRASTRUCTURE = Infrastructure
UserRightGroup.CONFIGURATION = Configuration
UserRightGroup.DOCUMENT = Documents

# Vaccination
VaccinationStatus.UNKNOWN = Unknown
Expand Down Expand Up @@ -2061,6 +2068,11 @@ NotificationTypeGroup.Events = Events
NotificationTypeGroup.Samples = Samples
NotificationTypeGroup.Tasks = Tasks

#S2SOwnershipStatusFilter
S2SOwnershipStatusFilter.OWNED=With ownership
S2SOwnershipStatusFilter.NOT_OWNED=To view
S2SOwnershipStatusFilter.ALL=All

#ShareDirection
ShareDirection.INCOMING=Incoming
ShareDirection.OUTGOING=Outgoing
12 changes: 12 additions & 0 deletions sormas-api/src/main/resources/enum_en-NG.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,9 @@ UserRight.SORMAS_REST = Access Sormas REST
UserRight.EXTERNAL_VISITS = External visits
UserRight.SORMAS_UI = Access Sormas UI
UserRight.DEV_MODE = Access developer options
UserRight.DOCUMENT_VIEW = View existing documents
UserRight.DOCUMENT_UPLOAD = Upload documents
UserRight.DOCUMENT_DELETE = Delete documents from the system

# UserRight descriptions
UserRight.Desc.CASE_ARCHIVE = Able to archive cases
Expand Down Expand Up @@ -1686,6 +1689,9 @@ UserRight.Desc.SORMAS_REST = Able to access the SORMAS REST interface
UserRight.Desc.EXTERNAL_VISITS = Able to access external visits REST endpoints
UserRight.Desc.SORMAS_UI = Able to access the SORMAS graphical user interface
UserRight.Desc.DEV_MODE = Able to access developer options in the configuration directory
UserRight.Desc.DOCUMENT_VIEW = Able to view existing documents
UserRight.Desc.DOCUMENT_UPLOAD = Able to upload documents
UserRight.Desc.DOCUMENT_DELETE = Able to delete documents from the system

# UserRightGroup
UserRightGroup.GENERAL = General
Expand All @@ -1710,6 +1716,7 @@ UserRightGroup.EXTERNAL = External Systems
UserRightGroup.USER = Users
UserRightGroup.INFRASTRUCTURE = Infrastructure
UserRightGroup.CONFIGURATION = Configuration
UserRightGroup.DOCUMENT = Documents

# Vaccination
VaccinationStatus.UNKNOWN = Unknown
Expand Down Expand Up @@ -2061,6 +2068,11 @@ NotificationTypeGroup.Events = Events
NotificationTypeGroup.Samples = Samples
NotificationTypeGroup.Tasks = Tasks

#S2SOwnershipStatusFilter
S2SOwnershipStatusFilter.OWNED=With ownership
S2SOwnershipStatusFilter.NOT_OWNED=To view
S2SOwnershipStatusFilter.ALL=All

#ShareDirection
ShareDirection.INCOMING=Incoming
ShareDirection.OUTGOING=Outgoing
12 changes: 12 additions & 0 deletions sormas-api/src/main/resources/enum_es-CU.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,9 @@ UserRight.SORMAS_REST = Acceder a Sormas REST
UserRight.EXTERNAL_VISITS = Visitas externas
UserRight.SORMAS_UI = Acceder a la IU de Sormas
UserRight.DEV_MODE = Acceder a opciones de desarrollador
UserRight.DOCUMENT_VIEW = Ver documentos existentes
UserRight.DOCUMENT_UPLOAD = Cargar documentos
UserRight.DOCUMENT_DELETE = Eliminar documentos del sistema

# UserRight descriptions
UserRight.Desc.CASE_ARCHIVE = Puede archivar casos
Expand Down Expand Up @@ -1686,6 +1689,9 @@ UserRight.Desc.SORMAS_REST = Puede acceder a la interfaz SORMAS REST
UserRight.Desc.EXTERNAL_VISITS = Puede acceder visitas externas
UserRight.Desc.SORMAS_UI = Puede acceder a la interfaz gráfica de usuario de SORMAS
UserRight.Desc.DEV_MODE = Puede acceder a las opciones de desarrollador en el directorio de configuración
UserRight.Desc.DOCUMENT_VIEW = Puede ver documentos existentes
UserRight.Desc.DOCUMENT_UPLOAD = Puede cargar documentos
UserRight.Desc.DOCUMENT_DELETE = Puede eliminar documentos del sistema

# UserRightGroup
UserRightGroup.GENERAL = General
Expand All @@ -1710,6 +1716,7 @@ UserRightGroup.EXTERNAL = Sistemas externos
UserRightGroup.USER = Usuarios
UserRightGroup.INFRASTRUCTURE = Infraestructura
UserRightGroup.CONFIGURATION = Configuración
UserRightGroup.DOCUMENT = Documentos

# Vaccination
VaccinationStatus.UNKNOWN = Desconocida
Expand Down Expand Up @@ -2061,6 +2068,11 @@ NotificationTypeGroup.Events = Eventos
NotificationTypeGroup.Samples = Muestras
NotificationTypeGroup.Tasks = Tareas

#S2SOwnershipStatusFilter
S2SOwnershipStatusFilter.OWNED=Con propiedad
S2SOwnershipStatusFilter.NOT_OWNED=Para ver
S2SOwnershipStatusFilter.ALL=Todo

#ShareDirection
ShareDirection.INCOMING=Entrante
ShareDirection.OUTGOING=Saliente
12 changes: 12 additions & 0 deletions sormas-api/src/main/resources/enum_es-EC.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,9 @@ UserRight.SORMAS_REST = Access Sormas REST
UserRight.EXTERNAL_VISITS = External visits
UserRight.SORMAS_UI = Access Sormas UI
UserRight.DEV_MODE = Access developer options
UserRight.DOCUMENT_VIEW = View existing documents
UserRight.DOCUMENT_UPLOAD = Upload documents
UserRight.DOCUMENT_DELETE = Delete documents from the system

# UserRight descriptions
UserRight.Desc.CASE_ARCHIVE = Able to archive cases
Expand Down Expand Up @@ -1686,6 +1689,9 @@ UserRight.Desc.SORMAS_REST = Able to access the SORMAS REST interface
UserRight.Desc.EXTERNAL_VISITS = Able to access external visits REST endpoints
UserRight.Desc.SORMAS_UI = Able to access the SORMAS graphical user interface
UserRight.Desc.DEV_MODE = Able to access developer options in the configuration directory
UserRight.Desc.DOCUMENT_VIEW = Able to view existing documents
UserRight.Desc.DOCUMENT_UPLOAD = Able to upload documents
UserRight.Desc.DOCUMENT_DELETE = Able to delete documents from the system

# UserRightGroup
UserRightGroup.GENERAL = General
Expand All @@ -1710,6 +1716,7 @@ UserRightGroup.EXTERNAL = External Systems
UserRightGroup.USER = Users
UserRightGroup.INFRASTRUCTURE = Infrastructure
UserRightGroup.CONFIGURATION = Configuration
UserRightGroup.DOCUMENT = Documents

# Vaccination
VaccinationStatus.UNKNOWN = Desconocido
Expand Down Expand Up @@ -2061,6 +2068,11 @@ NotificationTypeGroup.Events = Events
NotificationTypeGroup.Samples = Samples
NotificationTypeGroup.Tasks = Tasks

#S2SOwnershipStatusFilter
S2SOwnershipStatusFilter.OWNED=With ownership
S2SOwnershipStatusFilter.NOT_OWNED=To view
S2SOwnershipStatusFilter.ALL=All

#ShareDirection
ShareDirection.INCOMING=Incoming
ShareDirection.OUTGOING=Outgoing
12 changes: 12 additions & 0 deletions sormas-api/src/main/resources/enum_es-ES.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,9 @@ UserRight.SORMAS_REST = Access Sormas REST
UserRight.EXTERNAL_VISITS = External visits
UserRight.SORMAS_UI = Access Sormas UI
UserRight.DEV_MODE = Access developer options
UserRight.DOCUMENT_VIEW = View existing documents
UserRight.DOCUMENT_UPLOAD = Upload documents
UserRight.DOCUMENT_DELETE = Delete documents from the system

# UserRight descriptions
UserRight.Desc.CASE_ARCHIVE = Able to archive cases
Expand Down Expand Up @@ -1686,6 +1689,9 @@ UserRight.Desc.SORMAS_REST = Able to access the SORMAS REST interface
UserRight.Desc.EXTERNAL_VISITS = Able to access external visits REST endpoints
UserRight.Desc.SORMAS_UI = Able to access the SORMAS graphical user interface
UserRight.Desc.DEV_MODE = Able to access developer options in the configuration directory
UserRight.Desc.DOCUMENT_VIEW = Able to view existing documents
UserRight.Desc.DOCUMENT_UPLOAD = Able to upload documents
UserRight.Desc.DOCUMENT_DELETE = Able to delete documents from the system

# UserRightGroup
UserRightGroup.GENERAL = General
Expand All @@ -1710,6 +1716,7 @@ UserRightGroup.EXTERNAL = External Systems
UserRightGroup.USER = Users
UserRightGroup.INFRASTRUCTURE = Infrastructure
UserRightGroup.CONFIGURATION = Configuration
UserRightGroup.DOCUMENT = Documents

# Vaccination
VaccinationStatus.UNKNOWN = Unknown
Expand Down Expand Up @@ -2061,6 +2068,11 @@ NotificationTypeGroup.Events = Events
NotificationTypeGroup.Samples = Samples
NotificationTypeGroup.Tasks = Tasks

#S2SOwnershipStatusFilter
S2SOwnershipStatusFilter.OWNED=With ownership
S2SOwnershipStatusFilter.NOT_OWNED=To view
S2SOwnershipStatusFilter.ALL=All

#ShareDirection
ShareDirection.INCOMING=Incoming
ShareDirection.OUTGOING=Outgoing
Loading

0 comments on commit cfa1a6e

Please sign in to comment.