Skip to content

Commit 21f2f4b

Browse files
authored
fix The Korean sentence order in Authorship description (#2382)
Signed-off-by: Juyoung Kim <[email protected]>
1 parent 20c11fa commit 21f2f4b

File tree

4 files changed

+8
-24
lines changed

4 files changed

+8
-24
lines changed

src/main/resources/i18n/messages_en.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,8 @@
213213
},
214214
"components": {
215215
"authorship": {
216-
"created": "created",
217-
"versionCreated": "version created",
218-
"modified": "modified",
219-
"on": "on",
220-
"byCreated": "by <%=createdBy%>",
221-
"byModified": "by <%=modifiedBy%>"
216+
"createdLabel": "created by <%=createdBy%> on <%=createdDate%>",
217+
"modifiedLabel": "modified by <%=modifiedBy%> on <%=modifiedDate%>"
222218
},
223219
"accessDenied": {
224220
"forbidden": {

src/main/resources/i18n/messages_ko.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,8 @@
213213
},
214214
"components": {
215215
"authorship": {
216-
"created": "만들어진",
217-
"versionCreated": "version created",
218-
"modified": "수정된",
219-
"on": "~에",
220-
"byCreated": "by <%=createdBy%>",
221-
"byModified": "by <%=modifiedBy%>"
216+
"createdLabel": "<%=createdBy%>가 <%=createdDate%> 경에 생성",
217+
"modifiedLabel": "<%=modifiedBy%>가 <%=modifiedDate%> 경에 수정"
222218
},
223219
"accessDenied": {
224220
"forbidden": {

src/main/resources/i18n/messages_ru.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,8 @@
239239
"stopGenerationConfirmation": "Действительно остановить исследование?"
240240
},
241241
"authorship": {
242-
"created": "создано:",
243-
"versionCreated": "версия создана: ",
244-
"modified": "изменено:",
245-
"on": " ",
246-
"byCreated": "<%=createdBy%>",
247-
"byModified": "<%=modifiedBy%>"
242+
"createdLabel": "создано: <%=createdBy%> <%=createdDate%>",
243+
"modifiedLabel": "изменено: <%=modifiedBy%> <%=modifiedDate%>"
248244
},
249245
"windowedCriteria": {
250246
"windowedCriteriaText_1": "где",

src/main/resources/i18n/messages_zh.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,8 @@
213213
},
214214
"components": {
215215
"authorship": {
216-
"created": "被创造",
217-
"versionCreated": "version created",
218-
"modified": "修改的",
219-
"on": "基于/在",
220-
"byCreated": "由 <%=createdBy%>创建",
221-
"byModified": "由 <%=modifiedBy%>修改"
216+
"createdLabel": "被创造 由 <%=createdBy%>创建 基于/在 <%=createdDate%>",
217+
"modifiedLabel": "修改的 由 <%=modifiedBy%>修改 基于/在 <%=modifiedDate%>"
222218
},
223219
"accessDenied": {
224220
"forbidden": {

0 commit comments

Comments
 (0)