From 0988e10a094ca46e172ff991e15c2e6d8a9fb5b1 Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Mon, 2 Nov 2020 23:20:26 +0100 Subject: [PATCH 1/4] Add example locale? --- src/localisation/locale.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/localisation/locale.json diff --git a/src/localisation/locale.json b/src/localisation/locale.json new file mode 100644 index 0000000..f3b1e3b --- /dev/null +++ b/src/localisation/locale.json @@ -0,0 +1,28 @@ +{ + "play-next": "Play Next", + "play-album": "Play Album", + "queue": "Queue", + "add-to-queue": "Add to Queue", + "clear-queue": "Clear Queue", + "no-results": "No results...", + "album": "Album", + "albums": "Albums", + "all-albums": "All Albums", + "search": "Search", + "music": "Music", + "now-playing": "Now Playing", + "onboarding-welcome": "Welcome!", + "onboarding-intro": "Jellyfin Audio Player will allow you to stream your music library from anywhere, with full support for background audio and casting.", + "onboarding-cta": "In order to get started, you need a Jellyfin server. Click the button below to enter your Jellyfin server address and login to it.", + "set-jellyfin-server": "Set Jellyfin Server", + "set-jellyfin-server-instruction": "Please enter your Jellyfin server URL. Make sure to include the protocol and port", + "settings": "Settings", + "jellyfin-library": "Jellyfin Library", + "jellyfin-server-url": "Jellyfin Server URL", + "jellyfin-access-token": "Jellyfin Access Token", + "jellyfin-user-id": "Jellyfin User ID", + "setting-cache": "Cache", + "setting-cache-description": "If you have updated your Jellyfin library, but the app is holding on to cached assets, you can forcefully clear the cache using this button. This will force the app to fetch the library from scratch.", + "reset-cache": "Reset Cache", + "recent-albums": "Recent Albums" +} \ No newline at end of file From 974c73e70ae38bb651893813a9320cb0e1a944bd Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 22:28:20 +0000 Subject: [PATCH 2/4] Apply translations in fr at least 50% translated updated for the source file '/src/localisation/lang/en/locale.json' on the 'fr' language. Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- src/localisation/lang/fr/locale.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/localisation/lang/fr/locale.json b/src/localisation/lang/fr/locale.json index 6b96543..7f1517d 100644 --- a/src/localisation/lang/fr/locale.json +++ b/src/localisation/lang/fr/locale.json @@ -1,19 +1,28 @@ { "play-next": "Lire ensuite", "play-album": "Jouer l'album", + "queue": "Queue", "add-to-queue": "Ajouter à la file d'attente", "clear-queue": "Vider la fille d'attente", "no-results": "Pas de résultats...", "album": "Album", + "albums": "Albums", + "all-albums": "All Albums", + "search": "Search", + "music": "Music", + "now-playing": "Now Playing", "onboarding-welcome": "Bienvenue !", "onboarding-intro": "Jellyfin Audio Player vous permettra de diffuser votre bibliothèque musicale de n'importe où, avec un support de la lecture en arrière plan et la diffusion à distance.", "onboarding-cta": "Pour utiliser Jellyfin Audio Player, vous avez besoin d'un serveur Jellyfin. Cliquez sur le bouton ci-dessous pour entrer l'adresse de votre serveur Jellyfin et vous y connecter.", "set-jellyfin-server": "Configurer le serveur Jellyfin", "set-jellyfin-server-instruction": "Veuillez entrer l'URL de votre serveur Jellyfin. Assurez-vous d'inclure le protocole et le port", + "settings": "Settings", + "jellyfin-library": "Jellyfin Library", "jellyfin-server-url": "URL du serveur Jellyfin", "jellyfin-access-token": "Jeton d'accès à la Jellyfin", "jellyfin-user-id": "ID utilisateur Jellyfin", "setting-cache": "Cache", "setting-cache-description": "Si vous avez mis à jour votre bibliothèque Jellyfin mais que l'application conserve toujours des ressources en cache, vous pouvez vider le cache en utilisant ce bouton. Cela forcera l'application à récupérer l’intégralité de bibliothèque.", - "reset-cache": "Réinitialiser le cache" -} + "reset-cache": "Réinitialiser le cache", + "recent-albums": "Recent Albums" +} \ No newline at end of file From 8eeddebad7d63b0a6c5557de1cf0ffb243b01ba5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 22:33:08 +0000 Subject: [PATCH 3/4] Apply translations in fr at least 50% translated updated for the source file '/src/localisation/lang/en/locale.json' on the 'fr' language. Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- src/localisation/lang/fr/locale.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/localisation/lang/fr/locale.json b/src/localisation/lang/fr/locale.json index 7f1517d..98ff731 100644 --- a/src/localisation/lang/fr/locale.json +++ b/src/localisation/lang/fr/locale.json @@ -1,7 +1,7 @@ { "play-next": "Lire ensuite", "play-album": "Jouer l'album", - "queue": "Queue", + "queue": "La fille d'attente", "add-to-queue": "Ajouter à la file d'attente", "clear-queue": "Vider la fille d'attente", "no-results": "Pas de résultats...", From 481a411e4c6a8638a0bd333f1d45afdb3fd9e92a Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Mon, 2 Nov 2020 23:34:19 +0100 Subject: [PATCH 4/4] Delete locale.json --- src/localisation/locale.json | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/localisation/locale.json diff --git a/src/localisation/locale.json b/src/localisation/locale.json deleted file mode 100644 index f3b1e3b..0000000 --- a/src/localisation/locale.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "play-next": "Play Next", - "play-album": "Play Album", - "queue": "Queue", - "add-to-queue": "Add to Queue", - "clear-queue": "Clear Queue", - "no-results": "No results...", - "album": "Album", - "albums": "Albums", - "all-albums": "All Albums", - "search": "Search", - "music": "Music", - "now-playing": "Now Playing", - "onboarding-welcome": "Welcome!", - "onboarding-intro": "Jellyfin Audio Player will allow you to stream your music library from anywhere, with full support for background audio and casting.", - "onboarding-cta": "In order to get started, you need a Jellyfin server. Click the button below to enter your Jellyfin server address and login to it.", - "set-jellyfin-server": "Set Jellyfin Server", - "set-jellyfin-server-instruction": "Please enter your Jellyfin server URL. Make sure to include the protocol and port", - "settings": "Settings", - "jellyfin-library": "Jellyfin Library", - "jellyfin-server-url": "Jellyfin Server URL", - "jellyfin-access-token": "Jellyfin Access Token", - "jellyfin-user-id": "Jellyfin User ID", - "setting-cache": "Cache", - "setting-cache-description": "If you have updated your Jellyfin library, but the app is holding on to cached assets, you can forcefully clear the cache using this button. This will force the app to fetch the library from scratch.", - "reset-cache": "Reset Cache", - "recent-albums": "Recent Albums" -} \ No newline at end of file