*/}}
Browse Source

translation and progress

YimingWu 1 năm trước cách đây
mục cha
commit
f8aa057fd7
2 tập tin đã thay đổi với 20 bổ sung0 xóa
  1. 1 0
      ouroperations.c
  2. 19 0
      ourtranslations.c

+ 1 - 0
ouroperations.c

@@ -1410,6 +1410,7 @@ int ourmod_ImportLayer(laOperator* a, laEvent* e){
                 laNotifyUsers("our.canvas"); laNotifyUsers("our.canvas.layers"); laMarkMemChanged(Our->CanvasSaverDummyList.pFirst);
                 laRecordDifferences(0,"our.canvas.layers");laRecordDifferences(0,"our.canvas.current_layer");laPushDifferences("New Layer",0);
                 our_LayerRefreshLocal(ol);
+                laHideProgress();
                 fclose(fp);
             }
             return LA_FINISHED;

+ 19 - 0
ourtranslations.c

@@ -23,6 +23,25 @@ extern tnsMain* T;
 extern OurPaint *Our;
 
 static const char *entries[]={
+"Select the exporting behavior:","选择导出行为:",
+"Image ICC","图像内置 ICC",
+"Output:","输出:",
+"16 Bits","16位",
+"Input image does not have a built-in color profile.","输入图像未包含内置色彩配置描述。",
+"16 bit images would be exported in the same linear color space as the canvas","16位深图像会按照和画布相同的线性色彩空间导出",
+"Input image is tagged as sRGB.","输入图像已标记为sRGB",
+"Force Linear sRGB","强制线性sRGB",
+"Force sRGB","强制sRGB",
+"Flat","平直",
+"Force Linear Clay","强制线性Clay",
+"Follow Canvas","跟随画布",
+"Canvas Current:","画布当前:",
+"Select the importing behavior:","选择导入行为:",
+"Input image is not tagged as sRGB.","输入图片并未被标记为sRGB",
+"Force Clay","强制Clay",
+"Canvas:","画布:",
+"Input:","输入:",
+"Input image has built-in color profile:","输入图像带有内置色彩配置描述:",
 "OurPaint 0.1","好得涂 0.1",
 "Brush Nodes","笔刷节点",
 "Our Paint","好得涂",