Skip to content

Commit

Permalink
fix: Crowdin ECMS String problem - EXO-74306
Browse files Browse the repository at this point in the history
Some ecms key strings have not been converted correctly when switching from xlm to properties
This commit fix the conversion
  • Loading branch information
rdenarie committed Feb 12, 2025
1 parent 8ee9bd1 commit 35cf195
Showing 1 changed file with 29 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,31 @@ UIVersionInfo.labels.author=Modified By
UIVersionInfo.labels.summary=Summary
UIVersionInfo.labels.action=Action
UIAuditingInfo.msg.noVersion=No Version
UIAuditingInfo.eventName.e=Added Document Removed Property Added Property Changed Property Removed #{word.save} Move Copy Add Mixin Remove Mixin Clone Update Import Check in Check out Restore Merge Cancel Merge Done Merge Add Version Label Remove Version Label Remove Version Lock Unlock Read
UIAuditingInfo.eventName.e_1=Added
UIAuditingInfo.eventName.e_2=Document Removed
UIAuditingInfo.eventName.e_4=Property Added
UIAuditingInfo.eventName.e_16=Property Changed
UIAuditingInfo.eventName.e_8=Property Removed
UIAuditingInfo.eventName.e_32=#{word.save
UIAuditingInfo.eventName.e_64=Move
UIAuditingInfo.eventName.e_128=Copy
UIAuditingInfo.eventName.e_256=Add Mixin
UIAuditingInfo.eventName.e_512=Remove Mixin
UIAuditingInfo.eventName.e_1024=Clone
UIAuditingInfo.eventName.e_2048=Update
UIAuditingInfo.eventName.e_4096=Import
UIAuditingInfo.eventName.e_8192=Check in
UIAuditingInfo.eventName.e_16384=Check out
UIAuditingInfo.eventName.e_32768=Restore
UIAuditingInfo.eventName.e_65536=Merge
UIAuditingInfo.eventName.e_131072=Cancel Merge
UIAuditingInfo.eventName.e_262144=Done Merge
UIAuditingInfo.eventName.e_524288=Add Version Label
UIAuditingInfo.eventName.e_1048576=Remove Version Label
UIAuditingInfo.eventName.e_2097152=Remove Version
UIAuditingInfo.eventName.e_4194304=Lock
UIAuditingInfo.eventName.e_8388608=Unlock
UIAuditingInfo.eventName.e_16777216=Read
UIAuditingInfo.label.operation=Operation
UIAuditingInfo.label.userName=Username
UIAuditingInfo.label.date=Date
Expand Down Expand Up @@ -1247,7 +1271,10 @@ UIRestoreConfirmMessage.label.OK=OK
UIRestoreConfirmMessage.label.ReplaceData=Replace Data
UIRestoreConfirmMessage.label.Back=Back to Rename
UIRestoreConfirmMessage.label.Keepfile=Keep both files
Import.Behavior.typ=Create New Remove Existing Replace Existing Throw Exception
Import.Behavior.type0=Create New
Import.Behavior.type1=Remove Existing
Import.Behavior.type2=Replace Existing
Import.Behavior.type3=Throw Exception
Import.label.docview=Document View
Import.label.sysview=System View
UIUploadForm.msg.upload-not-null=Please upload the file before adding a category.
Expand Down

0 comments on commit 35cf195

Please sign in to comment.