From cb5f7fb9668f19ece7c2144c03137c5ec6187533 Mon Sep 17 00:00:00 2001 From: rnc Date: Thu, 25 Jul 2013 13:00:28 +0000 Subject: [PATCH] IMP: HexoticPLUGIN : Japanese translations --- src/GUI/HexoticPLUGIN_msg_ja.ts | 91 +++++++++++++++++++++++++++++++++ src/GUI/Makefile.am | 3 +- 2 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 src/GUI/HexoticPLUGIN_msg_ja.ts diff --git a/src/GUI/HexoticPLUGIN_msg_ja.ts b/src/GUI/HexoticPLUGIN_msg_ja.ts new file mode 100644 index 0000000..8e5875f --- /dev/null +++ b/src/GUI/HexoticPLUGIN_msg_ja.ts @@ -0,0 +1,91 @@ + + + + + @default + + Hexotic_3D_HYPOTHESIS + Hexotic 3 D + + + Hexotic_3D_TITLE + 仮説構築 + + + Hexotic_INPUT_SIZE + サイズ + + + Hexotic_INPUT_LEVEL + 細分化レベル + + + Hexotic_MAX_SIZE + 最大サイズ + + + Hexotic_MIN_SIZE + 最小サイズ + + + Hexotic_HEXES_MAX_LEVEL + 注意 Hexes 最大レベル + + + Hexotic_HEXES_MIN_LEVEL + 注意ヘックス分レベル + + + Hexotic_IGNORE_RIDGES + ない尾根滑らかなメッシュを生成します。 + + + Hexotic_INVALID_ELEMENTS + 無効な要素を承認します。 + + + Hexotic_SHARP_ANGLE_THRESHOLD + 鋭い角度度のしきい値 + + + Hexotic_NB_PROC + スレッドの数 + + + Hexotic_WORKING_DIR + 作業ディレクトリ + + + Hexotic_SELECT_DIR + 選択します. + + + Hexotic_VERBOSITY + 詳細 + + + Hexotic_MAX_MEMORY + 最大メモリ (MB) + + + Hexotic_SUBDOMAIN_MESH_MODE + サブドメイン メッシュ モード + + + Hexotic_SD_MODE_1 + 1 つのドメイン + + + Hexotic_SD_MODE_2 + 虫歯は無視 + + + Hexotic_SD_MODE_3 + メッシュ空洞 + + + Hexotic_SD_MODE_4 + 非-マニホールド ジオメトリ + + + diff --git a/src/GUI/Makefile.am b/src/GUI/Makefile.am index d592c33..60c045a 100644 --- a/src/GUI/Makefile.am +++ b/src/GUI/Makefile.am @@ -78,7 +78,8 @@ libHexoticPluginGUI_la_LDFLAGS = \ nodist_salomeres_DATA = \ HexoticPLUGIN_images.qm \ HexoticPLUGIN_msg_en.qm \ - HexoticPLUGIN_msg_fr.qm + HexoticPLUGIN_msg_fr.qm \ + HexoticPLUGIN_msg_ja.qm SUBDIRS = resources -- 2.39.2