Skip to content

Commit

Permalink
New translations enum.properties (Russian)
Browse files Browse the repository at this point in the history
  • Loading branch information
MateStrysewske committed Jan 31, 2025
1 parent 49c119d commit 7d50b65
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions sormas-api/src/main/resources/enum_ru-RU.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1618,6 +1618,15 @@ UserRight.SELF_REPORT_EXPORT=Export self reports
UserRight.SELF_REPORT_IMPORT=Import self reports
UserRight.SELF_REPORT_PROCESS=Process self reports
UserRight.SELF_REPORT_VIEW=View self reports
UserRight.SURVEY_VIEW=View surveys
UserRight.SURVEY_CREATE=Create surveys
UserRight.SURVEY_EDIT=Edit surveys
UserRight.SURVEY_DELETE=Delete surveys
UserRight.SURVEY_TOKEN_VIEW=View survey tokens
UserRight.SURVEY_TOKEN_CREATE=Create survey tokens
UserRight.SURVEY_TOKEN_EDIT=Edit survey tokens
UserRight.SURVEY_TOKEN_DELETE=Delete survey tokens
UserRight.SURVEY_TOKEN_IMPORT=Import survey tokens

# UserRight descriptions
UserRight.Desc.CASE_ARCHIVE = Able to archive cases
Expand Down Expand Up @@ -1840,6 +1849,15 @@ UserRight.Desc.SELF_REPORT_EXPORT=Able to export self reports
UserRight.Desc.SELF_REPORT_IMPORT=Able to import self reports
UserRight.Desc.SELF_REPORT_PROCESS=Able to process self reports
UserRight.Desc.SELF_REPORT_VIEW=Able to view self reports
UserRight.Desc.SURVEY_VIEW=Able to view surveys
UserRight.Desc.SURVEY_CREATE=Able to create surveys
UserRight.Desc.SURVEY_EDIT=Able to edit surveys
UserRight.Desc.SURVEY_DELETE=Able to delete surveys
UserRight.Desc.SURVEY_TOKEN_VIEW=Able to view survey tokens
UserRight.Desc.SURVEY_TOKEN_CREATE=Able to create survey tokens
UserRight.Desc.SURVEY_TOKEN_EDIT=Able to edit survey tokens
UserRight.Desc.SURVEY_TOKEN_DELETE=Able to delete survey tokens
UserRight.Desc.SURVEY_TOKEN_IMPORT=Able to import survey tokens

# UserRightGroup
UserRightGroup.GENERAL = General
Expand Down Expand Up @@ -1869,6 +1887,7 @@ UserRightGroup.DOCUMENT = Documents
UserRightGroup.EXTERNAL_EMAILS=External emails
UserRightGroup.ENVIRONMENT = Environments
UserRightGroup.SELF_REPORT=Self Reports
UserRightGroup.SURVEY=Surveys

# Vaccination
VaccinationStatus.UNKNOWN = Unknown
Expand Down

0 comments on commit 7d50b65

Please sign in to comment.