From 5d017a41a9ded34d90941b6bddcf1e3beda647e6 Mon Sep 17 00:00:00 2001 From: rnc Date: Thu, 24 Oct 2013 15:00:01 +0000 Subject: [PATCH] Added missing japanese translation file (not translated yet) --- src/MEDOP/gui/MED_msg_ja.ts | 302 ++++++++++++++++++++++++++++++++++++ 1 file changed, 302 insertions(+) create mode 100644 src/MEDOP/gui/MED_msg_ja.ts diff --git a/src/MEDOP/gui/MED_msg_ja.ts b/src/MEDOP/gui/MED_msg_ja.ts new file mode 100644 index 000000000..40c9b6961 --- /dev/null +++ b/src/MEDOP/gui/MED_msg_ja.ts @@ -0,0 +1,302 @@ + + + + + DatasourceController + + + LAB_ADD_DATA_SOURCE + Add Data Source + + + + TIP_ADD_DATA_SOURCE + Add a file data source (file providing med data) + + + + LAB_ADD_IMAGE_SOURCE + Add Image Source + + + + TIP_ADD_IMAGE_SOURCE + Create a Data Source from an image file + + + + LAB_EXPAND_FIELD + Expand field timeseries + + + + LAB_VISUALIZE + Visualize + + + + LAB_USE_IN_WORKSPACE + Use in workspace + + + + LAB_CHANGE_MESH + Change underlying mesh + + + + IMPORT_MED_FIELDS + Import MED fields + + + + OPERATION_FAILED + Operation failed + + + + CREATION_FAILED + The creation of med data from the image file failed + + + + OPERATION_NOT_ALLOWED + Operation not allowed + + + + FIELD_ALREADY_DEFINED + This field is already defined in the workspace + + + + DlgAlias + + + SELECT_AN_ALIAS_FOR_THE_FIELD + Select an alias for the field + + + + DEFINE_AN_ALIAS + You can define an alias to manipulate the field in console: + + + + ALIAS + Alias + + + + MSG_OPERATION_DEFINES_VARIABLE + (this operation defines a variable named <alias> in TUI console. Enter "<alias>.help()" to see available functions, or simply "doc") + + + + DlgChangeUnderlyingMesh + + + FORM + Form + + + + MESH_GT + Mesh -> + + + + MSG_EXPLORER + (Explorer provides a view on MED data sources (mesh and fields) referenced in data space) + + + + DATA_VERIFICATION + Data verification + + + + + SELECT_MESH + You must select a mesh in the explorer and clic the button Mesh + + + + DlgImageToMed + + + FORM + Form + + + + IMAGE_FILE + Image file: + + + + MED_FILE + MED file: + + + + SELECT_IMAGE_FILE + Select image file + + + + SPECIFY_MED_FILE + Specify a MED file + + + + LOAD_AUTOMATICALLY + Load automatically + + + + DlgUseInWorkspace + + + FORM + Form + + + + PRESSURE + Pressure: + + + + TEMPERATURE + Temperature: + + + + GenericDialog + + + DIALOG + Dialog + + + + MEDOPModule + + + + IMPORT_FROM_FILE + Import from File + + + + IMPORT_MED_FILE + Import MED file + + + + MEN_FILE + &File + + + + WorkspaceController + + + VISUALIZE_SCALAR_MAP + Visualize (scalar map) + + + + USE_IN_CONSOLE + Use (in console) + + + + EXPORT_TO_PARAVIS + Export (to PARAVIS) + + + + SAVE_AS_MED + Save (as MED file) + + + + REMOVE_FROM_WORKSPACE + Remove (from workspace) + + + + LAB_SAVE_WORKSPACE + Save workspace + + + + TIP_SAVE_WORKSPACE + Save the workspace (fields and meshes) in a MED file + + + + LAB_CLEAN_WORKSPACE + Clean workspace + + + + TIP_CLEAN_WORKSPACE + Clean all data in the workspace + + + + SAVE_SELECTED_FIELDS + Save selected fields + + + + SAVE_WORKSPACE_DATA + Save workspace data + + + + NOT_IMPLEMENTED_YET + Not implemented yet + + + + FUNCTION_NOT_IMPLEMENTED + This function is not implemented yet + + + + @default + + + + + + + FILE_FILTER_MED + MED files (*.med) + + + + FILE_FILTER_PNG + PNG image (*.png) + + + + FILE_FILTER_JPG + JPG image (*.jpg) + + + + FILE_FILTER_PGM + PGM image (*.jpg) + + + + FILE_FILTER_ALL + All files (*.*) + + + -- 2.39.2