Update translations (#1134)
* Update de.json (POEditor.com) * Update ja.json (POEditor.com) * Update cs.json (POEditor.com) * Update nl.json (POEditor.com) * Update fr.json (POEditor.com) * Update de.json (POEditor.com) * Update es.json (POEditor.com) * Update uk.json (POEditor.com) * Update sl.json (POEditor.com) * Update fr.json (POEditor.com) * Update it.json (POEditor.com) * Update it.json (POEditor.com) * Update cs.json (POEditor.com) * Update sl.json (POEditor.com) * Update de.json (POEditor.com) * Update pt.json (POEditor.com) * Update it.json (POEditor.com) * Update pt.json (POEditor.com) * Update zh-Hans.json (POEditor.com) * Update nl.json (POEditor.com) * Update es.json (POEditor.com) * Update cs.json (POEditor.com) * Update zh-Hans.json (POEditor.com) * Update de.json (POEditor.com) * Update fr.json (POEditor.com) * Update sl.json (POEditor.com) * Update ja.json (POEditor.com) * Update uk.json (POEditor.com) * Update cs.json (POEditor.com) * Update nl.json (POEditor.com)
This commit is contained in:
+34
-7
@@ -22,7 +22,9 @@
|
||||
"starred": "Favoris",
|
||||
"comment": "Commentaire",
|
||||
"rating": "Classement",
|
||||
"quality": "Qualité"
|
||||
"quality": "Qualité",
|
||||
"bpm": "BPM",
|
||||
"playDate": "Derniers joués"
|
||||
},
|
||||
"actions": {
|
||||
"addToQueue": "Ajouter à la file",
|
||||
@@ -86,7 +88,18 @@
|
||||
"updatedAt": "Dernière mise à jour",
|
||||
"name": "Nom",
|
||||
"password": "Mot de passe",
|
||||
"createdAt": "Créé le"
|
||||
"createdAt": "Créé le",
|
||||
"changePassword": "Changer le mot de passe ?",
|
||||
"currentPassword": "Mot de passe actuel",
|
||||
"newPassword": "Nouveau mot de passe"
|
||||
},
|
||||
"helperTexts": {
|
||||
"name": "Les changements liés à votre nom ne seront reflétés qu'à la prochaine connexion"
|
||||
},
|
||||
"notifications": {
|
||||
"created": "Utilisateur créé",
|
||||
"updated": "Utilisateur mis à jour",
|
||||
"deleted": "Utilisateur supprimé"
|
||||
}
|
||||
},
|
||||
"player": {
|
||||
@@ -98,7 +111,8 @@
|
||||
"client": "Client",
|
||||
"userName": "Nom d'utilisateur",
|
||||
"lastSeen": "Vu pour la dernière fois",
|
||||
"reportRealPath": "Rapporter le chemin absolu"
|
||||
"reportRealPath": "Rapporter le chemin absolu",
|
||||
"scrobbleEnabled": "Envoyer les scrobbles à Last.fm"
|
||||
}
|
||||
},
|
||||
"transcoding": {
|
||||
@@ -160,7 +174,8 @@
|
||||
"number": "Doit être un nombre",
|
||||
"email": "Doit être un e-mail",
|
||||
"oneOf": "Doit être au choix : %{options}",
|
||||
"regex": "Doit respecter un format spécifique (regexp) : %{pattern}"
|
||||
"regex": "Doit respecter un format spécifique (regexp) : %{pattern}",
|
||||
"unique": "Doit être unique"
|
||||
},
|
||||
"action": {
|
||||
"add_filter": "Ajouter un filtre",
|
||||
@@ -264,7 +279,14 @@
|
||||
"data_provider_error": "Erreur dans le dataProvider. Plus de détails dans la console.",
|
||||
"i18n_error": "Erreur de chargement des traductions pour la langue sélectionnée",
|
||||
"canceled": "Action annulée",
|
||||
"logged_out": "Votre session a pris fin, veuillez vous reconnecter."
|
||||
"logged_out": "Votre session a pris fin, veuillez vous reconnecter.",
|
||||
"new_version": "Nouvelle version disponible ! Veuillez rafraîchir la fenêtre."
|
||||
},
|
||||
"toggleFieldsMenu": {
|
||||
"columnsToDisplay": "Colonnes à afficher",
|
||||
"layout": "Mise en page",
|
||||
"grid": "Grille",
|
||||
"table": "Table"
|
||||
}
|
||||
},
|
||||
"message": {
|
||||
@@ -276,7 +298,11 @@
|
||||
"delete_user_title": "Supprimer l'utilisateur '%{name}'",
|
||||
"delete_user_content": "Êtes-vous sûr(e) de vouloir supprimer cet utilisateur et ses données associées (y compris ses playlists et préférences) ?",
|
||||
"notifications_blocked": "Votre navigateur bloque les notifications de ce site",
|
||||
"notifications_not_available": "Votre navigateur ne permet pas d'afficher les notifications sur le bureau ou vous n'accédez pas à Navidrome via HTTPS"
|
||||
"notifications_not_available": "Votre navigateur ne permet pas d'afficher les notifications sur le bureau ou vous n'accédez pas à Navidrome via HTTPS",
|
||||
"lastfmLinkSuccess": "Last.fm a été correctement relié et le scrobble a été activé",
|
||||
"lastfmLinkFailure": "Last.fm n'a pas pu être correctement relié",
|
||||
"lastfmUnlinkSuccess": "Last.fm n'est plus relié et le scrobble a été désactivé",
|
||||
"lastfmUnlinkFailure": "Erreur pendant la suppression du lien avec Last.fm"
|
||||
},
|
||||
"menu": {
|
||||
"library": "Bibliothèque",
|
||||
@@ -289,7 +315,8 @@
|
||||
"theme": "Thème",
|
||||
"language": "Langue",
|
||||
"defaultView": "Vue par défaut",
|
||||
"desktop_notifications": "Notifications de bureau"
|
||||
"desktop_notifications": "Notifications de bureau",
|
||||
"lastfmScrobbling": "Scrobble vers Last.fm"
|
||||
}
|
||||
},
|
||||
"albumList": "Albums",
|
||||
|
||||
Reference in New Issue
Block a user