From 28e5fdc43bb23f0b2d8527e6e8217541a9935bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=A9=20Strysewske?= <23701005+MateStrysewske@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:21:31 +0200 Subject: [PATCH] New translations enum.properties (Chinese Simplified) --- .../src/main/resources/enum_zh-CN.properties | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/sormas-api/src/main/resources/enum_zh-CN.properties b/sormas-api/src/main/resources/enum_zh-CN.properties index a1eabcef9b6..941983ad433 100644 --- a/sormas-api/src/main/resources/enum_zh-CN.properties +++ b/sormas-api/src/main/resources/enum_zh-CN.properties @@ -1598,12 +1598,14 @@ UserRight.EMAIL_TEMPLATE_MANAGEMENT=Manage email templates UserRight.EXTERNAL_EMAIL_SEND=Send external emails UserRight.EXTERNAL_EMAIL_ATTACH_DOCUMENTS=Attach documents to external emails UserRight.GRANT_SPECIAL_CASE_ACCESS=Grant special case access -UserRight.SELF_REPORT_VIEW=View self reports +UserRight.SELF_REPORT_ARCHIVE=Archive self reports UserRight.SELF_REPORT_CREATE=Create self reports -UserRight.SELF_REPORT_EDIT=Edit self reports UserRight.SELF_REPORT_DELETE=Delete self reports -UserRight.SELF_REPORT_ARCHIVE=Archive self reports +UserRight.SELF_REPORT_EDIT=Edit self reports +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 descriptions UserRight.Desc.CASE_ARCHIVE = Able to archive cases @@ -1812,12 +1814,14 @@ UserRight.Desc.EMAIL_TEMPLATE_MANAGEMENT=Able to manage email templates UserRight.Desc.EXTERNAL_EMAIL_SEND=Able to send external emails UserRight.Desc.EXTERNAL_EMAIL_ATTACH_DOCUMENTS=Able to attach documents to external emails UserRight.Desc.GRANT_SPECIAL_CASE_ACCESS=Able to grant special access to cases -UserRight.Desc.SELF_REPORT_VIEW=Able to view self reports +UserRight.Desc.SELF_REPORT_ARCHIVE=Able to archive self reports UserRight.Desc.SELF_REPORT_CREATE=Able to create self reports -UserRight.Desc.SELF_REPORT_EDIT=Able to edit self reports UserRight.Desc.SELF_REPORT_DELETE=Able to delete self reports -UserRight.Desc.SELF_REPORT_ARCHIVE=Able to archive self reports +UserRight.Desc.SELF_REPORT_EDIT=Able to edit self reports +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 # UserRightGroup UserRightGroup.GENERAL = General