web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

notification.json (1582B)


      1 {
      2     "backup": {
      3         "import_success": "The application backup has been successfully imported."
      4     },
      5     "configuration": {
      6         "backup_file_invalid": "Not a valid backup file.",
      7         "backup_file_valid": "The backup file is valid (version: {{backup_version}}).",
      8         "clear_prior_session": "Clear the prior session?",
      9         "import_description": "Choose a JSON export created by this app to restore configuration, nostr keys, and database information.",
     10         "prior_session_pending": "Restoring a prior session is not available yet."
     11     },
     12     "device": {
     13         "reset": "You are about to reset this device, which will erase all data including keys, profiles, and personal files",
     14         "reset_complete": "The device has been reset"
     15     },
     16     "init": {
     17         "greeting_header": "Welcome to Radroots!",
     18         "greeting_subheader": "Your device will be configured by the setup wizard",
     19         "no_profile_option": "Your profile will be created without a name. You can change this later in Settings > Profile",
     20         "on_complete": "Success. Your device was configured. To view or change your configuration go to Settings > Profile",
     21         "on_first_load": "Notifications are enabled"
     22     },
     23     "profile": {
     24         "handle_back_with_selected_photo": "Do you want to use this photo or keep your existing one?",
     25         "handle_back_with_selected_photo_no_existing": "Do you want to use this photo or leave the page?",
     26         "update_name_confirmation": "Updating your username will result in public links on your profile being updated"
     27     }
     28 }