Adding summaries, and descriptions translations to appstream and desktop files.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ed48e87a97
commit
1bd4f11ee7
4 changed files with 23 additions and 2 deletions
|
@ -9,9 +9,15 @@
|
|||
|
||||
<name>LogarithmPlotter</name>
|
||||
<name xml:lang="fr">LogarithmPlotter</name>
|
||||
<name xml:lang="de">LogarithmPlotter</name>
|
||||
<name xml:lang="no">LogarithmPlotter</name>
|
||||
<name xml:lang="hu">LogarithmPlotter</name>
|
||||
<icon type="remote">http://apps.ad5001.eu/icons/apps/svg/logarithmplotter.svg</icon>
|
||||
<summary>2D plotter software to make Bode plots, sequences and repartition functions</summary>
|
||||
<summary xml:lang="fr">Logiciel de traçage 2D pour les diagrammes de Bode, les suites et les fonctions de répartition</summary>
|
||||
<summary xml:lang="de">2D-Grafiksoftware zur Erstellung von Bode-Diagramms, Folgen und Verteilungsfunktionen</summary>
|
||||
<summary xml:lang="no">2D-plotterprogramvare laget for opprettelse av Bode-diagram, sekvenser, og distribusjonsfunksjoner</summary>
|
||||
<summary xml:lang="hu">Síkbeli ábrázolásszoftver Bode-ábrák, sorozatok és eloszlási funkciók készítéséhez</summary>
|
||||
<description>
|
||||
<p>
|
||||
LogarithmPlotter is, as it's name suggests, a plotter made with logarithm scales in mind. With an object system similar to Geogebra's, it allows dynamic creation of plots with very few limitations.
|
||||
|
|
|
@ -9,9 +9,15 @@
|
|||
|
||||
<name>LogarithmPlotter</name>
|
||||
<name xml:lang="fr">LogarithmPlotter</name>
|
||||
<name xml:lang="de">LogarithmPlotter</name>
|
||||
<name xml:lang="no">LogarithmPlotter</name>
|
||||
<name xml:lang="hu">LogarithmPlotter</name>
|
||||
<icon type="remote">http://apps.ad5001.eu/icons/apps/svg/logarithmplotter.svg</icon>
|
||||
<summary>2D plotter software to make Bode plots, sequences and repartition functions</summary>
|
||||
<summary xml:lang="fr">Logiciel de traçage 2D pour les diagrammes de Bode, les suites et les fonctions de répartition</summary>
|
||||
<summary xml:lang="de">2D-Grafiksoftware zur Erstellung von Bode-Diagramms, Folgen und Verteilungsfunktionen</summary>
|
||||
<summary xml:lang="no">2D-plotterprogramvare laget for opprettelse av Bode-diagram, sekvenser, og distribusjonsfunksjoner</summary>
|
||||
<summary xml:lang="hu">Síkbeli ábrázolásszoftver Bode-ábrák, sorozatok és eloszlási funkciók készítéséhez</summary>
|
||||
<description>
|
||||
<p>
|
||||
LogarithmPlotter is, as it's name suggests, a plotter made with logarithm scales in mind. With an object system similar to Geogebra's, it allows dynamic creation of plots with very few limitations.
|
||||
|
|
|
@ -4,8 +4,12 @@ Type=Application
|
|||
Name=LogarithmPlotter
|
||||
GenericName=2D plotter software
|
||||
GenericName[fr]=Logiciel de traçage 2D
|
||||
GenericName[de]=2D-Grafiksoftware
|
||||
GenericName[no]=2D-plotterprogramvare
|
||||
GenericName[hu]=Síkbeli ábrázolásszoftver
|
||||
Comment=Create BODE diagrams, sequences and distribution functions
|
||||
Comment[fr]=Créer des diagrammes de BODE, des suites et des fonctions de répartition
|
||||
Comment[de]=Erstellung von Bode-Diagramms, Folgen und Verteilungsfunktionen.
|
||||
Comment[hu]=Bode-ábrák, sorozatok és újraosztási függvények létrehozása
|
||||
|
||||
TryExec=logarithmplotter
|
||||
|
|
|
@ -4,8 +4,13 @@ Type=Application
|
|||
Name=LogarithmPlotter
|
||||
GenericName=2D plotter software
|
||||
GenericName[fr]=Logiciel de traçage 2D
|
||||
Comment=Create BODE diagrams, sequences and repartition functions.
|
||||
Comment[fr]=Créer des diagrammes de BODE, des suites et des fonctions de répartition.
|
||||
GenericName[de]=2D-Grafiksoftware
|
||||
GenericName[no]=2D-plotterprogramvare
|
||||
GenericName[hu]=Síkbeli ábrázolásszoftver
|
||||
Comment=Create BODE diagrams, sequences and distribution functions
|
||||
Comment[fr]=Créer des diagrammes de BODE, des suites et des fonctions de répartition
|
||||
Comment[de]=Erstellung von Bode-Diagramms, Folgen und Verteilungsfunktionen.
|
||||
Comment[hu]=Bode-ábrák, sorozatok és újraosztási függvények létrehozása
|
||||
|
||||
Exec=/usr/bin/python3 ROOTFOLDER/run.py %f
|
||||
Icon=logarithmplotter
|
||||
|
|
Loading…
Reference in a new issue