diff --git a/Base.lproj/Localizable.strings b/Base.lproj/Localizable.strings index e0aa93d..b6a1cff 100644 --- a/Base.lproj/Localizable.strings +++ b/Base.lproj/Localizable.strings @@ -7,16 +7,16 @@ */ /* Class = "NSMenuItem"; */ -"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Symlink actions"; +"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Actions with symlinks"; /* Class = "NSMenuItem"; */ "SOFT_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create symlinks for selected files and folders"; /* Class = "NSMenuItem"; */ -"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Alias actions"; +"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Actions with hard links"; /* Class = "NSMenuItem"; */ -"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create aliases for selected files and folders"; +"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create hard links for selected files and folders"; /* Class = "NSMenuItem"; */ "COPY_PATH_ACTION_NAME" = "Copy path ftom here"; diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c6982..f2a6cfa 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [0.10.1] - 2021-10-05 +### Changed + +- Change the menu item names for hard link actions - replace `alias` to `hard link`. + ### Fixed - Fix the localization bug - onlu russian localization in for all `system languages`. diff --git a/README.md b/README.md index adcea72..27ff527 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The Quick Symlink is a `Finder extension` which provides a `contextual menu item` for the symbolic links creation on macOS. -[![status](https://img.shields.io/badge/status-active-active?style=flat-square)](BADGES_GUIDE.md#status) [![version](https://img.shields.io/badge/version-0.10.1-informational?style=flat-square)](BADGES_GUIDE.md#version) [![oss lifecycle](https://img.shields.io/badge/oss_lifecycle-active-important?style=flat-square)](BADGES_GUIDE.md#oss-lifecycle) [![maintenance](https://img.shields.io/badge/maintenance-yes-informational?style=flat-square)](BADGES_GUIDE.md#maintenance) [![last release](https://img.shields.io/badge/last_release-October_05,_2021-informational?style=flat-square)](BADGES_GUIDE.md#release-date) [![last commit](https://img.shields.io/badge/last_commit-October_05,_2021-informational?style=flat-square)](BADGES_GUIDE.md#commit-date) +[![status](https://img.shields.io/badge/status-active-active?style=flat-square)](BADGES_GUIDE.md#status) [![version](https://img.shields.io/badge/version-0.10.2-informational?style=flat-square)](BADGES_GUIDE.md#version) [![oss lifecycle](https://img.shields.io/badge/oss_lifecycle-active-important?style=flat-square)](BADGES_GUIDE.md#oss-lifecycle) [![maintenance](https://img.shields.io/badge/maintenance-yes-informational?style=flat-square)](BADGES_GUIDE.md#maintenance) [![last release](https://img.shields.io/badge/last_release-October_05,_2021-informational?style=flat-square)](BADGES_GUIDE.md#release-date) [![last commit](https://img.shields.io/badge/last_commit-October_05,_2021-informational?style=flat-square)](BADGES_GUIDE.md#commit-date) [![license](https://img.shields.io/badge/license-MIT-informational?style=flat-square)](LICENSE) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg?style=flat-square)](CODE_OF_CONDUCT.md) diff --git a/en-GB.lproj/Localizable.strings b/en-GB.lproj/Localizable.strings index df8e071..42d7bc4 100644 --- a/en-GB.lproj/Localizable.strings +++ b/en-GB.lproj/Localizable.strings @@ -7,16 +7,16 @@ */ /* Class = "NSMenuItem"; */ -"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Symlink actions"; +"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Actions with symlinks"; /* Class = "NSMenuItem"; */ "SOFT_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create symlinks for selected files and folders"; /* Class = "NSMenuItem"; */ -"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Alias actions"; +"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Actions with hard links"; /* Class = "NSMenuItem"; */ -"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create aliases for selected files and folders"; +"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create hard links for selected files and folders"; /* Class = "NSMenuItem"; */ "COPY_PATH_ACTION_NAME" = "Copy path ftom here"; diff --git a/en.lproj/Localizable.strings b/en.lproj/Localizable.strings index df8e071..42d7bc4 100644 --- a/en.lproj/Localizable.strings +++ b/en.lproj/Localizable.strings @@ -7,16 +7,16 @@ */ /* Class = "NSMenuItem"; */ -"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Symlink actions"; +"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Actions with symlinks"; /* Class = "NSMenuItem"; */ "SOFT_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create symlinks for selected files and folders"; /* Class = "NSMenuItem"; */ -"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Alias actions"; +"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Actions with hard links"; /* Class = "NSMenuItem"; */ -"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create aliases for selected files and folders"; +"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create hard links for selected files and folders"; /* Class = "NSMenuItem"; */ "COPY_PATH_ACTION_NAME" = "Copy path ftom here"; diff --git a/quick-symlink/Info.plist b/quick-symlink/Info.plist index 5a1dbe4..d31939c 100644 --- a/quick-symlink/Info.plist +++ b/quick-symlink/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.10.1 + 0.10.2 CFBundleVersion 1 LSMinimumSystemVersion diff --git a/ru.lproj/Localizable.strings b/ru.lproj/Localizable.strings index e01a9b6..2524eff 100644 --- a/ru.lproj/Localizable.strings +++ b/ru.lproj/Localizable.strings @@ -13,10 +13,10 @@ "SOFT_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Создать символьные ссылки для выбранных файлов и папок"; /* Class = "NSMenuItem"; */ -"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Действия с псевдонимами"; +"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Действия с жесткими ссылками"; /* Class = "NSMenuItem"; */ -"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Создать псевдонимы для выбранных файлов и папок"; +"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Создать жесткие ссылки для выбранных файлов и папок"; /* Class = "NSMenuItem"; */ "COPY_PATH_ACTION_NAME" = "Скопировать путь отсюда";