Merge pull request #2885 from weblate/weblate-simple-mobile-tools-simple-gallery

Translations update from Hosted Weblate
This commit is contained in:
Tibor Kaputa 2023-07-05 10:37:36 +02:00 committed by GitHub
commit 7e090a30e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 10 deletions

View file

@ -75,9 +75,10 @@
<string name="resize_factor_error">Entrer un nombre entre 10 et 90</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Échec de redimensionnement de %d image</item>
<item quantity="many">Échec de redimensionnement de %d images</item>
<item quantity="other">Échec de redimensionnement de %d images</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<string name="images_resized_successfully">Les images ont été redimensionnées avec succès</string>
<!-- Editor -->
<string name="editor">Éditeur</string>
<string name="basic_editor">Éditeur simple</string>
@ -384,4 +385,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View file

@ -69,15 +69,16 @@
<string name="height">Altezza</string>
<string name="keep_aspect_ratio">Mantieni proporzioni</string>
<string name="invalid_values">Inserisci una risoluzione valida</string>
<string name="resize_multiple_images">Resize multiple images</string>
<string name="resize_factor">Resize factor</string>
<string name="resize_factor_info">Resize images to the given percentage, value must be within 10 and 90.</string>
<string name="resize_factor_error">Enter a number between 10 and 90</string>
<string name="resize_multiple_images">Ridimensiona più immagini</string>
<string name="resize_factor">Fattore di ridimensionamento</string>
<string name="resize_factor_info">Ridimensiona le immagini alla percentuale indicata, il cui valore deve essere compreso tra 10 e 90.</string>
<string name="resize_factor_error">Inserisci un numero compreso tra 10 e 90</string>
<plurals name="failed_to_resize_images">
<item quantity="one">Failed to resize %d image</item>
<item quantity="other">Failed to resize %d images</item>
<item quantity="one">Impossibile ridimensionare %d immagine</item>
<item quantity="many">Impossibile ridimensionare le %d immagini di</item>
<item quantity="other">Impossibile ridimensionare le %d immagini di</item>
</plurals>
<string name="images_resized_successfully">Images resized successfully</string>
<string name="images_resized_successfully">Immagini ridimensionate con successo</string>
<!-- Editor -->
<string name="editor">Editor</string>
<string name="basic_editor">Editor di base</string>
@ -384,4 +385,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>