diff options
| author | shpuld <shp@cock.li> | 2017-11-18 13:13:51 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-18 13:13:51 +0200 |
| commit | d65d6e5da4c3be16791564910ea5461f4049e890 (patch) | |
| tree | 631fbc6803e1c40627f86e535020957fefd8c16e /src/i18n/messages.js | |
| parent | 21b31cf599e3dd619694ca7b6b998494b18af770 (diff) | |
Clean up, use translations, persist theme, add more presets.
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 2b828f18..697eb659 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -122,6 +122,12 @@ const fi = { set_new_profile_background: 'Aseta uusi taustakuva', settings: 'Asetukset', theme: 'Teema', + presets: 'Valmiit teemat', + theme_help: 'Käytä heksadesimaalivärejä muokataksesi väriteemaasi.', + background: 'Tausta', + foreground: 'Korostus', + text: 'Teksti', + links: 'Linkit', filtering: 'Suodatus', filtering_explanation: 'Kaikki viestit, jotka sisältävät näitä sanoja, suodatetaan. Yksi sana per rivi.', attachments: 'Liitteet', @@ -160,7 +166,8 @@ const fi = { error_fetching_user: 'Virhe hakiessa käyttäjää' }, general: { - submit: 'Lähetä' + submit: 'Lähetä', + apply: 'Aseta' } } @@ -206,6 +213,12 @@ const en = { set_new_profile_background: 'Set new profile background', settings: 'Settings', theme: 'Theme', + presets: 'Presets', + theme_help: 'Use hex color codes (#aabbcc) to customize your color theme.', + background: 'Background', + foreground: 'Foreground', + text: 'Text', + links: 'Links', filtering: 'Filtering', filtering_explanation: 'All statuses containing these words will be muted, one per line', attachments: 'Attachments', @@ -244,7 +257,8 @@ const en = { error_fetching_user: 'Error fetching user' }, general: { - submit: 'Submit' + submit: 'Submit', + apply: 'Apply' } } |
