aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/messages.js
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2018-08-20 00:03:35 +0000
committerkaniini <nenolod@gmail.com>2018-08-20 00:03:35 +0000
commit9982376f9a316a5e4224ea44c7392b272f5549d1 (patch)
treef966aa0c653014bda62ac76ea521cc7aa8aeab61 /src/i18n/messages.js
parent65dfceae59de8c0a8d79168f345d16942695c573 (diff)
parent2a87e29180641621301a9e04bc2f493e01f4ca33 (diff)
Merge branch 'feature/theme-export-import' into 'develop'
Theme import & export Closes #119 See merge request pleroma/pleroma-fe!290
Diffstat (limited to 'src/i18n/messages.js')
-rw-r--r--src/i18n/messages.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index 99382364..32d886fa 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -48,6 +48,9 @@ const de = {
settings: 'Einstellungen',
theme: 'Farbschema',
presets: 'Voreinstellungen',
+ export_theme: 'Aktuelles Theme exportieren',
+ import_theme: 'Gespeichertes Theme laden',
+ invalid_theme_imported: 'Die ausgewählte Datei ist kein unterstütztes Pleroma-Theme. Keine Änderungen wurden vorgenommen.',
theme_help: 'Benutze HTML Farbcodes (#rrggbb) um dein Farbschema anzupassen',
radii_help: 'Kantenrundung (in Pixel) der Oberfläche anpassen',
background: 'Hintergrund',
@@ -288,7 +291,10 @@ const en = {
settings: 'Settings',
theme: 'Theme',
presets: 'Presets',
+ export_theme: 'Export current theme',
+ import_theme: 'Load saved theme',
theme_help: 'Use hex color codes (#rrggbb) to customize your color theme.',
+ invalid_theme_imported: 'The selected file is not a supported Pleroma theme. No changes to your theme were made.',
radii_help: 'Set up interface edge rounding (in pixels)',
background: 'Background',
foreground: 'Foreground',