diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 09:27:49 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 09:27:49 +0200 |
| commit | 8564439356f4bcc3e21b19738eb87b4c0722c623 (patch) | |
| tree | 1465f4e48be83d255e5c68de804ba940db238bea /Map/Localizable.xcstrings | |
| parent | ff3619fdf3fce82d95124654a18b66ca3ed380cd (diff) | |
Add missing vertex detection
Diffstat (limited to 'Map/Localizable.xcstrings')
| -rw-r--r-- | Map/Localizable.xcstrings | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Map/Localizable.xcstrings b/Map/Localizable.xcstrings index d5da2e4..ec8ed46 100644 --- a/Map/Localizable.xcstrings +++ b/Map/Localizable.xcstrings @@ -219,6 +219,28 @@ } } }, + "map_editor.add_missing_component" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add" + } + } + } + }, + "map_editor.missing_component %@" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "“%@” is not declared." + } + } + } + }, "map_editor.zoom_in" : { "extractionState" : "manual", "localizations" : { @@ -383,6 +405,17 @@ } } }, + "preferences.editor.smart_editor.highlight_missing_components" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Highlight missing components" + } + } + } + }, "preferences.editor.smart_editor.title" : { "extractionState" : "manual", "localizations" : { |