Skip to content

Commit 7729292

Browse files
committed
chore(translation): translate "my library" instead of "your library"
1 parent f4c030f commit 7729292

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

utils/languages.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = {
6060
MESSAGE_AUTOPLAY_DISABLED: "Autoplay disabled",
6161
MESSAGE_FILTERS_ACTIVE: "Active filters:",
6262
MESSAGE_FILTERS_NONE: "None",
63-
MESSAGE_LIBRARY_TITLE: "Your library",
63+
MESSAGE_LIBRARY_TITLE: "My library",
6464
MESSAGE_LIBRARY_SONG_ADDED: "Song added to your library",
6565
MESSAGE_LIBRARY_PLAYLIST_ADDED: "Playlist added to your library",
6666
MESSAGE_SEARCH_TITLE: "Search results",
@@ -102,8 +102,8 @@ module.exports = {
102102
HELP_PLAY_SONG: "Join a voice channel and send a song name or a link in $channel.",
103103
HELP_SETUP_DASHBOARD: "Use $command command in a channel to setup the dashboard.",
104104
BUTTON_PLAY: "Play",
105-
BUTTON_LIBRARY_ADD: "Add to your library",
106-
BUTTON_LIBRARY_REMOVE: "Remove from your library",
105+
BUTTON_LIBRARY_ADD: "Add to my library",
106+
BUTTON_LIBRARY_REMOVE: "Remove from my library",
107107
ITEM_SONG: "Song",
108108
ITEM_PLAYLIST: "Playlist",
109109
OPTION_DEFAULT: "Default"
@@ -169,7 +169,7 @@ module.exports = {
169169
MESSAGE_AUTOPLAY_DISABLED: "Lecture automatique désactivée",
170170
MESSAGE_FILTERS_ACTIVE: "Filtres actifs :",
171171
MESSAGE_FILTERS_NONE: "Aucun",
172-
MESSAGE_LIBRARY_TITLE: "Votre bibliothèque",
172+
MESSAGE_LIBRARY_TITLE: "Ma bibliothèque",
173173
MESSAGE_LIBRARY_SONG_ADDED: "Musique ajoutée à votre bibliothèque",
174174
MESSAGE_LIBRARY_PLAYLIST_ADDED: "Playlist ajoutée à votre bibliothèque",
175175
MESSAGE_SEARCH_TITLE: "Résultats de recherche",
@@ -211,8 +211,8 @@ module.exports = {
211211
HELP_PLAY_SONG: "Rejoignez un salon vocal et envoyez le nom d'une musique ou un lien dans $channel.",
212212
HELP_SETUP_DASHBOARD: "Utilisez la commande $command dans un salon pour installer le tableau de bord.",
213213
BUTTON_PLAY: "Jouer",
214-
BUTTON_LIBRARY_ADD: "Ajouter à votre bibliothèque",
215-
BUTTON_LIBRARY_REMOVE: "Supprimer de votre bibliothèque",
214+
BUTTON_LIBRARY_ADD: "Ajouter à ma bibliothèque",
215+
BUTTON_LIBRARY_REMOVE: "Supprimer de ma bibliothèque",
216216
ITEM_SONG: "Musique",
217217
ITEM_PLAYLIST: "Playlist",
218218
OPTION_DEFAULT: "Par défaut"

0 commit comments

Comments
 (0)