*/}}
Browse Source

Credits and translations

YimingWu 9 months ago
parent
commit
33ded88685
2 changed files with 16 additions and 3 deletions
  1. 8 3
      ouroperations.c
  2. 8 0
      ourtranslations.c

+ 8 - 3
ouroperations.c

@@ -262,8 +262,7 @@ void ourui_BrushPage(laUiList *uil, laPropPack *This, laPropPack *DetachedProps,
 void ourui_AboutAuthor(laUiList *uil, laPropPack *This, laPropPack *DetachedProps, laColumn *UNUSED, int context){
     laColumn* c=laFirstColumn(uil); laUiItem* g; laUiList* gu; laColumn* gc;
     g = laMakeGroup(uil, c, "Our Paint", 0);
-    gu = g->Page;{
-        gc = laFirstColumn(gu);
+    gu = g->Page;{ gc = laFirstColumn(gu);
         laShowLabel(gu,gc,"Our Paint is made by Wu Yiming.",0,0)->Flags|=LA_TEXT_LINE_WRAP;
         laUiItem* b =laBeginRow(gu,gc,0,0);
         laShowItemFull(gu, gc, 0, "LA_open_internet_link", 0, "link=http://www.ChengduLittleA.com/ourpaint;text=Our Paint blog", 0, 0);
@@ -274,6 +273,12 @@ void ourui_AboutAuthor(laUiList *uil, laPropPack *This, laPropPack *DetachedProp
         laShowItemFull(gu, gc, 0, "LA_open_internet_link", 0, "icon=¥;link=http://www.ChengduLittleA.com/donate;text=Donate (China)", 0, 0);
         laEndRow(gu,b);
     }
+    g = laMakeGroup(uil, c, "Credits to Sponsors", 0);
+    gu = g->Page;{ gc = laFirstColumn(gu);
+        laShowLabel(gu,gc,"- Deathblood",0,0);
+        laShowLabel(gu,gc,"- Leone Arturo",0,0);
+        laShowLabel(gu,gc,"- 贵州混混",0,0);
+    }
 }
 void ourui_AboutVersion(laUiList *uil, laPropPack *This, laPropPack *DetachedProps, laColumn *UNUSED, int context){
     laColumn* c=laFirstColumn(uil); laUiItem* g; laUiList* gu; laColumn* gc;
@@ -332,7 +337,7 @@ void ourui_SplashPanel(laUiList *uil, laPropPack *This, laPropPack *DetachedProp
         laShowImage(uil,c,Our->SplashImage,5)->Flags|=LA_UI_IMAGE_FULL_W;
     }
     laUiItem* b=laBeginRow(uil,cl,0,0); laShowLabel(uil,cl,OUR_PAINT_NAME_STRING,0,0);
-    laShowItemFull(uil, cl, 0, "LA_open_internet_link", 0, "icon=★;link=https://www.wellobserve.com/index.php?post=20230213211750;text=Release Notes", 0, 0);
+    laShowItemFull(uil, cl, 0, "LA_open_internet_link", 0, "icon=★;link=https://www.wellobserve.com/index.php?post=20230808165902;text=Release Notes", 0, 0);
     laEndRow(uil,b);
     laShowLabel(uil,cl,"Our Paint is a free application.",0,0)->Flags|=LA_UI_FLAGS_DISABLED|LA_TEXT_LINE_WRAP|LA_UI_MIN_WIDTH;
     b=laBeginRow(uil,cl,0,0);

+ 8 - 0
ourtranslations.c

@@ -23,6 +23,14 @@ extern tnsMain* T;
 extern OurPaint *Our;
 
 static const char *entries[]={
+"Crop To Ref","按参考线裁剪",
+"Middle Margin","中间留白",
+"Vertical","竖置",
+"Horizontal","横置",
+"Ref Alpha","参考线可见度",
+"Spread","对开",
+"Reference:","参考:",
+"Credits to Sponsors","感谢赞助者",
 "Visual Reference Stripes","视觉参考亮度带",
 "Release Notes","发行日志",
 "Spectral Brush","光谱笔刷",