ServerSetupStrings

data class ServerSetupStrings(val title: String = Localization.string("title_server_setup"), val next: String = Localization.string("next"), val connect: String = Localization.string("action_connect"), val setup: String = Localization.string("action_setup"), val backContentDescription: String = Localization.string("action_back"), val loadingConfiguration: String = Localization.string("splash_status_fetching"), val communicatingTitle: String = Localization.string("communicating_progress_title"), val communicatingSubtitle: String = Localization.string("communicating_progress_sub_title"), val errorTitle: String = Localization.string("error_title"), val ok: String = Localization.string("ok"), val cancel: String = Localization.string("cancel"), val connectLocalHostTitle: String = Localization.string("setup_localhost_url_title"), val connectLocalHostText: String = Localization.string("setup_localhost_url_text"), val sourceTitle: String = Localization.string("srv_step_1"), val configureTitle: String = Localization.string("srv_step_2"), val sourceSubtitle: String = "", val serverUrl: String = Localization.string("hint_server_url"), val apiKey: String = Localization.string("hint_server_horde_api_key"), val model: String = Localization.string("hint_hugging_face_model"), val authTitle: String = Localization.string("auth_title"), val anonymous: String = Localization.string("auth_anonymous"), val httpBasic: String = Localization.string("auth_http_basic"), val login: String = Localization.string("hint_login"), val password: String = Localization.string("hint_password"), val showPassword: String = Localization.string("action_show_password"), val hidePassword: String = Localization.string("action_hide_password"), val instructions: String = Localization.string("settings_item_instructions"), val demoMode: String = Localization.string("settings_item_demo"), val useDefaultHordeKey: String = Localization.string("hint_server_horde_use_default_api_key"), val hordeAbout: String = Localization.string("hint_server_horde_about"), val hordeGetKey: String = Localization.string("hint_server_horde_get_api_key"), val huggingFaceAbout: String = Localization.string("hint_hugging_face_about"), val openAiAbout: String = Localization.string("hint_open_ai_about"), val stabilityAbout: String = Localization.string("hint_stability_ai_about"), val automaticTitle: String = Localization.string("srv_type_own"), val automaticFormTitle: String = Localization.string("hint_server_setup_title"), val automaticSubtitle: String = Localization.string("hint_server_setup_sub_title"), val automaticHint: String = Localization.string("hint_args_warning"), val demoHint: String = Localization.string("hint_demo_mode"), val swarmTitle: String = Localization.string("srv_type_swarm_ui"), val swarmFormTitle: String = Localization.string("hint_swarm_ui_title"), val swarmSubtitle: String = Localization.string("hint_swarm_ui_sub_title"), val swarmHint: String = Localization.string("hint_args_swarm_ui_warning"), val automaticValidUrls: String = Localization.string("hint_valid_urls", "7860"), val swarmValidUrls: String = Localization.string("hint_valid_urls", "7801"), val hordeUsage: String = Localization.string("hint_server_horde_usage"), val hordeTitle: String = Localization.string("hint_server_horde_title"), val hordeSubtitle: String = Localization.string("hint_server_horde_sub_title"), val huggingFaceTitle: String = Localization.string("hint_hugging_face_title"), val huggingFaceSubtitle: String = Localization.string("hint_hugging_face_sub_title"), val openAiTitle: String = Localization.string("hint_open_ai_title"), val openAiSubtitle: String = Localization.string("hint_open_ai_sub_title"), val stabilityTitle: String = Localization.string("hint_stability_ai_title"), val stabilitySubtitle: String = Localization.string("hint_stability_ai_sub_title"), val localDiffusionTitle: String = Localization.string("hint_local_diffusion_title"), val localDiffusionSubtitle: String = Localization.string("hint_local_diffusion_sub_title"), val mediaPipeTitle: String = Localization.string("hint_mediapipe_title"), val mediaPipeSubtitle: String = Localization.string("hint_mediapipe_sub_title"), val localWarning: String = Localization.string("hint_local_diffusion_warning"), val localCustomSwitch: String = Localization.string("model_local_custom_switch"), val localPermissionHeader: String = Localization.string("model_local_permission_header"), val localPermissionTitle: String = Localization.string("model_local_permission_title"), val localPermissionButton: String = Localization.string("model_local_permission_button"), val localPathHeader: String = Localization.string("model_local_path_header"), val localPathTitle: String = Localization.string("model_local_path_title"), val localPathButton: String = Localization.string("model_local_path_button"), val localCustomTitle: String = Localization.string("model_local_custom_title"), val localCustomSubtitle: String = Localization.string("model_local_custom_sub_title"), val download: String = Localization.string("download"), val delete: String = Localization.string("delete"), val retry: String = Localization.string("retry"), val downloadFailed: String = Localization.string("error_download_fail"), val reset: String = Localization.string("action_reset"), val deleteLocalModelTitle: String = Localization.string("interaction_delete_local_model_title"))(source)

Carries ServerSetupStrings data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(title: String = Localization.string("title_server_setup"), next: String = Localization.string("next"), connect: String = Localization.string("action_connect"), setup: String = Localization.string("action_setup"), backContentDescription: String = Localization.string("action_back"), loadingConfiguration: String = Localization.string("splash_status_fetching"), communicatingTitle: String = Localization.string("communicating_progress_title"), communicatingSubtitle: String = Localization.string("communicating_progress_sub_title"), errorTitle: String = Localization.string("error_title"), ok: String = Localization.string("ok"), cancel: String = Localization.string("cancel"), connectLocalHostTitle: String = Localization.string("setup_localhost_url_title"), connectLocalHostText: String = Localization.string("setup_localhost_url_text"), sourceTitle: String = Localization.string("srv_step_1"), configureTitle: String = Localization.string("srv_step_2"), sourceSubtitle: String = "", serverUrl: String = Localization.string("hint_server_url"), apiKey: String = Localization.string("hint_server_horde_api_key"), model: String = Localization.string("hint_hugging_face_model"), authTitle: String = Localization.string("auth_title"), anonymous: String = Localization.string("auth_anonymous"), httpBasic: String = Localization.string("auth_http_basic"), login: String = Localization.string("hint_login"), password: String = Localization.string("hint_password"), showPassword: String = Localization.string("action_show_password"), hidePassword: String = Localization.string("action_hide_password"), instructions: String = Localization.string("settings_item_instructions"), demoMode: String = Localization.string("settings_item_demo"), useDefaultHordeKey: String = Localization.string("hint_server_horde_use_default_api_key"), hordeAbout: String = Localization.string("hint_server_horde_about"), hordeGetKey: String = Localization.string("hint_server_horde_get_api_key"), huggingFaceAbout: String = Localization.string("hint_hugging_face_about"), openAiAbout: String = Localization.string("hint_open_ai_about"), stabilityAbout: String = Localization.string("hint_stability_ai_about"), automaticTitle: String = Localization.string("srv_type_own"), automaticFormTitle: String = Localization.string("hint_server_setup_title"), automaticSubtitle: String = Localization.string("hint_server_setup_sub_title"), automaticHint: String = Localization.string("hint_args_warning"), demoHint: String = Localization.string("hint_demo_mode"), swarmTitle: String = Localization.string("srv_type_swarm_ui"), swarmFormTitle: String = Localization.string("hint_swarm_ui_title"), swarmSubtitle: String = Localization.string("hint_swarm_ui_sub_title"), swarmHint: String = Localization.string("hint_args_swarm_ui_warning"), automaticValidUrls: String = Localization.string("hint_valid_urls", "7860"), swarmValidUrls: String = Localization.string("hint_valid_urls", "7801"), hordeUsage: String = Localization.string("hint_server_horde_usage"), hordeTitle: String = Localization.string("hint_server_horde_title"), hordeSubtitle: String = Localization.string("hint_server_horde_sub_title"), huggingFaceTitle: String = Localization.string("hint_hugging_face_title"), huggingFaceSubtitle: String = Localization.string("hint_hugging_face_sub_title"), openAiTitle: String = Localization.string("hint_open_ai_title"), openAiSubtitle: String = Localization.string("hint_open_ai_sub_title"), stabilityTitle: String = Localization.string("hint_stability_ai_title"), stabilitySubtitle: String = Localization.string("hint_stability_ai_sub_title"), localDiffusionTitle: String = Localization.string("hint_local_diffusion_title"), localDiffusionSubtitle: String = Localization.string("hint_local_diffusion_sub_title"), mediaPipeTitle: String = Localization.string("hint_mediapipe_title"), mediaPipeSubtitle: String = Localization.string("hint_mediapipe_sub_title"), localWarning: String = Localization.string("hint_local_diffusion_warning"), localCustomSwitch: String = Localization.string("model_local_custom_switch"), localPermissionHeader: String = Localization.string("model_local_permission_header"), localPermissionTitle: String = Localization.string("model_local_permission_title"), localPermissionButton: String = Localization.string("model_local_permission_button"), localPathHeader: String = Localization.string("model_local_path_header"), localPathTitle: String = Localization.string("model_local_path_title"), localPathButton: String = Localization.string("model_local_path_button"), localCustomTitle: String = Localization.string("model_local_custom_title"), localCustomSubtitle: String = Localization.string("model_local_custom_sub_title"), download: String = Localization.string("download"), delete: String = Localization.string("delete"), retry: String = Localization.string("retry"), downloadFailed: String = Localization.string("error_download_fail"), reset: String = Localization.string("action_reset"), deleteLocalModelTitle: String = Localization.string("interaction_delete_local_model_title"))

Properties

Link copied to clipboard

Exposes the anonymous value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the apiKey value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the authTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the automaticFormTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the automaticHint value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the automaticSubtitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the automaticTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the automaticValidUrls value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the backContentDescription value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the cancel value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the communicatingSubtitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the communicatingTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the configureTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the connect value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the connectLocalHostText value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the connectLocalHostTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the delete value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the deleteLocalModelTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the demoHint value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the demoMode value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the download value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the downloadFailed value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the errorTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the hidePassword value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the hordeAbout value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the hordeGetKey value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the hordeSubtitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the hordeTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the hordeUsage value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the httpBasic value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the huggingFaceAbout value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the huggingFaceSubtitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the huggingFaceTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the instructions value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the loadingConfiguration value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the localCustomSubtitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the localCustomSwitch value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the localCustomTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the localDiffusionSubtitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the localDiffusionTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the localPathButton value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the localPathHeader value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the localPathTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the localPermissionButton value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the localPermissionHeader value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the localPermissionTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the localWarning value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the login value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the mediaPipeSubtitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the mediaPipeTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the model value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the next value used by the SDAI presentation layer.

Link copied to clipboard
val ok: String

Exposes the ok value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the openAiAbout value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the openAiSubtitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the openAiTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the password value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the reset value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the retry value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the serverUrl value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the setup value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the showPassword value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the sourceSubtitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the sourceTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the stabilityAbout value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the stabilitySubtitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the stabilityTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the swarmFormTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the swarmHint value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the swarmSubtitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the swarmTitle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the swarmValidUrls value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the title value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the useDefaultHordeKey value used by the SDAI presentation layer.