Skip to content

Commit 5d9a0aa

Browse files
committed
Merge branch 'translate-QualifierMessage' into tmp-release2
2 parents 3947fa9 + d52374c commit 5d9a0aa

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

demo/i18n/ja/code.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,23 +108,23 @@
108108
"description": "The label for security scheme"
109109
},
110110
"theme.openapi.responseExamples.example": {
111-
"message": "",
111+
"message": ":",
112112
"description": "The label for example"
113113
},
114114
"theme.openapi.responseExamples.autoExample": {
115115
"message": "例(自動)",
116116
"description": "The label for auto-generated example"
117117
},
118118
"theme.openapi.body.exampleFromSchema": {
119-
"message": "スキーマから生成された例",
119+
"message": "例(スキーマから生成)",
120120
"description": "The label for example from schema"
121121
},
122122
"theme.openapi.statusCodes.responseHeaders": {
123123
"message": "レスポンスヘッダー",
124124
"description": "The label for response headers"
125125
},
126126
"theme.openapi.statusCodes.schemaTitle": {
127-
"message": "Schema",
127+
"message": "スキーマ",
128128
"description": "The title for schema section"
129129
},
130130
"theme.openapi.schema.noSchema": {
@@ -144,35 +144,35 @@
144144
"description": "The label for nullable schema item"
145145
},
146146
"theme.openapi.schemaItem.defaultValue": {
147-
"message": "デフォルト値",
147+
"message": "デフォルト値:",
148148
"description": "The label for default value"
149149
},
150150
"theme.openapi.schemaItem.example": {
151-
"message": "",
151+
"message": ":",
152152
"description": "The label for example"
153153
},
154154
"theme.openapi.schemaItem.examples": {
155-
"message": "",
155+
"message": ":",
156156
"description": "The label for examples"
157157
},
158158
"theme.openapi.schemaItem.description": {
159-
"message": "説明",
159+
"message": "説明:",
160160
"description": "The label for description"
161161
},
162162
"theme.openapi.schemaItem.constantValue": {
163-
"message": "定数値",
163+
"message": "定数値:",
164164
"description": "The label for constant value"
165165
},
166166
"theme.openapi.schemaItem.enumValue": {
167-
"message": "列挙値",
167+
"message": "列挙値:",
168168
"description": "The label for enum value"
169169
},
170170
"theme.openapi.schemaItem.enumDescription": {
171-
"message": "列挙値の説明",
171+
"message": "説明:",
172172
"description": "The label for enum description"
173173
},
174174
"theme.openapi.schemaItem.possibleValues": {
175-
"message": "使用可能な値",
175+
"message": "使用可能な値:",
176176
"description": "The label for possible values"
177177
},
178178
"theme.openapi.schemaItem.oneOf": {

0 commit comments

Comments
 (0)