Skip to content

Commit

Permalink
fix(Localizable.strings) fix localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
ololx committed Oct 5, 2021
1 parent 6ea0d71 commit efcb2de
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 26 deletions.
16 changes: 8 additions & 8 deletions Base.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@
*/

/* Class = "NSMenuItem"; */
"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Действия с симлинками";
"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Symlink actions";

/* Class = "NSMenuItem"; */
"SOFT_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Создать символьные ссылки для выбранных файлов и папок";
"SOFT_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create symlinks for selected files and folders";

/* Class = "NSMenuItem"; */
"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Действия с псевдонимами";
"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Alias actions";

/* Class = "NSMenuItem"; */
"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Создать псевдонимы для выбранных файлов и папок";
"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create aliases for selected files and folders";

/* Class = "NSMenuItem"; */
"COPY_PATH_ACTION_NAME" = "Скопировать путь отсюда";
"COPY_PATH_ACTION_NAME" = "Copy path ftom here";

/* Class = "NSMenuItem"; */
"PASTE_LINK_ACTION_NAME" = "Вставить ссылку сюда";
"PASTE_LINK_ACTION_NAME" = "Paste link to here";

/* Class = "NSMenuItem"; */
"REPLACE_WITH_LINK_ACTION_NAME" = "Переместить сюда и заменить ссылкой";
"REPLACE_WITH_LINK_ACTION_NAME" = "Move here and replace with link";

/* Class = "NSMenuItem"; */
"CREATE_LINK_ACTION_NAME" = "Создать ссылку";
"CREATE_LINK_ACTION_NAME" = "Create link";

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

- Refactor application.

## [0.10.1] - 2021-10-05

### Fixed

- Fix the localization bug - onlu russian localization in for all `system languages`.

## [0.10.0] - 2021-09-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-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-September_18,_2021-informational?style=flat-square)](BADGES_GUIDE.md#release-date) [![last commit](https://img.shields.io/badge/last_commit-September_18,_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.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)

[![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)

Expand Down
16 changes: 8 additions & 8 deletions en-GB.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
*/

/* Class = "NSMenuItem"; */
"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Действия с симлинками";
"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Symlink actions";

/* Class = "NSMenuItem"; */
"SOFT_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Создать символьные ссылки для выбранных файлов и папок";
"SOFT_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create symlinks for selected files and folders";

/* Class = "NSMenuItem"; */
"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Действия с псевдонимами";
"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Alias actions";

/* Class = "NSMenuItem"; */
"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Создать псевдонимы для выбранных файлов и папок";
"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create aliases for selected files and folders";

/* Class = "NSMenuItem"; */
"COPY_PATH_ACTION_NAME" = "Скопировать путь отсюда";
"COPY_PATH_ACTION_NAME" = "Copy path ftom here";

/* Class = "NSMenuItem"; */
"PASTE_LINK_ACTION_NAME" = "Вставить ссылку сюда";
"PASTE_LINK_ACTION_NAME" = "Paste link to here";

/* Class = "NSMenuItem"; */
"REPLACE_WITH_LINK_ACTION_NAME" = "Переместить сюда и заменить ссылкой";
"REPLACE_WITH_LINK_ACTION_NAME" = "Move here and replace with link";

/* Class = "NSMenuItem"; */
"CREATE_LINK_ACTION_NAME" = "Создать ссылку";
"CREATE_LINK_ACTION_NAME" = "Create link";


16 changes: 8 additions & 8 deletions en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
*/

/* Class = "NSMenuItem"; */
"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Действия с симлинками";
"SOFT_LINK_ACTIONS_EXTENTION_NAME" = "Symlink actions";

/* Class = "NSMenuItem"; */
"SOFT_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Создать символьные ссылки для выбранных файлов и папок";
"SOFT_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create symlinks for selected files and folders";

/* Class = "NSMenuItem"; */
"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Действия с псевдонимами";
"HARD_LINK_ACTIONS_EXTENTION_NAME" = "Alias actions";

/* Class = "NSMenuItem"; */
"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Создать псевдонимы для выбранных файлов и папок";
"HARD_LINK_ACTIONS_EXTENTION_TOOL_TIP" = "Create aliases for selected files and folders";

/* Class = "NSMenuItem"; */
"COPY_PATH_ACTION_NAME" = "Скопировать путь отсюда";
"COPY_PATH_ACTION_NAME" = "Copy path ftom here";

/* Class = "NSMenuItem"; */
"PASTE_LINK_ACTION_NAME" = "Вставить ссылку сюда";
"PASTE_LINK_ACTION_NAME" = "Paste link to here";

/* Class = "NSMenuItem"; */
"REPLACE_WITH_LINK_ACTION_NAME" = "Переместить сюда и заменить ссылкой";
"REPLACE_WITH_LINK_ACTION_NAME" = "Move here and replace with link";

/* Class = "NSMenuItem"; */
"CREATE_LINK_ACTION_NAME" = "Создать ссылку";
"CREATE_LINK_ACTION_NAME" = "Create link";


2 changes: 1 addition & 1 deletion quick-symlink/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.0</string>
<string>0.10.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit efcb2de

Please sign in to comment.