type Dictionary = {
  pages: {
    languages: {
      spanish: string;
      english: string;
    };
    general: {
      account: string;
      active: string;
      cancel: string;
      change: string;
      close: string;
      confirm: string;
      connected: string;
      contact_us: string;
      create: string;
      delete: string;
      disconnected: string;
      download: string;
      edit: string;
      files: string;
      forgot_password: string;
      inactive: string;
      loading: string;
      need_support: string;
      note: string;
      open: string;
      open_link: string;
      project: string;
      rename: string;
      save: string;
      select: string;
      send: string;
      set: string;
      sign_in: string;
      sign_out: string;
      settings: string;
      update: string;
      upload: string;
      waiting: string;
      view: string;
      view_files: string;
      error: {
        403: string;
      };
      navigation: {
        dashboard: string;
        downloads: string;
        files: string;
        massive: string;
        projects: string;
        settings: string;
        users: string;
        versions: string;
      };
    };
    auth: {
      login: {
        form: {
          privacy: string;
          subtitle: string;
          terms: string;
          title: string;
          fields: {
            user: {
              description: string;
              label: string;
              placeholder: string;
              errors: {
                required: string;
              };
            };
            password: {
              label: string;
              errors: {
                required: string;
              };
            };
          };
        };
      };
    };
    dashboard: {
      downloads: {
        all: string;
        click_to_copy: string;
        clipboard: string;
        error_fetching: string;
        last_link: string;
        no_links_founds: string;
        title: string;
        table: {
          header: {
            created_at: string;
            title: string;
            user: string;
            updated_at: string;
          };
        };
      };
      guides: {
        title: string;
      };
      releases: {
        all_releases: string;
        error_fetching: string;
        last_version: string;
        no_releases_found: string;
        title: string;
      };
      resume: {
        attempt_fetch_data: string;
        total: string;
        active: string;
        inactive: string;
      };
    };
    downloads: {
      form: {
        fields: {
          download_link_title: {
            errors: {
              required: string;
            };
          };
          download_link_file: {
            errors: {
              required: string;
            };
          };
        };
      };
    };
    project_list: {
      form: {
        subtitle: string;
        title: string;
        fields: {
          is_ready: {
            label: string;
          };
          project_file: {
            label: string;
            errors: {
              required: string;
              type_file: string;
              zip_file: string;
            };
          };
          project_name: {
            label: string;
            errors: {
              alphanumeric: string;
              max_length: string;
              min_length: string;
              required: string;
            };
          };
        };
        side_card: {
          title: string;
          point_1: string;
          point_2: string;
        };
      };
      table: {
        search: {
          placeholder: string;
        };
        head: {
          email: {
            title: string;
          };
          name: {
            title: string;
          };
          redirect: {
            title: string;
            tooltip: string;
          };
          status: {
            title: string;
            tooltip: string;
          };
          waiting: {
            title: string;
            tooltip: string;
          };
        };
        navigation: {
          page: string;
          rows_per_page: string;
          go_to_first: string;
          go_to_last: string;
          go_to_previous: string;
          go_to_next: string;
        };
        data: {
          attached_email: string;
          note: string;
          loading: string;
          error: string;
          no_result: string;
        };
      };
    };
    project_files: {
      download: {
        tooltip: string;
      };
      editor: {
        default: string;
      };
      notes: {
        close_note: string;
        closed_notes: string;
        fetch_closed_notes: string;
        loading_closed: string;
        no_closed_notes_found: string;
        open_notes: string;
      };
      forms: {
        fields: {
          files: {
            errors: {
              min_length: string;
            };
          };
        };
        rename_file: {
          title: string;
        };
        upload_files: {
          title: string;
          subtitle: string;
          overwrite: string;
        };
      };
      table: {
        head: {
          name: string;
          size: string;
          type: string;
        };
        columns: {
          no_files: string;
        };
      };
    };
    settings: {
      general: {
        title: string;
      };
      language: {
        title: string;
      };
      account: {
        user: {
          email: string;
          name: string;
          name_not_set: string;
          update_name: string;
          update_password: string;
        };
        form: {
          title: string;
          send: string;
          fields: {
            code: {
              label: string;
              errors: {
                length: string;
              };
            };
            new_password: {
              label: string;
              errors: {
                required: string;
                max_length: string;
              };
            };
            password: {
              label: string;
              errors: {
                required: string;
              };
            };
            rep_password: {
              label: string;
              errors: {
                required: string;
              };
            };
            user: {
              label: string;
            };
          };
        };
      };
    };
    users: {
      form: {
        new: {
          permissions: string;
          subtitle: string;
          title: string;
          fields: {
            name: {
              label: string;
              errors: {
                alphanumeric: string;
                max_length: string;
                min_length: string;
                required: string;
              };
            };
            email: {
              label: string;
              errors: {
                required: string;
              };
            };
            permissions: {
              label: string;
              errors: {
                required: string;
              };
            };
          };
        };
      };
      table: {
        header: {
          created_at: string;
          email: string;
          updated_at: string;
          user: string;
        };
        cells: {
          reset: string;
          delete: string;
        };
      };
    };
  };
  components: {
    confirm_box: {
      default_title: string;
      default_text: string;
    };
    form_builder: {
      drop_here: string;
      icon: string;
      select_files: string;
    };
  };
  alerts: {
    general: {
      connection_fail: string;
      error_uploading: string;
      redirecting: string;
      type_not_allowed: string;
      unexpected_error: string;
      upload_files: string;
    };
    change_password: {
      loading: {
        confirm_account: string;
        send_code: string;
        change: string;
      };
      success: {
        is_valid: string;
        send_code: string;
        change: string;
      };
      error: {
        code_expired: string;
        code_not_match: string;
        no_change: string;
        send_credential: string;
        send_code: string;
        pass_not_match: string;
        user_not_found: string;
      };
    };
    confirm_project_change: {
      loading: string;
      success: string;
      error: string;
    };
    create_download_link: {
      loading: string;
      success: string;
      error_cant_create: string;
    };
    create_profile: {
      loading: string;
      success: string;
      success_item: string;
      error: string;
      error_item: string;
      error_not_available: string;
    };
    create_subdomain: {
      error: string;
      name_exists: string;
      cant_insert_note: string;
      success: string;
      success_with_email: string;
      success_no_sql: string;
    };
    delete_file: {
      loading: string;
      success: string;
      error: string;
    };
    delete_project: {
      loading: string;
      success: string;
      error: string;
    };
    delete_user: {
      loading: string;
      loading_many: string;
      success: string;
      error: string;
    };
    download_files: {
      loading: string;
      success: string;
    };
    fetch_project: {
      error: {
        not_found: string;
      };
    };
    fetch_subdomain_files: {
      error: {
        file_list: string;
        get_subdirectories: string;
      };
    };
    fetch_subdomain_info: {
      error: string;
    };
    fetch_versions: {
      success: string;
      error: string;
    };
    login: {
      loading: string;
      success: string;
      error: string;
    };
    log_out: {
      loading: string;
      success: string;
      error: string;
    };
    make_project_download_link: {
      loading: string;
      success: string;
      error: string;
    };
    massive_upload: {
      loading: string;
      success_description: string;
      type_file_not_allowed: string;
      notification_end: string;
    };
    remove_download_link: {
      loading: string;
      success: string;
    };
    rename_file: {
      loading: string;
      success: string;
      error: string;
    };
    reset_password: {
      loading: string;
      success: string;
      error: string;
    };
    save_file: {
      loading: string;
      success: string;
      error: string;
    };
    send_to_platform: {
      loading: string;
      success: string;
      error: string;
    };
    toggle_project_status: {
      loading: string;
      success: string;
      success_important: string;
      error: string;
    };
    toggle_project_https: {
      loading: string;
      success: string;
      error: string;
    };
    upload_files: {
      loading: string;
      success: string;
      error: string;
    };
    upload_project: {
      loading: string;
      success: string;
      success_description: string;
      some_error: string;
      fields_empty: {
        title: string;
        description: string;
      };
      some_fields_invalid: {
        title: string;
      };
      file_size: {
        title: string;
        description: string;
      };
    };
    user: {
      error: {
        no_valid: string;
      };
    };
    view_file: {
      loading: string;
      success: string;
      error: string;
      not_supported: string;
    };
  };
};
