-
Notifications
You must be signed in to change notification settings - Fork 14
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
French translation #227
Closed
Closed
French translation #227
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
;(function(module) { | ||
'use strict'; | ||
|
||
module.config(function(localeProvider) { | ||
localeProvider.locale('fr', { | ||
language: 'fr', | ||
displayName: 'Français', | ||
messages: { | ||
'About': 'A propos', | ||
'Add server': 'Ajouter un Server', | ||
'Add stream': 'Ajouter un Flux', | ||
'Add to playlist': "Ajouter à la Liste d'écoute", | ||
'Add to tracklist': 'Ajouter la piste à la liste', | ||
'Album artist': "Artiste de l'Album", | ||
'Album': 'Album', | ||
'Any': 'Tous', | ||
'Artist': 'Artiste', | ||
'Back': 'Retour', | ||
'Bitrate': 'Débit en Bit', | ||
'Cancel': 'Annuler', | ||
'Clear cache': 'Effacer le cache', | ||
'Clear tracklist': 'Effacer la liste des pistes', | ||
'Clear': 'Effacer', | ||
'Comment': 'Commentaire', | ||
'Composer': 'Composer', | ||
'Configured servers': 'Serveurs Configurés', | ||
'ConnectionError': 'Erreur de Connection', | ||
'Consume mode': 'mode Consommateur', | ||
'Cover art': 'Décor Pochette', | ||
'Create playlist': "Créer la Liste d'écoute", | ||
'Date': 'Date', | ||
'Debug messages': 'Messages de mise au point', | ||
'Default click action': 'Action par défault', | ||
'Default': 'Défaut', | ||
'Delete playlist': "Effacer la Liste d'écoute", | ||
'Delete': 'Effacer', | ||
'Disc number': 'Numéro du Disque', | ||
'Done': 'Terminé', | ||
'Duration': 'Durée', | ||
'Edit playlist': "Editer la Liste d'écoute", | ||
'Edit playlists': "Editer les Listes d'écoute", | ||
'Edit tracklist': 'Editer la liste des pistes', | ||
'Error': 'Erreur', | ||
'Exit': 'Sortie', | ||
'Find exact': 'Recherche exacte', | ||
'Genre': 'Genre', | ||
'Host': 'Hôte', | ||
'Ignore': 'Ignorer', | ||
'Language': 'Langage', | ||
'Library': 'Bibliothèque', | ||
'Licenses': 'Licenses', | ||
'Logging': 'Journalisation', | ||
'Look and feel': 'Apparence', | ||
'Mopidy servers': 'Serveurs Mopidy', | ||
'Name': 'Nom', | ||
'No servers found': 'Aucun server trouvé', | ||
'Nothing playing': 'Rien à jouer', | ||
'OK': 'OK', | ||
'Path': 'Chemin', | ||
'Performer': 'Interprète', | ||
'Play next': 'Morceau suivant', | ||
'Play now': 'Jouer le morceau', | ||
'Playback': 'Playback', | ||
'Playlists': "Les listes d'écoute", | ||
'Please make sure Zeroconf is enabled for any Mopidy servers in the same WiFi network as your device.': "Veuillez vous assurer que Zeroconf est actionné sur tous les serveurs Mopidy du réseau local de votre appareil", | ||
'Port': 'Port', | ||
'Pull to refresh': 'Tirer pour mettre à jour', | ||
'Remove server': 'Supprimer le serveur', | ||
'Replace tracklist': 'Remplacer la liste des pistes', | ||
'Request timeout': 'Durée dépassée pour la requête', | ||
'Reset all settings to default values and restart application': "Remise à zéro des paramètres et redémarrage de l'application", | ||
'Reset': 'Remise à zéro', | ||
'Restart application': "Redémarrer l'application", | ||
'Restart': 'Redémarrer', | ||
'Retry': 'Recommencer', | ||
'Save as': 'Nouvelle sauvegarde', | ||
'Save': 'Sauvegarde', | ||
'Search here': 'Rechercher ici', | ||
'Search results': 'Rechercher les résultats', | ||
'Search term': 'Rechercher une expression', | ||
'Search {name}': 'Rechecher {name}', | ||
'Search': 'Rechercher', | ||
'Secure connection': 'Connection sécurisée', | ||
'ServerError': 'Erreur du Serveur', | ||
'Settings': 'Paramètres', | ||
'Share': 'Partage', | ||
'Show track info': 'Visonner les informations sur la piste', | ||
'Sort by name': 'Trier par nom', | ||
'Sort by scheme': 'Trier par genre', | ||
'Theme': 'Thème', | ||
'Then pull to refresh, or add a server manually.': "Tirer pour mettre à jour, ou ajouter le serveur manuellement", | ||
'TimeoutError': 'Erreur durée dépassée', | ||
'Track info': 'Information sur la piste', | ||
'Track number': 'Numéro de la piste', | ||
'Track': 'Piste', | ||
'Tracklist': 'Liste des pistes', | ||
'Translations': 'Traductions', | ||
'URI': 'URI', | ||
'URL': 'URL', | ||
'Volume keys': 'Touches du Volume', | ||
'{count} seconds': '{count, plural, one{1 second} other{# seconds}}', | ||
'{count} tracks': '{count, plural, =0{Pas de Piste} une{1 piste} other{# pistes}}', | ||
'{index} of {count}': '{index} parmi {count}', | ||
} | ||
}); | ||
}); | ||
})(angular.module('app.locale.en', ['app.services.locale'])); |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be
one{1 piste}
; "one" is a keyword here and not something to be translated.