Added support for translated text in svgcanvas.js, updated es, ja files, complete fr file by wormsxulla

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1004 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Alexis Deveria
2009-12-08 19:38:14 +00:00
parent 161714b157
commit df642b1500
5 changed files with 207 additions and 61 deletions

View File

@@ -28,13 +28,9 @@
{"id":"align_relative_to","title":"整列するために相対的な ..."},
{"id":"tool_group","title":"グループ要素 [G]"},
{"id":"tool_ungroup","title":"グループ化を解除要素 [G]"},
{"id":"rect_x","title":"変更する四角形のX座標"},
{"id":"rect_y","title":"変更する四角形のY座標"},
{"id":"rect_width","title":"変更する長方形の幅"},
{"id":"rect_height","title":"変更する四角形の高さ"},
{"id":"rect_rx","title":"変更長方形コーナー半径"},
{"id":"image_x","title":"画像を変更X座標"},
{"id":"image_y","title":"画像を変更Y座標"},
{"id":"image_width","title":"変更するイメージの幅"},
{"id":"image_height","title":"変更するイメージの高さ"},
{"id":"image_url","title":"URLを変更"},
@@ -49,20 +45,18 @@
{"id":"line_y1","title":"変更直線y開始の座標"},
{"id":"line_x2","title":"変更行のx座標を終了"},
{"id":"line_y2","title":"変更直線y期の座標"},
{"id":"text_x","title":"変更するテキストのX座標"},
{"id":"text_y","title":"変更するテキストのY座標"},
{"id":"tool_bold","title":"太字テキスト [B]"},
{"id":"tool_italic","title":"イタリック体のテキスト [I]"},
{"id":"font_family","title":"フォントの変更ご家族"},
{"id":"font_size","title":"文字サイズの変更"},
{"id":"text","title":"変更するテキストの内容"},
{"id":"tool_select","title":"選択ツール [1]"},
{"id":"tool_path","title":"鉛筆ツール [2]"},
{"id":"tool_fhpath","title":"鉛筆ツール [2]"},
{"id":"tool_line","title":"ラインツール [3]"},
{"id":"tools_rect_show","title":"スクエア/ Rectツール [4/Shift 4]"},
{"id":"tools_ellipse_show","title":"楕円/サークルツール [5/Shift 5]"},
{"id":"tool_text","title":"テキストツール [6]"},
{"id":"tool_poly","title":"ポリツール [7]"},
{"id":"tool_path","title":"ポリツール [7]"},
{"id":"tool_image","title":"イメージツール [8]"},
{"id":"tool_zoom","title":"ズームツール [Ctrl Up/Down]"},
{"id":"zoom","title":"変更のズームレベル"},
@@ -92,8 +86,8 @@
{"id":"layersLable","textContent":"層:"},
{"id":"selectedPredefined","textContent":"を選択する事前定義された:"},
{"id":"fitToContent","textContent":"フィットコンテンツへ"},
{"id":"tool_source_save","textContent":"保存する"},
{"id":"tool_docprops_save","textContent":"保存する"},
{"id":"tool_source_save","textContent":"Apply Changes"},
{"id":"tool_docprops_save","textContent":"OK"},
{"id":"tool_docprops_cancel","textContent":"キャンセル"},
{"id":"tool_source_cancel","textContent":"キャンセル"},
{"id":"fit_to_all","textContent":"フィットすべてのコンテンツに"},
@@ -107,4 +101,55 @@
{"id":"fill_tool_bottom","textContent":"満ちる:"},
{"id":"stroke_tool_bottom","textContent":"打撃:"},
{"id":"svninfo_dim","textContent":"キャンバスの寸法"}
]
{"id":"path_node_x","title":"Change node's x coordinate"},
{"id":"path_node_y","title":"Change node's y coordinate"},
{"id":"seg_type","title":"Change Segment type"},
{"id":"straight_segments","textContent":"Straight"},
{"id":"curve_segments","textContent":"Curve"},
{"id":"tool_node_clone","title":"Clone Node"},
{"id":"tool_node_delete","title":"Delete Node"},
{"id":"selLayerLabel","textContent":"Move elements to:"},
{"id":"selLayerNames","title":"Move selected elements to a different layer"},
{"id":"sidepanel_handle","title":"Drag left/right to resize side panel [X]","textContent":"L a y e r s"},
{"id":"tool_wireframe","title":"Wireframe Mode [F]"},
{"id":"svginfo_image_props","textContent":"Image Properties"},
{"id":"svginfo_title","textContent":"Title"},
{"id":"svginfo_dim","textContent":"Canvas Dimensions"},
{"id":"includedImages","textContent":"Included Images"},
{"id":"image_opt_embed","textContent":"Embed data (local files)"},
{"id":"image_opt_ref","textContent":"Use file reference"},
{"id":"svginfo_editor_prefs","textContent":"Editor Preferences"},
{"id":"svginfo_lang","textContent":"Language"},
{"id":"svginfo_change_background","textContent":"Editor Background"},
{"id":"svginfo_bg_note","textContent":"Note: Background will not be saved with image."},
{"id":"svginfo_icons","textContent":"Icon size"},
{"id":"icon_small","textContent":"Small"},
{"id":"icon_medium","textContent":"Medium"},
{"id":"icon_large","textContent":"Large"},
{"id":"icon_xlarge","textContent":"Extra Large"},
{"id":"selected_x","title":"Change X coordinate"},
{"id":"selected_y","title":"Change Y coordinate"},
{"id":"tool_topath","title":"Convert to Path"},
{"id":"tool_reorient","title":"Reorient path"},
{"id":"tool_node_link","title":"Link Control Points"},
{"js_strings": {
"invalidAttrValGiven":"Invalid value given",
"noContentToFitTo":"No content to fit to",
'layer':"Layer",
"dupeLayerName":"There is already a layer named that!",
"enterUniqueLayerName":"Please enter a unique layer name",
"enterNewLayerName":"Please enter the new layer name",
"layerHasThatName":"Layer already has that name",
"QmoveElemsToLayer":"Move selected elements to layer '%s'?",
"QwantToClear":"Do you want to clear the drawing?\nThis will also erase your undo history!",
"QerrorsRevertToSource":"There were parsing errors in your SVG source.\nRevert back to original SVG source?",
"QignoreSourceChanges":"Ignore changes made to SVG source?",
"featNotSupported":"Feature not supported",
"enterNewImgURL":"Enter the new image URL",
"ok":"OK",
"cancel":"Cancel",
"pathNodeTooltip":"Drag node to move it. Double-click node to change segment type",
"pathCtrlPtTooltip":"Drag control point to adjust curve properties"
}
}
]