diff options
| author | Henry Jameson <me@hjkos.com> | 2024-09-16 02:34:02 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-09-17 22:57:39 +0300 |
| commit | 00df9c9c32832feea80d6cd6d66c69fabacfab42 (patch) | |
| tree | 7458d910a8493cf0409512e392f287837b0878fa /src/i18n | |
| parent | 8ee51229090ba323ceacf2cb8c6b50f2b1309560 (diff) | |
initial splashscreen implementation
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 3f7ea282..d30b07ef 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1401,5 +1401,16 @@ }, "unicode_domain_indicator": { "tooltip": "This domain contains non-ascii characters." + }, + "splash": { + "loading": "Loading...", + "theme": "Applying theme, please wait warmly...", + "instance": "Getting instance info...", + "splines": "Reticulating splines...", + "almost": "Almost there!", + "fun_1": "Drink more water!", + "fun_2": "Take it easy!", + "fun_3": "Suya..", + "fun_4": "#cofe", } } |
