Skip to content

Commit 273a313

Browse files
committed
Integrate Japanese localization.
1 parent 0dd9677 commit 273a313

File tree

3 files changed

+83
-2
lines changed

3 files changed

+83
-2
lines changed

Help/index_ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
22
"http://www.w3.org/TR/html4/strict.dtd">
33

4-
<html lang="en">
4+
<html lang="ja">
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
77
<title>Inkpad ヘルプ</title>

Inkpad.xcodeproj/project.pbxproj

Lines changed: 82 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,12 @@
335335
6BDBC48B130D1A6F00BC3BCA /* WDEtchedLine.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BDBC48A130D1A6F00BC3BCA /* WDEtchedLine.m */; };
336336
6BDD92E413DE744F0005F55D /* hue_shifter_overlay.png in Resources */ = {isa = PBXBuildFile; fileRef = 6BDD92E313DE744F0005F55D /* hue_shifter_overlay.png */; };
337337
6BDDFA6C13E7924600B10774 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6BDDFA6B13E7924600B10774 /* MobileCoreServices.framework */; };
338+
6BE1875418FEE947006FC619 /* ColorBalance.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6BE1874818FEE947006FC619 /* ColorBalance.strings */; };
339+
6BE1875518FEE947006FC619 /* HueSaturation.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6BE1874A18FEE947006FC619 /* HueSaturation.strings */; };
340+
6BE1875618FEE947006FC619 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6BE1874C18FEE947006FC619 /* Localizable.strings */; };
341+
6BE1875718FEE947006FC619 /* OpenClipArt.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6BE1874E18FEE947006FC619 /* OpenClipArt.strings */; };
342+
6BE1875818FEE947006FC619 /* Shadow.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6BE1875018FEE947006FC619 /* Shadow.strings */; };
343+
6BE1875918FEE947006FC619 /* Stroke.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6BE1875218FEE947006FC619 /* Stroke.strings */; };
338344
6BE2F52F136782CE006BBF5E /* WDEraserPreviewView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BE2F52E136782CE006BBF5E /* WDEraserPreviewView.m */; };
339345
6BF0C07A125E8345009BB05C /* WDColorController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BF0C079125E8345009BB05C /* WDColorController.m */; };
340346
6BF0C250125F9F63009BB05C /* WDStrokeController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BF0C24F125F9F63009BB05C /* WDStrokeController.m */; };
@@ -846,6 +852,12 @@
846852
6BDBC48A130D1A6F00BC3BCA /* WDEtchedLine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WDEtchedLine.m; sourceTree = "<group>"; };
847853
6BDD92E313DE744F0005F55D /* hue_shifter_overlay.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = hue_shifter_overlay.png; path = Images/hue_shifter_overlay.png; sourceTree = "<group>"; };
848854
6BDDFA6B13E7924600B10774 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
855+
6BE1874918FEE947006FC619 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ColorBalance.strings; sourceTree = "<group>"; };
856+
6BE1874B18FEE947006FC619 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = HueSaturation.strings; sourceTree = "<group>"; };
857+
6BE1874D18FEE947006FC619 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = Localizable.strings; sourceTree = "<group>"; };
858+
6BE1874F18FEE947006FC619 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = OpenClipArt.strings; sourceTree = "<group>"; };
859+
6BE1875118FEE947006FC619 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = Shadow.strings; sourceTree = "<group>"; };
860+
6BE1875318FEE947006FC619 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = Stroke.strings; sourceTree = "<group>"; };
849861
6BE2F52D136782CE006BBF5E /* WDEraserPreviewView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WDEraserPreviewView.h; sourceTree = "<group>"; };
850862
6BE2F52E136782CE006BBF5E /* WDEraserPreviewView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WDEraserPreviewView.m; sourceTree = "<group>"; };
851863
6BF0C078125E8345009BB05C /* WDColorController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WDColorController.h; sourceTree = "<group>"; };
@@ -960,15 +972,16 @@
960972
29B97317FDCFA39411CA2CEA /* Resources */ = {
961973
isa = PBXGroup;
962974
children = (
963-
02B54D2118D59DFF00DE8A9F /* zh-Hans.lproj */,
964975
6B83972418A41125001D5985 /* de.lproj */,
965976
6B8F091517FCE1DB00BB6F7E /* en.lproj */,
966977
6BC96745183149E300F46191 /* es.lproj */,
967978
F43A1D69183557770032933E /* fr.lproj */,
968979
6B8C5379182AEA5000C102F7 /* it.lproj */,
980+
6BE1874718FEE947006FC619 /* ja.lproj */,
969981
6B9A287C18C1087300697BE7 /* pt.lproj */,
970982
6BBB7CCF18B32C240018954B /* pt_PT.lproj */,
971983
6B95751E183C52940094B7D5 /* tr.lproj */,
984+
02B54D2118D59DFF00DE8A9F /* zh-Hans.lproj */,
972985
6B87CA5C1312610D0027A482 /* Help */,
973986
6BCD52C0123FFFF3002FCB27 /* Images */,
974987
6B984AF7131623FA007FB48F /* PLists */,
@@ -1748,6 +1761,19 @@
17481761
name = "Text Alignment";
17491762
sourceTree = "<group>";
17501763
};
1764+
6BE1874718FEE947006FC619 /* ja.lproj */ = {
1765+
isa = PBXGroup;
1766+
children = (
1767+
6BE1874818FEE947006FC619 /* ColorBalance.strings */,
1768+
6BE1874A18FEE947006FC619 /* HueSaturation.strings */,
1769+
6BE1874C18FEE947006FC619 /* Localizable.strings */,
1770+
6BE1874E18FEE947006FC619 /* OpenClipArt.strings */,
1771+
6BE1875018FEE947006FC619 /* Shadow.strings */,
1772+
6BE1875218FEE947006FC619 /* Stroke.strings */,
1773+
);
1774+
path = ja.lproj;
1775+
sourceTree = "<group>";
1776+
};
17511777
F43A1D69183557770032933E /* fr.lproj */ = {
17521778
isa = PBXGroup;
17531779
children = (
@@ -1812,6 +1838,7 @@
18121838
pt,
18131839
pt_PT,
18141840
"zh-Hans",
1841+
ja,
18151842
);
18161843
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
18171844
projectDirPath = "";
@@ -1845,6 +1872,7 @@
18451872
6B197DAE12434CED006C5C3A /* align_left.png in Resources */,
18461873
6B197DAF12434CED006C5C3A /* align_middle.png in Resources */,
18471874
6B197DB012434CED006C5C3A /* align_right.png in Resources */,
1875+
6BE1875618FEE947006FC619 /* Localizable.strings in Resources */,
18481876
6B197DB112434CED006C5C3A /* align_top.png in Resources */,
18491877
6B53351C1803530E00D46D5B /* BlendModes.plist in Resources */,
18501878
6B5335401803538D00D46D5B /* Font.xib in Resources */,
@@ -1907,6 +1935,7 @@
19071935
6BABD988141ED30100F7E0A9 /* line.png in Resources */,
19081936
6BABD98A141ED30100F7E0A9 /* oval.png in Resources */,
19091937
6BABD98C141ED30100F7E0A9 /* pen.png in Resources */,
1938+
6BE1875418FEE947006FC619 /* ColorBalance.strings in Resources */,
19101939
6BABD98E141ED30100F7E0A9 /* polygon.png in Resources */,
19111940
6BABD990141ED30100F7E0A9 /* rect.png in Resources */,
19121941
6BABD992141ED30100F7E0A9 /* rotate.png in Resources */,
@@ -1935,11 +1964,13 @@
19351964
6B7D2CF415089966001311B0 /* [email protected] in Resources */,
19361965
6B7D2CF515089966001311B0 /* [email protected] in Resources */,
19371966
6B2AC3FB17EAD420008D6391 /* [email protected] in Resources */,
1967+
6BE1875918FEE947006FC619 /* Stroke.strings in Resources */,
19381968
6BBB7CDE18B32C240018954B /* Stroke.strings in Resources */,
19391969
6B83973A18A4390C001D5985 /* [email protected] in Resources */,
19401970
6B7D2D011508A0B2001311B0 /* [email protected] in Resources */,
19411971
6B7D2D031508A291001311B0 /* [email protected] in Resources */,
19421972
6B7D2D0B1508AC8D001311B0 /* [email protected] in Resources */,
1973+
6BE1875818FEE947006FC619 /* Shadow.strings in Resources */,
19431974
02B54D3218D59DFF00DE8A9F /* Shadow.strings in Resources */,
19441975
6B7D2D0D1508AED6001311B0 /* [email protected] in Resources */,
19451976
6B7D2D0F1508AF4E001311B0 /* [email protected] in Resources */,
@@ -1995,6 +2026,7 @@
19952026
6B219C8B150EEF0700761F18 /* [email protected] in Resources */,
19962027
6B5335441803538D00D46D5B /* LayerCell.xib in Resources */,
19972028
6B9A288B18C1087300697BE7 /* Localizable.strings in Resources */,
2029+
6BE1875518FEE947006FC619 /* HueSaturation.strings in Resources */,
19982030
6B219C8F150EEFC100761F18 /* [email protected] in Resources */,
19992031
6B83972F18A41126001D5985 /* ColorBalance.strings in Resources */,
20002032
6B219C93150EF0B700761F18 /* [email protected] in Resources */,
@@ -2004,6 +2036,7 @@
20042036
6B5335201803530E00D46D5B /* Settings.plist in Resources */,
20052037
6B219CA1150EFAE700761F18 /* [email protected] in Resources */,
20062038
6B219CA3150EFAE700761F18 /* [email protected] in Resources */,
2039+
6BE1875718FEE947006FC619 /* OpenClipArt.strings in Resources */,
20072040
6B219CCB1511893500761F18 /* duplicate.png in Resources */,
20082041
);
20092042
runOnlyForDeploymentPostprocessing = 0;
@@ -2582,6 +2615,54 @@
25822615
name = Localizable.strings;
25832616
sourceTree = "<group>";
25842617
};
2618+
6BE1874818FEE947006FC619 /* ColorBalance.strings */ = {
2619+
isa = PBXVariantGroup;
2620+
children = (
2621+
6BE1874918FEE947006FC619 /* ja */,
2622+
);
2623+
name = ColorBalance.strings;
2624+
sourceTree = "<group>";
2625+
};
2626+
6BE1874A18FEE947006FC619 /* HueSaturation.strings */ = {
2627+
isa = PBXVariantGroup;
2628+
children = (
2629+
6BE1874B18FEE947006FC619 /* ja */,
2630+
);
2631+
name = HueSaturation.strings;
2632+
sourceTree = "<group>";
2633+
};
2634+
6BE1874C18FEE947006FC619 /* Localizable.strings */ = {
2635+
isa = PBXVariantGroup;
2636+
children = (
2637+
6BE1874D18FEE947006FC619 /* ja */,
2638+
);
2639+
name = Localizable.strings;
2640+
sourceTree = "<group>";
2641+
};
2642+
6BE1874E18FEE947006FC619 /* OpenClipArt.strings */ = {
2643+
isa = PBXVariantGroup;
2644+
children = (
2645+
6BE1874F18FEE947006FC619 /* ja */,
2646+
);
2647+
name = OpenClipArt.strings;
2648+
sourceTree = "<group>";
2649+
};
2650+
6BE1875018FEE947006FC619 /* Shadow.strings */ = {
2651+
isa = PBXVariantGroup;
2652+
children = (
2653+
6BE1875118FEE947006FC619 /* ja */,
2654+
);
2655+
name = Shadow.strings;
2656+
sourceTree = "<group>";
2657+
};
2658+
6BE1875218FEE947006FC619 /* Stroke.strings */ = {
2659+
isa = PBXVariantGroup;
2660+
children = (
2661+
6BE1875318FEE947006FC619 /* ja */,
2662+
);
2663+
name = Stroke.strings;
2664+
sourceTree = "<group>";
2665+
};
25852666
F43A1D6E183557770032933E /* Localizable.strings */ = {
25862667
isa = PBXVariantGroup;
25872668
children = (

ja.lproj/Localizable.strings

6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)