From aaac8a8037d88426add0b774bd4da48c90501b10 Mon Sep 17 00:00:00 2001 From: Christophe Bourcier Date: Wed, 10 Dec 2014 17:35:35 +0100 Subject: [PATCH] Update translation files from Crowdin --- src/MEDOP/gui/CMakeLists.txt | 1 + src/MEDOP/gui/MED_msg_ja.ts | 53 ++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/src/MEDOP/gui/CMakeLists.txt b/src/MEDOP/gui/CMakeLists.txt index e22bc00ad..9e7e06d2a 100644 --- a/src/MEDOP/gui/CMakeLists.txt +++ b/src/MEDOP/gui/CMakeLists.txt @@ -60,6 +60,7 @@ SET(MEDOPGUITS_SOURCES MED_msg_en.ts MED_msg_fr.ts MED_msg_ja.ts + MEDOP_msg_ja.ts ) SET(COMMON_FLAGS diff --git a/src/MEDOP/gui/MED_msg_ja.ts b/src/MEDOP/gui/MED_msg_ja.ts index 1c77736aa..bc53af2e0 100644 --- a/src/MEDOP/gui/MED_msg_ja.ts +++ b/src/MEDOP/gui/MED_msg_ja.ts @@ -43,6 +43,11 @@ LAB_CHANGE_MESH 基になるメッシュを変更します。 + + + LAB_INTERPOLATE_FIELD + Interpolate field + IMPORT_MED_FIELDS @@ -121,6 +126,54 @@ エクスプ ローラーでメッシュを選択し、メッシュをクリックする必要があります。 + + DlgInterpolateField + + + SELECT_MESH + You must select a mesh in the explorer and clic the button Mesh + + + + TARGET_MESH_GT + Target mesh -> + + + + MSG_EXPLORER + (Explorer provides a view on MED data sources (mesh and fields) referenced in data space) + + + + LABEL_PRECISION + Interpolator precision + + + + LABEL_INTERSECTION_TYPE + Intersection type + + + + LABEL_METHOD + Interpolation method + + + + LABEL_DEFAULT_VALUE + Default value of resulting field + + + + LABEL_REVERSE + Reverse interpolation ? + + + + LABEL_NATURE + Field nature + + DlgImageToMed -- 2.39.2