Revert erroneous changes

This commit is contained in:
DogmaDragon 2026-03-19 20:56:11 +02:00
parent d4f67683a0
commit cb9660d626

View file

@ -36,6 +36,7 @@
"create_marker": "Create Marker",
"create_new": "Create new",
"create_parent_studio": "Create parent studio",
"create_parent_tag": "Create parent tag",
"created_entity": "Created {entity_type}: {entity_name}",
"customise": "Customise",
"delete": "Delete",
@ -52,10 +53,12 @@
"edit_entity": "Edit {entityType}",
"enable": "Enable",
"encoding_image": "Encoding image…",
"exclude_lowercase": "exclude",
"export": "Export",
"export_all": "Export all…",
"find": "Find",
"finish": "Finish",
"from_clipboard": "From clipboard",
"from_file": "From file…",
"from_url": "From URL…",
"full_export": "Full export",
@ -98,6 +101,7 @@
"remove_from_containing_group": "Remove from Group",
"remove_from_gallery": "Remove from Gallery",
"rename_gen_files": "Rename generated files",
"reveal_in_file_manager": "Reveal in File Manager",
"rescan": "Rescan",
"reset_play_duration": "Reset play duration",
"reset_resume_time": "Reset resume time",
@ -122,6 +126,7 @@
"invert_selection": "Invert Selection",
"selective_auto_tag": "Selective auto tag",
"selective_clean": "Selective clean",
"selective_generate": "Selective generate",
"selective_scan": "Selective scan",
"set_as_default": "Set as default",
"set_back_image": "Back image…",
@ -175,7 +180,9 @@
"filesystem": "Filesystem"
},
"captions": "Captions",
"career_end": "Career End",
"career_length": "Career Length",
"career_start": "Career Start",
"chapters": "Chapters",
"circumcised": "Circumcised",
"circumcised_types": {
@ -438,7 +445,18 @@
"heading": "Scrapers path"
},
"scraping": "Scraping",
"sprite_generation_head": "Sprite Generation",
"sprite_interval_desc": "Time between each generated sprite in seconds.",
"sprite_interval_head": "Sprite interval",
"sprite_maximum_desc": "Maximum number of sprites to be generated for a scene. Set to 0 to disable the limit.",
"sprite_maximum_head": "Maximum sprites",
"sprite_minimum_desc": "Minimum number of sprites to be generated for a scene",
"sprite_minimum_head": "Minimum sprites",
"sprite_screenshot_size_desc": "Desired size of each sprite in pixels.",
"sprite_screenshot_size_head": "Sprite size",
"sqlite_location": "File location for the SQLite database (requires restart). WARNING: storing the database on a different system to where the Stash server is run from (i.e. over the network) is unsupported!",
"use_custom_sprite_interval_head": "Use custom sprite interval",
"use_custom_sprite_interval_desc": "Enable the custom sprite interval according to the settings below.",
"video_ext_desc": "Comma-delimited list of file extensions that will be identified as videos.",
"video_ext_head": "Video extensions",
"video_head": "Video"
@ -497,8 +515,20 @@
"auto_tagging": "Auto tagging",
"backing_up_database": "Backing up database",
"backup_and_download": "Performs a backup of the database and downloads the resulting file.",
"backup_database": "Performs a backup of the database to the backups directory, with the filename format {filename_format}.",
"backup_database": {
"description": "Performs a backup of the database and blob files.",
"destination": "Destination",
"download": "Download backup",
"include_blobs": "Include blobs in backup",
"include_blobs_desc": "Disable to only backup the SQLite database file.",
"sqlite": "Backup file will be a copy of the SQLite database file, with the filename {filename_format}",
"to_directory": "To {directory}",
"warning_blobs": "Blob files will not be included in the backup. This means that to succesfully restore from the backup, the blob files must be present in the blob storage location.",
"zip": "SQLite database file and blob files will be zipped into a single file, with the filename {filename_format}"
},
"cleanup_desc": "Check for missing files and remove them from the database. This is a destructive action.",
"clean_ignore_zip_contents": "Ignore zip file contents",
"clean_ignore_zip_contents_desc": "Faster but will miss files removed inside zip files. Safe to enable if you don't delete files within zips.",
"clean_generated": {
"blob_files": "Blob files",
"description": "Removes generated files without a corresponding database entry.",
@ -547,6 +577,8 @@
"identifying_from_paths": "Identifying scenes from the following paths",
"identifying_scenes": "Identifying {num} {scene}",
"include_male_performers": "Include male performers",
"performer_genders": "Performer genders",
"performer_genders_desc": "Performers with selected genders will be included during identification.",
"set_cover_images": "Set cover images",
"set_organized": "Set organised flag",
"skip_multiple_matches": "Skip matches that have more than one result",
@ -643,7 +675,7 @@
},
"custom_locales": {
"description": "Override individual locale strings. See https://github.com/stashapp/stash/blob/develop/ui/v2.5/src/locales/en-GB.json for the master list. Page must be reloaded for changes to take effect.",
"heading": "Custom Localisation",
"heading": "Custom localisation",
"option_label": "Custom localisation enabled"
},
"custom_title": {
@ -811,11 +843,20 @@
}
}
},
"scene_view": {
"heading": "Scene View",
"options": {
"preview_volume": {
"description": "Volume of the preview when hovering over a scene. Set to 0 to mute.",
"heading": "Preview volume"
}
}
},
"scene_wall": {
"heading": "Scene / Marker Wall",
"options": {
"display_title": "Display title and tags",
"toggle_sound": "Enable sound"
"toggle_sound": "Enable sound on preview hover"
}
},
"scroll_attempts_before_change": {
@ -892,6 +933,7 @@
"criterion": {
"greater_than": "Greater than",
"less_than": "Less than",
"unsupported": "{type} (unsupported)",
"value": "Value"
},
"criterion_modifier": {
@ -955,6 +997,7 @@
"delete_object_title": "Delete {count, plural, one {{singularEntity}} other {{pluralEntity}}}",
"dont_show_until_updated": "Don't show until next update",
"edit_entity_title": "Edit {count, plural, one {{singularEntity}} other {{pluralEntity}}}",
"edit_entity_count_title": "Edit {count} {count, plural, one {{singularEntity}} other {{pluralEntity}}}",
"export_include_related_objects": "Include related objects in export",
"export_title": "Export",
"imagewall": {
@ -989,6 +1032,7 @@
}
},
"merge": {
"combined": "Combined",
"destination": "Destination",
"empty_results": "Destination field values will be unchanged.",
"source": "Source"
@ -1090,7 +1134,10 @@
"select_youngest": "Select the youngest file in the duplicate group",
"title": "Duplicate Scenes"
},
"duplicated": "Duplicated",
"duplicated_phash": "Duplicated (pHash)",
"duplicated_stash_id": "Duplicated (Stash ID)",
"duplicated_title": "Duplicated (Title)",
"duration": "Duration",
"effect_filters": {
"aspect": "Aspect",
@ -1114,6 +1161,7 @@
"warmth": "Warmth"
},
"empty_server": "Add some scenes to your server to view recommendations on this page.",
"empty_value": "empty",
"errors": {
"custom_fields": {
"duplicate_field": "Field name must be unique",
@ -1193,6 +1241,7 @@
"image_index": "Image #",
"images": "Images",
"include_parent_tags": "Include parent tags",
"include_sub_folders": "Include sub-folders",
"include_sub_group_content": "Include sub-group content",
"include_sub_groups": "Include sub-groups",
"include_sub_studio_content": "Include sub-studio content",
@ -1225,16 +1274,18 @@
"measurements": "Measurements",
"media_info": {
"audio_codec": "Audio Codec",
"checksum": "Checksum",
"downloaded_from": "Downloaded From",
"hash": "Hash",
"interactive_speed": "Interactive Speed",
"md5": "MD5 Checksum",
"o_count": "O Count",
"oshash": "oshash",
"oshash_meaning": "OpenSubtitles Hash",
"performer_card": {
"age": "{age} {years_old}",
"age_context": "{age} {years_old} at production"
},
"phash": "PHash",
"phash_meaning": "Perceptual Hash",
"play_count": "Play Count",
"play_duration": "Play Duration",
"stream": "Stream",
@ -1293,6 +1344,7 @@
"next": "Next",
"previous": "Previous"
},
"parent_folder": "Parent Folder",
"parent_of": "Parent of {children}",
"parent_studio": "Parent Studio",
"parent_studios": "Parent Studios",
@ -1314,14 +1366,6 @@
"any_names_entered_will_be_queried": "Any names entered will be queried from the remote Stash-Box instance and added if found. Only exact matches will be considered a match.",
"batch_add_performers": "Batch Add Performers",
"batch_update_performers": "Batch Update Performers",
"config": {
"active_stash-box_instance": "Active stash-box instance:",
"edit_excluded_fields": "Edit Excluded Fields",
"excluded_fields": "Excluded fields:",
"no_fields_are_excluded": "No fields are excluded",
"no_instances_found": "No instances found",
"these_fields_will_not_be_changed_when_updating_performers": "These fields will not be changed when updating performers."
},
"current_page": "Current page",
"failed_to_save_performer": "Failed to save performer \"{performer}\"",
"name_already_exists": "Name already exists",
@ -1360,6 +1404,7 @@
"rating": "Rating",
"recently_added_objects": "Recently Added {objects}",
"recently_released_objects": "Recently Released {objects}",
"refer_to": "Please see {link}.",
"release_notes": "Release Notes",
"resolution": "Resolution",
"resume_time": "Resume Time",
@ -1368,6 +1413,7 @@
"scene_code": "Studio Code",
"scene_count": "Scene Count",
"scenes_duration": "Scene Duration",
"scenes_size": "Scene Size",
"scene_created_at": "Scene Created At",
"scene_date": "Date of Scene",
"scene_id": "Scene ID",
@ -1524,14 +1570,8 @@
"batch_add_studios": "Batch Add Studios",
"batch_update_studios": "Batch Update Studios",
"config": {
"active_stash-box_instance": "Active stash-box instance:",
"create_parent_desc": "Create missing parent studios, or tag and update data/image for existing parent studios with exact name matches",
"create_parent_label": "Create parent studios",
"edit_excluded_fields": "Edit Excluded Fields",
"excluded_fields": "Excluded fields:",
"no_fields_are_excluded": "No fields are excluded",
"no_instances_found": "No instances found",
"these_fields_will_not_be_changed_when_updating_studios": "These fields will not be changed when updating studios."
"create_parent_label": "Create parent studios"
},
"create_or_tag_parent_studios": "Create missing or tag existing parent studios",
"current_page": "Current page",
@ -1558,6 +1598,8 @@
},
"studio_tags": "Studio Tags",
"studios": "Studios",
"sub_folder_depth": "Sub folder depth (empty for all)",
"sub_folders": "Sub folders",
"sub_group": "Sub-Group",
"sub_group_count": "Sub-Group Count",
"sub_group_of": "Sub-group of {parent}",
@ -1573,6 +1615,47 @@
"tag_count": "Tag Count",
"tag_parent_tooltip": "Has parent tags",
"tag_sub_tag_tooltip": "Has sub-tags",
"tag_tagger": {
"add_new_tags": "Add New Tags",
"any_names_entered_will_be_queried": "Any names entered will be queried from the remote Stash-Box instance and added if found. Only exact matches will be considered a match.",
"batch_add_tags": "Batch Add Tags",
"batch_update_tags": "Batch Update Tags",
"config": {
"create_parent_desc": "Create missing parent tags from stash-box categories, or tag existing parent tags with exact name matches",
"create_parent_label": "Create parent tags"
},
"create_or_tag_parent_tags": "Create missing or tag existing parent tags",
"current_page": "Current page",
"failed_to_save_tag": "Failed to save tag \"{tag}\"",
"name_already_exists": "Name already exists",
"network_error": "Network Error",
"no_results_found": "No results found.",
"number_of_tags_will_be_processed": "{tag_count} tags will be processed",
"query_all_tags_in_the_database": "All tags in the database",
"refresh_tagged_tags": "Refresh tagged tags",
"refreshing_will_update_the_data": "Refreshing will update the data of any tagged tags from the stash-box instance.",
"status_tagging_job_queued": "Status: Tagging job queued",
"status_tagging_tags": "Status: Tagging tags",
"tag_already_tagged": "Tag already tagged",
"tag_names_or_stashids_separated_by_comma": "Tag names or StashIDs separated by comma",
"tag_selection": "Tag selection",
"tag_successfully_tagged": "Tag successfully tagged",
"tag_status": "Tag Status",
"to_use_the_tag_tagger": "To use the tag tagger a stash-box instance needs to be configured.",
"untagged_tags": "Untagged tags",
"update_tags": "Update Tags",
"updating_untagged_tags_description": "Updating untagged tags will try to match any tags that lack a stashid and update the metadata."
},
"tagger": {
"config": {
"active_stash-box_instance": "Active stash-box instance:",
"edit_excluded_fields": "Edit Excluded Fields",
"excluded_fields": "Excluded fields:",
"fields_will_not_be_changed": "These fields will not be changed when updating {entity}.",
"no_fields_are_excluded": "No fields are excluded",
"no_instances_found": "No instances found"
}
},
"tags": "Tags",
"tattoos": "Tattoos",
"time": "Time",
@ -1581,6 +1664,9 @@
"toast": {
"added_entity": "Added {count, plural, one {{singularEntity}} other {{pluralEntity}}}",
"added_generation_job_to_queue": "Added generation job to queue",
"clipboard_access_denied": "Clipboard access denied. Check your browser permissions",
"clipboard_image_pasted": "Image pasted from clipboard",
"clipboard_no_image": "No image found in clipboard",
"created_entity": "Created {entity}",
"default_filter_set": "Default filter set",
"delete_past_tense": "Deleted {count, plural, one {{singularEntity}} other {{pluralEntity}}}",
@ -1603,6 +1689,7 @@
"twitter": "Twitter",
"type": "Type",
"unknown_date": "Unknown date",
"unsupported_criteria": "Unsupported criteria: {criteria}",
"updated_at": "Updated At",
"url": "URL",
"urls": "URLs",