From 18eb6998a260e9a5d85fc66216c03331154c238b Mon Sep 17 00:00:00 2001 From: nizune <9-nizune@users.noreply.gitlab.insrt.uk> Date: Mon, 5 Apr 2021 13:55:24 +0200 Subject: [PATCH] Fixed translation errors --- en.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/en.json b/en.json index 4f3bfcd..b7c64c0 100644 --- a/en.json +++ b/en.json @@ -105,18 +105,27 @@ }, "sessions": { "title": "Sessions", + "active_sessions": "Active Sessions", "this_device": "This Device", "created": "Created {{time_ago}}" }, "appearance": { "title": "Appearance", + "theme": "Theme", + "color": { + "light": "light", + "dark": "dark" + }, + "message_display": "Message Display", "overrides": "Theme Overrides", "reset_overrides": "Reset overrides", "export_clipboard": "Export to clipboard", "import_clipboard": "Import from clipboard", "import_manual": "Import manually", "import_theme": "Import theme from string", - "theme_data": "Theme Data" + "theme_data": "Theme Data", + "custom_css": "Advanced — Custom CSS", + "sync": "Sync Options" }, "notifications": { "title": "Notifications", @@ -132,7 +141,8 @@ } }, "language": { - "title": "Language" + "title": "Language", + "select": "Select language" }, "donate": { "title": "Donate" -- GitLab