Skip to content

Commit

Permalink
New translations validations.properties (Russian)
Browse files Browse the repository at this point in the history
  • Loading branch information
MateStrysewske committed Jun 4, 2024
1 parent 78b2470 commit e69a60e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sormas-api/src/main/resources/validations_ru-RU.properties
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ importCountryNotUnique = Invalid value %s in column %s; Country name is not uniq
importCountryEmptyIso = The ISO code is empty.
importContinentAlreadyExists = The database already contains a continent with this name.
importContinentNotUnique = Invalid value %s in column %s; Continent name is not unique, make sure there is only one continent with this name in the database
importSelfReportPropertyTypeNotAllowed = Property type %s not allowed when importing self reports
importSelfReportUnexpectedError = Unexpected error when trying to import this self report. Please send your error report file to an administrator and remove this self report from your import file.
importSubcontinentAlreadyExists = The database already contains a subcontinent with this name.
importSubcontinentNotUnique = Invalid value %s in column %s; Subcontinent name is not unique, make sure there is only one subcontinent with this name in the database
importCountryAlreadyExists = The database already contains a country with this ISO code or this UNO code.
Expand Down Expand Up @@ -296,4 +298,5 @@ customizableEnumValueDuplicateLanguage = Please only add one translation per lan
customizableEnumValueDuplicateValue = The value %s already exists for data type %s. Enum values have to be unique.
attachedDocumentNotRelatedToEntity=The attached document is not related to the entity.
invalidNationalHealthId=This value does not seem to be a correct national health ID
invalidSelfReportType = Invalid SelfReport type
selfReportAlreadyProcessedError = The self report was processed by another user in the meantime.

0 comments on commit e69a60e

Please sign in to comment.