|
2 | 2 | "app.git": "Git Commit", |
3 | 3 | "app.pre_release": "Pre-Release", |
4 | 4 | "app.title": "{base_title} - Library '{library_dir}'", |
| 5 | + "color.title.no_color": "No Color", |
5 | 6 | "drop_import.description": "The following files have filenames already exist in the library", |
6 | 7 | "drop_import.duplicates_choice.plural": "The following {count} files have filenames that already exist in the library.", |
7 | 8 | "drop_import.duplicates_choice.singular": "The following file has a filename that already exists in the library.", |
|
88 | 89 | "generic.filename": "Filename", |
89 | 90 | "generic.navigation.back": "Back", |
90 | 91 | "generic.navigation.next": "Next", |
| 92 | + "generic.none": "None", |
91 | 93 | "generic.overwrite_alt": "&Overwrite", |
92 | 94 | "generic.overwrite": "Overwrite", |
93 | 95 | "generic.paste": "Paste", |
|
131 | 133 | "json_migration.heading.paths": "Paths:", |
132 | 134 | "json_migration.heading.shorthands": "Shorthands:", |
133 | 135 | "json_migration.heading.tags": "Tags:", |
134 | | - "json_migration.info.description": "Library save files created with TagStudio versions <b>9.4 and below</b> will need to be migrated to the new <b>v9.5+</b> format.<br><h2>What you need to know:</h2><ul><li>Your existing library save file will <b><i>NOT</i></b> be deleted</li><li>Your personal files will <b><i>NOT</i></b> be deleted, moved, or modified</li><li>The new v9.5+ save format can not be opened in earlier versions of TagStudio</li></ul>", |
| 136 | + "json_migration.info.description": "Library save files created with TagStudio versions <b>9.4 and below</b> will need to be migrated to the new <b>v9.5+</b> format.<br><h2>What you need to know:</h2><ul><li>Your existing library save file will <b><i>NOT</i></b> be deleted</li><li>Your personal files will <b><i>NOT</i></b> be deleted, moved, or modified</li><li>The new v9.5+ save format can not be opened in earlier versions of TagStudio</li></ul><h3>What's changed:</h3><ul><li>\"Tag Fields\" have been replaced by \"Tags Categories\". Instead of adding tags to fields first, tags now get added directly to file entries. They're then automatically organized into categories based on parent tags marked with the new \"Is Category\" property in the tag editing menu. Any tag can be marked as a category, and child tags will sort themselves underneath parent tags marked as categories. The \"Favorite\" and \"Archived\" tags now inherit from a new \"Meta Tags\" tag which is marked as a category by default.</li><li>Tag colors have been tweaked and expanded upon. Some colors have been renamed or consolidated, however all tag colors will still convert to exact or close matches in v9.5.</li></ul><ul>", |
135 | 137 | "json_migration.migrating_files_entries": "Migrating {entries:,d} File Entries...", |
136 | 138 | "json_migration.migration_complete_with_discrepancies": "Migration Complete, Discrepancies Found", |
137 | 139 | "json_migration.migration_complete": "Migration Complete!", |
|
202 | 204 | "tag.add.plural": "Add Tags", |
203 | 205 | "tag.add": "Add Tag", |
204 | 206 | "tag.aliases": "Aliases", |
| 207 | + "tag.choose_color": "Choose Tag Color", |
205 | 208 | "tag.color": "Color", |
206 | 209 | "tag.confirm_delete": "Are you sure you want to delete the tag \"{tag_name}\"?", |
207 | 210 | "tag.create": "Create Tag", |
|
0 commit comments