Skip to content

Commit 477c486

Browse files
committed
Add Chinese (simplified) localization.
h/t @wongzigii
1 parent bb0c763 commit 477c486

File tree

5 files changed

+50
-0
lines changed

5 files changed

+50
-0
lines changed

QLVideo.pkgproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,17 @@
792792
<integer>1</integer>
793793
</dict>
794794
</dict>
795+
<dict>
796+
<key>LANGUAGE</key>
797+
<string>Simplified Chinese</string>
798+
<key>VALUE</key>
799+
<dict>
800+
<key>PATH</key>
801+
<string>Resources/zh_CN.lproj/conclusion.rtfd</string>
802+
<key>PATH_TYPE</key>
803+
<integer>1</integer>
804+
</dict>
805+
</dict>
795806
</array>
796807
</dict>
797808
<key>TITLE</key>

QLVideo.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
ABB1A29C1A1C392400EEF82B /* schema.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = schema.xml; path = Video.mdimporter/Contents/Resources/schema.xml; sourceTree = BUILT_PRODUCTS_DIR; };
111111
ABB8CF531A1C798B00CF242E /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/schema.strings; sourceTree = "<group>"; };
112112
ABE4610F1A15A519006C89A2 /* en */ = {isa = PBXFileReference; explicitFileType = text.plist.strings; name = en; path = en.lproj/schema.strings; sourceTree = "<group>"; };
113+
ABFE69C31A28399200243CA0 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_CN; path = zh_CN.lproj/schema.strings; sourceTree = "<group>"; };
113114
/* End PBXFileReference section */
114115

115116
/* Begin PBXFrameworksBuildPhase section */
@@ -350,6 +351,7 @@
350351
fr,
351352
it,
352353
sv,
354+
zh_CN,
353355
);
354356
mainGroup = AB9FB5641965DD7200D39647;
355357
productRefGroup = AB9FB56E1965DD7200D39647 /* Products */;
@@ -454,6 +456,7 @@
454456
AB0E0D3C1A15B0300056CC24 /* fr */,
455457
AB0E0D3D1A15B03B0056CC24 /* it */,
456458
ABB8CF531A1C798B00CF242E /* sv */,
459+
ABFE69C31A28399200243CA0 /* zh_CN */,
457460
);
458461
name = schema.strings;
459462
path = Resources;
2.28 KB
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf210
2+
{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;\f1\fswiss\fcharset0 Helvetica;\f2\fnil\fcharset134 STHeitiSC-Light;
3+
}
4+
{\colortbl;\red255\green255\blue255;}
5+
\paperw11900\paperh16840\margl1440\margr1440\vieww7840\viewh7000\viewkind0
6+
\pard\qc
7+
8+
\f0\fs24 \cf0 \
9+
\
10+
11+
\f1 {{\NeXTGraphic Success.png \width1440 \height1440
12+
}¬}
13+
\f0 \
14+
15+
\fs26 \
16+
17+
\b\fs44
18+
\f2 \'b0\'b2\'d7\'b0\'b3\'c9\'b9\'a6\'a1\'a3\
19+
\
20+
\pard
21+
22+
\b0\fs26 \cf0 \'c4\'e3\'bf\'c9\'c4\'dc\'d0\'e8\'d2\'aa\'d6\'d8\'d0\'c2\'b5\'c7\'c2\'bc
23+
\f0 Finder
24+
\f2 \'c0\'b4\'cf\'d4\'ca\'be\'b2\'a5\'b7\'c5\'ce\'c4\'bc\'fe\'a1\'a3
25+
\f0 \
26+
27+
\f2 \
28+
\'b4\'cb\'ba\'f3\'bc\'b8\'b7\'d6\'d6\'d3\'c4\'da\'a3\'ac\'b5\'b1
29+
\f0 Spotlight
30+
\f2 \'d6\'d8\'d0\'c2\'cb\'f7\'d2\'fd\'c4\'e3\'b5\'c4\'ca\'d3\'c6\'b5\'ce\'c4\'bc\'fe\'ca\'b1\'a3\'ac\'c4\'e3\'b5\'c4
31+
\f0 CPU
32+
\f2 \'ba\'cd\'b4\'c5\'c5\'cc\'bf\'c9\'c4\'dc\'bb\'e1\'c3\'f9\'bd\'d0\'c5\'b6\'a1\'a3
33+
\f0 \
34+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"uk_org_marginal_qlvideo_framerate" = "帧率";
2+
"uk_org_marginal_qlvideo_subtitles" = "字幕";

0 commit comments

Comments
 (0)