lang.ja.js 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. /*globals svgEditor */
  2. svgEditor.readLang({
  3. lang: "ja",
  4. dir : "ltr",
  5. common: {
  6. "ok": "OK",
  7. "cancel": "キャンセル",
  8. "key_backspace": "backspace",
  9. "key_del": "削除",
  10. "key_down": "down",
  11. "key_up": "up",
  12. "more_opts": "More Options",
  13. "url": "URL",
  14. "width": "Width",
  15. "height": "Height"
  16. },
  17. misc: {
  18. "powered_by": "Powered by"
  19. },
  20. ui: {
  21. "toggle_stroke_tools": "Show/hide more stroke tools",
  22. "palette_info": "クリックで塗りの色を選択、Shift+クリックで線の色を選択",
  23. "zoom_level": "ズーム倍率の変更",
  24. "panel_drag": "Drag left/right to resize side panel"
  25. },
  26. properties: {
  27. "id": "Identify the element",
  28. "fill_color": "塗りの色を変更",
  29. "stroke_color": "線の色を変更",
  30. "stroke_style": "線種の変更",
  31. "stroke_width": "線幅の変更",
  32. "pos_x": "X座標を変更",
  33. "pos_y": "Y座標を変更",
  34. "linecap_butt": "Linecap: Butt",
  35. "linecap_round": "Linecap: Round",
  36. "linecap_square": "Linecap: Square",
  37. "linejoin_bevel": "Linejoin: Bevel",
  38. "linejoin_miter": "Linejoin: Miter",
  39. "linejoin_round": "Linejoin: Round",
  40. "angle": "回転角の変更",
  41. "blur": "Change gaussian blur value",
  42. "opacity": "不透明度",
  43. "circle_cx": "円の中心を変更(X座標)",
  44. "circle_cy": "円の中心を変更(Y座標)",
  45. "circle_r": "変更円の半径",
  46. "ellipse_cx": "楕円の中心を変更(X座標)",
  47. "ellipse_cy": "楕円の中心を変更(Y座標)",
  48. "ellipse_rx": "楕円の半径を変更(X座標)",
  49. "ellipse_ry": "楕円の半径を変更(Y座標)",
  50. "line_x1": "開始X座標",
  51. "line_x2": "終了X座標",
  52. "line_y1": "開始Y座標",
  53. "line_y2": "終了Y座標",
  54. "rect_height": "長方形の高さを変更",
  55. "rect_width": "長方形の幅を変更",
  56. "corner_radius": "長方形の角の半径を変更",
  57. "image_width": "画像の幅を変更",
  58. "image_height": "画像の高さを変更",
  59. "image_url": "URLを変更",
  60. "node_x": "ノードのX座標を変更",
  61. "node_y": "ノードのY座標を変更",
  62. "seg_type": "線分の種類を変更",
  63. "straight_segments": "直線",
  64. "curve_segments": "カーブ",
  65. "text_contents": "テキストの内容の変更",
  66. "font_family": "フォントファミリーの変更",
  67. "font_size": "文字サイズの変更",
  68. "bold": "太字",
  69. "italic": "イタリック体"
  70. },
  71. tools: {
  72. "main_menu": "Main Menu",
  73. "bkgnd_color_opac": "背景色/不透明度の変更",
  74. "connector_no_arrow": "No arrow",
  75. "fitToContent": "コンテンツに合わせる",
  76. "fit_to_all": "すべてのコンテンツに合わせる",
  77. "fit_to_canvas": "キャンバスに合わせる",
  78. "fit_to_layer_content": "レイヤー上のコンテンツに合わせる",
  79. "fit_to_sel": "選択対象に合わせる",
  80. "align_relative_to": "揃える",
  81. "relativeTo": "相対:",
  82. "page": "ページ",
  83. "largest_object": "最大のオブジェクト",
  84. "selected_objects": "選択オブジェクト",
  85. "smallest_object": "最小のオブジェクト",
  86. "new_doc": "新規イメージ",
  87. "open_doc": "イメージを開く",
  88. "export_img": "Export",
  89. "save_doc": "画像を保存",
  90. "import_doc": "Import Image",
  91. "align_to_page": "Align Element to Page",
  92. "align_bottom": "下揃え",
  93. "align_center": "中央揃え",
  94. "align_left": "左揃え",
  95. "align_middle": "中央揃え",
  96. "align_right": "右揃え",
  97. "align_top": "上揃え",
  98. "mode_select": "選択ツール",
  99. "mode_fhpath": "鉛筆ツール",
  100. "mode_line": "直線ツール",
  101. "mode_connect": "Connect two objects",
  102. "mode_rect": "Rectangle Tool",
  103. "mode_square": "Square Tool",
  104. "mode_fhrect": "フリーハンド長方形",
  105. "mode_ellipse": "楕円",
  106. "mode_circle": "円",
  107. "mode_fhellipse": "フリーハンド楕円",
  108. "mode_path": "パスツール",
  109. "mode_shapelib": "Shape library",
  110. "mode_text": "テキストツール",
  111. "mode_image": "イメージツール",
  112. "mode_zoom": "ズームツール",
  113. "mode_eyedropper": "Eye Dropper Tool",
  114. "no_embed": "NOTE: This image cannot be embedded. It will depend on this path to be displayed",
  115. "undo": "元に戻す",
  116. "redo": "やり直し",
  117. "tool_source": "ソースの編集",
  118. "wireframe_mode": "ワイヤーフレームで表示 [F]",
  119. "toggle_grid": "Show/Hide Grid",
  120. "clone": "Clone Element(s)",
  121. "del": "Delete Element(s)",
  122. "group_elements": "グループ化",
  123. "make_link": "Make (hyper)link",
  124. "set_link_url": "Set link URL (leave empty to remove)",
  125. "to_path": "パスに変換",
  126. "reorient_path": "現在の角度を0度とする",
  127. "ungroup": "グループ化を解除",
  128. "docprops": "文書のプロパティ",
  129. "imagelib": "Image Library",
  130. "move_bottom": "奥に移動",
  131. "move_top": "手前に移動",
  132. "node_clone": "ノードを複製",
  133. "node_delete": "ノードを削除",
  134. "node_link": "制御点の接続",
  135. "add_subpath": "Add sub-path",
  136. "openclose_path": "Open/close sub-path",
  137. "source_save": "適用",
  138. "cut": "Cut",
  139. "copy": "Copy",
  140. "paste": "Paste",
  141. "paste_in_place": "Paste in Place",
  142. "delete": "Delete",
  143. "group": "Group",
  144. "move_front": "Bring to Front",
  145. "move_up": "Bring Forward",
  146. "move_down": "Send Backward",
  147. "move_back": "Send to Back"
  148. },
  149. layers: {
  150. "layer":"レイヤ",
  151. "layers": "Layers",
  152. "del": "レイヤの削除",
  153. "move_down": "レイヤを下へ移動",
  154. "new": "新規レイヤ",
  155. "rename": "レイヤの名前を変更",
  156. "move_up": "レイヤを上へ移動",
  157. "dupe": "Duplicate Layer",
  158. "merge_down": "Merge Down",
  159. "merge_all": "Merge All",
  160. "move_elems_to": "移動先レイヤ:",
  161. "move_selected": "選択対象を別のレイヤに移動"
  162. },
  163. config: {
  164. "image_props": "イメージの設定",
  165. "doc_title": "タイトル",
  166. "doc_dims": "キャンバスの大きさ",
  167. "included_images": "挿入された画像の扱い",
  168. "image_opt_embed": "SVGファイルに埋め込む",
  169. "image_opt_ref": "画像を参照する",
  170. "editor_prefs": "エディタの設定",
  171. "icon_size": "アイコンの大きさ",
  172. "language": "言語",
  173. "background": "エディタの背景色",
  174. "editor_img_url": "Image URL",
  175. "editor_bg_note": "※背景色はファイルに保存されません。",
  176. "icon_large": "Large",
  177. "icon_medium": "Medium",
  178. "icon_small": "Small",
  179. "icon_xlarge": "Extra Large",
  180. "select_predefined": "デフォルト",
  181. "units_and_rulers": "Units & Rulers",
  182. "show_rulers": "Show rulers",
  183. "base_unit": "Base Unit:",
  184. "grid": "Grid",
  185. "snapping_onoff": "Snapping on/off",
  186. "snapping_stepsize": "Snapping Step-Size:",
  187. "grid_color": "Grid color"
  188. },
  189. shape_cats: {
  190. "basic": "Basic",
  191. "object": "Objects",
  192. "symbol": "Symbols",
  193. "arrow": "Arrows",
  194. "flowchart": "Flowchart",
  195. "animal": "Animals",
  196. "game": "Cards & Chess",
  197. "dialog_balloon": "Dialog balloons",
  198. "electronics": "Electronics",
  199. "math": "Mathematical",
  200. "music": "Music",
  201. "misc": "Miscellaneous",
  202. "raphael_1": "raphaeljs.com set 1",
  203. "raphael_2": "raphaeljs.com set 2"
  204. },
  205. imagelib: {
  206. "select_lib": "Select an image library",
  207. "show_list": "Show library list",
  208. "import_single": "Import single",
  209. "import_multi": "Import multiple",
  210. "open": "Open as new document"
  211. },
  212. notification: {
  213. "invalidAttrValGiven":"無効な値が指定されています。",
  214. "noContentToFitTo":"合わせる対象のコンテンツがありません。",
  215. "dupeLayerName":"同名のレイヤーが既に存在します。",
  216. "enterUniqueLayerName":"新規レイヤの一意な名前を入力してください。",
  217. "enterNewLayerName":"レイヤの新しい名前を入力してください。",
  218. "layerHasThatName":"既に同名が付いています。",
  219. "QmoveElemsToLayer":"選択した要素をレイヤー '%s' に移動しますか?",
  220. "QwantToClear":"キャンバスをクリアしますか?\nアンドゥ履歴も消去されます。",
  221. "QwantToOpen":"新しいファイルを開きますか?\nアンドゥ履歴も消去されます。",
  222. "QerrorsRevertToSource":"ソースにエラーがあります。\n元のソースに戻しますか?",
  223. "QignoreSourceChanges":"ソースの変更を無視しますか?",
  224. "featNotSupported":"機能はサポートされていません。",
  225. "enterNewImgURL":"画像のURLを入力してください。",
  226. "defsFailOnSave": "NOTE: Due to a bug in your browser, this image may appear wrong (missing gradients or elements). It will however appear correct once actually saved.",
  227. "loadingImage":"Loading image, please wait...",
  228. "saveFromBrowser": "Select \"Save As...\" in your browser to save this image as a %s file.",
  229. "noteTheseIssues": "Also note the following issues: ",
  230. "unsavedChanges": "There are unsaved changes.",
  231. "enterNewLinkURL": "Enter the new hyperlink URL",
  232. "errorLoadingSVG": "Error: Unable to load SVG data",
  233. "URLloadFail": "Unable to load from URL",
  234. "retrieving": "Retrieving \"%s\"..."
  235. },
  236. confirmSetStorage: {
  237. message: "By default and where supported, SVG-Edit can store your editor "+
  238. "preferences and SVG content locally on your machine so you do not "+
  239. "need to add these back each time you load SVG-Edit. If, for privacy "+
  240. "reasons, you do not wish to store this information on your machine, "+
  241. "you can change away from the default option below.",
  242. storagePrefsAndContent: "Store preferences and SVG content locally",
  243. storagePrefsOnly: "Only store preferences locally",
  244. storagePrefs: "Store preferences locally",
  245. storageNoPrefsOrContent: "Do not store my preferences or SVG content locally",
  246. storageNoPrefs: "Do not store my preferences locally",
  247. rememberLabel: "Remember this choice?",
  248. rememberTooltip: "If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again."
  249. }
  250. });