|
1 | 1 | { |
2 | | - "dialog.open_create_library": "Open/Create Library", |
3 | | - "dialog.save_library": "Save Library", |
| 2 | + "app.git": "Git Commit", |
| 3 | + "app.pre_release": "Pre-Release", |
| 4 | + "edit.tag_manager": "Manage Tags", |
4 | 5 | "entries.duplicate.merge.label": "Merging Duplicate Entries", |
| 6 | + "entries.duplicate.merge": "Merge Duplicate Entries", |
5 | 7 | "entries.duplicate.refresh": "Refresh Duplicate Entries", |
6 | 8 | "entries.duplicates.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.", |
7 | 9 | "entries.mirror.confirmation": "Are you sure you want to mirror the following %{len(self.lib.dupe_files)} Entries?", |
|
13 | 15 | "entries.unlinked.delete.deleting_count": "Deleting %{x[0]+1}/{len(self.lib.missing_files)} Unlinked Entries", |
14 | 16 | "entries.unlinked.delete.deleting": "Deleting Entries", |
15 | 17 | "entries.unlinked.delete": "Delete Unlinked Entries", |
16 | | - "entries.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.", |
| 18 | + "entries.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 or deleted if desired.", |
17 | 19 | "entries.unlinked.refresh_all": "Refresh All", |
18 | 20 | "entries.unlinked.relink.attempting": "Attempting to Relink %{x[0]+1}/%{len(self.lib.missing_files)} Entries, %{self.fixed} Successfully Relinked", |
19 | 21 | "entries.unlinked.relink.manual": "Manual Relink", |
20 | 22 | "entries.unlinked.relink.title": "Relinking Entries", |
21 | 23 | "entries.unlinked.scanning": "Scanning Library for Unlinked Entries...", |
22 | 24 | "entries.unlinked.search_and_relink": "Search && Relink", |
23 | 25 | "entries.unlinked.title": "Fix Unlinked Entries", |
24 | | - "file_opener.command_not_found": "Could not find %{command_name} on system PATH", |
25 | | - "file_opener.open_file": "Opening file:}", |
| 26 | + "field.copy": "Copy Field", |
| 27 | + "field.edit": "Edit Field", |
| 28 | + "field.paste": "Paste Field", |
| 29 | + "file.date_added": "Date Added", |
26 | 30 | "file.date_created": "Date Created", |
27 | 31 | "file.date_modified": "Date Modified", |
28 | 32 | "file.dimensions": "Dimensions", |
|
36 | 40 | "file.duplicates.matches": "Duplicate File Matches: %{count}", |
37 | 41 | "file.duplicates.mirror_entries": "Mirror Entries", |
38 | 42 | "file.duplicates.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.", |
39 | | - "file.not_found": "File not found:", |
| 43 | + "file.duration": "Length", |
| 44 | + "file.not_found": "File Not Found", |
| 45 | + "file.open_file_with": "Open file with", |
40 | 46 | "file.open_file": "Open file", |
41 | | - "file.open_location.generic": "Open file in explorer", |
42 | | - "fix_unlinked.delete_unlinked": "Delete Unlinked Entries", |
43 | | - "fix_unlinked.merge_dupes": "Merge Duplicate Entries", |
| 47 | + "file.open_location.generic": "Show file in explorer", |
| 48 | + "file.open_location.mac": "Reveal in Finder", |
| 49 | + "file.open_location.windows": "Show in File Explorer", |
| 50 | + "folders_to_tags.close_all": "Close All", |
44 | 51 | "folders_to_tags.converting": "Converting folders to Tags", |
45 | 52 | "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.", |
46 | 53 | "folders_to_tags.open_all": "Open All", |
47 | 54 | "folders_to_tags.title": "Create Tags From Folders", |
48 | 55 | "generic.add": "Add", |
49 | 56 | "generic.apply": "Apply", |
50 | 57 | "generic.cancel": "Cancel", |
51 | | - "generic.close_all": "Close All", |
| 58 | + "generic.copy": "Copy", |
| 59 | + "generic.cut": "Cut", |
52 | 60 | "generic.delete": "Delete", |
53 | 61 | "generic.done": "Done", |
54 | 62 | "generic.edit": "Edit", |
| 63 | + "generic.navigation.back": "Back", |
| 64 | + "generic.navigation.next": "Next", |
| 65 | + "generic.paste": "Paste", |
55 | 66 | "generic.recent_libraries": "Recent Libraries", |
56 | | - "home.base_title": "TagStudio Alpha", |
57 | | - "home.include_all_tags": "And (Includes All Tags)", |
58 | | - "home.include_any_tag": "Or (Includes Any Tag)", |
59 | | - "home.main_window": "Main Window", |
| 67 | + "help.visit_github": "Visit GitHub Repository", |
60 | 68 | "home.search_entries": "Search Entries", |
| 69 | + "home.search_library": "Search Library", |
61 | 70 | "home.search_tags": "Search Tags", |
62 | 71 | "home.search": "Search", |
63 | 72 | "home.thumbnail_size": "Thumbnail Size", |
64 | 73 | "ignore_list.add_extension": "Add Extension", |
65 | 74 | "ignore_list.mode.exclude": "Exclude", |
66 | 75 | "ignore_list.mode.include": "Include", |
67 | | - "ignore_list.mode.label": "List Mode:", |
| 76 | + "ignore_list.mode.label": "List Mode", |
68 | 77 | "ignore_list.title": "File Extensions", |
69 | | - "landing.open_button": "Open/Create Library %{open_shortcut_text}", |
70 | | - "library.anthology": "Anthology", |
71 | | - "library.archived": "Date Archived", |
72 | | - "library.Artist": "Artist", |
73 | | - "library.author": "Author", |
74 | | - "library.book": "Book", |
75 | | - "library.collation": "Collation", |
76 | | - "library.comic": "Comic", |
77 | | - "library.comments": "Comments", |
78 | | - "library.composer": "Composer", |
79 | | - "library.content_tags": "Content Tags", |
80 | | - "library.date_published": "Date Published", |
81 | | - "library.date_released": "Date Released", |
82 | | - "library.date_taken": "Date Taken", |
83 | | - "library.date_uploaded": "Date Uploaded", |
84 | | - "library.date": "Date", |
85 | | - "library.description": "Description", |
86 | | - "library.favorite": "Favorite", |
87 | 78 | "library.field.add": "Add Field", |
88 | 79 | "library.field.confirm_remove": "Are you sure you want to remove this \"%{self.lib.get_field_attr(field, \"name\")}\" field?", |
89 | 80 | "library.field.mixed_data": "Mixed Data", |
90 | 81 | "library.field.remove": "Remove Field", |
91 | | - "library.guest_artist": "Guest Artist", |
92 | | - "library.magazine": "Magazine", |
93 | | - "library.manga": "Manga", |
94 | | - "library.meta_tags": "Meta Tags", |
95 | | - "library.missing": "Location is missing", |
| 82 | + "library.missing": "Library Location is Missing", |
96 | 83 | "library.name": "Library", |
97 | | - "library.notes": "Notes", |
98 | | - "library.publisher": "Publisher", |
99 | 84 | "library.refresh.scanning_preparing": "Scanning Directories for New Files...\nPreparing...", |
100 | 85 | "library.refresh.scanning": "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", |
101 | 86 | "library.refresh.title": "Refreshing Directories", |
102 | 87 | "library.scan_library.title": "Scanning Library", |
103 | | - "library.series": "Series", |
104 | | - "library.source": "Source", |
105 | | - "library.title": "Title", |
106 | | - "library.url": "URL", |
107 | | - "library.volume": "Volume", |
108 | 88 | "macros.running.dialog.new_entries": "Running Configured Macros on %{x + 1}/%{len(new_ids)} New Entries", |
109 | 89 | "macros.running.dialog.title": "Running Macros on New Entries", |
| 90 | + "menu.edit.ignore_list": "Ignore Files and Folders", |
110 | 91 | "menu.edit": "Edit", |
| 92 | + "menu.file.new_library": "New Library", |
| 93 | + "menu.file.open_create_library": "Open/Create Library", |
| 94 | + "menu.file.open_library": "Open Library", |
| 95 | + "menu.file.save_library": "Save Library", |
111 | 96 | "menu.file": "File", |
112 | 97 | "menu.help": "Help", |
113 | 98 | "menu.macros": "Macros", |
| 99 | + "menu.select": "Select", |
114 | 100 | "menu.tools": "Tools", |
| 101 | + "menu.view": "View", |
115 | 102 | "menu.window": "Window", |
116 | | - "merge.merge_dupe_entries": "Merging Duplicate Entries", |
117 | | - "open_library.library_creation_return_code": "Library Creation Return Code:", |
118 | | - "open_library.no_tagstudio_library_found": "No existing TagStudio library found at '%{path}'. Creating one.", |
119 | | - "preview_panel.unknown_field_type": "Unknown Field Type", |
120 | | - "preview_panel.update_widgets": "[ENTRY PANEL] UPDATE WIDGETS (%{self.driver.selected})", |
121 | 103 | "preview.no_selection": "No Items Selected", |
122 | | - "progression.running_macros.one_new_entry": "Running Configured Macros on 1/%{len(new_ids)} New Entries", |
123 | | - "splash.open_library": "Opening Library", |
124 | | - "status.enumerate_query": "Query:%{query}, Frame: %{i}, Length: %{len(f)}", |
| 104 | + "select.all": "Select All", |
| 105 | + "select.clear": "Clear Selection", |
| 106 | + "settings.open_library_on_start": "Open Library on Start", |
| 107 | + "settings.show_filenames_in_grid": "Show Filenames in Grid", |
| 108 | + "settings.show_recent_libraries": "Show Recent Libraries", |
| 109 | + "splash.opening_library": "Opening Library", |
125 | 110 | "status.library_backup_success": "Library Backup Saved at:", |
126 | 111 | "status.library_save_success": "Library Saved and Closed!", |
127 | 112 | "status.library_search_query": "Searching Library for", |
128 | | - "status.number_results_found": "%{len(all_items)} Results Found for \"%{query}\" (%{format_timespan(end_time - start_time)})", |
| 113 | + "status.results_found": "{results.total_count} Results Found", |
129 | 114 | "status.results": "Results", |
130 | 115 | "tag_manager.title": "Library Tags", |
131 | 116 | "tag.add_to_search": "Add to Search", |
|
134 | 119 | "tag.color": "Color", |
135 | 120 | "tag.name": "Name", |
136 | 121 | "tag.new": "New Tag", |
137 | | - "tag.parent_tags.add": "Add Parent Tags", |
| 122 | + "tag.parent_tags.add": "Add Parent Tag(s)", |
| 123 | + "tag.parent_tags.description": "This tag can be treated as a substitute for any of these Parent Tags in searches.", |
138 | 124 | "tag.parent_tags": "Parent Tags", |
139 | 125 | "tag.search_for_tag": "Search for Tag", |
140 | 126 | "tag.shorthand": "Shorthand", |
141 | | - "text_line_edit.unknown_event_type": "unknown event type: %{event}", |
142 | | - "tooltip.open_library": "Ctrl+O", |
143 | | - "tooltip.save_library": "Ctrl+S" |
| 127 | + "view.size.0": "Mini", |
| 128 | + "view.size.1": "Small", |
| 129 | + "view.size.2": "Medium", |
| 130 | + "view.size.3": "Large", |
| 131 | + "view.size.4": "Extra Large" |
144 | 132 | } |
0 commit comments