From c74a2725cbd39dd9dc6d9cfc00a761598257899c Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:10:33 +0200 Subject: [PATCH] New translations page-appearance.json (Swedish) --- .../customization/page-appearance.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 public/locales/sv/settings/customization/page-appearance.json diff --git a/public/locales/sv/settings/customization/page-appearance.json b/public/locales/sv/settings/customization/page-appearance.json new file mode 100644 index 000000000..051c11d86 --- /dev/null +++ b/public/locales/sv/settings/customization/page-appearance.json @@ -0,0 +1,21 @@ +{ + "pageTitle": { + "label": "Page Title", + "placeholder": "Homarr 🦞" + }, + "logo": { + "label": "Logo", + "placeholder": "/img/logo.png" + }, + "favicon": { + "label": "Favicon", + "placeholder": "/favicon.png" + }, + "background": { + "label": "Background", + "placeholder": "/img/background.png" + }, + "buttons": { + "submit": "Submit" + } +} \ No newline at end of file