Spaces:
Running
Running
Update src/lib/libraries/tag-messages.js
Browse files
src/lib/libraries/tag-messages.js
CHANGED
@@ -47,7 +47,7 @@ export default defineMessages({
|
|
47 |
id: 'gui.libraryTags.loops'
|
48 |
},
|
49 |
themes: {
|
50 |
-
defaultMessage: '
|
51 |
description: 'Tag for filtering a library for Themes',
|
52 |
id: 'gui.libraryTags.themes'
|
53 |
},
|
@@ -107,37 +107,37 @@ export default defineMessages({
|
|
107 |
id: 'gui.libraryTags.wacky'
|
108 |
},
|
109 |
animation: {
|
110 |
-
defaultMessage: '
|
111 |
description: 'Tag for filtering a library for animation',
|
112 |
id: 'gui.libraryTags.animation'
|
113 |
},
|
114 |
art: {
|
115 |
-
defaultMessage: '
|
116 |
description: 'Tag for filtering a library for art',
|
117 |
id: 'gui.libraryTags.art'
|
118 |
},
|
119 |
games: {
|
120 |
-
defaultMessage: '
|
121 |
description: 'Tag for filtering a library for games',
|
122 |
id: 'gui.libraryTags.games'
|
123 |
},
|
124 |
stories: {
|
125 |
-
defaultMessage: '
|
126 |
description: 'Tag for filtering a library for stories',
|
127 |
id: 'gui.libraryTags.stories'
|
128 |
},
|
129 |
letters: {
|
130 |
-
defaultMessage: '
|
131 |
description: 'Tag for filtering a library for letters',
|
132 |
id: 'gui.libraryTags.letters'
|
133 |
},
|
134 |
swords: {
|
135 |
-
defaultMessage: '
|
136 |
description: 'Tag for filtering a library for swords',
|
137 |
id: 'gui.libraryTags.swords'
|
138 |
},
|
139 |
guns: {
|
140 |
-
defaultMessage: '
|
141 |
description: 'Tag for filtering a library for guns',
|
142 |
id: 'gui.libraryTags.guns'
|
143 |
},
|
@@ -157,72 +157,72 @@ export default defineMessages({
|
|
157 |
id: 'gui.libraryTags.turbowarp'
|
158 |
},
|
159 |
programminglanguage: {
|
160 |
-
defaultMessage: '
|
161 |
description: 'Tag for filtering a library by programminglanguage',
|
162 |
id: 'gui.libraryTags.programminglanguage'
|
163 |
},
|
164 |
categoryexpansion: {
|
165 |
-
defaultMessage: '
|
166 |
description: 'Tag for filtering a library by categoryexpansion',
|
167 |
id: 'gui.libraryTags.categoryexpansion'
|
168 |
},
|
169 |
ui: {
|
170 |
-
defaultMessage: '
|
171 |
description: 'Tag for filtering a library by UI/Menu',
|
172 |
id: 'gui.libraryTags.ui'
|
173 |
},
|
174 |
footsteps: {
|
175 |
-
defaultMessage: '
|
176 |
description: 'Tag for filtering a library by footsteps',
|
177 |
id: 'gui.libraryTags.footsteps'
|
178 |
},
|
179 |
custom: {
|
180 |
-
defaultMessage: '
|
181 |
description: 'Tag for filtering a library by custom. Usually this is a custom button, not an actual tag',
|
182 |
id: 'gui.libraryTags.custom'
|
183 |
},
|
184 |
customextension: {
|
185 |
-
defaultMessage: '
|
186 |
description: 'Button that loads a custom extension.',
|
187 |
id: 'gui.libraryTags.customextension'
|
188 |
},
|
189 |
hardware: {
|
190 |
-
defaultMessage: '
|
191 |
description: 'Tag for filtering a library by hardware.',
|
192 |
id: 'gui.libraryTags.hardware'
|
193 |
},
|
194 |
library: {
|
195 |
-
defaultMessage: '
|
196 |
description: 'Tag for filtering a library by extension collections.',
|
197 |
id: 'gui.libraryTags.library'
|
198 |
},
|
199 |
extcreate: {
|
200 |
-
defaultMessage: '
|
201 |
description: 'Tag for finding all extension creator programs / website',
|
202 |
id: 'gui.libraryTags.extcreate'
|
203 |
},
|
204 |
datamgmt: {
|
205 |
-
defaultMessage: '
|
206 |
description: 'Tag for filtering a library by data management',
|
207 |
id: 'gui.libraryTags.datamgmt'
|
208 |
},
|
209 |
graphics: {
|
210 |
-
defaultMessage: '
|
211 |
description: 'Tag for filtering a library by graphics.',
|
212 |
id: 'gui.libraryTags.graphics'
|
213 |
},
|
214 |
noisemaker: {
|
215 |
-
defaultMessage: '
|
216 |
description: 'Tag for filtering a library by their relation to sound.',
|
217 |
id: 'gui.libraryTags.noisemaker'
|
218 |
},
|
219 |
metal: {
|
220 |
-
defaultMessage: '
|
221 |
description: 'Tag for filtering a library by metal sounds.',
|
222 |
id: 'gui.libraryTags.metal'
|
223 |
},
|
224 |
monsters: {
|
225 |
-
defaultMessage: '
|
226 |
description: 'Tag for filtering a library by monster sounds.',
|
227 |
id: 'gui.libraryTags.monster'
|
228 |
},
|
|
|
47 |
id: 'gui.libraryTags.loops'
|
48 |
},
|
49 |
themes: {
|
50 |
+
defaultMessage: 'テーマ',
|
51 |
description: 'Tag for filtering a library for Themes',
|
52 |
id: 'gui.libraryTags.themes'
|
53 |
},
|
|
|
107 |
id: 'gui.libraryTags.wacky'
|
108 |
},
|
109 |
animation: {
|
110 |
+
defaultMessage: 'アニメーション',
|
111 |
description: 'Tag for filtering a library for animation',
|
112 |
id: 'gui.libraryTags.animation'
|
113 |
},
|
114 |
art: {
|
115 |
+
defaultMessage: 'アート',
|
116 |
description: 'Tag for filtering a library for art',
|
117 |
id: 'gui.libraryTags.art'
|
118 |
},
|
119 |
games: {
|
120 |
+
defaultMessage: 'ゲーム',
|
121 |
description: 'Tag for filtering a library for games',
|
122 |
id: 'gui.libraryTags.games'
|
123 |
},
|
124 |
stories: {
|
125 |
+
defaultMessage: '物語',
|
126 |
description: 'Tag for filtering a library for stories',
|
127 |
id: 'gui.libraryTags.stories'
|
128 |
},
|
129 |
letters: {
|
130 |
+
defaultMessage: '文字',
|
131 |
description: 'Tag for filtering a library for letters',
|
132 |
id: 'gui.libraryTags.letters'
|
133 |
},
|
134 |
swords: {
|
135 |
+
defaultMessage: '剣',
|
136 |
description: 'Tag for filtering a library for swords',
|
137 |
id: 'gui.libraryTags.swords'
|
138 |
},
|
139 |
guns: {
|
140 |
+
defaultMessage: '銃',
|
141 |
description: 'Tag for filtering a library for guns',
|
142 |
id: 'gui.libraryTags.guns'
|
143 |
},
|
|
|
157 |
id: 'gui.libraryTags.turbowarp'
|
158 |
},
|
159 |
programminglanguage: {
|
160 |
+
defaultMessage: 'プログラミング言語',
|
161 |
description: 'Tag for filtering a library by programminglanguage',
|
162 |
id: 'gui.libraryTags.programminglanguage'
|
163 |
},
|
164 |
categoryexpansion: {
|
165 |
+
defaultMessage: 'カテゴリーの拡張(かくちょう)',
|
166 |
description: 'Tag for filtering a library by categoryexpansion',
|
167 |
id: 'gui.libraryTags.categoryexpansion'
|
168 |
},
|
169 |
ui: {
|
170 |
+
defaultMessage: 'メニュー',
|
171 |
description: 'Tag for filtering a library by UI/Menu',
|
172 |
id: 'gui.libraryTags.ui'
|
173 |
},
|
174 |
footsteps: {
|
175 |
+
defaultMessage: '足音',
|
176 |
description: 'Tag for filtering a library by footsteps',
|
177 |
id: 'gui.libraryTags.footsteps'
|
178 |
},
|
179 |
custom: {
|
180 |
+
defaultMessage: 'カスタム',
|
181 |
description: 'Tag for filtering a library by custom. Usually this is a custom button, not an actual tag',
|
182 |
id: 'gui.libraryTags.custom'
|
183 |
},
|
184 |
customextension: {
|
185 |
+
defaultMessage: 'カスタム拡張機能(かくちょうきのう)',
|
186 |
description: 'Button that loads a custom extension.',
|
187 |
id: 'gui.libraryTags.customextension'
|
188 |
},
|
189 |
hardware: {
|
190 |
+
defaultMessage: 'ハードウェア',
|
191 |
description: 'Tag for filtering a library by hardware.',
|
192 |
id: 'gui.libraryTags.hardware'
|
193 |
},
|
194 |
library: {
|
195 |
+
defaultMessage: 'コレクション',
|
196 |
description: 'Tag for filtering a library by extension collections.',
|
197 |
id: 'gui.libraryTags.library'
|
198 |
},
|
199 |
extcreate: {
|
200 |
+
defaultMessage: '拡張機能製作者(かくちょうきのうのせいさくしゃ)',
|
201 |
description: 'Tag for finding all extension creator programs / website',
|
202 |
id: 'gui.libraryTags.extcreate'
|
203 |
},
|
204 |
datamgmt: {
|
205 |
+
defaultMessage: 'データ管理',
|
206 |
description: 'Tag for filtering a library by data management',
|
207 |
id: 'gui.libraryTags.datamgmt'
|
208 |
},
|
209 |
graphics: {
|
210 |
+
defaultMessage: 'イラスト',
|
211 |
description: 'Tag for filtering a library by graphics.',
|
212 |
id: 'gui.libraryTags.graphics'
|
213 |
},
|
214 |
noisemaker: {
|
215 |
+
defaultMessage: '音',
|
216 |
description: 'Tag for filtering a library by their relation to sound.',
|
217 |
id: 'gui.libraryTags.noisemaker'
|
218 |
},
|
219 |
metal: {
|
220 |
+
defaultMessage: '金属',
|
221 |
description: 'Tag for filtering a library by metal sounds.',
|
222 |
id: 'gui.libraryTags.metal'
|
223 |
},
|
224 |
monsters: {
|
225 |
+
defaultMessage: 'モンスター',
|
226 |
description: 'Tag for filtering a library by monster sounds.',
|
227 |
id: 'gui.libraryTags.monster'
|
228 |
},
|