-
Notifications
You must be signed in to change notification settings - Fork 9
/
locales.js
74 lines (74 loc) · 3.3 KB
/
locales.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
export default {
en: {
translation: {
'language-name': 'English',
'example': 'Example',
'usage': 'Usage',
'title': 'Hydra functions',
'intro': `There are five types of functions in <a href="{{hydra}}" {{att}}>hydra</a>: source, geometry, color, blend, and modulate.
Click on a function below to show its usage. (For more detailed documentation, see the <a href="{{hydra}}" {{att}}>hydra website</a>,
<a href="{{gettingStarted}}" {{att}}>getting started tutorial</a> or <a href="{{hydraBook}}" {{att}}>Hydra Book</a>.)`,
'editor-info': 'Directly edit the code and press "▶" button or "ctrl+enter" to run it!',
'src': 'Source',
'coord': 'Geometry',
'color': 'Color',
'combine': 'Blend',
'combineCoord': 'Modulate',
'ext': 'External Sources',
'settings': 'Synth Settings',
'array': 'Array',
'audio': 'Audio',
'run': 'run',
'reset': 'reset',
'openin': 'open in editor',
}
},
es: {
translation: {
'language-name': 'Español',
'example': 'Ejemplo',
'usage': 'Uso',
'title': 'Funciones de hydra',
'intro': `Hay 5 tipos de funciones en <a href="{{hydra}}" {{att}}>hydra</a>: señales generadoras (sources), de geometría, de color, de fusión, y de modulación.
Haz click en cualquier función aquí abajo para ver su uso. (Para una documentación más detallada, puedes ver <a href="{{hydra}}" {{att}}>la página web de hydra</a>,
<a href="{{gettingStarted}}" {{att}}>primeros pasos</a> o <a href="{{hydraBook}}" {{att}}>el Hydra Book</a>.)`,
'editor-info': 'Edita el código y presiona el botón "▶" o usa "ctrl+enter" para ejecutarlo!',
'src': 'Source',
'coord': 'Geometría',
'color': 'Color',
'combine': 'Fusión',
'combineCoord': 'Modulación',
'ext': 'Fuentes externas',
'settings': 'Ajustes del sintetizador',
'array': 'Array',
'audio': 'Audio',
'run': 'ejecutar',
'reset': 'reset',
'openin': 'abrir en el editor',
}
},
ja: {
translation: {
'language-name': '日本語',
'example': 'サンプル',
'usage': '使い方',
'title': 'Hydra 関数',
'intro': `<a href="{{hydra}}" {{att}}> hydra</a> にはソース (source)、ジオメトリ (geometry)、カラー (color)、ブレンド (blend)、モジュレート (modulate) の五つのタイプの関数があります。
使い方を表示するには下の関数一覧をクリックしてください。(詳細は<a href="{{hydra}}" {{att}}>hydra ウェブサイト</a>、
<a href="{{gettingStarted}}" {{att}}>チュートリアル</a>、<a href="{{hydraBook}}" {{att}}>Hydra Book</a> を参照してください)`,
'editor-info': '直接コードを編集して、「▶」ボタンか "ctrl+enter" を押せばコードを実行できます!',
'src': 'ソース (Source)',
'coord': 'ジオメトリ (Geometry)',
'color': 'カラー (Color)',
'combine': 'ブレンド (Blend)',
'combineCoord': 'モジュレート (Modulate)',
'ext': '外部入力',
'settings': 'シンセ設定',
'array': '配列',
'audio': 'オーディオ',
'run': '実行',
'reset': 'リセット',
'openin': '外部エディタを開く',
}
}
}