logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 91534172027a587c7cab2cd3bedc51c1e24905ef
parent c7a16bdfe2cebe51c232ae3fe3101d35c4f877a2
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 22 Mar 2023 12:48:21 +0200

localization strings

Diffstat:

Msrc/i18n/en.json8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/i18n/en.json b/src/i18n/en.json @@ -830,7 +830,13 @@ "title": "Version", "backend_version": "Backend version", "frontend_version": "Frontend version" - } + }, + "commit_value": "Save", + "commit_value_tooltip": "Value is not saved, press this button to commit your changes", + "reset_value": "Reset", + "reset_value_tooltip": "Reset draft", + "hard_reset_value": "Hard reset", + "hard_reset_value_tooltip": "Remove setting from storage, forcing use of default value" }, "admin_dash": { "window_title": "Administration",