forked from PintaProject/Pinta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathja.po
1627 lines (1258 loc) · 39.7 KB
/
ja.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Japanese translation for pinta
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the pinta package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: pinta\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2011-02-28 17:08-0600\n"
"PO-Revision-Date: 2011-09-19 22:07+0000\n"
"Last-Translator: Cameron White <[email protected]>\n"
"Language-Team: Japanese <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-10-08 19:08+0000\n"
"X-Generator: Launchpad (build 14110)\n"
#: Pinta.Effects/Adjustments/AutoLevelEffect.cs:26
msgid "Auto Level"
msgstr "自動レベル補正"
#: Pinta.Effects/Adjustments/InvertColorsEffect.cs:26
msgid "Invert Colors"
msgstr "色を反転"
#: Pinta.Effects/Adjustments/LevelsEffect.cs:24
msgid "Levels"
msgstr "レベル"
#: Pinta.Effects/Adjustments/SepiaEffect.cs:27
msgid "Sepia"
msgstr "セピア"
#: Pinta.Effects/Adjustments/PosterizeEffect.cs:26
#: Pinta.Effects/gtk-gui/Pinta.Effects.PosterizeDialog.cs:26
msgid "Posterize"
msgstr "ポスタリゼーション"
#: Pinta.Effects/Adjustments/BlackAndWhiteEffect.cs:26
msgid "Black and White"
msgstr "モノクロ"
#: Pinta.Effects/Adjustments/CurvesEffect.cs:28
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:46
msgid "Curves"
msgstr "カーブ"
#: Pinta.Effects/Adjustments/BrightnessContrastEffect.cs:30
msgid "Brightness / Contrast"
msgstr "明度 / コントラスト"
#: Pinta.Effects/Adjustments/HueSaturationEffect.cs:27
msgid "Hue / Saturation"
msgstr "色彩 / 彩度"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:103
msgid "Levels Adjustment"
msgstr "レベル補正"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:130
msgid "Input Histogram"
msgstr "入力ヒストグラム"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:172
msgid "Input"
msgstr "入力"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:285
msgid "Output"
msgstr "出力"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:413
msgid "Output Histogram"
msgstr "出力ヒストグラム"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:456
msgid "Auto"
msgstr "自動"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:468
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:173
msgid "Reset"
msgstr "リセット"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:478
msgid "Red"
msgstr "赤"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:489
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:142
msgid "Green"
msgstr "緑"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:528
msgid "Blue"
msgstr "青"
#: Pinta.Effects/gtk-gui/Pinta.Effects.PosterizeDialog.cs:93
msgid "Linked"
msgstr "リンク済み"
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:62
msgid "Transfer Map"
msgstr "転送マップ"
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:85
msgid "RGB"
msgstr ""
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:86
msgid "Luminosity"
msgstr "明度"
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:100
msgid "(256, 256)"
msgstr "(256, 256)"
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:131
msgid "Red "
msgstr "赤 "
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:153
msgid "Blue "
msgstr "青 "
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:187
msgid "Tip: Right-click to remove control points."
msgstr ""
#: Pinta.Effects/Effects/ReduceNoiseEffect.cs:29
msgid "Reduce Noise"
msgstr "ノイズの低減"
#: Pinta.Effects/Effects/ReduceNoiseEffect.cs:37
#: Pinta.Effects/Effects/MedianEffect.cs:37
#: Pinta.Effects/Effects/AddNoiseEffect.cs:38
msgid "Noise"
msgstr "ノイズ"
#: Pinta.Effects/Effects/FragmentEffect.cs:26
msgid "Fragment"
msgstr "フラグメント"
#: Pinta.Effects/Effects/FragmentEffect.cs:34
#: Pinta.Effects/Effects/UnfocusEffect.cs:36
#: Pinta.Effects/Effects/RadialBlurEffect.cs:34
#: Pinta.Effects/Effects/GaussianBlurEffect.cs:34
#: Pinta.Effects/Effects/MotionBlurEffect.cs:34
#: Pinta.Effects/Effects/ZoomBlurEffect.cs:34
msgid "Blurs"
msgstr "ぼかし"
#: Pinta.Effects/Effects/CloudsEffect.cs:30
msgid "Clouds"
msgstr "雲"
#: Pinta.Effects/Effects/CloudsEffect.cs:38
#: Pinta.Effects/Effects/MandelbrotFractalEffect.cs:34
#: Pinta.Effects/Effects/JuliaFractalEffect.cs:34
msgid "Render"
msgstr "レンダリング"
#: Pinta.Effects/Effects/UnfocusEffect.cs:28
msgid "Unfocus"
msgstr "アンフォーカス"
#: Pinta.Effects/Effects/RedEyeRemoveEffect.cs:29
msgid "Red Eye Removal"
msgstr "赤目除去"
#: Pinta.Effects/Effects/RedEyeRemoveEffect.cs:37
#: Pinta.Effects/Effects/GlowEffect.cs:39
#: Pinta.Effects/Effects/SoftenPortraitEffect.cs:67
#: Pinta.Effects/Effects/SharpenEffect.cs:34
msgid "Photo"
msgstr "写真"
#: Pinta.Effects/Effects/MandelbrotFractalEffect.cs:26
msgid "Mandelbrot Fractal"
msgstr "フラクタル"
#: Pinta.Effects/Effects/GlowEffect.cs:31
msgid "Glow"
msgstr "発光"
#: Pinta.Effects/Effects/EdgeDetectEffect.cs:29
msgid "Edge Detect"
msgstr "エッジの強調"
#: Pinta.Effects/Effects/EdgeDetectEffect.cs:37
#: Pinta.Effects/Effects/ReliefEffect.cs:33
#: Pinta.Effects/Effects/EmbossEffect.cs:34
#: Pinta.Effects/Effects/OutlineEffect.cs:37
msgid "Stylize"
msgstr "スタイライズ"
#: Pinta.Effects/Effects/RadialBlurEffect.cs:26
msgid "Radial Blur"
msgstr "ぼかし (放射状)"
#: Pinta.Effects/Effects/FrostedGlassEffect.cs:26
msgid "Frosted Glass"
msgstr "すりガラス"
#: Pinta.Effects/Effects/FrostedGlassEffect.cs:34
#: Pinta.Effects/Effects/TileEffect.cs:34
#: Pinta.Effects/Effects/PixelateEffect.cs:38
#: Pinta.Effects/Effects/PolarInversionEffect.cs:39
#: Pinta.Effects/Effects/BulgeEffect.cs:34
#: Pinta.Effects/Effects/TwistEffect.cs:34
msgid "Distort"
msgstr "変形"
#: Pinta.Effects/Effects/OilPaintingEffect.cs:26
msgid "Oil Painting"
msgstr "油絵"
#: Pinta.Effects/Effects/OilPaintingEffect.cs:34
#: Pinta.Effects/Effects/InkSketchEffect.cs:42
#: Pinta.Effects/Effects/PencilSketchEffect.cs:41
msgid "Artistic"
msgstr "アーティスティック"
#: Pinta.Effects/Effects/JuliaFractalEffect.cs:26
msgid "Julia Fractal"
msgstr "フラクタル (Julia)"
#: Pinta.Effects/Effects/SoftenPortraitEffect.cs:59
msgid "Soften Portrait"
msgstr "描写"
#: Pinta.Effects/Effects/ReliefEffect.cs:45
msgid "Relief"
msgstr "浮き彫り"
#: Pinta.Effects/Effects/InkSketchEffect.cs:34
msgid "Ink Sketch"
msgstr "スケッチ"
#: Pinta.Effects/Effects/MedianEffect.cs:29
msgid "Median"
msgstr "中央値"
#: Pinta.Effects/Effects/EmbossEffect.cs:26
msgid "Emboss"
msgstr "エンボス"
#: Pinta.Effects/Effects/GaussianBlurEffect.cs:26
msgid "Gaussian Blur"
msgstr "ぼかし (ガウス)"
#: Pinta.Effects/Effects/SharpenEffect.cs:26
msgid "Sharpen"
msgstr "シャープ"
#: Pinta.Effects/Effects/AddNoiseEffect.cs:30
msgid "Add Noise"
msgstr "ノイズの追加"
#: Pinta.Effects/Effects/TileEffect.cs:26
msgid "Tile Reflection"
msgstr "タイルの反射"
#: Pinta.Effects/Effects/PixelateEffect.cs:26
msgid "Pixelate"
msgstr "ピクセレート"
#: Pinta.Effects/Effects/MotionBlurEffect.cs:26
msgid "Motion Blur"
msgstr "ぼかし (詳細)"
#: Pinta.Effects/Effects/PolarInversionEffect.cs:26
msgid "Polar Inversion"
msgstr "極の反転"
#: Pinta.Effects/Effects/BulgeEffect.cs:26
msgid "Bulge"
msgstr "ふくらみ"
#: Pinta.Effects/Effects/ZoomBlurEffect.cs:26
msgid "Zoom Blur"
msgstr "ぼかし (ズーム)"
#: Pinta.Effects/Effects/PencilSketchEffect.cs:33
msgid "Pencil Sketch"
msgstr "鉛筆"
#: Pinta.Effects/Effects/OutlineEffect.cs:29
#: Pinta.Tools/TextTool/TextTool.cs:171
msgid "Outline"
msgstr "アウトライン"
#: Pinta.Effects/Effects/TwistEffect.cs:26
msgid "Twist"
msgstr "ねじれ"
#: Pinta.Gui.Widgets/gtk-gui/Pinta.Gui.Widgets.AnglePickerWidget.cs:52
#: Pinta.Gui.Widgets/gtk-gui/Pinta.Gui.Widgets.HScaleSpinButtonWidget.cs:48
msgid "label1"
msgstr "ラベル1"
#: Pinta.Gui.Widgets/gtk-gui/Pinta.Gui.Widgets.ComboBoxWidget.cs:42
#: Pinta.Gui.Widgets/gtk-gui/Pinta.Gui.Widgets.PointPickerWidget.cs:58
msgid "label"
msgstr "ラベル"
#: Pinta.Gui.Widgets/gtk-gui/Pinta.Gui.Widgets.ReseedButtonWidget.cs:38
msgid "Random Noise"
msgstr "ランダムノイズ"
#: Pinta.Gui.Widgets/gtk-gui/Pinta.Gui.Widgets.ReseedButtonWidget.cs:65
msgid "Reseed"
msgstr "シード再生成"
#: Pinta.Gui.Widgets/Widgets/ColorPaletteWidget.cs:75
msgid "Choose Primary Color"
msgstr "プライマリーカラーを選択"
#: Pinta.Gui.Widgets/Widgets/ColorPaletteWidget.cs:89
msgid "Choose Secondary Color"
msgstr ""
#: Pinta.Gui.Widgets/Widgets/ColorPaletteWidget.cs:112
msgid "Choose Palette Color"
msgstr ""
#: Pinta.Tools/RectangleSelectTool.cs:38
msgid "Rectangle Select"
msgstr "矩形選択"
#: Pinta.Tools/RectangleSelectTool.cs:44
msgid ""
"Click and drag to draw a rectangular selection. Hold shift to constrain to a "
"square."
msgstr "クリック&ドラッグで四角形の選択範囲を作成します。Shift を押しながらドラッグすると正方形になります。"
#: Pinta.Tools/CloneStampTool.cs:43
msgid "Clone Stamp"
msgstr ""
#: Pinta.Tools/CloneStampTool.cs:48
msgid "Ctrl-left click to set origin, left click to paint."
msgstr ""
#: Pinta.Tools/MagicWandTool.cs:46
msgid "Magic Wand Select"
msgstr "選択(魔法の杖)"
#: Pinta.Tools/MagicWandTool.cs:54
msgid "Click to select region of similar color."
msgstr ""
#: Pinta.Tools/RectangleTool.cs:38
msgid "Rectangle"
msgstr ""
#: Pinta.Tools/RectangleTool.cs:44
msgid ""
"Click and drag to draw a rectangle (right click for secondary color). Hold "
"shift to constrain to a square."
msgstr ""
#: Pinta.Tools/MoveSelectionTool.cs:42
msgid "Move Selection"
msgstr "選択範囲を移動"
#: Pinta.Tools/MoveSelectionTool.cs:48
msgid "Drag the selection to move selection outline."
msgstr "ドラッグで選択範囲を移動します。"
#: Pinta.Tools/GradientTool.cs:56 Pinta.Tools/GradientTool.cs:167
msgid "Gradient"
msgstr "グラデーション"
#: Pinta.Tools/GradientTool.cs:64
msgid ""
"Click and drag to draw gradient from primary to secondary color. Right "
"click to reverse."
msgstr ""
#: Pinta.Tools/GradientTool.cs:174
msgid "Linear Gradient"
msgstr "線形グラデーション"
#: Pinta.Tools/GradientTool.cs:175
msgid "Linear Reflected Gradient"
msgstr "反射形グラデーション"
#: Pinta.Tools/GradientTool.cs:176
msgid "Linear Diamond Gradient"
msgstr "菱形グラデーション"
#: Pinta.Tools/GradientTool.cs:177
msgid "Radial Gradient"
msgstr "放射状グラデーション"
#: Pinta.Tools/GradientTool.cs:178
msgid "Conical Gradient"
msgstr "円錐形グラデーション"
#: Pinta.Tools/FloodTool.cs:73
msgid "Flood Mode"
msgstr "フルードモード"
#: Pinta.Tools/FloodTool.cs:80
msgid "Contiguous"
msgstr "隣接領域を抽出"
#: Pinta.Tools/FloodTool.cs:81
msgid "Global"
msgstr "グローバル"
#: Pinta.Tools/FloodTool.cs:92 Pinta.Tools/RecolorTool.cs:73
msgid "Tolerance"
msgstr "許容値"
#: Pinta.Tools/PaintBrushTool.cs:41 Pinta/MainWindow.cs:401
msgid "Paintbrush"
msgstr "ブラシで描画"
#: Pinta.Tools/PaintBrushTool.cs:43 Pinta.Tools/FreeformShapeTool.cs:55
msgid ""
"Left click to draw with primary color, right click to draw with secondary "
"color."
msgstr ""
#: Pinta.Tools/PaintBrushTool.cs:64
msgid "Type"
msgstr ""
#: Pinta.Tools/PencilTool.cs:48 Pinta.Tools/ColorPickerTool.cs:120
msgid "Pencil"
msgstr "鉛筆"
#: Pinta.Tools/PencilTool.cs:50
msgid ""
"Left click to draw freeform, one-pixel wide lines with the primary color, "
"right click to use the secondary color."
msgstr ""
#: Pinta.Tools/EllipseSelectTool.cs:38
msgid "Ellipse Select"
msgstr ""
#: Pinta.Tools/EllipseSelectTool.cs:44
msgid ""
"Click and drag to draw an elliptical selection. Hold shift to constrain to a "
"circle."
msgstr "クリック - ドラッグで楕円の選択範囲を作成します。Shift を押しながらドラッグすると正円になります。"
#: Pinta.Tools/LineCurveTool.cs:38
msgid "Line"
msgstr "ライン"
#: Pinta.Tools/LineCurveTool.cs:43
msgid ""
"Left click to draw with primary color, right click for secondary color. Hold "
"Shift key to snap to angles."
msgstr ""
#: Pinta.Tools/EraserTool.cs:45
msgid "Eraser"
msgstr ""
#: Pinta.Tools/EraserTool.cs:47
msgid ""
"Left click to erase to transparent, right click to erase to secondary color. "
msgstr ""
#: Pinta.Tools/PanTool.cs:38
msgid "Pan"
msgstr ""
#: Pinta.Tools/PanTool.cs:44
msgid "Click and drag to navigate image."
msgstr ""
#: Pinta.Tools/ColorPickerTool.cs:44
msgid "Color Picker"
msgstr "スポイト"
#: Pinta.Tools/ColorPickerTool.cs:50
msgid "Left click to set primary color. Right click to set secondary color."
msgstr "左クリックで前景色、右クリックで背景色を選択。"
#: Pinta.Tools/ColorPickerTool.cs:62
msgid "After select"
msgstr ""
#: Pinta.Tools/ColorPickerTool.cs:68
msgid "Do not switch tool"
msgstr ""
#: Pinta.Tools/ColorPickerTool.cs:68
msgid "Switch to previous tool"
msgstr "以前のツールに切り替える"
#: Pinta.Tools/ColorPickerTool.cs:68
msgid "Switch to Pencil tool"
msgstr "鉛筆ツールに切り替える"
#: Pinta.Tools/RoundedRectangleTool.cs:44
msgid "Rounded Rectangle"
msgstr ""
#: Pinta.Tools/RoundedRectangleTool.cs:50
msgid ""
"Click and drag to draw a rounded rectangle (right click for secondary "
"color). Hold shift to constrain."
msgstr ""
"クリック - ドラッグで面取り四角形を描きます。左クリックのときは前景色で、右クリックのときは背景色で描きます。Shift "
"を押しながらドラッグすると面取り正方形になります。"
#: Pinta.Tools/RoundedRectangleTool.cs:83
msgid "Radius"
msgstr "半径"
#: Pinta.Tools/RoundedRectangleTool.cs:88
msgid "Decrease rectangle's corner radius"
msgstr ""
#: Pinta.Tools/RoundedRectangleTool.cs:102
msgid "Increase rectangle's corner radius"
msgstr ""
#: Pinta.Tools/MoveSelectedTool.cs:42
#: Pinta.Core/HistoryItems/PasteHistoryItem.cs:70
#: Pinta.Core/HistoryItems/FinishPixelsHistoryItem.cs:64
#: Pinta.Core/Actions/EditActions.cs:255
msgid "Move Selected Pixels"
msgstr ""
#: Pinta.Tools/MoveSelectedTool.cs:48
msgid "Drag the selection to move selected content."
msgstr "ドラッグで選択範囲のピクセルを移動します。"
#: Pinta.Tools/RecolorTool.cs:59
msgid "Recolor"
msgstr ""
#: Pinta.Tools/RecolorTool.cs:61
msgid "Left click to replace the secondary color with the primary color."
msgstr ""
#: Pinta.Tools/PaintBucketTool.cs:40
msgid "Paint Bucket"
msgstr ""
#: Pinta.Tools/PaintBucketTool.cs:46
msgid ""
"Left click to fill a region with the primary color, right click to fill with "
"the secondary color."
msgstr ""
#: Pinta.Tools/EllipseTool.cs:38
msgid "Ellipse"
msgstr ""
#: Pinta.Tools/EllipseTool.cs:44
msgid ""
"Click and drag to draw an ellipse (right click for secondary color). Hold "
"shift to constrain to a circle."
msgstr ""
#: Pinta.Tools/TextTool/TextTool.cs:36
msgid "Text"
msgstr "テキスト"
#: Pinta.Tools/TextTool/TextTool.cs:42
msgid ""
"Left click to place cursor, then type desired text. Text color is primary "
"color."
msgstr ""
#: Pinta.Tools/TextTool/TextTool.cs:77
msgid "Font"
msgstr "フォント"
#: Pinta.Tools/TextTool/TextTool.cs:112
msgid "Bold"
msgstr "太文字"
#: Pinta.Tools/TextTool/TextTool.cs:119
msgid "Italic"
msgstr "斜体"
#: Pinta.Tools/TextTool/TextTool.cs:126
msgid "Underline"
msgstr "下線"
#: Pinta.Tools/TextTool/TextTool.cs:135
msgid "Left Align"
msgstr "行揃え (左詰め)"
#: Pinta.Tools/TextTool/TextTool.cs:143
msgid "Center Align"
msgstr ""
#: Pinta.Tools/TextTool/TextTool.cs:150
msgid "Right Align"
msgstr ""
#: Pinta.Tools/TextTool/TextTool.cs:162
msgid "Text Style"
msgstr ""
#: Pinta.Tools/TextTool/TextTool.cs:169 Pinta.Tools/Brushes/PlainBrush.cs:38
msgid "Normal"
msgstr ""
#: Pinta.Tools/TextTool/TextTool.cs:170
msgid "Normal and Outline"
msgstr ""
#: Pinta.Tools/TextTool/TextTool.cs:179
msgid "Outline width"
msgstr ""
#: Pinta.Tools/TextTool/TextTool.cs:184
msgid "Decrease outline size"
msgstr ""
#: Pinta.Tools/TextTool/TextTool.cs:201
msgid "Increase outline size"
msgstr ""
#: Pinta.Tools/ShapeTool.cs:99 Pinta.Tools/BaseBrushTool.cs:70
msgid "Brush width"
msgstr "ブラシサイズ"
#: Pinta.Tools/ShapeTool.cs:104 Pinta.Tools/BaseBrushTool.cs:75
msgid "Decrease brush size"
msgstr "ブラシサイズを小さくします"
#: Pinta.Tools/ShapeTool.cs:118 Pinta.Tools/BaseBrushTool.cs:89
msgid "Increase brush size"
msgstr "ブラシサイズを大きくします"
#: Pinta.Tools/ShapeTool.cs:131 Pinta.Tools/FreeformShapeTool.cs:71
msgid "Fill Style"
msgstr "フィルスタイル"
#: Pinta.Tools/ShapeTool.cs:138 Pinta.Tools/FreeformShapeTool.cs:78
msgid "Outline Shape"
msgstr "輪郭を描く"
#: Pinta.Tools/ShapeTool.cs:139 Pinta.Tools/FreeformShapeTool.cs:79
msgid "Fill Shape"
msgstr "塗りつぶす"
#: Pinta.Tools/ShapeTool.cs:140 Pinta.Tools/FreeformShapeTool.cs:80
msgid "Fill and Outline Shape"
msgstr "塗りつぶして輪郭を描く"
#: Pinta.Tools/Brushes/CircleBrush.cs:38
msgid "Circles"
msgstr ""
#: Pinta.Tools/Brushes/GridBrush.cs:38
msgid "Grid"
msgstr ""
#: Pinta.Tools/Brushes/SquaresBrush.cs:40
msgid "Squares"
msgstr ""
#: Pinta.Tools/Brushes/SplatterBrush.cs:38
msgid "Splatter"
msgstr ""
#: Pinta.Tools/ZoomTool.cs:49
msgid "Zoom"
msgstr "ズーム"
#: Pinta.Tools/ZoomTool.cs:55
msgid ""
"Left click to zoom in. Right click to zoom out. Click and drag to zoom in "
"selection."
msgstr "左クリックのときはズームイン、右クリックのときはズームアウトします。クリック - ドラッグで選択した範囲にズームインします。"
#: Pinta.Tools/LassoSelectTool.cs:45
msgid "Lasso Select"
msgstr ""
#: Pinta.Tools/LassoSelectTool.cs:47
msgid "Click and drag to draw the outline for a selection area."
msgstr "クリック - ドラッグで境界線を描いて選択範囲を作成します。"
#: Pinta.Tools/FreeformShapeTool.cs:53
msgid "Freeform Shape"
msgstr ""
#: Pinta/MainWindow.cs:146 Pinta.Core/Actions/HelpActions.cs:53
msgid "About"
msgstr "このソフトウェアについて"
#: Pinta/MainWindow.cs:371 Pinta/MainWindow.cs:387
msgid "..."
msgstr ""
#: Pinta/MainWindow.cs:456
msgid "_File"
msgstr "ファイル(_F)"
#: Pinta/MainWindow.cs:457
msgid "_Edit"
msgstr "編集(_E)"
#: Pinta/MainWindow.cs:459
msgid "_View"
msgstr "表示(_V)"
#: Pinta/MainWindow.cs:462
msgid "_Image"
msgstr "画像(_I)"
#: Pinta/MainWindow.cs:463
msgid "_Layers"
msgstr "レイヤ(_L)"
#: Pinta/MainWindow.cs:464
msgid "_Adjustments"
msgstr "調整(_A)"
#: Pinta/MainWindow.cs:465
msgid "Effe_cts"
msgstr "エフェクト(_C)"
#: Pinta/MainWindow.cs:467
msgid "_Window"
msgstr "ウィンドウ(_W)"
#: Pinta/MainWindow.cs:471
msgid "Tool Windows"
msgstr ""
#: Pinta/MainWindow.cs:475
msgid "_Help"
msgstr "ヘルプ(_H)"
#: Pinta/MainWindow.cs:557 Pinta/MainWindow.cs:563
msgid "Tools"
msgstr "ツール"
#: Pinta/MainWindow.cs:571 Pinta/MainWindow.cs:578
#: Pinta.Core/Actions/EditActions.cs:121
msgid "Palette"
msgstr "パレット"
#: Pinta/MainWindow.cs:588
msgid "Documents"
msgstr "ドキュメント"
#: Pinta/MainWindow.cs:638 Pinta/MainWindow.cs:649
msgid "Layers"
msgstr "レイヤー"
#: Pinta/MainWindow.cs:658 Pinta/MainWindow.cs:665
msgid "History"
msgstr "履歴"
#: Pinta/DockLibrary/DockItemContainer.cs:90 Pinta/DockLibrary/DockItem.cs:477
msgid "Hide"
msgstr "非表示"
#: Pinta/DockLibrary/DockItemContainer.cs:190
msgid "Dock"
msgstr "ドッキング"
#: Pinta/DockLibrary/DockItemContainer.cs:194
#: Pinta/DockLibrary/DockItem.cs:502
msgid "Auto Hide"
msgstr "自動的に隠す"
#: Pinta/DockLibrary/DockItem.cs:485
msgid "Dockable"
msgstr "ドックに格納可能"
#: Pinta/DockLibrary/DockItem.cs:493
msgid "Floating"
msgstr "フローティング"
#: Pinta/DialogHandlers.cs:109
msgid "Take Screenshot"
msgstr ""
#: Pinta/DialogHandlers.cs:110
msgid "Delay before taking a screenshot (seconds):"
msgstr "スクリーンショットを撮るまでの遅延時間(秒):"
#: Pinta/DialogHandlers.cs:158
#, csharp-format
msgid "Save the changes to image \"{0}\" before closing?"
msgstr "閉じる前に変更を \"{0}\" に保存しますか?"
#: Pinta/DialogHandlers.cs:159
msgid "If you don't save, all changes will be permanently lost."
msgstr "保存しない場合、すべての変更が失われます。"
#: Pinta/DialogHandlers.cs:166
msgid "Close without saving"
msgstr "保存せずに閉じる"
#: Pinta/DialogHandlers.cs:193
msgid "Resize Palette"
msgstr ""
#: Pinta/DialogHandlers.cs:194
msgid "New palette size:"
msgstr ""
#: Pinta/DialogHandlers.cs:223 Pinta.Core/Actions/EditActions.cs:70
msgid "Paste Into New Layer"
msgstr "新規レイヤーに貼り付け"
#: Pinta/DialogHandlers.cs:320
msgid "Layer Opacity"
msgstr "レイヤーの不透明度"
#: Pinta/DialogHandlers.cs:325
msgid "Rename Layer"
msgstr "レイヤー名を変更"
#: Pinta/DialogHandlers.cs:330
msgid "Hide Layer"
msgstr "レイヤーを非表示"
#: Pinta/DialogHandlers.cs:330
msgid "Show Layer"
msgstr "レイヤーを表示"
#: Pinta/DialogHandlers.cs:335 Pinta/gtk-gui/Pinta.LayerPropertiesDialog.cs:44
msgid "Layer Properties"
msgstr "レイヤーのプロパティ"
#: Pinta/DialogHandlers.cs:415 Pinta.Core/Actions/LayerActions.cs:156
msgid "Open Image File"
msgstr "イメージファイルを開く"
#: Pinta/DialogHandlers.cs:423
msgid "Image files"
msgstr "イメージファイル"
#: Pinta/DialogHandlers.cs:427 Pinta.Core/Actions/EditActions.cs:330
msgid "All files"
msgstr "すべてのファイル"
#: Pinta/DialogHandlers.cs:480
msgid "Paste cancelled"
msgstr "貼り付けはキャンセルされました"
#: Pinta/DialogHandlers.cs:481
msgid "The clipboard does not contain an image"
msgstr "クリップボードに画像はありません"
#: Pinta/DialogHandlers.cs:514
msgid "Save Image File"
msgstr "イメージファイルの保存"
#: Pinta/DialogHandlers.cs:612
msgid "Pinta does not support saving images in this file format."
msgstr "Pintaはこの画像形式での保存をサポートしていません"
#: Pinta/DialogHandlers.cs:613 Pinta.Core/Managers/WorkspaceManager.cs:185
#: Pinta.Core/Actions/EditActions.cs:347
msgid "Error"
msgstr "エラー"
#: Pinta/DialogHandlers.cs:633
#, csharp-format
msgid "A file named \"{0}\" already exists. Do you want to replace it?"
msgstr "同名のファイル \"{0}\" があります。置き換えますか?"
#: Pinta/DialogHandlers.cs:634
#, csharp-format
msgid ""
"The file already exists in \"{1}\". Replacing it will overwrite its contents."
msgstr ""
#: Pinta/Dialogs/JpegCompressionDialog.cs:38
msgid "JPEG Quality"
msgstr "JPEG 画質"
#: Pinta/Dialogs/JpegCompressionDialog.cs:46
msgid "Quality: "
msgstr "画質 "
#: Pinta/Dialogs/VersionInformationTabPage.cs:44
msgid "Title"
msgstr "タイトル"
#: Pinta/Dialogs/VersionInformationTabPage.cs:50
#: Pinta/Dialogs/AboutPintaTabPage.cs:41
msgid "Version"
msgstr "バージョン"
#: Pinta/Dialogs/VersionInformationTabPage.cs:53
msgid "Path"
msgstr "パス名"
#: Pinta/Dialogs/AboutDialog.cs:101
msgid "Contributors to this Release"
msgstr "このバージョンの貢献者"
#: Pinta/Dialogs/AboutDialog.cs:111
msgid "Previous Contributors"
msgstr "過去の貢献者"
#: Pinta/Dialogs/AboutDialog.cs:120
msgid "translator-credits"
msgstr ""
"Launchpad Contributions:\n"
" Jonathan Pobst https://launchpad.net/~jpobst\n"
" Kiyotaka NISHIBORI https://launchpad.net/~ml-nishibori-kiyotaka\n"
" OTHUBO Jumpei https://launchpad.net/~otsubo-jumpei\n"
" Yutaka Aiko https://launchpad.net/~ubon\n"
" ytetsu https://launchpad.net/~ytetsu"
#: Pinta/Dialogs/AboutDialog.cs:123
msgid "Translated by:"
msgstr "翻訳:"
#: Pinta/Dialogs/AboutDialog.cs:130
msgid "Based on the work of Paint.NET:"
msgstr "Paint.NET プロジェクト:"
#: Pinta/Dialogs/AboutDialog.cs:137
msgid "Using some icons from:"
msgstr "一部のアイコン:"
#: Pinta/Dialogs/AboutDialog.cs:249
msgid "About Pinta"
msgstr "Pinta について"
#: Pinta/Dialogs/AboutDialog.cs:267
msgid "Version Info"
msgstr "バージョン情報"
#: Pinta/Dialogs/AboutPintaTabPage.cs:50
msgid "License"
msgstr "ライセンス"
#: Pinta/Dialogs/AboutPintaTabPage.cs:50
msgid "Released under the MIT X11 License."
msgstr "MIT X11 ライセンスの元で公開されました。"
#: Pinta/Dialogs/AboutPintaTabPage.cs:57
msgid "Copyright"
msgstr "著作権"
#: Pinta/Dialogs/AboutPintaTabPage.cs:57
msgid "by Pinta contributors"
msgstr "Pinta 貢献者"
#: Pinta/gtk-gui/Pinta.LayerPropertiesDialog.cs:62
msgid "Name:"
msgstr "名前:"
#: Pinta/gtk-gui/Pinta.LayerPropertiesDialog.cs:86
msgid "Visible"
msgstr "表示"
#: Pinta/gtk-gui/Pinta.LayerPropertiesDialog.cs:109
msgid "Opacity:"
msgstr "不透明度:"
#: Pinta/gtk-gui/Pinta.ResizeCanvasDialog.cs:86
#: Pinta.Core/Classes/Document.cs:612
msgid "Resize Canvas"
msgstr "キャンバスサイズの変更"
#: Pinta/gtk-gui/Pinta.ResizeCanvasDialog.cs:105
#: Pinta/gtk-gui/Pinta.ResizeImageDialog.cs:75
msgid "By percentage:"
msgstr "パーセント指定:"
#: Pinta/gtk-gui/Pinta.ResizeCanvasDialog.cs:146
#: Pinta/gtk-gui/Pinta.ResizeImageDialog.cs:117
msgid "By absolute size:"
msgstr "絶対サイズ指定:"
#: Pinta/gtk-gui/Pinta.ResizeCanvasDialog.cs:167
#: Pinta/gtk-gui/Pinta.ResizeImageDialog.cs:138
#: Pinta/gtk-gui/Pinta.NewImageDialog.cs:148
msgid "Width:"
msgstr "幅:"
#: Pinta/gtk-gui/Pinta.ResizeCanvasDialog.cs:189
#: Pinta/gtk-gui/Pinta.ResizeCanvasDialog.cs:229
#: Pinta/gtk-gui/Pinta.ResizeImageDialog.cs:160
#: Pinta/gtk-gui/Pinta.ResizeImageDialog.cs:200
#: Pinta/gtk-gui/Pinta.NewImageDialog.cs:123
#: Pinta/gtk-gui/Pinta.NewImageDialog.cs:135
msgid "pixels"
msgstr "ピクセル"
#: Pinta/gtk-gui/Pinta.ResizeCanvasDialog.cs:207
#: Pinta/gtk-gui/Pinta.ResizeImageDialog.cs:178