Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

German translation of your module #4

Closed
gasserol opened this issue Oct 23, 2016 · 1 comment
Closed

German translation of your module #4

gasserol opened this issue Oct 23, 2016 · 1 comment

Comments

@gasserol
Copy link

Hi @noam148 , this would be the German translation of your module:

<?php
return [
    'Are you sure you want to delete this image?' => 'Wollen Sie dieses Bild wirklich löschen?',
    'Are you sure you want to detach the image?' => 'Wollen Sie dieses Bild wirklich lösen?',
    'Cancel' => 'Annullieren',
    'Created' => 'Erstellt',
    'Crop' => 'Zuschneiden',
    'Delete' => 'Löschen',
    'File hash' => 'File hash',
    'File name' => 'File Name',
    'Modified' => 'Geändert',
    'Search' => 'Suchen',
    'Select' => 'Auswählen',
];

this is the french version:

<?php
return [
    'Are you sure you want to delete this image?' => 'Voulez-vous vraiment effacer cet'image?',
    'Are you sure you want to detach the image?' => 'Voules-vous détacher cet'image?',
    'Cancel' => 'Annuler',
    'Created' => 'Crée',
    'Crop' => 'Ajuster',
    'Delete' => 'Effacer',
    'File hash' => 'Hash du fichier',
    'File name' => 'Nom du fichier',
    'Modified' => 'Modifié',
    'Search' => 'Rechercher',
    'Select' => 'Sélectionner',
];

and this is the italian version:

'Vuole veramente cancellare questa immagine?', 'Are you sure you want to detach the image?' => 'Vuole distaccare questa immagine?', 'Cancel' => 'Cancellre', 'Created' => 'Creato', 'Crop' => 'Tagliare a formato', 'Delete' => 'Cancellare', 'File hash' => 'File hash', 'File name' => 'Nome del file', 'Modified' => 'Modificato', 'Search' => 'Ricerca', 'Select' => 'Selezionare', ]; Hope this might help for internationalization :-) Best regards and many thanks!
@noam148
Copy link
Owner

noam148 commented Oct 23, 2016

Thanks @gasserol, the translations are added!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants