diff options
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" : { |