From e86ad93e2f6d301a0ec020d5ce7b05b93eca460a Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Wed, 4 Dec 2013 09:09:40 +0000 Subject: Adding Chinese localization from Sdchun. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88047 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- .../DFInput/zh-Hans.lproj/Localizable.strings | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 macosx/plugins/DFInput/zh-Hans.lproj/Localizable.strings (limited to 'macosx/plugins/DFInput/zh-Hans.lproj/Localizable.strings') diff --git a/macosx/plugins/DFInput/zh-Hans.lproj/Localizable.strings b/macosx/plugins/DFInput/zh-Hans.lproj/Localizable.strings new file mode 100644 index 00000000..4771519a --- /dev/null +++ b/macosx/plugins/DFInput/zh-Hans.lproj/Localizable.strings @@ -0,0 +1,53 @@ +/* + Localizable.strings + DFInput + + Created by C.W. Betts on 11/16/11. + Copyright 2011 __MyCompanyName__. All rights reserved. + */ + +"Gamepad/Keyboard/Mouse Input" = "手柄/键盘/鼠标 输入"; +"Joystick: Button %d" = "操纵杆: 按钮 %d"; +"Joystick: Axis %d%c" = "操纵杆: 坐标轴 %d%c"; +"Joystick: Hat %d %s" = "操纵杆: Hat %d %s"; +"Keyboard: %s" = "键盘: %s"; + +"(Keyboard only)" = "(键盘)"; +"(Not Set)" = "(未设置)"; + +"D-Pad Up" = "↑ / 上"; +"D-Pad Down" = "↓ / 下"; +"D-Pad Left" = "← / 左"; +"D-Pad Right" = "→ / 右"; +"Cross" = "× / 叉"; +"Circle" = "◯ / 圆圈"; +"Square" = "☐ / 方块"; +"Triangle" = "△ / 三角"; +"L1" = "L1"; +"R1" = "R1"; +"L2" = "L2"; +"R2" = "R2"; +"Select" = "Select / 选择"; +"Start" = "Start / 开始"; +"L3" = "L3"; +"R3" = "R3"; +"Analog" = "模拟"; +"L-Stick Right" = "L-摇杆 → / 右"; +"L-Stick Left" = "L-摇杆 ← / 左"; +"L-Stick Down" = "L-摇杆 ↓ / 下"; +"L-Stick Up" = "L-摇杆 ↑ / 上"; +"R-Stick Right" = "R-摇杆 → / 右"; +"R-Stick Left" = "R-摇杆 ← / 左"; +"R-Stick Down" = "R-摇杆 ↓ / 下"; +"R-Stick Up" = "R-摇杆 ↑ / 上"; + +//Unused right now +"Centered" = "中间键"; +"Up" = "↑ / 上"; +"Right" = "→ / 右"; +"Rightup" = "↗ / 右上"; +"Down" = "↓ / 下"; +"Rightdown" = "↘ / 右下"; +"Left" = "← / 左"; +"Leftup" = "↖ / 左上"; +"Leftdown" = "↙ / 左下"; -- cgit v1.2.3