Skip to content

Commit

Permalink
Updating translation files.
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed Jan 18, 2024
1 parent ba6b80b commit 19c3a0e
Show file tree
Hide file tree
Showing 18 changed files with 13,126 additions and 2,692 deletions.
25 changes: 25 additions & 0 deletions data/com.github.phase1geo.annotator.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<li xml:lang="ru">Управляйте цветами, толщиной линий и шрифтами.</li>
<li xml:lang="nl">Bepaal kleuren, lijndikten en lettertypen.</li>
<li xml:lang="it">Controlla i colori, lo spessore della linea e i dettagli dei caratteri.</li>
<li>Built-in color picker to copy image pixel color to clipboard.</li>
<li>Zoom support.</li>
<li xml:lang="pt_BR">Suporte para zoom.</li>
<li xml:lang="ru">Поддержка приближения.</li>
Expand Down Expand Up @@ -137,6 +138,30 @@
<value key="x-appcenter-stripe">pk_live_51Ccoj4BJm4hDdHaF1YKGdyGLCLtShzElKsr4GM9hJDJAoZArcWrNHsjL9b8SBs01GQBYpakj0l1tYenVJOqke93300TULHWdph</value>
</custom>
<releases>
<release version="2.0.0" date="2024-01-31">
<description>
<p>New</p>
<p xml:lang="ru">Новое</p>
<ul>
<li>Updated UI from GTK3 to GTK4.</li>
<li>Added support for exporting PNG with transparency (thanks to Peter Willemsen).</li>
<li>Added support for adding user-provided custom icons.</li>
<li>Added support for color picker tool to copy pixel color to clipboard.</li>
<li>Added support for color picker tool to change current item color to image pixel color.</li>
</ul>
<p>Changes</p>
<p xml:lang="ru">Изменения</p>
<ul>
</ul>
<p>Bug Fixes</p>
<p xml:lang="ru">Исправления ошибок</p>
<ul>
<li>Fixed issue with saving boolean export options between application runs (thanks to Peter Willemsen).</li>
<li>Fixed issue with missing icons in some distributions (thanks to Kevin Ernst).</li>
<li>Fixed issue with duplicating canvas items by holding Control while dragging an item.</li>
</ul>
</description>
</release>
<release version="1.2.1" date="2023-05-20">
<description>
<p>New</p>
Expand Down
3 changes: 3 additions & 0 deletions data/com.github.phase1geo.annotator.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<li>Blur out portions of the image to obfuscate data.</li>
<li>Crop, resize and add image borders.</li>
<li>Control colors, line thickness and font details.</li>
<li>Built-in color picker to copy image pixel color to clipboard.</li>
<li>Zoom support.</li>
<li>Unlimited undo/redo of any change.</li>
<li>Export to JPEG, PNG, TIFF, BMP, PDF and SVG image formats.</li>
Expand Down Expand Up @@ -84,6 +85,8 @@
<li>Updated UI from GTK3 to GTK4.</li>
<li>Added support for exporting PNG with transparency (thanks to Peter Willemsen).</li>
<li>Added support for adding user-provided custom icons.</li>
<li>Added support for color picker tool to copy pixel color to clipboard.</li>
<li>Added support for color picker tool to change current item color to image pixel color.</li>
</ul>
<p>Changes</p>
<ul>
Expand Down
6 changes: 6 additions & 0 deletions data/com.github.phase1geo.annotator.desktop
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
[Desktop Entry]
Name[it]=Annotator
Name[nl]=Aantekeningen
Name[ru]=Annotator
Name[pt_BR]=Annotator
Name=Annotator
GenericName[it]=Annotator
GenericName[nl]=Aantekeningen
GenericName[ru]=Annotator
GenericName[pt_BR]=Annotator
GenericName=Annotator
Comment[it]=Comunica meglio con le immagini
Comment[nl]=Communiceer met betere afbeeldingen
Comment[ru]=Общайтесь с изображениями лучше
Comment[pt_BR]=Comunique-se melhor com imagens
Comment=Communicate with images better
Categories=Utility;Graphics;
Expand All @@ -21,18 +24,21 @@ X-GNOME-Gettext-Domain=Annotator
X-GNOME-UsesNotifications=true
Keywords[it]=annotatore; immagine; annotazione;
Keywords[nl]=aantekeningen;afbeelding;aantekening;
Keywords[ru]=annotator;image;annotate;аннотатор;комментатор;изображение;картинка;аннотировать;комментировать;
Keywords[pt_BR]=imagem;anotador;annotator;image;annotate;
Keywords=annotator;image;annotate;
Actions=EditClipboard;EditScreenshot

[Desktop Action EditClipboard]
Name[it]=Modifica Immagine negli Appunti
Name[nl]=Klembordafbeelding bewerken
Name[ru]=Открыть файл из буфера обмена
Name[pt_BR]=Edite imagens da área de transferência
Name=Edit Clipboard Image
Exec=com.github.phase1geo.annotator --use-clipboard

[Desktop Action EditScreenshot]
Name[it]=Fai uno Screenshot
Name[ru]=Сделать снимок экран
Name=Take Screenshot
Exec=com.github.phase1geo.annotator --screenshot-area
2 changes: 1 addition & 1 deletion po/POTFILES
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ src/Exports.vala
src/FormatBar.vala
src/MainWindow.vala
src/Resizer.vala
src/ScreenshotBackend.vala
src/StickerSet.vala
src/undo_actions/UndoImageResize.vala
src/undo_actions/UndoItemAdd.vala
src/undo_actions/UndoItemBlur.vala
Expand Down
Loading

0 comments on commit 19c3a0e

Please sign in to comment.