Fix incorrect save button locale in user editor
The save button in UserEditorView.axaml was using the
UserProfilesSetProfileImage locale key, which does not
match the intended action of the button.
This resulted in an incorrect or misleading label depending
on the active language.
This MR:
- Replaces the locale binding with
UserProfilesSave - Adds the missing
UserProfilesSaveentry toRoot.json - Provides translations for all supported languages
The change is limited strictly to localization and does not
affect functionality.
Reproduction Steps (Before Fix)
- Open the User Profiles
- Create User
- Observe the label of the Save button
- The text does not correctly reflect the save action