Skip to content

Commit

Permalink
Add russian language (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jixu Hu committed Nov 26, 2021
1 parent 4eaa238 commit a254449
Show file tree
Hide file tree
Showing 17 changed files with 523 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 1.2.11
- Add russian language, thanks to [@diksset](https://github.com/diksset) #63

## 1.2.10
- Add russian language, thanks to [@diksset](https://github.com/diksset) #63
- Fixed M1 & Monterey startup issue #64 #60
Expand Down
28 changes: 28 additions & 0 deletions Clipy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,20 @@
31ACA9F91EC5B85C00BD34C0 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
3CE7109E2750C79800A8A29A /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
3CE7109F2750C8A400A8A29A /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
3CE710A12750E54D00A8A29A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/CPYBetaPreferenceViewController.strings; sourceTree = "<group>"; };
3CE710A32750E54E00A8A29A /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/CPYBetaPreferenceViewController.strings; sourceTree = "<group>"; };
3CE710A52750E59500A8A29A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/CPYExcludeAppPreferenceViewController.strings; sourceTree = "<group>"; };
3CE710A72750E59600A8A29A /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/CPYExcludeAppPreferenceViewController.strings; sourceTree = "<group>"; };
3CE710A92750E5AA00A8A29A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/CPYGeneralPreferenceViewController.strings; sourceTree = "<group>"; };
3CE710AB2750E5AB00A8A29A /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/CPYGeneralPreferenceViewController.strings; sourceTree = "<group>"; };
3CE710AD2750E66900A8A29A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/CPYMenuPreferenceViewController.strings; sourceTree = "<group>"; };
3CE710AF2750E66A00A8A29A /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/CPYMenuPreferenceViewController.strings; sourceTree = "<group>"; };
3CE710B12750E69300A8A29A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/CPYShortcutsPreferenceViewController.strings; sourceTree = "<group>"; };
3CE710B32750E69300A8A29A /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/CPYShortcutsPreferenceViewController.strings; sourceTree = "<group>"; };
3CE710B52750E6A800A8A29A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/CPYTypePreferenceViewController.strings; sourceTree = "<group>"; };
3CE710B72750E6A900A8A29A /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/CPYTypePreferenceViewController.strings; sourceTree = "<group>"; };
3CE710B92750E6B500A8A29A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/CPYUpdatesPreferenceViewController.strings; sourceTree = "<group>"; };
3CE710BB2750E6B600A8A29A /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/CPYUpdatesPreferenceViewController.strings; sourceTree = "<group>"; };
3CF0ACD1231172BF0097CB68 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/CPYPreferencesWindowController.strings; sourceTree = "<group>"; };
3CF0ACD2231172C00097CB68 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/CPYBetaPreferenceViewController.strings; sourceTree = "<group>"; };
3CF0ACD3231172C00097CB68 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/CPYExcludeAppPreferenceViewController.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -981,6 +995,8 @@
54ADE0FB2008F64000239852 /* zh-Hans */,
5BA49A862310180E0002EDBA /* pl */,
3CF0ACD2231172C00097CB68 /* es */,
3CE710A12750E54D00A8A29A /* en */,
3CE710A32750E54E00A8A29A /* ru */,
);
name = CPYBetaPreferenceViewController.xib;
sourceTree = "<group>";
Expand All @@ -995,6 +1011,8 @@
54ADE0FC2008F64000239852 /* zh-Hans */,
5BA49A872310181B0002EDBA /* pl */,
3CF0ACD3231172C00097CB68 /* es */,
3CE710A52750E59500A8A29A /* en */,
3CE710A72750E59600A8A29A /* ru */,
);
name = CPYExcludeAppPreferenceViewController.xib;
sourceTree = "<group>";
Expand All @@ -1009,6 +1027,8 @@
54ADE0FD2008F64000239852 /* zh-Hans */,
5BA49A88231018250002EDBA /* pl */,
3CF0ACD4231172C00097CB68 /* es */,
3CE710A92750E5AA00A8A29A /* en */,
3CE710AB2750E5AB00A8A29A /* ru */,
);
name = CPYGeneralPreferenceViewController.xib;
sourceTree = "<group>";
Expand All @@ -1023,6 +1043,8 @@
54ADE0FE2008F64000239852 /* zh-Hans */,
5BA49A892310182D0002EDBA /* pl */,
3CF0ACD5231172C00097CB68 /* es */,
3CE710AD2750E66900A8A29A /* en */,
3CE710AF2750E66A00A8A29A /* ru */,
);
name = CPYMenuPreferenceViewController.xib;
sourceTree = "<group>";
Expand All @@ -1037,6 +1059,8 @@
54ADE0FF2008F64000239852 /* zh-Hans */,
5BA49A8A231018320002EDBA /* pl */,
3CF0ACD6231172C00097CB68 /* es */,
3CE710B12750E69300A8A29A /* en */,
3CE710B32750E69300A8A29A /* ru */,
);
name = CPYShortcutsPreferenceViewController.xib;
sourceTree = "<group>";
Expand All @@ -1051,6 +1075,8 @@
54ADE1002008F64000239852 /* zh-Hans */,
5BA49A8B2310183D0002EDBA /* pl */,
3CF0ACD7231172C00097CB68 /* es */,
3CE710B52750E6A800A8A29A /* en */,
3CE710B72750E6A900A8A29A /* ru */,
);
name = CPYTypePreferenceViewController.xib;
sourceTree = "<group>";
Expand All @@ -1065,6 +1091,8 @@
54ADE1012008F64100239852 /* zh-Hans */,
5BA49A8C231018430002EDBA /* pl */,
3CF0ACD8231172C00097CB68 /* es */,
3CE710B92750E6B500A8A29A /* en */,
3CE710BB2750E6B600A8A29A /* ru */,
);
name = CPYUpdatesPreferenceViewController.xib;
sourceTree = "<group>";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19455" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19455"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
/* Class = "NSTextFieldCell"; title = "Screenshot"; ObjectID = "0f7-ic-bHq"; */
"0f7-ic-bHq.title" = "Screenshot";

/* Class = "NSTextFieldCell"; title = "Action"; ObjectID = "6RM-Ow-USQ"; */
"6RM-Ow-USQ.title" = "Action";

/* Class = "NSMenuItem"; title = "Alt"; ObjectID = "970-YL-XoV"; */
"970-YL-XoV.title" = "Alt";

/* Class = "NSMenuItem"; title = "Command"; ObjectID = "HZd-yn-p4o"; */
"HZd-yn-p4o.title" = "Command";

/* Class = "NSMenuItem"; title = "Shift"; ObjectID = "IpX-wJ-YEO"; */
"IpX-wJ-YEO.title" = "Shift";

/* Class = "NSButtonCell"; title = "Paste and delete from history"; ObjectID = "M5n-Mr-02l"; */
"M5n-Mr-02l.title" = "Paste and delete from history";

/* Class = "NSMenuItem"; title = "Alt"; ObjectID = "M9s-9f-OKA"; */
"M9s-9f-OKA.title" = "Alt";

/* Class = "NSMenuItem"; title = "Shift"; ObjectID = "NFq-oQ-VKz"; */
"NFq-oQ-VKz.title" = "Shift";

/* Class = "NSMenuItem"; title = "Alt"; ObjectID = "Ncl-nV-zr8"; */
"Ncl-nV-zr8.title" = "Alt";

/* Class = "NSButtonCell"; title = "Pin History"; ObjectID = "QpH-S1-GSe"; */
"QpH-S1-GSe.title" = "Pin History";

/* Class = "NSTextFieldCell"; title = "Beta settings might be moved to a different pane in future versions."; ObjectID = "c4z-RD-3UN"; */
"c4z-RD-3UN.title" = "Beta settings might be moved to a different pane in future versions.";

/* Class = "NSMenuItem"; title = "Command"; ObjectID = "gRa-Te-dcH"; */
"gRa-Te-dcH.title" = "Command";

/* Class = "NSMenuItem"; title = "Control"; ObjectID = "hlL-5R-0wL"; */
"hlL-5R-0wL.title" = "Control";

/* Class = "NSMenuItem"; title = "Control"; ObjectID = "kZF-3Q-Tge"; */
"kZF-3Q-Tge.title" = "Control";

/* Class = "NSMenuItem"; title = "Shift"; ObjectID = "oNH-8M-ZSE"; */
"oNH-8M-ZSE.title" = "Shift";

/* Class = "NSMenuItem"; title = "Alt"; ObjectID = "orJ-AB-Oxl"; */
"orJ-AB-Oxl.title" = "Alt";

/* Class = "NSButtonCell"; title = "Save screenshots in history"; ObjectID = "pgE-3j-ZEy"; */
"pgE-3j-ZEy.title" = "Save screenshots in history";

/* Class = "NSButtonCell"; title = "Hide pinned items from history"; ObjectID = "qEV-6j-C6H"; */
"qEV-6j-C6H.title" = "Hide pinned items from history";

/* Class = "NSButtonCell"; title = "Paste as PlainText"; ObjectID = "r0C-kF-Q0z"; */
"r0C-kF-Q0z.title" = "Paste as PlainText";

/* Class = "NSMenuItem"; title = "Shift"; ObjectID = "riQ-CH-Kcr"; */
"riQ-CH-Kcr.title" = "Shift";

/* Class = "NSButtonCell"; title = "Delete from history"; ObjectID = "sYs-Da-TSj"; */
"sYs-Da-TSj.title" = "Delete from history";

/* Class = "NSMenuItem"; title = "Command"; ObjectID = "snd-hK-KP9"; */
"snd-hK-KP9.title" = "Command";

/* Class = "NSMenuItem"; title = "Control"; ObjectID = "vtQ-7v-nLJ"; */
"vtQ-7v-nLJ.title" = "Control";

/* Class = "NSMenuItem"; title = "Command"; ObjectID = "yZK-TZ-SNb"; */
"yZK-TZ-SNb.title" = "Command";

/* Class = "NSMenuItem"; title = "Control"; ObjectID = "z3A-El-En9"; */
"z3A-El-En9.title" = "Control";
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* Class = "NSTextFieldCell"; title = "Exclude these applications:"; ObjectID = "Jko-fZ-aTE"; */
"Jko-fZ-aTE.title" = "Exclude these applications:";

/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "XXp-Rw-8h6"; */
"XXp-Rw-8h6.title" = "Text Cell";
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/* Class = "NSButtonCell"; title = "Input \"⌘ + V\" after menu item selection"; ObjectID = "0yt-u0-ROt"; */
"0yt-u0-ROt.title" = "Input \"⌘ + V\" after menu item selection";

/* Class = "NSTextFieldCell"; title = "Appearance"; ObjectID = "FM4-mw-DCx"; */
"FM4-mw-DCx.title" = "Appearance";

/* Class = "NSTextFieldCell"; title = "Status Bar icon style:"; ObjectID = "Faj-kQ-G1v"; */
"Faj-kQ-G1v.title" = "Status Bar icon style:";

/* Class = "NSTextFieldCell"; title = "Sort history order by:"; ObjectID = "Lps-06-dPB"; */
"Lps-06-dPB.title" = "Sort history order by:";

/* Class = "NSButtonCell"; title = "Send crash report and error log (reflected at the next launch)"; ObjectID = "LsC-YB-qAw"; */
"LsC-YB-qAw.title" = "Send crash report and error log (reflected at the next launch)";

/* Class = "NSTextFieldCell"; title = "Max clipboard history size:"; ObjectID = "Nab-CO-ytH"; */
"Nab-CO-ytH.title" = "Max clipboard history size:";

/* Class = "NSTextFieldCell"; title = "Clipboard History"; ObjectID = "OOT-F5-Pal"; */
"OOT-F5-Pal.title" = "Clipboard History";

/* Class = "NSButtonCell"; title = "Launch on Login"; ObjectID = "Su3-mF-z1T"; */
"Su3-mF-z1T.title" = "Launch on Login";

/* Class = "NSMenuItem"; title = "Date Created"; ObjectID = "YmS-J6-ERc"; */
"YmS-J6-ERc.title" = "Date Created";

/* Class = "NSMenuItem"; title = "None"; ObjectID = "aEh-u0-hQR"; */
"aEh-u0-hQR.title" = "None";

/* Class = "NSTextFieldCell"; title = "items"; ObjectID = "eeq-cw-v00"; */
"eeq-cw-v00.title" = "items";

/* Class = "NSMenuItem"; title = "Last Used"; ObjectID = "ju3-6a-6xj"; */
"ju3-6a-6xj.title" = "Last Used";

/* Class = "NSTextFieldCell"; title = "Behavior"; ObjectID = "nDk-8y-89n"; */
"nDk-8y-89n.title" = "Behavior";
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
/* Class = "NSTextFieldCell"; title = "pixel"; ObjectID = "2Ra-jY-ADW"; */
"2Ra-jY-ADW.title" = "pixel";

/* Class = "NSTextFieldCell"; title = "items"; ObjectID = "4dH-7h-Ssv"; */
"4dH-7h-Ssv.title" = "items";

/* Class = "NSTextFieldCell"; title = "chars"; ObjectID = "67F-2m-Txz"; */
"67F-2m-Txz.title" = "chars";

/* Class = "NSTextFieldCell"; title = "pixel"; ObjectID = "90g-HQ-9Ua"; */
"90g-HQ-9Ua.title" = "pixel";

/* Class = "NSButtonCell"; title = "Show Image"; ObjectID = "Drj-kg-Km5"; */
"Drj-kg-Km5.title" = "Show Image";

/* Class = "NSTextFieldCell"; title = "Number of items place inside a folder:"; ObjectID = "FP7-VI-YVJ"; */
"FP7-VI-YVJ.title" = "Number of items place inside a folder:";

/* Class = "NSTextFieldCell"; title = "items"; ObjectID = "Ovp-if-Azp"; */
"Ovp-if-Azp.title" = "items";

/* Class = "NSTextFieldCell"; title = "Max length of tool tip string:"; ObjectID = "QFO-xC-Z3p"; */
"QFO-xC-Z3p.title" = "Max length of tool tip string:";

/* Class = "NSButtonCell"; title = "Show alert panel before clear history"; ObjectID = "U2I-bu-kTR"; */
"U2I-bu-kTR.title" = "Show alert panel before clear history";

/* Class = "NSTextFieldCell"; title = "Height:"; ObjectID = "WKb-6V-Q9w"; */
"WKb-6V-Q9w.title" = "Height:";

/* Class = "NSButtonCell"; title = "Place already copied history at the top"; ObjectID = "a32-zW-R74"; */
"a32-zW-R74.title" = "Place already copied history at the top";

/* Class = "NSButtonCell"; title = "Show tool tip on a menu item"; ObjectID = "h4n-Nv-zj1"; */
"h4n-Nv-zj1.title" = "Show tool tip on a menu item";

/* Class = "NSTextFieldCell"; title = "Number of characters in the menu:"; ObjectID = "hBb-sd-DcP"; */
"hBb-sd-DcP.title" = "Number of characters in the menu:";

/* Class = "NSButtonCell"; title = "Add key equivalents to numeric keys"; ObjectID = "hE2-DL-MKl"; */
"hE2-DL-MKl.title" = "Add key equivalents to numeric keys";

/* Class = "NSButtonCell"; title = "Show color code preview"; ObjectID = "hgW-RK-5oy"; */
"hgW-RK-5oy.title" = "Show color code preview";

/* Class = "NSButtonCell"; title = "Move instead of copying (removes the older one from the list)"; ObjectID = "lsx-Y0-zFR"; */
"lsx-Y0-zFR.title" = "Move instead of copying (removes the older one from the list)";

/* Class = "NSButtonCell"; title = "Mark menu items with numbers"; ObjectID = "nMF-6D-hXu"; */
"nMF-6D-hXu.title" = "Mark menu items with numbers";

/* Class = "NSTextFieldCell"; title = "chars"; ObjectID = "nzx-q5-ifH"; */
"nzx-q5-ifH.title" = "chars";

/* Class = "NSButtonCell"; title = "Add a menu item to clear clipboard history"; ObjectID = "p80-3o-bgA"; */
"p80-3o-bgA.title" = "Add a menu item to clear clipboard history";

/* Class = "NSTextFieldCell"; title = "Width:"; ObjectID = "saf-vP-Qwl"; */
"saf-vP-Qwl.title" = "Width:";

/* Class = "NSButtonCell"; title = "Menu items' title starts with 0"; ObjectID = "seq-HO-d27"; */
"seq-HO-d27.title" = "Menu items' title starts with 0";

/* Class = "NSTextFieldCell"; title = "Number of items place inline:"; ObjectID = "wef-NB-6p6"; */
"wef-NB-6p6.title" = "Number of items place inline:";

/* Class = "NSButtonCell"; title = "Display icons in menu items"; ObjectID = "yrU-qO-OwD"; */
"yrU-qO-OwD.title" = "Display icons in menu items";
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* Class = "NSTextFieldCell"; title = "Main:"; ObjectID = "5sL-G8-1io"; */
"5sL-G8-1io.title" = "Main:";

/* Class = "NSTextFieldCell"; title = "History:"; ObjectID = "Abl-cO-JwU"; */
"Abl-cO-JwU.title" = "History:";

/* Class = "NSTextFieldCell"; title = "History"; ObjectID = "Txl-Qh-RzP"; */
"Txl-Qh-RzP.title" = "History";

/* Class = "NSTextFieldCell"; title = "Menu"; ObjectID = "X5L-5V-1eH"; */
"X5L-5V-1eH.title" = "Menu";

/* Class = "NSTextFieldCell"; title = "Clear History:"; ObjectID = "f3b-Ht-X5w"; */
"f3b-Ht-X5w.title" = "Clear History:";

/* Class = "NSTextFieldCell"; title = "Snippets:"; ObjectID = "fXr-ry-5ds"; */
"fXr-ry-5ds.title" = "Snippets:";
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/* Class = "NSButtonCell"; title = "PDF"; ObjectID = "27s-8p-tdh"; */
"27s-8p-tdh.title" = "PDF";

/* Class = "NSButtonCell"; title = "Plain Text"; ObjectID = "9wr-mR-kmC"; */
"9wr-mR-kmC.title" = "Plain Text";

/* Class = "NSButtonCell"; title = "Rich Text Format Directory (RTFD)"; ObjectID = "Nvy-pc-6hl"; */
"Nvy-pc-6hl.title" = "Rich Text Format Directory (RTFD)";

/* Class = "NSButtonCell"; title = "Filenames"; ObjectID = "iO6-7x-OcH"; */
"iO6-7x-OcH.title" = "Filenames";

/* Class = "NSBox"; title = "Select clipboard types to store:"; ObjectID = "lSu-gq-grM"; */
"lSu-gq-grM.title" = "Select clipboard types to store:";

/* Class = "NSButtonCell"; title = "TIFF Image"; ObjectID = "lZ0-qQ-qWk"; */
"lZ0-qQ-qWk.title" = "TIFF Image";

/* Class = "NSButtonCell"; title = "URL"; ObjectID = "oXv-rM-kj5"; */
"oXv-rM-kj5.title" = "URL";

/* Class = "NSButtonCell"; title = "Rich Text Format (RTF)"; ObjectID = "xyj-FL-88b"; */
"xyj-FL-88b.title" = "Rich Text Format (RTF)";
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* Class = "NSButtonCell"; title = "Check Now"; ObjectID = "DDI-ts-HPE"; */
"DDI-ts-HPE.title" = "Check Now";

/* Class = "NSMenuItem"; title = "Daily"; ObjectID = "HwP-AM-nID"; */
"HwP-AM-nID.title" = "Daily";

/* Class = "NSButtonCell"; title = "Automatically check for updates:"; ObjectID = "Kdw-AL-Nnj"; */
"Kdw-AL-Nnj.title" = "Automatically check for updates:";

/* Class = "NSMenuItem"; title = "Weekly"; ObjectID = "NBD-wq-yMq"; */
"NBD-wq-yMq.title" = "Weekly";

/* Class = "NSTextFieldCell"; title = "v1.0.0"; ObjectID = "hhl-AS-dQ0"; */
"hhl-AS-dQ0.title" = "v1.0.0";

/* Class = "NSTextFieldCell"; title = "date"; ObjectID = "nG5-PB-zcE"; */
"nG5-PB-zcE.title" = "date";

/* Class = "NSMenuItem"; title = "Monthly"; ObjectID = "o5Q-Ao-iQN"; */
"o5Q-Ao-iQN.title" = "Monthly";
Loading

0 comments on commit a254449

Please sign in to comment.