Skip to content

Commit

Permalink
update localization
Browse files Browse the repository at this point in the history
  • Loading branch information
typcn committed Sep 17, 2015
1 parent 4b47979 commit 0f5b24e
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 209 deletions.
8 changes: 4 additions & 4 deletions bilibili.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,6 @@
FD61025B1AD7CBA20013119A /* inject.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = inject.js; path = WebPages/inject.js; sourceTree = "<group>"; };
FD61025D1AD7CBC10013119A /* webui.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = webui.html; path = WebPages/webui.html; sourceTree = "<group>"; };
FD62CA431B6F4BFB0014D45D /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Main.strings; sourceTree = "<group>"; };
FD62CA481B6F52F40014D45D /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
FD62CA491B6F52F80014D45D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Main.strings; sourceTree = "<group>"; };
FD62CC831B6E661F000AED57 /* reload.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = reload.png; path = bilibili/img/reload.png; sourceTree = "<group>"; };
FD62CC851B6E6726000AED57 /* copy.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = copy.png; path = bilibili/img/copy.png; sourceTree = "<group>"; };
FD62CC871B6E6848000AED57 /* MBProgressHUD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MBProgressHUD.h; path = Others/MBProgressHUD.h; sourceTree = "<group>"; };
Expand All @@ -402,6 +400,8 @@
FD83027C1BAB303C00FF68DB /* DonateView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = DonateView.mm; path = Others/DonateView.mm; sourceTree = "<group>"; };
FDA775E01AD93DC900426483 /* aria2.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = aria2.hpp; path = bilibili/headers/aria2.hpp; sourceTree = "<group>"; };
FDAF8BA61ACA502000C0C55D /* dsa_pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dsa_pub.pem; sourceTree = "<group>"; };
FDCA48771BAB4F92001ACB8D /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
FDCA487A1BAB5256001ACB8D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Main.strings; sourceTree = "<group>"; };
FDD5EEF61AC944020036B829 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
FDDE115E1BA9459E00230184 /* reverseHTTP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = reverseHTTP.cpp; path = AirPlay/reverseHTTP.cpp; sourceTree = "<group>"; };
FDDE115F1BA9459E00230184 /* reverseHTTP.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = reverseHTTP.hpp; path = AirPlay/reverseHTTP.hpp; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1184,8 +1184,8 @@
children = (
FD0829C81B67844500D2B126 /* Base */,
FD62CA431B6F4BFB0014D45D /* ja */,
FD62CA481B6F52F40014D45D /* zh-Hans */,
FD62CA491B6F52F80014D45D /* en */,
FDCA48771BAB4F92001ACB8D /* zh-Hans */,
FDCA487A1BAB5256001ACB8D /* en */,
);
name = Main.storyboard;
sourceTree = "<group>";
Expand Down
2 changes: 1 addition & 1 deletion bilibili/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
</textFieldCell>
</textField>
<button verticalHuggingPriority="750" id="myK-vd-tgz">
<rect key="frame" x="26" y="42" width="123" height="32"/>
<rect key="frame" x="26" y="42" width="153" height="32"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<animations/>
<buttonCell key="cell" type="push" title="不再提示" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="J1h-Wf-olR">
Expand Down
Loading

0 comments on commit 0f5b24e

Please sign in to comment.