LogarithmPlotter v0.1.4.
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
b523d8e8f8
commit
f670818f6e
4 changed files with 24 additions and 9 deletions
|
@ -58,6 +58,13 @@ Sections:
|
|||
# Personnalisez l'apparence de votre diagramme
|
||||
LogarithmPlotter vous permet de modifier l'aspect de votre diagramme de nombreuses façons, de la représentation de l'axe à la taille des éléments et du texte, en passant par le passage du mode logarithmique au mode normal.
|
||||
La section des paramètres comporte également des boutons de fonction que l'on peut également trouver dans la barre de menu, comme la copie du diagramme dans les presse-papiers ou l'enregistrement du diagramme.
|
||||
- Type: text
|
||||
Content: |
|
||||
## Remerciements
|
||||
C'est uniquement grâce à ces personnes extraordinaires que LogarithmPlotter est disponible dans autant de langues.
|
||||
- [Óvári](https://github.com/ovari) pour la traduction en 🇭🇺 hongrois.
|
||||
- [Allan Nordhøy](https://github.com/comradekingu) pour la traduction en 🇳🇴 norvégien.
|
||||
Si vous voulez voir votre propre nom ici, vous pouvez contribuer à la traduction de LogarithmPlotter sur [Weblate](https://hosted.weblate.org/engage/logarithmplotter/).
|
||||
|
||||
Technical:
|
||||
Links:
|
||||
|
@ -99,7 +106,7 @@ Download:
|
|||
File: logarithmplotter-v<version>-setup.exe
|
||||
macos:
|
||||
- Title: Archive d'Application (.dmg)
|
||||
Name: LogarithmPlotter-v<version>-setup.dmg (114,5Mio)
|
||||
Name: LogarithmPlotter-v<version>-setup.dmg (114,6Mio)
|
||||
File: LogarithmPlotter-v<version>-setup.dmg
|
||||
linux:
|
||||
- Title: Flatpak (via Flathub)
|
||||
|
@ -109,8 +116,8 @@ Download:
|
|||
- Title: Launchpad (PPA)
|
||||
Index: logarithmplotter
|
||||
- Title: Debian / Ubuntu
|
||||
Name: paquet debian (69,2Kio)
|
||||
File: python3-logarithmplotter_<version>-ppa1_all.deb
|
||||
Name: paquet debian (79,5Kio)
|
||||
File: python3-logarithmplotter_<version>-1_all.deb
|
||||
all:
|
||||
- Title: Code source (.tar.gz)
|
||||
Name: LogarithmPlotter-v<version>.tar.gz (4,6Mio)
|
||||
|
|
|
@ -59,6 +59,14 @@ Sections:
|
|||
# Customize how your diagram looks
|
||||
LogarithmPlotter allows you to edit how your diagram looks in numerous ways, from the representation of the axis, to the size of elements and text as well as switching to normal scale mode from the logarithm one.
|
||||
The settings section also features function buttons that can also be found in the menu bar, such as copying the diagram to the clipboard, or saving the plot.
|
||||
- Type: text
|
||||
Content: |
|
||||
## Special thanks
|
||||
It's only thanks to these amazing people that LogarithmPlotter is available in so many languages.
|
||||
- [Óvári](https://github.com/ovari) for the 🇭🇺 Hungarian translation.
|
||||
- [Allan Nordhøy](https://github.com/comradekingu) for the 🇳🇴 Norwegian translation.
|
||||
If you want to see your own name here, you can contribute to the effort to translate LogarithmPlotter on [Weblate](https://hosted.weblate.org/engage/logarithmplotter/).
|
||||
|
||||
|
||||
Technical:
|
||||
Links:
|
||||
|
@ -100,7 +108,7 @@ Download:
|
|||
File: logarithmplotter-v<version>-setup.exe
|
||||
macos:
|
||||
- Title: Application Archive (.dmg)
|
||||
Name: LogarithmPlotter-v<version>-setup.dmg (114.5MiB)
|
||||
Name: LogarithmPlotter-v<version>-setup.dmg (114.6MiB)
|
||||
File: LogarithmPlotter-v<version>-setup.dmg
|
||||
linux:
|
||||
- Title: Flatpak (via Flathub)
|
||||
|
@ -110,8 +118,8 @@ Download:
|
|||
- Title: Launchpad (PPA)
|
||||
Index: logarithmplotter
|
||||
- Title: Debian / Ubuntu
|
||||
Name: debian package (69.2KiB)
|
||||
File: python3-logarithmplotter_<version>-ppa1_all.deb
|
||||
Name: debian package (79.5KiB)
|
||||
File: python3-logarithmplotter_<version>-_all.deb
|
||||
all:
|
||||
- Title: Source code (.tar.gz)
|
||||
Name: LogarithmPlotter-v<version>.tar.gz (4.6MiB)
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
},
|
||||
"logarithmplotter": {
|
||||
"name": "LogarithmPlotter",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"languages": ["QML", "JavaScript", "Python"],
|
||||
"translated": ["en"],
|
||||
"translated": ["en","fr","de","no","hu"],
|
||||
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": true,
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d37382b73ff7383e2c43530447bc935d7aa16a68
|
||||
Subproject commit cd4e6ba220205fee96180362c29cd4fd5d0c1499
|
Loading…
Reference in a new issue