aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS.md5
-rw-r--r--src/i18n/messages.js10
-rw-r--r--static/aurora_borealis.jpgbin0 -> 642707 bytes
-rw-r--r--static/bg2.jpg (renamed from static/bg.jpg)bin229574 -> 229574 bytes
-rw-r--r--static/config.json2
5 files changed, 11 insertions, 6 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 1bfe3179..3673b8b7 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -4,6 +4,7 @@ Contributors of this project.
- Coco Snuss (cocosnuss@social.heldscal.la): Code
- wakarimasen (wakarimasen@shitposter.club): NSFW hiding image
- dtluna (dtluna@social.heldscal.la): Code
-- sonyam (sonyam@social.heldscal.la): Default background image
+- sonyam (sonyam@social.heldscal.la): Background images
- hakui (hakui@freezepeach.xyz): CSS and styling
-- shpuld (shpuld@shitposter.club): CSS and styling \ No newline at end of file
+- shpuld (shpuld@shitposter.club): CSS and styling
+- Vincent Guth (https://unsplash.com/photos/XrwVIFy6rTw): Background images.
diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index a2ce3dff..2a465794 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -20,7 +20,8 @@ const de = {
muted: 'Stummgeschaltet',
followers: 'Folgende',
followees: 'Folgt',
- per_day: 'pro Tag'
+ per_day: 'pro Tag',
+ remote_follow: 'Remote Follow'
},
timeline: {
show_new: 'Zeige Neuere',
@@ -53,9 +54,9 @@ const de = {
filtering: 'Filter',
filtering_explanation: 'Alle Beiträge die diese Wörter enthalten werden ausgeblendet. Ein Wort pro Zeile.',
attachments: 'Anhänge',
- hide_attachments_in_tl: 'Anhänge in der Timeline ausblenden',
+ hide_attachments_in_tl: 'Anhänge in der Zeitleiste ausblenden',
hide_attachments_in_convo: 'Anhänge in Unterhaltungen ausblenden',
- nsfw_clickthrough: 'Aktiviere ausblendbares Overlay für als NSFW markierte Anhänge',
+ nsfw_clickthrough: 'Aktiviere ausblendbares Overlay für Anhänge, die als NSFW markiert sind',
autoload: 'Aktiviere automatisches Laden von älteren Beiträgen beim scrollen',
streaming: 'Aktiviere automatisches Laden (Streaming) von neuen Beiträgen',
reply_link_preview: 'Aktiviere reply-link Vorschau bei Maus-Hover',
@@ -94,6 +95,9 @@ const de = {
general: {
submit: 'Absenden',
apply: 'Anwenden'
+ },
+ user_profile: {
+ timeline_title: 'Beiträge'
}
}
diff --git a/static/aurora_borealis.jpg b/static/aurora_borealis.jpg
new file mode 100644
index 00000000..b6a0daf9
--- /dev/null
+++ b/static/aurora_borealis.jpg
Binary files differ
diff --git a/static/bg.jpg b/static/bg2.jpg
index 60e2311a..60e2311a 100644
--- a/static/bg.jpg
+++ b/static/bg2.jpg
Binary files differ
diff --git a/static/config.json b/static/config.json
index 6c9c27da..9863ec02 100644
--- a/static/config.json
+++ b/static/config.json
@@ -1,6 +1,6 @@
{
"theme": "pleroma-dark",
- "background": "/static/bg.jpg",
+ "background": "/static/aurora_borealis.jpg",
"logo": "/static/logo.png",
"defaultPath": "/main/all",
"chatDisabled": false,