|
108 | 108 | "description": "The label for security scheme" |
109 | 109 | }, |
110 | 110 | "theme.openapi.responseExamples.example": { |
111 | | - "message": "例", |
| 111 | + "message": "例:", |
112 | 112 | "description": "The label for example" |
113 | 113 | }, |
114 | 114 | "theme.openapi.responseExamples.autoExample": { |
115 | 115 | "message": "例(自動)", |
116 | 116 | "description": "The label for auto-generated example" |
117 | 117 | }, |
118 | 118 | "theme.openapi.body.exampleFromSchema": { |
119 | | - "message": "スキーマから生成された例", |
| 119 | + "message": "例(スキーマから生成)", |
120 | 120 | "description": "The label for example from schema" |
121 | 121 | }, |
122 | 122 | "theme.openapi.statusCodes.responseHeaders": { |
123 | 123 | "message": "レスポンスヘッダー", |
124 | 124 | "description": "The label for response headers" |
125 | 125 | }, |
126 | 126 | "theme.openapi.statusCodes.schemaTitle": { |
127 | | - "message": "Schema", |
| 127 | + "message": "スキーマ", |
128 | 128 | "description": "The title for schema section" |
129 | 129 | }, |
130 | 130 | "theme.openapi.schema.noSchema": { |
|
144 | 144 | "description": "The label for nullable schema item" |
145 | 145 | }, |
146 | 146 | "theme.openapi.schemaItem.defaultValue": { |
147 | | - "message": "デフォルト値", |
| 147 | + "message": "デフォルト値:", |
148 | 148 | "description": "The label for default value" |
149 | 149 | }, |
150 | 150 | "theme.openapi.schemaItem.example": { |
151 | | - "message": "例", |
| 151 | + "message": "例:", |
152 | 152 | "description": "The label for example" |
153 | 153 | }, |
154 | 154 | "theme.openapi.schemaItem.examples": { |
155 | | - "message": "例", |
| 155 | + "message": "例:", |
156 | 156 | "description": "The label for examples" |
157 | 157 | }, |
158 | 158 | "theme.openapi.schemaItem.description": { |
159 | | - "message": "説明", |
| 159 | + "message": "説明:", |
160 | 160 | "description": "The label for description" |
161 | 161 | }, |
162 | 162 | "theme.openapi.schemaItem.constantValue": { |
163 | | - "message": "定数値", |
| 163 | + "message": "定数値:", |
164 | 164 | "description": "The label for constant value" |
165 | 165 | }, |
166 | 166 | "theme.openapi.schemaItem.enumValue": { |
167 | | - "message": "列挙値", |
| 167 | + "message": "列挙値:", |
168 | 168 | "description": "The label for enum value" |
169 | 169 | }, |
170 | 170 | "theme.openapi.schemaItem.enumDescription": { |
171 | | - "message": "列挙値の説明", |
| 171 | + "message": "説明:", |
172 | 172 | "description": "The label for enum description" |
173 | 173 | }, |
174 | 174 | "theme.openapi.schemaItem.possibleValues": { |
175 | | - "message": "使用可能な値", |
| 175 | + "message": "使用可能な値:", |
176 | 176 | "description": "The label for possible values" |
177 | 177 | }, |
178 | 178 | "theme.openapi.schemaItem.oneOf": { |
|
0 commit comments