@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Common Workflow Language User Guide\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2023-01-25 14:33+0100\n "
11
- "PO-Revision-Date : 2023-08-26 23:56 +0000\n "
11
+ "PO-Revision-Date : 2023-08-29 01:18 +0000\n "
12
12
"
Last-Translator :
Manabu ISHII <[email protected] >\n "
13
13
"Language-Team : Japanese <https://hosted.weblate.org/projects/commonwl/ "
14
14
"user-guide/ja/>\n "
@@ -2620,8 +2620,9 @@ msgid "`metadata_example3.cwl`"
2620
2620
msgstr ""
2621
2621
2622
2622
#: ../../src/topics/operations.md:1 8acf361cf77c4d45ba3f2e344146259f
2623
+ #, fuzzy
2623
2624
msgid "Operations"
2624
- msgstr ""
2625
+ msgstr "Operations "
2625
2626
2626
2627
#: ../../src/topics/operations.md:3 83d3b9a0ed3148fda9ce72cd108cb9e1
2627
2628
msgid ""
@@ -2635,11 +2636,12 @@ msgstr ""
2635
2636
msgid ""
2636
2637
"You can create operations to visualize a workflow during development, before "
2637
2638
"you are ready to submit the workflow to a CWL runner:"
2638
- msgstr ""
2639
+ msgstr "CWLランナーにワークフローを送信する前に、開発中のワークフローを可視化すること"
2640
+ "ができます:"
2639
2641
2640
2642
#: ../../src/topics/operations.md:10 49cf614893d8438299b3bca384eb40cf
2641
2643
msgid "`operations.cwl`"
2642
- msgstr ""
2644
+ msgstr "`operations.cwl` "
2643
2645
2644
2646
#: ../../src/topics/operations.md:16 88160cef4cfa4add9020aa89511a5749
2645
2647
msgid ""
@@ -2659,11 +2661,12 @@ msgstr ""
2659
2661
msgid ""
2660
2662
"If you try running it with `cwltool`, the command will fail since `cwltool` "
2661
2663
"does not have enough information to know how to execute it:"
2662
- msgstr ""
2664
+ msgstr "`cwltool` だけで実行しようとすると、`cwltool` "
2665
+ "は実行するのに必要な情報がないため、コマンドは失敗します:"
2663
2666
2664
2667
#: ../../src/topics/operations.md:58 98d9b8d867594543890af99e77e24edb
2665
2668
msgid "`cwltool` does not know how to run operations"
2666
- msgstr ""
2669
+ msgstr "`cwltool` は、どうやってoperationsを実行するかを知りません。 "
2667
2670
2668
2671
#: ../../src/topics/operations.md:66 a25d0b1e13324b40a6b8fcd227948c4f
2669
2672
msgid ""
@@ -2674,11 +2677,12 @@ msgstr ""
2674
2677
2675
2678
#: ../../src/topics/outputs.md:1 da077da5eb8a4ffebfde041fc16300de
2676
2679
msgid "Outputs"
2677
- msgstr ""
2680
+ msgstr "Outputs "
2678
2681
2679
2682
#: ../../src/topics/outputs.md:3 1b3016f0462f42deb42ddaa33f28bf3d
2683
+ #, fuzzy
2680
2684
msgid "Returning Output Files"
2681
- msgstr ""
2685
+ msgstr "出力ファイルの回収 "
2682
2686
2683
2687
#: ../../src/topics/outputs.md:5 d661df070e3040869da412d07a71f716
2684
2688
msgid ""
@@ -2701,11 +2705,11 @@ msgstr ""
2701
2705
msgid ""
2702
2706
"The following example demonstrates how to return a file that has been "
2703
2707
"extracted from a tar file."
2704
- msgstr ""
2708
+ msgstr "次の例は、tarファイルから抽出されたファイルを返す方法を示しています。 "
2705
2709
2706
2710
#: ../../src/topics/outputs.md:19 7e3fa7baf0f549ec89457e7004ac9545
2707
2711
msgid "Passing mandatory arguments to the `baseCommand`"
2708
- msgstr ""
2712
+ msgstr "`baseCommand` に必須引数を渡します。 "
2709
2713
2710
2714
#: ../../src/topics/outputs.md:21 22447a560f6f4317bf67bd7c4336126c
2711
2715
msgid ""
@@ -2717,21 +2721,23 @@ msgstr ""
2717
2721
2718
2722
#: ../../src/topics/outputs.md:26 f1ee2e00b0cc4112b51c9df3a919b73f
2719
2723
msgid "`tar.cwl`"
2720
- msgstr ""
2724
+ msgstr "`tar.cwl` "
2721
2725
2722
2726
#: ../../src/topics/outputs.md:32 ad8e1acb251246d2a47c39b20d4e483a
2723
2727
msgid "`tar-job.yml`"
2724
- msgstr ""
2728
+ msgstr "`tar-job.yml` "
2725
2729
2726
2730
#: ../../src/topics/outputs.md:38 dc200c6960ae4476a772645d021f14b8
2731
+ #, fuzzy
2727
2732
msgid "Next, create a tar file for the example."
2728
- msgstr ""
2733
+ msgstr "次に、サンプルとなるtarファイルを作成します。 "
2729
2734
2730
2735
#: ../../src/topics/outputs.md:45 52703d6b7f914097934bfad13663abeb
2731
2736
msgid ""
2732
2737
"And now invoke `cwltool` with the tool description and the input object on "
2733
2738
"the command line:"
2734
- msgstr ""
2739
+ msgstr "そして、今度はコマンドラインにツール定義と入力オブジェクトを指定して`cwltool`"
2740
+ " を呼び出します:"
2735
2741
2736
2742
#: ../../src/topics/outputs.md:51 5e1c79df657d4a6e84e055dd6b300a5d
2737
2743
msgid ""
@@ -2810,13 +2816,15 @@ msgstr ""
2810
2816
2811
2817
#: ../../src/topics/parameter-references.md:19 5c64d938862747cb9fb52515a656ce27
2812
2818
msgid "`tar-param-job.yml`"
2813
- msgstr ""
2819
+ msgstr "`tar-param-job.yml` "
2814
2820
2815
2821
#: ../../src/topics/parameter-references.md:25 074cf5d912854d8c864607cc24b15302
2822
+ #, fuzzy
2816
2823
msgid ""
2817
2824
"Create your input files and invoke `cwltool` with the tool description and "
2818
2825
"the input object on the command line:"
2819
- msgstr ""
2826
+ msgstr "入力ファイル(入力オブジェクト)を作成し、コマンドラインでツール定義と入力オブ"
2827
+ "ジェクトを指定して`cwltool` を呼び出します:"
2820
2828
2821
2829
#: ../../src/topics/parameter-references.md:36 0290af3e3cbb4b32b0450c8771f3bf95
2822
2830
msgid ""
@@ -2835,7 +2843,7 @@ msgstr ""
2835
2843
msgid ""
2836
2844
"The value of the \" inputs\" variable is the input object provided when the "
2837
2845
"CWL tool was invoked."
2838
- msgstr ""
2846
+ msgstr "変数 \" inputs \" の値は、CWLツールの起動時に提供された入力オブジェクトです。 "
2839
2847
2840
2848
#: ../../src/topics/parameter-references.md:54 eea20f89c45f424a888178df53713b28
2841
2849
msgid ""
@@ -2847,96 +2855,129 @@ msgstr ""
2847
2855
2848
2856
#: ../../src/topics/parameter-references.md:59 cb4ea13f5db84c0da43df3f7f2478d78
2849
2857
msgid "Where are parameter references allowed?"
2850
- msgstr ""
2858
+ msgstr "パラメータ参照はどこで許されるのですか? "
2851
2859
2852
2860
#: ../../src/topics/parameter-references.md:61 6d3fb423e6c4434697cd113fb27e28ad
2853
2861
msgid "You can only use parameter references in certain fields. These are:"
2854
2862
msgstr ""
2855
2863
2856
2864
#: ../../src/topics/parameter-references.md:63 7647e0229a924f988cf02b7812a55c06
2865
+ #, fuzzy
2857
2866
msgid ""
2858
2867
"From [`CommandLineTool`](http://www.commonwl.org/v1.0/CommandLineTool."
2859
2868
"html#CommandLineTool)"
2860
2869
msgstr ""
2870
+ "[`CommandLineTool`](http://www.commonwl.org/v1.0/CommandLineTool."
2871
+ "html#CommandLineTool) から"
2861
2872
2862
2873
#: ../../src/topics/parameter-references.md:69 9d663249666045618a0d3acddb85a9a9
2863
2874
msgid ""
2864
2875
"From [CommandInputParameter](http://www.commonwl.org/v1.0/CommandLineTool."
2865
2876
"html#CommandInputParameter)"
2866
2877
msgstr ""
2878
+ "[CommandInputParameter](http://www.commonwl.org/v1.0/CommandLineTool."
2879
+ "html#CommandInputParameter) から"
2867
2880
2868
2881
#: ../../src/topics/parameter-references.md:72 5fed4984f6784347b4cbe0630b1dd2c2
2869
2882
msgid ""
2870
2883
"From [`inputBinding`](http://www.commonwl.org/v1.0/CommandLineTool."
2871
2884
"html#CommandLineBinding)"
2872
2885
msgstr ""
2886
+ "[`inputBinding`](http://www.commonwl.org/v1.0/CommandLineTool."
2887
+ "html#CommandLineBinding) から"
2873
2888
2874
2889
#: ../../src/topics/parameter-references.md:74 dbf6153cd02542a6a01c172803122b7f
2890
+ #, fuzzy
2875
2891
msgid ""
2876
2892
"From [CommandOutputParamater](http://www.commonwl.org/v1.0/CommandLineTool."
2877
2893
"html#CommandOutputParameter)"
2878
2894
msgstr ""
2895
+ "[CommandOutputParamater](http://www.commonwl.org/v1.0/CommandLineTool."
2896
+ "html#CommandOutputParameter) から"
2879
2897
2880
2898
#: ../../src/topics/parameter-references.md:77 b6250cf6fa8a4a0c94b33302e0decca5
2899
+ #, fuzzy
2881
2900
msgid ""
2882
2901
"From [CommandOutputBinding](http://www.commonwl.org/v1.0/CommandLineTool."
2883
2902
"html#CommandOutputBinding)"
2884
2903
msgstr ""
2904
+ "[CommandOutputBinding](http://www.commonwl.org/v1.0/CommandLineTool."
2905
+ "html#CommandOutputBinding) から"
2885
2906
2886
2907
#: ../../src/topics/parameter-references.md:81 fa6ca3bbc6784380a03a950a6f49a180
2908
+ #, fuzzy
2887
2909
msgid ""
2888
2910
"From [InputParameter](http://www.commonwl.org/v1.0/Workflow."
2889
2911
"html#InputParameter) and [WorkflowOutputParameter](http://www.commonwl.org/"
2890
2912
"v1.0/Workflow.html#WorkflowOutputParameter)"
2891
2913
msgstr ""
2914
+ "[InputParameter](http://www.commonwl.org/v1.0/Workflow.html#InputParameter) "
2915
+ "と [WorkflowOutputParameter](http://www.commonwl.org/v1.0/Workflow."
2916
+ "html#WorkflowOutputParameter) から"
2892
2917
2893
2918
#: ../../src/topics/parameter-references.md:85 b92b516e537a4773ad67b4af586e7a25
2894
2919
msgid ""
2895
2920
"From [WorkflowStepInput](http://www.commonwl.org/v1.0/Workflow."
2896
2921
"html#WorkflowStepInput)"
2897
2922
msgstr ""
2923
+ "[WorkflowStepInput](http://www.commonwl.org/v1.0/Workflow."
2924
+ "html#WorkflowStepInput) から"
2898
2925
2899
2926
#: ../../src/topics/parameter-references.md:89 467a701228504d06b971b79a59c69064
2927
+ #, fuzzy
2900
2928
msgid ""
2901
2929
"From [InputParameter](http://www.commonwl.org/v1.0/Workflow."
2902
2930
"html#InputParameter) and [ExpressionToolOutputParameter](http://www.commonwl."
2903
2931
"org/v1.0/Workflow.html#ExpressionToolOutputParameter)"
2904
2932
msgstr ""
2933
+ "[InputParameter](http://www.commonwl.org/v1.0/Workflow.html#InputParameter) "
2934
+ "と [ExpressionToolOutputParameter](http://www.commonwl.org/v1.0/Workflow."
2935
+ "html#ExpressionToolOutputParameter) から"
2905
2936
2906
2937
#: ../../src/topics/parameter-references.md:92 2634f989eb304009a8568d70ed42786c
2938
+ #, fuzzy
2907
2939
msgid ""
2908
2940
"From [`ResourceRequirement`](http://www.commonwl.org/v1.0/CommandLineTool."
2909
2941
"html#ResourceRequirement)"
2910
2942
msgstr ""
2943
+ "[`ResourceRequirement`](http://www.commonwl.org/v1.0/CommandLineTool."
2944
+ "html#ResourceRequirement) から"
2911
2945
2912
2946
#: ../../src/topics/parameter-references.md:101
2913
2947
#: 5d8bed66282c408695292ea92a03b2c4
2948
+ #, fuzzy
2914
2949
msgid ""
2915
2950
"From [`InitialWorkDirRequirement`](http://www.commonwl.org/v1.0/"
2916
2951
"CommandLineTool.html#InitialWorkDirRequirement)"
2917
2952
msgstr ""
2953
+ "[`InitialWorkDirRequirement`](http://www.commonwl.org/v1.0/CommandLineTool."
2954
+ "html#InitialWorkDirRequirement) から"
2918
2955
2919
2956
#: ../../src/topics/parameter-references.md:103
2920
2957
#: 958178d1fa8843aaa0541e2bb115cfd4
2958
+ #, fuzzy
2921
2959
msgid "in [Dirent](http://www.commonwl.org/v1.0/CommandLineTool.html#Dirent)"
2922
- msgstr ""
2960
+ msgstr "[Dirent](http://www.commonwl.org/v1.0/CommandLineTool.html#Dirent) の中に "
2923
2961
2924
2962
#: ../../src/topics/parameter-references.md:107
2925
2963
#: 9a6b311ded8d4e43ae635b1b927dbdf2
2964
+ #, fuzzy
2926
2965
msgid ""
2927
2966
"From [EnvironmentDef](http://www.commonwl.org/v1.0/CommandLineTool."
2928
2967
"html#EnvironmentDef)"
2929
2968
msgstr ""
2969
+ "[EnvironmentDef](http://www.commonwl.org/v1.0/CommandLineTool."
2970
+ "html#EnvironmentDef) から"
2930
2971
2931
2972
#: ../../src/topics/requirements-and-hints.md:5
2932
2973
#: aac74f957774479a83aab4c6ff1390ae
2933
2974
msgid "Requirements and Hints"
2934
- msgstr ""
2975
+ msgstr "Requirements と Hints "
2935
2976
2936
2977
#: ../../src/topics/specifying-software-requirements.md:1
2937
2978
#: b75d29d1d55d44488338f9689f156855
2938
2979
msgid "Specifying Software Requirements"
2939
- msgstr ""
2980
+ msgstr "ソフトウェア要求事項の指定 "
2940
2981
2941
2982
#: ../../src/topics/specifying-software-requirements.md:3
2942
2983
#: 574d93d1d592458a985f259519c036cb
0 commit comments