diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-29 19:46:24 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-29 19:46:24 +0100 |
| commit | 1eae3adac33a3299d6165e88f78336d4899618a3 (patch) | |
| tree | a34c3133e73d3d1f0b03780bc320f62f1d306823 /app/client/i18n/i18n.pyro.js | |
| parent | 8c1a9a05599c1e1b45992ab14fc391f89f34e63d (diff) | |
gray background on pyro
Diffstat (limited to 'app/client/i18n/i18n.pyro.js')
| -rw-r--r-- | app/client/i18n/i18n.pyro.js | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/app/client/i18n/i18n.pyro.js b/app/client/i18n/i18n.pyro.js new file mode 100644 index 0000000..f32343c --- /dev/null +++ b/app/client/i18n/i18n.pyro.js @@ -0,0 +1,104 @@ +export default { + language: 'pyro', + header: { + site_name: "political", + system: "random wrecking ball", + dashboard: "out of control buttons", + folders: "spam", + sequences: "YangGang offlimits sector", + checkpoints: "ideological filters", + results: "history", + uprez: "resolution", + live: "burning love", + pix2pixhd: "PYROMANCER", + pix2pix: "pyromancer lite", + pix2wav: "hierophant", + samplernn: "echo chamber", + morph: "time travel", + }, + gpu: { + idle: "Pyromancer is idle", + busy: "Pyromancer is working...", + start: "Start", + restart: "Restart", + stop: "Stop", + interrupt: "Interrupt", + not_processing: "Preparing", + processing: "Processing", + }, + system: { + + }, + pix2pixhd: { + live: { + network: { + title: "Mumbo Jumbo", + view_mode: "bollocks", + sequence: "mess", + checkpoint: "skew", + epoch: "reactionary regression", + }, + playback: { + title: "Divination", + position: "accelerationism", + playback_rate: "apocalypticism", + skip_frames: "emergent phenomena", + fade_sequence: "glossolalia", + frame_delay: "babble", + }, + record: { + save_frame: "PYROMANCER DISCOUNT", + save: "Save", + record_video: "PYROMANCER PREMIUM", + video_name: "Video name", + }, + transition: { + title: "Enlightenment", + period: "endarkenment", + min: "montecarlocasino", + max: "random stumble", + }, + recursion: { + title: "Proprietary button", + frac: "pay $5M to change this", + roll: "waste $5M", + axis: "When will I die?", + }, + sequence: { + title: "Political thermometer", + frac: "ignition", + process_frac: "wealth coeff.", + }, + transform: { + title: "Hate", + rotate: "0,14 factor", + scale: "Ariernachweis", + }, + clahe: { + title: "Loss function", + clip_limit: "sadness", + }, + posterize: { + title: "Depression", + spatial_window: "breakdown", + color_window: "burnout", + }, + blur: { + title: "Blur", + radius: "pressure", + sigma: "distortion", + }, + canny: { + title: "Future production", + lo: "conjuration", + hi: "self-fulfilling prophecy", + }, + hsl: { + title: "Generative future", + hue: "figure it out", + saturation: "make possibility appear", + luminosity: "glow", + } + } + } +} |
