You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add en.json with strings found in code
* remove unused, internal, and logging strings
This removes any string tokens for unused/unfinished features, internally facing code, and log outputs.
---------
Co-authored-by: Travis Abendshien <lvnvtravis@gmail.com>
"dialog.scan_directories": "Scanning Directories for New Files...\nPreparing...",
67
+
"dialog.scan_directories.new_files": "Scanning Directories for New Files...\n%{x + 1} File%{\"s\" if x + 1 != 1 else \"\"} Searched, %{len(self.lib.files_not_in_library)} New Files Found",
68
+
"tooltip.open_library": "Ctrl+O",
69
+
"tooltip.save_library": "Ctrl+S",
70
+
"progression.running_macros.new_entries": "Running Macros on New Entries",
71
+
"progression.running_macros.one_new_entry": "Running Configured Macros on 1/%{len(new_ids)} New Entries",
72
+
"progression.running_macros.several_new_entry": "Running Configured Macros on %{x + 1}/%{len(new_ids)} New Entries",
73
+
"file_opener.open_file": "Opening file:}",
74
+
"file_opener.not_found": "File not found:",
75
+
"file_opener.command_not_found": "Could not find %{command_name} on system PATH",
76
+
"add_field.add": "Add Field",
77
+
"generic.remove_field": "Remove Field",
78
+
"generic.file_extension": "File Extensions",
79
+
"generic.open_file": "Open file",
80
+
"generic.open_file_explorer": "Open file in explorer",
"fix_dupes.no_file_selected": "No DupeGuru File Selected",
107
+
"fix_dupes.load_file": "Load DupeGuru File",
108
+
"fix_dupes.mirror_entries": "Mirror Entries",
109
+
"fix_dupes.mirror_description": "Mirror the Entry data across each duplicate match set, combining all data while not removing or duplicating fields. This operation will not delete any files or data.",
110
+
"fix_dupes.advice_label": "After mirroring, you're free to use DupeGuru to delete the unwanted files. Afterwards, use TagStudio's \"Fix Unlinked Entries\" feature in the Tools menu in order to delete the unlinked Entries.",
"fix_unlinked.description": "Each library entry is linked to a file in one of your directories. If a file linked to an entry is moved or deleted outside of TagStudio, it is then considered unlinked. Unlinked entries may be automatically relinked via searching your directories, manually relinked by the user, or deleted if desired.",
117
+
"fix_unlinked.duplicate_description": "Duplicate entries are defined as multiple entries which point to the same file on disk. Merging these will combine the tags and metadata from all duplicates into a single consolidated entry. These are not to be confused with \"duplicate files\", which are duplicates of your files themselves outside of TagStudio.",
"fix_unlinked.scan_library.label": "Scanning Library for Unlinked Entries...",
125
+
"folders_to_tags.folders_to_tags": "Converting folders to Tags",
126
+
"folders_to_tags.title": "Create Tags From Folders",
127
+
"folders_to_tags.description": "Creates tags based on your folder structure and applies them to your entries.\n The structure below shows all the tags that will be created and what entries they will be applied to.",
128
+
"mirror_entities.are_you_sure": "Are you sure you want to mirror the following %{len(self.lib.dupe_files)} Entries?",
0 commit comments