Skip to content

Commit

Permalink
fix The Korean sentence order in Authorship description (#2382)
Browse files Browse the repository at this point in the history
Signed-off-by: Juyoung Kim <[email protected]>
  • Loading branch information
tandara0 committed Aug 29, 2024
1 parent 20c11fa commit 21f2f4b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 24 deletions.
8 changes: 2 additions & 6 deletions src/main/resources/i18n/messages_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,8 @@
},
"components": {
"authorship": {
"created": "created",
"versionCreated": "version created",
"modified": "modified",
"on": "on",
"byCreated": "by <%=createdBy%>",
"byModified": "by <%=modifiedBy%>"
"createdLabel": "created by <%=createdBy%> on <%=createdDate%>",
"modifiedLabel": "modified by <%=modifiedBy%> on <%=modifiedDate%>"
},
"accessDenied": {
"forbidden": {
Expand Down
8 changes: 2 additions & 6 deletions src/main/resources/i18n/messages_ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,8 @@
},
"components": {
"authorship": {
"created": "만들어진",
"versionCreated": "version created",
"modified": "수정된",
"on": "~에",
"byCreated": "by <%=createdBy%>",
"byModified": "by <%=modifiedBy%>"
"createdLabel": "<%=createdBy%>가 <%=createdDate%> 경에 생성",
"modifiedLabel": "<%=modifiedBy%>가 <%=modifiedDate%> 경에 수정"
},
"accessDenied": {
"forbidden": {
Expand Down
8 changes: 2 additions & 6 deletions src/main/resources/i18n/messages_ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,8 @@
"stopGenerationConfirmation": "Действительно остановить исследование?"
},
"authorship": {
"created": "создано:",
"versionCreated": "версия создана: ",
"modified": "изменено:",
"on": " ",
"byCreated": "<%=createdBy%>",
"byModified": "<%=modifiedBy%>"
"createdLabel": "создано: <%=createdBy%> <%=createdDate%>",
"modifiedLabel": "изменено: <%=modifiedBy%> <%=modifiedDate%>"
},
"windowedCriteria": {
"windowedCriteriaText_1": "где",
Expand Down
8 changes: 2 additions & 6 deletions src/main/resources/i18n/messages_zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,8 @@
},
"components": {
"authorship": {
"created": "被创造",
"versionCreated": "version created",
"modified": "修改的",
"on": "基于/在",
"byCreated": "由 <%=createdBy%>创建",
"byModified": "由 <%=modifiedBy%>修改"
"createdLabel": "被创造 由 <%=createdBy%>创建 基于/在 <%=createdDate%>",
"modifiedLabel": "修改的 由 <%=modifiedBy%>修改 基于/在 <%=modifiedDate%>"
},
"accessDenied": {
"forbidden": {
Expand Down

0 comments on commit 21f2f4b

Please sign in to comment.