2
0
Эх сурвалжийг харах

Merge pull request #613 from bgrabitmap/master

synchronize dev
circular17 1 долоо хоног өмнө
parent
commit
2303d8cd19

+ 21 - 0
.github/workflows/make.yml

@@ -25,6 +25,7 @@ jobs:
         os:
           - ubuntu-latest
           - windows-latest
+          - macos-13
     steps:
     - name: Checkout
       uses: actions/checkout@v4
@@ -46,6 +47,26 @@ jobs:
         instantfpc -Fu/usr/lib/lazarus/*/components/lazutils .github/workflows/make.pas
         delp -r "${PWD}"
 
+    - name: Install Lazarus on macOS Intel
+      if: matrix.os == 'macos-13'
+      shell: bash
+      run: |
+        set -xeuo pipefail
+        brew update
+        brew install --cask lazarus
+        echo "Lazarus v$(lazbuild -v)"
+    
+    - name: Build on macOS Intel
+      if: matrix.os == 'macos-13'
+      shell: bash
+      run: |
+        set -xeuo pipefail
+        export PATH="$PATH:/Applications/Lazarus"
+        export INSTANTFPCOPTIONS="-Fu/Applications/Lazarus/components/lazutils"
+        echo "Lazarus v$(lazbuild -v)"
+        instantfpc .github/workflows/make.pas build
+        delp -r "${PWD}"
+
     - name: Get Lazarus installer from cache on Windows
       if: runner.os == 'Windows'
       id: cache-lazarus

+ 1 - 9
lazpaint/release/bin/i18n/lazpaint.ru.po

@@ -2374,7 +2374,6 @@ msgid "Keep aspect ratio"
 msgstr "Сохранять пропорции"
 
 #: tfprint.combobox_orientation.text
-#, fuzzy
 msgctxt "tfprint.combobox_orientation.text"
 msgid "0"
 msgstr "0"
@@ -2422,7 +2421,6 @@ msgid "Right:"
 msgstr "Справа:"
 
 #: tfprint.label_selectedprinterandpaper.caption
-#, fuzzy
 msgctxt "tfprint.label_selectedprinterandpaper.caption"
 msgid "."
 msgstr "."
@@ -2619,7 +2617,6 @@ msgid "b"
 msgstr ""
 
 #: tfsuperformula.label_backcolor.caption
-#, fuzzy
 msgctxt "tfsuperformula.label_backcolor.caption"
 msgid "Back color"
 msgstr "Дополнит."
@@ -2637,7 +2634,6 @@ msgid "n3"
 msgstr ""
 
 #: tfsuperformula.label_pencolor.caption
-#, fuzzy
 msgctxt "tfsuperformula.label_pencolor.caption"
 msgid "Pen color"
 msgstr "Основной"
@@ -2647,7 +2643,6 @@ msgid "Rational"
 msgstr "Рациональное"
 
 #: tfsuperformula.label_size.caption
-#, fuzzy
 msgctxt "tfsuperformula.label_size.caption"
 msgid "Size"
 msgstr "Размер"
@@ -2661,7 +2656,6 @@ msgid "Spike overlap"
 msgstr "Перекрытие шипов"
 
 #: tfsuperformula.label_width.caption
-#, fuzzy
 msgctxt "tfsuperformula.label_width.caption"
 msgid "Width"
 msgstr "Ширина"
@@ -3395,7 +3389,6 @@ msgid "№"
 msgstr "№"
 
 #: uresourcestrings.rsok
-#, fuzzy
 msgctxt "uresourcestrings.rsok"
 msgid "OK"
 msgstr "ОК"
@@ -3467,7 +3460,6 @@ msgid "Preset name"
 msgstr "Предустановленное имя"
 
 #: uresourcestrings.rspreview
-#, fuzzy
 msgctxt "uresourcestrings.rspreview"
 msgid "Preview"
 msgstr "Предварительный осмотр"
@@ -3745,5 +3737,5 @@ msgstr "Увеличить размер стопки слоёв"
 #: uresourcestrings.rszoomlayerstackout
 msgctxt "uresourcestrings.rszoomlayerstackout"
 msgid "Zoom layer stack out"
-msgstr "Увеличить размер стопки слоёв"
+msgstr "Уменьшить размер стопки слоёв"