diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 14:55:46 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-11 14:55:46 +0200 |
| commit | 49766f0c78015831f8be57349317f0d1c8228327 (patch) | |
| tree | 47ceb138008134dc83ad8432c744e3174854cb2c /Map/Localizable.xcstrings | |
| parent | f8c877e01e6517b13ec085d9d79bf316c7637344 (diff) | |
Add QuickLook settings
Diffstat (limited to 'Map/Localizable.xcstrings')
| -rw-r--r-- | Map/Localizable.xcstrings | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/Map/Localizable.xcstrings b/Map/Localizable.xcstrings index 13932a4..dda0deb 100644 --- a/Map/Localizable.xcstrings +++ b/Map/Localizable.xcstrings @@ -735,6 +735,61 @@ } } }, + "preferences.quick_look.preview_style.highlighted_text" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Highlighted Text" + } + } + } + }, + "preferences.quick_look.preview_style.map" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Map" + } + } + } + }, + "preferences.quick_look.preview_style.plain_text" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Plain Text" + } + } + } + }, + "preferences.quick_look.preview_style.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preview maps in QuickLook as:" + } + } + } + }, + "preferences.quick_look.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "QuickLook:" + } + } + } + }, "preferences.stages.column.name" : { "extractionState" : "manual", "localizations" : { |