From 9d017cf7130e49a2fb4adaccf03153724b3cf728 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Thu, 31 Aug 2023 19:46:18 +0200
Subject: [PATCH 01/25] New translations en-US.json (Serbian (Latin))
---
i18n/sr-CS.json | 128 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 128 insertions(+)
create mode 100644 i18n/sr-CS.json
diff --git a/i18n/sr-CS.json b/i18n/sr-CS.json
new file mode 100644
index 0000000..314f845
--- /dev/null
+++ b/i18n/sr-CS.json
@@ -0,0 +1,128 @@
+{
+ "error": {
+ "admin": "Please do not run AMRPC with administrator privileges!",
+ "noTrack": "No track detected",
+ "jsFileExtension": "There is an error with the JS file association data. Please click on the button below to learn more.",
+ "cmd": "There is an error with Command Prompt. Please click on the button below to learn more."
+ },
+ "tray": {
+ "restart": "Restart",
+ "reportProblem": "Report a Problem",
+ "quitITunes": {
+ "info": "This takes about 3 seconds",
+ "button": "Quit iTunes"
+ },
+ "quit": "Quit"
+ },
+ "settings": {
+ "config": {
+ "autoLaunch": "Auto Launch",
+ "autoUpdates": "Automatic Updates",
+ "betaUpdates": "Beta Updates",
+ "installUpdate": {
+ "label": "Install Update",
+ "button": "Install %version%",
+ "buttonNA": "No update available"
+ },
+ "show": "Show Presence",
+ "hideOnPause": "Hide Presence on Pause",
+ "artworkPrioLocal": "Prioritize Local Artwork",
+ "showTimestamps": "Show Timestamps",
+ "showAlbumArtwork": "Show Album Artwork",
+ "performanceMode": "Performance Mode",
+ "hardwareAcceleration": "Hardware Acceleration",
+ "checkIfMusicInstalled": "Check if Music is installed",
+ "colorTheme": {
+ "label": "Preferred Color Theme",
+ "light": "Light",
+ "dark": "Dark",
+ "auto": "Dark from Sunset to Sunrise",
+ "os": "System Default"
+ },
+ "language": "Preferred Language",
+ "rpcLargeImageText": "Presence Large Image Text",
+ "rpcDetails": "Presence Details",
+ "rpcState": "Presence State",
+ "enableLastFM": "Enable Last.fm",
+ "lastFMUser": {
+ "label": "Last.fm User",
+ "connect": "Connect",
+ "reconnect": "Reconnect",
+ "connecting": "Connecting...",
+ "cancel": "Cancel"
+ },
+ "enableCache": "Enable Cache",
+ "resetCache": "Reset Cache"
+ },
+ "common": {
+ "reset": "Reset"
+ },
+ "category": {
+ "general": "General",
+ "softwareUpdate": "Software Update",
+ "cache": "Cache Management",
+ "advanced": "Advanced"
+ },
+ "warn": {
+ "music": {
+ "title": "Attention",
+ "description": "The Music app could not be found. Please make sure that the Music app is installed."
+ },
+ "discord": {
+ "title": "Attention",
+ "description": "Discord could not be found. Please make sure that Discord is installed."
+ }
+ },
+ "note": {
+ "language": "If your language is missing, contact us.",
+ "artworkPrioLocal": "If local artwork is available, it will be used instead of the one from Apple Music API.",
+ "cache": {
+ "size": "Current cache size: %size%, %count% items",
+ "warn": "WARNING Disabling the cache will delete all cached data.",
+ "info": "The cache stores all album artwork and other data to reduce the amount of requests to Apple. This will improve the loading time of the album artwork and link."
+ },
+ "checkIfMusicInstalled": "Disable this only if you're encountering issues with the checks, and you're sure that Music is installed."
+ },
+ "extra": {
+ "github": "View on GitHub",
+ "koFi": "Donate",
+ "reloadPage": "Reload",
+ "restartApp": "Restart required"
+ },
+ "modal": {
+ "newUpdate": {
+ "title": "Software Update",
+ "description": "Version %version% is available for your PC.",
+ "installed": {
+ "description": "Version %version% is available for your PC and is ready to install.",
+ "buttons": {
+ "install": "Install now",
+ "later": "Later"
+ }
+ },
+ "buttons": {
+ "downloadAndInstall": "Download & install",
+ "download": "Download & install later"
+ }
+ },
+ "koFi": {
+ "title": "Requires Premium",
+ "description": "To use this feature, a one-time donation or a membership is required. You can donate here. If you have already donated, try to restart AMRPC. Learn More"
+ },
+ "microsoftStore": {
+ "description": "Did you know that you can install AMRPC from the Microsoft Store? But make sure to disable Auto Launch in the settings before installing it from the Microsoft Store.",
+ "buttons": {
+ "download": "Download now"
+ }
+ },
+ "buttons": {
+ "no": "No",
+ "later": "Not now",
+ "yes": "Yes",
+ "okay": "Okay",
+ "learnMore": "Learn more",
+ "close": "Close"
+ }
+ }
+ }
+}
From 3bcf5d16d59c241c84905486f85d52a15d495604 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Thu, 31 Aug 2023 20:46:36 +0200
Subject: [PATCH 02/25] New translations en-US.json (Serbian (Latin))
---
i18n/sr-CS.json | 150 ++++++++++++++++++++++++------------------------
1 file changed, 75 insertions(+), 75 deletions(-)
diff --git a/i18n/sr-CS.json b/i18n/sr-CS.json
index 314f845..3405926 100644
--- a/i18n/sr-CS.json
+++ b/i18n/sr-CS.json
@@ -1,127 +1,127 @@
{
"error": {
- "admin": "Please do not run AMRPC with administrator privileges!",
- "noTrack": "No track detected",
- "jsFileExtension": "There is an error with the JS file association data. Please click on the button below to learn more.",
- "cmd": "There is an error with Command Prompt. Please click on the button below to learn more."
+ "admin": "Molimo vas da ne pokrećete AMRPC kao administrator!",
+ "noTrack": "Nije otkrivena nijedna pesma",
+ "jsFileExtension": "Došlo je do greške sa podacima o asocijaciji JS datoteka. Kliknite na dugme ispod da biste saznali više.",
+ "cmd": "Došlo je do greške sa Command Prompt-om. Kliknite na dugme ispod da biste saznali više."
},
"tray": {
"restart": "Restart",
- "reportProblem": "Report a Problem",
+ "reportProblem": "Prijavite Problem",
"quitITunes": {
- "info": "This takes about 3 seconds",
- "button": "Quit iTunes"
+ "info": "Ovo traje oko 3 sekunde",
+ "button": "Zatvori iTunes"
},
- "quit": "Quit"
+ "quit": "Zatvori"
},
"settings": {
"config": {
- "autoLaunch": "Auto Launch",
- "autoUpdates": "Automatic Updates",
- "betaUpdates": "Beta Updates",
+ "autoLaunch": "Automatsko Pokretanje",
+ "autoUpdates": "Automatsko ažuriranje",
+ "betaUpdates": "Beta Ažuriranja",
"installUpdate": {
- "label": "Install Update",
- "button": "Install %version%",
- "buttonNA": "No update available"
+ "label": "Instaliraj Ažuriranje",
+ "button": "Instaliraj %version%",
+ "buttonNA": "Nema dostupnih ažuriranja"
},
- "show": "Show Presence",
- "hideOnPause": "Hide Presence on Pause",
- "artworkPrioLocal": "Prioritize Local Artwork",
- "showTimestamps": "Show Timestamps",
- "showAlbumArtwork": "Show Album Artwork",
- "performanceMode": "Performance Mode",
- "hardwareAcceleration": "Hardware Acceleration",
- "checkIfMusicInstalled": "Check if Music is installed",
+ "show": "Prikaži \"Presence\"",
+ "hideOnPause": "Sakrij \"Presence\" kada je Pauzirano",
+ "artworkPrioLocal": "Prioritizuj Lokalnu Sliku Albuma",
+ "showTimestamps": "Prikaži Proteklo Vreme",
+ "showAlbumArtwork": "Prikaži Sliku Albuma",
+ "performanceMode": "Performanski Režim",
+ "hardwareAcceleration": "Hardverska Akceleracija",
+ "checkIfMusicInstalled": "Proveri da li je Music instaliran",
"colorTheme": {
- "label": "Preferred Color Theme",
- "light": "Light",
- "dark": "Dark",
- "auto": "Dark from Sunset to Sunrise",
- "os": "System Default"
+ "label": "Željena tema",
+ "light": "Svetla",
+ "dark": "Tamna",
+ "auto": "Tamna od Zalaska Sunca do Izlaska Sunca",
+ "os": "Sistemska Podrazumevna"
},
- "language": "Preferred Language",
- "rpcLargeImageText": "Presence Large Image Text",
- "rpcDetails": "Presence Details",
- "rpcState": "Presence State",
- "enableLastFM": "Enable Last.fm",
+ "language": "Jezik",
+ "rpcLargeImageText": "Velika Slika i Tekst na \"Presence-u\"",
+ "rpcDetails": "Detalji o \"Presence-u\"",
+ "rpcState": "Stanje \"Presence-a\"",
+ "enableLastFM": "Omogući Last.fm",
"lastFMUser": {
- "label": "Last.fm User",
- "connect": "Connect",
- "reconnect": "Reconnect",
- "connecting": "Connecting...",
- "cancel": "Cancel"
+ "label": "Last.fm Korisnik",
+ "connect": "Povežite se",
+ "reconnect": "Ponovno Povezivanje",
+ "connecting": "Povezivanje...",
+ "cancel": "Otkaži"
},
- "enableCache": "Enable Cache",
- "resetCache": "Reset Cache"
+ "enableCache": "Dozvoli Keš Memoriju",
+ "resetCache": "Restartujte Keš Memoriju"
},
"common": {
- "reset": "Reset"
+ "reset": "Restart"
},
"category": {
- "general": "General",
- "softwareUpdate": "Software Update",
- "cache": "Cache Management",
- "advanced": "Advanced"
+ "general": "Generalno",
+ "softwareUpdate": "Ažuriranje Softvera",
+ "cache": "Upravljanje Keš Memorijom",
+ "advanced": "Napredno"
},
"warn": {
"music": {
- "title": "Attention",
- "description": "The Music app could not be found. Please make sure that the Music app is installed."
+ "title": "Pažnja",
+ "description": "Aplikacija \"Music\" nije pronađena. Uverite se da je aplikacija \"Music\" instalirana."
},
"discord": {
- "title": "Attention",
- "description": "Discord could not be found. Please make sure that Discord is installed."
+ "title": "Pažnja",
+ "description": "\"Discord\" nije pronađen. Molimo, proverite da li je \"Discord\" instaliran."
}
},
"note": {
- "language": "If your language is missing, contact us.",
- "artworkPrioLocal": "If local artwork is available, it will be used instead of the one from Apple Music API.",
+ "language": "Ako Vaš jezik nedostaje, kontaktirajte nas.",
+ "artworkPrioLocal": "Ako je lokalna slika albuma dostupna, koristiće se umesto one iz Apple Music API-ja.",
"cache": {
- "size": "Current cache size: %size%, %count% items",
- "warn": "WARNING Disabling the cache will delete all cached data.",
- "info": "The cache stores all album artwork and other data to reduce the amount of requests to Apple. This will improve the loading time of the album artwork and link."
+ "size": "Trenutna veličina keš memorije: %size%, %count% stvari",
+ "warn": "UPOZORENJE Onemogućavanje keš memorije će izbrisati sve keširane podatke.",
+ "info": "Keš memorija čuva sve slike albuma i druge podatke kako bi se smanjio broj zahteva upućenih Apple-u. Ovo će poboljšati vreme učitavanja slike albuma i linkova."
},
- "checkIfMusicInstalled": "Disable this only if you're encountering issues with the checks, and you're sure that Music is installed."
+ "checkIfMusicInstalled": "Onemogućite ovo samo ako naiđete na probleme sa proverama i sigurni ste da je muzika instalirana."
},
"extra": {
- "github": "View on GitHub",
- "koFi": "Donate",
- "reloadPage": "Reload",
- "restartApp": "Restart required"
+ "github": "Vidi na GitHub-u",
+ "koFi": "Donirajte",
+ "reloadPage": "Osveži",
+ "restartApp": "Potrebno je ponovno pokretanje"
},
"modal": {
"newUpdate": {
- "title": "Software Update",
- "description": "Version %version% is available for your PC.",
+ "title": "Ažuriranje Softvera",
+ "description": "Verzija %version% je dostupna za vaš računar.",
"installed": {
- "description": "Version %version% is available for your PC and is ready to install.",
+ "description": "Verzija %version% je dostupna za vaš računar i spremna je za instalaciju.",
"buttons": {
- "install": "Install now",
- "later": "Later"
+ "install": "Instalirajte sada",
+ "later": "Kasnije"
}
},
"buttons": {
- "downloadAndInstall": "Download & install",
- "download": "Download & install later"
+ "downloadAndInstall": "Preuzmite i instalirajte",
+ "download": "Preuzmite i instalirajte kasnije"
}
},
"koFi": {
- "title": "Requires Premium",
- "description": "To use this feature, a one-time donation or a membership is required. You can donate here. If you have already donated, try to restart AMRPC. Learn More"
+ "title": "Zahteva Premium",
+ "description": "Da biste koristili ovu funkciju, potrebna je jednokratna donacija ili članstvo. Možete donirati ovde. Ako ste već donirali, pokušajte da ponovo pokrenete AMRPC. Saznajte više"
},
"microsoftStore": {
- "description": "Did you know that you can install AMRPC from the Microsoft Store? But make sure to disable Auto Launch in the settings before installing it from the Microsoft Store.",
+ "description": "Da li ste znali da AMRPC možete da instalirate iz Microsoft prodavnice? Ali obavezno onemogućite Automatsko pokretanje u podešavanjima pre nego što ga instalirate iz Microsoft prodavnice.",
"buttons": {
- "download": "Download now"
+ "download": "Preuzmite sada"
}
},
"buttons": {
- "no": "No",
- "later": "Not now",
- "yes": "Yes",
- "okay": "Okay",
- "learnMore": "Learn more",
- "close": "Close"
+ "no": "Ne",
+ "later": "Ne sada",
+ "yes": "Da",
+ "okay": "Okej",
+ "learnMore": "Saznajte više",
+ "close": "Zatvori"
}
}
}
From 32a3759dca5b33c925f1732637a98603b5d49cae Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Tue, 19 Sep 2023 16:49:37 +0200
Subject: [PATCH 03/25] New translations en-us.json (French)
---
i18n/fr-FR.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/i18n/fr-FR.json b/i18n/fr-FR.json
index cd75ae4..f9cedde 100644
--- a/i18n/fr-FR.json
+++ b/i18n/fr-FR.json
@@ -3,7 +3,11 @@
"admin": "Merci de ne pas exécuter AMRPC avec les droits d'administrateur !",
"noTrack": "Aucune piste détéctée",
"jsFileExtension": "Il y a une erreur dans les données d'association du fichier JS. Veuillez cliquer sur le bouton ci-dessous pour en savoir plus.",
- "cmd": "Il y a une erreur avec le terminal de commande. Veuillez cliquer sur le bouton ci-dessous pour en savoir plus."
+ "cmd": "Il y a une erreur avec le terminal de commande. Veuillez cliquer sur le bouton ci-dessous pour en savoir plus.",
+ "watchDog": {
+ "title": "AMRPC WatchDog not installed",
+ "description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
+ }
},
"tray": {
"restart": "Redémarrer",
From cfa7142b5a3e72a7f1e5e45118abada0fe0ec5a9 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Tue, 19 Sep 2023 16:49:38 +0200
Subject: [PATCH 04/25] New translations en-us.json (Afrikaans)
---
i18n/af-ZA.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/i18n/af-ZA.json b/i18n/af-ZA.json
index 18cdba3..79eb7a8 100644
--- a/i18n/af-ZA.json
+++ b/i18n/af-ZA.json
@@ -3,7 +3,11 @@
"admin": "Moet asseblief nie AMRPC met administrateur regte laat loop nie!",
"noTrack": "Geen snit bespeur nie",
"jsFileExtension": "Daar is 'n fout met die JS-lêerassosiasiedata. Klik asseblief op die knoppie hieronder om meer te wete te kom.",
- "cmd": "Daar is 'n fout met opdragprompt. Klik asseblief op die knoppie hieronder om meer te wete te kom."
+ "cmd": "Daar is 'n fout met opdragprompt. Klik asseblief op die knoppie hieronder om meer te wete te kom.",
+ "watchDog": {
+ "title": "AMRPC WatchDog not installed",
+ "description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
+ }
},
"tray": {
"restart": "Herbegin",
From 382211db0641f9f5347e24483e2c6dd1233b3b63 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Tue, 19 Sep 2023 16:49:40 +0200
Subject: [PATCH 05/25] New translations en-us.json (German)
---
i18n/de-DE.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/i18n/de-DE.json b/i18n/de-DE.json
index 8271aa2..18ddb37 100644
--- a/i18n/de-DE.json
+++ b/i18n/de-DE.json
@@ -3,7 +3,11 @@
"admin": "Bitte starte AMRPC nicht mit Administrator-Rechten!",
"noTrack": "Kein Lied erkannt",
"jsFileExtension": "Es liegt ein Fehler bei den JS-Dateizuordnungsdaten vor. Klicke auf den Button unten, um mehr zu erfahren.",
- "cmd": "Es liegt ein Fehler mit der Eingabeaufforderung vor. Klicke auf den Button unten, um mehr zu erfahren."
+ "cmd": "Es liegt ein Fehler mit der Eingabeaufforderung vor. Klicke auf den Button unten, um mehr zu erfahren.",
+ "watchDog": {
+ "title": "AMRPC WatchDog not installed",
+ "description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
+ }
},
"tray": {
"restart": "Neustart",
From 56405e6a48c9c324603bf3614d04708dedb79492 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Tue, 19 Sep 2023 16:49:41 +0200
Subject: [PATCH 06/25] New translations en-us.json (Russian)
---
i18n/ru-RU.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/i18n/ru-RU.json b/i18n/ru-RU.json
index 50cb9a7..346dad3 100644
--- a/i18n/ru-RU.json
+++ b/i18n/ru-RU.json
@@ -3,7 +3,11 @@
"admin": "Пожалуйста, не запускайте AMRPC с правами администратора!",
"noTrack": "Песня не найдена",
"jsFileExtension": "Возникла ошибка с JS файлом. Пожалуйста, нажмите на кнопку, чтобы узнать больше.",
- "cmd": "Возникла ошибка с Командной строкой. Пожалуйста, нажмите на кнопку ниже, чтобы узнать больше."
+ "cmd": "Возникла ошибка с Командной строкой. Пожалуйста, нажмите на кнопку ниже, чтобы узнать больше.",
+ "watchDog": {
+ "title": "AMRPC WatchDog not installed",
+ "description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
+ }
},
"tray": {
"restart": "Перезапустить",
From 714178ba4e88d222fe8fd8acb9cb99a6f1c61b06 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Tue, 19 Sep 2023 16:49:42 +0200
Subject: [PATCH 07/25] New translations en-us.json (Portuguese, Brazilian)
---
i18n/pt-BR.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json
index 64bce94..a40f96a 100644
--- a/i18n/pt-BR.json
+++ b/i18n/pt-BR.json
@@ -3,7 +3,11 @@
"admin": "Não execute o AMRPC como administrador!",
"noTrack": "Nenhuma música detectada",
"jsFileExtension": "Há um erro com o arquivo JS de associação dos dados. Clique no botão abaixo para saber mais.",
- "cmd": "Há um erro com o prompt de comando. Clique no botão abaixo para saber mais."
+ "cmd": "Há um erro com o prompt de comando. Clique no botão abaixo para saber mais.",
+ "watchDog": {
+ "title": "AMRPC WatchDog not installed",
+ "description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
+ }
},
"tray": {
"restart": "Reiniciar",
From b59d0dec1af2c7c39ef100f89f49d80bd38b7937 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Tue, 19 Sep 2023 16:49:43 +0200
Subject: [PATCH 08/25] New translations en-us.json (English, United States)
---
i18n/en-US.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/i18n/en-US.json b/i18n/en-US.json
index 314f845..e9008ca 100644
--- a/i18n/en-US.json
+++ b/i18n/en-US.json
@@ -3,7 +3,11 @@
"admin": "Please do not run AMRPC with administrator privileges!",
"noTrack": "No track detected",
"jsFileExtension": "There is an error with the JS file association data. Please click on the button below to learn more.",
- "cmd": "There is an error with Command Prompt. Please click on the button below to learn more."
+ "cmd": "There is an error with Command Prompt. Please click on the button below to learn more.",
+ "watchDog": {
+ "title": "AMRPC WatchDog not installed",
+ "description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
+ }
},
"tray": {
"restart": "Restart",
From 2f34a19be7251e08f541a728ad5a8248c62b8e10 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Tue, 19 Sep 2023 16:49:44 +0200
Subject: [PATCH 09/25] New translations en-us.json (Serbian (Latin))
---
i18n/sr-CS.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/i18n/sr-CS.json b/i18n/sr-CS.json
index 3405926..d0cf6f6 100644
--- a/i18n/sr-CS.json
+++ b/i18n/sr-CS.json
@@ -3,7 +3,11 @@
"admin": "Molimo vas da ne pokrećete AMRPC kao administrator!",
"noTrack": "Nije otkrivena nijedna pesma",
"jsFileExtension": "Došlo je do greške sa podacima o asocijaciji JS datoteka. Kliknite na dugme ispod da biste saznali više.",
- "cmd": "Došlo je do greške sa Command Prompt-om. Kliknite na dugme ispod da biste saznali više."
+ "cmd": "Došlo je do greške sa Command Prompt-om. Kliknite na dugme ispod da biste saznali više.",
+ "watchDog": {
+ "title": "AMRPC WatchDog not installed",
+ "description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
+ }
},
"tray": {
"restart": "Restart",
From f6df7bdcd1de71b0c78983cda72c96b193a22829 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Sun, 24 Sep 2023 17:25:21 +0200
Subject: [PATCH 10/25] New translations en-us.json (German)
---
i18n/de-DE.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/i18n/de-DE.json b/i18n/de-DE.json
index 18ddb37..4e2336a 100644
--- a/i18n/de-DE.json
+++ b/i18n/de-DE.json
@@ -5,8 +5,8 @@
"jsFileExtension": "Es liegt ein Fehler bei den JS-Dateizuordnungsdaten vor. Klicke auf den Button unten, um mehr zu erfahren.",
"cmd": "Es liegt ein Fehler mit der Eingabeaufforderung vor. Klicke auf den Button unten, um mehr zu erfahren.",
"watchDog": {
- "title": "AMRPC WatchDog not installed",
- "description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
+ "title": "AMRPC WatchDog nicht installiert",
+ "description": "WatchDog wird für Apple Music (Vorschau) benötigt. Möchtest Du es installieren?"
}
},
"tray": {
From c99122068cbb1a05dd46eaf2e8d3757ca72830d3 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Sun, 24 Sep 2023 17:25:22 +0200
Subject: [PATCH 11/25] New translations en-us.json (Portuguese, Brazilian)
---
i18n/pt-BR.json | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json
index a40f96a..75dd36d 100644
--- a/i18n/pt-BR.json
+++ b/i18n/pt-BR.json
@@ -5,8 +5,8 @@
"jsFileExtension": "Há um erro com o arquivo JS de associação dos dados. Clique no botão abaixo para saber mais.",
"cmd": "Há um erro com o prompt de comando. Clique no botão abaixo para saber mais.",
"watchDog": {
- "title": "AMRPC WatchDog not installed",
- "description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
+ "title": "AMRPC WatchDog não instalado",
+ "description": "O WatchDog é necessário para suportar o Apple Music (Preview). Deseja instalá-lo?"
}
},
"tray": {
@@ -21,21 +21,21 @@
"settings": {
"config": {
"autoLaunch": "Iniciar automaticamente",
- "autoUpdates": "Automatic Updates",
- "betaUpdates": "Beta Updates",
+ "autoUpdates": "Atualizações automáticas",
+ "betaUpdates": "Atualizações beta",
"installUpdate": {
- "label": "Install Update",
- "button": "Install %version%",
- "buttonNA": "No update available"
+ "label": "Instalar atualização",
+ "button": "Instalar %version%",
+ "buttonNA": "Nenhuma atualização disponível"
},
"show": "Mostrar Presença",
"hideOnPause": "Esconder Presença quando pausar",
- "artworkPrioLocal": "Prioritize Local Artwork",
+ "artworkPrioLocal": "Priorizar artes de álbum locais",
"showTimestamps": "Mostrar marcadores de tempo",
"showAlbumArtwork": "Mostrar arte do álbum",
"performanceMode": "Modo Desempenho",
"hardwareAcceleration": "Aceleração de hardware",
- "checkIfMusicInstalled": "Check if Music is installed",
+ "checkIfMusicInstalled": "Checar se o Apple Music está instalado",
"colorTheme": {
"label": "Esquema de cores",
"light": "Claro",
@@ -63,9 +63,9 @@
},
"category": {
"general": "Geral",
- "softwareUpdate": "Software Update",
+ "softwareUpdate": "Atualizações de Software",
"cache": "Gerência de cache",
- "advanced": "Advanced"
+ "advanced": "Avançado"
},
"warn": {
"music": {
@@ -85,7 +85,7 @@
"warn": "AVISO Desabilitar o cache causará a remoção de todos os dados do cache.",
"info": "O cache guarda todas as artes de álbum e outros dados para reduzir o número de requisições feitos para Apple. Isso pode melhorar o tempo de carregamento da arte do álbum e do link."
},
- "checkIfMusicInstalled": "Disable this only if you're encountering issues with the checks, and you're sure that Music is installed."
+ "checkIfMusicInstalled": "Desabilite essa opção se estiver encontrando problemas com a checagem, e tenha certeza de que o aplicativo Apple Music está instalado."
},
"extra": {
"github": "Ver no GitHub",
From a9cb108e2e9fbd3f5e03feb7371170730348bd03 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Sun, 24 Sep 2023 18:56:54 +0200
Subject: [PATCH 12/25] New translations en-us.json (Portuguese, Brazilian)
---
i18n/pt-BR.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json
index 75dd36d..abd424c 100644
--- a/i18n/pt-BR.json
+++ b/i18n/pt-BR.json
@@ -79,7 +79,7 @@
},
"note": {
"language": "Se seu idioma não está disponível, entre em contato conosco.",
- "artworkPrioLocal": "If local artwork is available, it will be used instead of the one from Apple Music API.",
+ "artworkPrioLocal": "Se a arte de álbum estiver disponível localmente ela será usada, em vez de buscar na API do Apple Music.",
"cache": {
"size": "Tamanho atual do cache: %size%, %count% itens",
"warn": "AVISO Desabilitar o cache causará a remoção de todos os dados do cache.",
From 65f5d40d50f70242801cba780e43454fcae1d673 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Tue, 17 Oct 2023 17:29:39 +0200
Subject: [PATCH 13/25] New translations en-us.json (French)
---
i18n/fr-FR.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/i18n/fr-FR.json b/i18n/fr-FR.json
index f9cedde..680c11d 100644
--- a/i18n/fr-FR.json
+++ b/i18n/fr-FR.json
@@ -1,9 +1,15 @@
{
+ "general": {
+ "buttons": {
+ "openSettings": "Open Settings"
+ }
+ },
"error": {
"admin": "Merci de ne pas exécuter AMRPC avec les droits d'administrateur !",
"noTrack": "Aucune piste détéctée",
"jsFileExtension": "Il y a une erreur dans les données d'association du fichier JS. Veuillez cliquer sur le bouton ci-dessous pour en savoir plus.",
"cmd": "Il y a une erreur avec le terminal de commande. Veuillez cliquer sur le bouton ci-dessous pour en savoir plus.",
+ "iTunesInstalledCheck": "AMRPC couldn't check if iTunes is installed. If you're sure that iTunes is installed, go to Settings > Advanced and disable \"Check if Music is installed\".",
"watchDog": {
"title": "AMRPC WatchDog not installed",
"description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
@@ -13,7 +19,7 @@
"restart": "Redémarrer",
"reportProblem": "Signaler un problème",
"quitITunes": {
- "info": "Cela prend 3 secondes",
+ "info": "Takes about 3 seconds",
"button": "Quitter iTunes"
},
"quit": "Quitter"
From 736bbe3fdc3451ded8ad6e2d392a8e1ba7daccc6 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Tue, 17 Oct 2023 17:29:40 +0200
Subject: [PATCH 14/25] New translations en-us.json (Afrikaans)
---
i18n/af-ZA.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/i18n/af-ZA.json b/i18n/af-ZA.json
index 79eb7a8..cb617c4 100644
--- a/i18n/af-ZA.json
+++ b/i18n/af-ZA.json
@@ -1,9 +1,15 @@
{
+ "general": {
+ "buttons": {
+ "openSettings": "Open Settings"
+ }
+ },
"error": {
"admin": "Moet asseblief nie AMRPC met administrateur regte laat loop nie!",
"noTrack": "Geen snit bespeur nie",
"jsFileExtension": "Daar is 'n fout met die JS-lêerassosiasiedata. Klik asseblief op die knoppie hieronder om meer te wete te kom.",
"cmd": "Daar is 'n fout met opdragprompt. Klik asseblief op die knoppie hieronder om meer te wete te kom.",
+ "iTunesInstalledCheck": "AMRPC couldn't check if iTunes is installed. If you're sure that iTunes is installed, go to Settings > Advanced and disable \"Check if Music is installed\".",
"watchDog": {
"title": "AMRPC WatchDog not installed",
"description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
@@ -13,7 +19,7 @@
"restart": "Herbegin",
"reportProblem": "Report a Problem",
"quitITunes": {
- "info": "This takes about 3 seconds",
+ "info": "Takes about 3 seconds",
"button": "Quit iTunes"
},
"quit": "Hou op"
From 7511d47f0d049827e90592c121357f1d728f6c36 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Tue, 17 Oct 2023 17:29:43 +0200
Subject: [PATCH 15/25] New translations en-us.json (German)
---
i18n/de-DE.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/i18n/de-DE.json b/i18n/de-DE.json
index 4e2336a..b7673f4 100644
--- a/i18n/de-DE.json
+++ b/i18n/de-DE.json
@@ -1,9 +1,15 @@
{
+ "general": {
+ "buttons": {
+ "openSettings": "Open Settings"
+ }
+ },
"error": {
"admin": "Bitte starte AMRPC nicht mit Administrator-Rechten!",
"noTrack": "Kein Lied erkannt",
"jsFileExtension": "Es liegt ein Fehler bei den JS-Dateizuordnungsdaten vor. Klicke auf den Button unten, um mehr zu erfahren.",
"cmd": "Es liegt ein Fehler mit der Eingabeaufforderung vor. Klicke auf den Button unten, um mehr zu erfahren.",
+ "iTunesInstalledCheck": "AMRPC couldn't check if iTunes is installed. If you're sure that iTunes is installed, go to Settings > Advanced and disable \"Check if Music is installed\".",
"watchDog": {
"title": "AMRPC WatchDog nicht installiert",
"description": "WatchDog wird für Apple Music (Vorschau) benötigt. Möchtest Du es installieren?"
@@ -13,7 +19,7 @@
"restart": "Neustart",
"reportProblem": "Problem melden",
"quitITunes": {
- "info": "Vorgang dauert ca. 3 Sekunden",
+ "info": "Takes about 3 seconds",
"button": "iTunes beenden"
},
"quit": "Beenden"
From 7bafe70b75d5be6d662c24a27a1835a85ef449f0 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Tue, 17 Oct 2023 17:29:44 +0200
Subject: [PATCH 16/25] New translations en-us.json (Russian)
---
i18n/ru-RU.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/i18n/ru-RU.json b/i18n/ru-RU.json
index 346dad3..49742fc 100644
--- a/i18n/ru-RU.json
+++ b/i18n/ru-RU.json
@@ -1,9 +1,15 @@
{
+ "general": {
+ "buttons": {
+ "openSettings": "Open Settings"
+ }
+ },
"error": {
"admin": "Пожалуйста, не запускайте AMRPC с правами администратора!",
"noTrack": "Песня не найдена",
"jsFileExtension": "Возникла ошибка с JS файлом. Пожалуйста, нажмите на кнопку, чтобы узнать больше.",
"cmd": "Возникла ошибка с Командной строкой. Пожалуйста, нажмите на кнопку ниже, чтобы узнать больше.",
+ "iTunesInstalledCheck": "AMRPC couldn't check if iTunes is installed. If you're sure that iTunes is installed, go to Settings > Advanced and disable \"Check if Music is installed\".",
"watchDog": {
"title": "AMRPC WatchDog not installed",
"description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
@@ -13,7 +19,7 @@
"restart": "Перезапустить",
"reportProblem": "Report a Problem",
"quitITunes": {
- "info": "This takes about 3 seconds",
+ "info": "Takes about 3 seconds",
"button": "Quit iTunes"
},
"quit": "Выйти"
From 4e52f43d08c6e145c207c4fc085464ebd646a15f Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Tue, 17 Oct 2023 17:29:45 +0200
Subject: [PATCH 17/25] New translations en-us.json (Portuguese, Brazilian)
---
i18n/pt-BR.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json
index abd424c..b645a7b 100644
--- a/i18n/pt-BR.json
+++ b/i18n/pt-BR.json
@@ -1,9 +1,15 @@
{
+ "general": {
+ "buttons": {
+ "openSettings": "Open Settings"
+ }
+ },
"error": {
"admin": "Não execute o AMRPC como administrador!",
"noTrack": "Nenhuma música detectada",
"jsFileExtension": "Há um erro com o arquivo JS de associação dos dados. Clique no botão abaixo para saber mais.",
"cmd": "Há um erro com o prompt de comando. Clique no botão abaixo para saber mais.",
+ "iTunesInstalledCheck": "AMRPC couldn't check if iTunes is installed. If you're sure that iTunes is installed, go to Settings > Advanced and disable \"Check if Music is installed\".",
"watchDog": {
"title": "AMRPC WatchDog não instalado",
"description": "O WatchDog é necessário para suportar o Apple Music (Preview). Deseja instalá-lo?"
@@ -13,7 +19,7 @@
"restart": "Reiniciar",
"reportProblem": "Reportar um problema",
"quitITunes": {
- "info": "Isso levará em torno de 3 segundos",
+ "info": "Takes about 3 seconds",
"button": "Encerrar iTunes"
},
"quit": "Encerrar"
From c1dd4cf43da2b64b925f27a7a25528e158e1fc1b Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Tue, 17 Oct 2023 17:29:46 +0200
Subject: [PATCH 18/25] New translations en-us.json (English, United States)
---
i18n/en-US.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/i18n/en-US.json b/i18n/en-US.json
index e9008ca..e6d17a4 100644
--- a/i18n/en-US.json
+++ b/i18n/en-US.json
@@ -1,9 +1,15 @@
{
+ "general": {
+ "buttons": {
+ "openSettings": "Open Settings"
+ }
+ },
"error": {
"admin": "Please do not run AMRPC with administrator privileges!",
"noTrack": "No track detected",
"jsFileExtension": "There is an error with the JS file association data. Please click on the button below to learn more.",
"cmd": "There is an error with Command Prompt. Please click on the button below to learn more.",
+ "iTunesInstalledCheck": "AMRPC couldn't check if iTunes is installed. If you're sure that iTunes is installed, go to Settings > Advanced and disable \"Check if Music is installed\".",
"watchDog": {
"title": "AMRPC WatchDog not installed",
"description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
@@ -13,7 +19,7 @@
"restart": "Restart",
"reportProblem": "Report a Problem",
"quitITunes": {
- "info": "This takes about 3 seconds",
+ "info": "Takes about 3 seconds",
"button": "Quit iTunes"
},
"quit": "Quit"
From bfe770e96fc827285d413f0a6b1987bf82ff1320 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Tue, 17 Oct 2023 17:29:48 +0200
Subject: [PATCH 19/25] New translations en-us.json (Serbian (Latin))
---
i18n/sr-CS.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/i18n/sr-CS.json b/i18n/sr-CS.json
index d0cf6f6..62f933b 100644
--- a/i18n/sr-CS.json
+++ b/i18n/sr-CS.json
@@ -1,9 +1,15 @@
{
+ "general": {
+ "buttons": {
+ "openSettings": "Open Settings"
+ }
+ },
"error": {
"admin": "Molimo vas da ne pokrećete AMRPC kao administrator!",
"noTrack": "Nije otkrivena nijedna pesma",
"jsFileExtension": "Došlo je do greške sa podacima o asocijaciji JS datoteka. Kliknite na dugme ispod da biste saznali više.",
"cmd": "Došlo je do greške sa Command Prompt-om. Kliknite na dugme ispod da biste saznali više.",
+ "iTunesInstalledCheck": "AMRPC couldn't check if iTunes is installed. If you're sure that iTunes is installed, go to Settings > Advanced and disable \"Check if Music is installed\".",
"watchDog": {
"title": "AMRPC WatchDog not installed",
"description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
@@ -13,7 +19,7 @@
"restart": "Restart",
"reportProblem": "Prijavite Problem",
"quitITunes": {
- "info": "Ovo traje oko 3 sekunde",
+ "info": "Takes about 3 seconds",
"button": "Zatvori iTunes"
},
"quit": "Zatvori"
From 0d5ce0857389bea734577271040a94074c9520a1 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Sat, 28 Oct 2023 12:25:16 +0200
Subject: [PATCH 20/25] New translations en-us.json (Spanish, Colombia)
---
i18n/es-CO.json | 138 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 138 insertions(+)
create mode 100644 i18n/es-CO.json
diff --git a/i18n/es-CO.json b/i18n/es-CO.json
new file mode 100644
index 0000000..e6d17a4
--- /dev/null
+++ b/i18n/es-CO.json
@@ -0,0 +1,138 @@
+{
+ "general": {
+ "buttons": {
+ "openSettings": "Open Settings"
+ }
+ },
+ "error": {
+ "admin": "Please do not run AMRPC with administrator privileges!",
+ "noTrack": "No track detected",
+ "jsFileExtension": "There is an error with the JS file association data. Please click on the button below to learn more.",
+ "cmd": "There is an error with Command Prompt. Please click on the button below to learn more.",
+ "iTunesInstalledCheck": "AMRPC couldn't check if iTunes is installed. If you're sure that iTunes is installed, go to Settings > Advanced and disable \"Check if Music is installed\".",
+ "watchDog": {
+ "title": "AMRPC WatchDog not installed",
+ "description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
+ }
+ },
+ "tray": {
+ "restart": "Restart",
+ "reportProblem": "Report a Problem",
+ "quitITunes": {
+ "info": "Takes about 3 seconds",
+ "button": "Quit iTunes"
+ },
+ "quit": "Quit"
+ },
+ "settings": {
+ "config": {
+ "autoLaunch": "Auto Launch",
+ "autoUpdates": "Automatic Updates",
+ "betaUpdates": "Beta Updates",
+ "installUpdate": {
+ "label": "Install Update",
+ "button": "Install %version%",
+ "buttonNA": "No update available"
+ },
+ "show": "Show Presence",
+ "hideOnPause": "Hide Presence on Pause",
+ "artworkPrioLocal": "Prioritize Local Artwork",
+ "showTimestamps": "Show Timestamps",
+ "showAlbumArtwork": "Show Album Artwork",
+ "performanceMode": "Performance Mode",
+ "hardwareAcceleration": "Hardware Acceleration",
+ "checkIfMusicInstalled": "Check if Music is installed",
+ "colorTheme": {
+ "label": "Preferred Color Theme",
+ "light": "Light",
+ "dark": "Dark",
+ "auto": "Dark from Sunset to Sunrise",
+ "os": "System Default"
+ },
+ "language": "Preferred Language",
+ "rpcLargeImageText": "Presence Large Image Text",
+ "rpcDetails": "Presence Details",
+ "rpcState": "Presence State",
+ "enableLastFM": "Enable Last.fm",
+ "lastFMUser": {
+ "label": "Last.fm User",
+ "connect": "Connect",
+ "reconnect": "Reconnect",
+ "connecting": "Connecting...",
+ "cancel": "Cancel"
+ },
+ "enableCache": "Enable Cache",
+ "resetCache": "Reset Cache"
+ },
+ "common": {
+ "reset": "Reset"
+ },
+ "category": {
+ "general": "General",
+ "softwareUpdate": "Software Update",
+ "cache": "Cache Management",
+ "advanced": "Advanced"
+ },
+ "warn": {
+ "music": {
+ "title": "Attention",
+ "description": "The Music app could not be found. Please make sure that the Music app is installed."
+ },
+ "discord": {
+ "title": "Attention",
+ "description": "Discord could not be found. Please make sure that Discord is installed."
+ }
+ },
+ "note": {
+ "language": "If your language is missing, contact us.",
+ "artworkPrioLocal": "If local artwork is available, it will be used instead of the one from Apple Music API.",
+ "cache": {
+ "size": "Current cache size: %size%, %count% items",
+ "warn": "WARNING Disabling the cache will delete all cached data.",
+ "info": "The cache stores all album artwork and other data to reduce the amount of requests to Apple. This will improve the loading time of the album artwork and link."
+ },
+ "checkIfMusicInstalled": "Disable this only if you're encountering issues with the checks, and you're sure that Music is installed."
+ },
+ "extra": {
+ "github": "View on GitHub",
+ "koFi": "Donate",
+ "reloadPage": "Reload",
+ "restartApp": "Restart required"
+ },
+ "modal": {
+ "newUpdate": {
+ "title": "Software Update",
+ "description": "Version %version% is available for your PC.",
+ "installed": {
+ "description": "Version %version% is available for your PC and is ready to install.",
+ "buttons": {
+ "install": "Install now",
+ "later": "Later"
+ }
+ },
+ "buttons": {
+ "downloadAndInstall": "Download & install",
+ "download": "Download & install later"
+ }
+ },
+ "koFi": {
+ "title": "Requires Premium",
+ "description": "To use this feature, a one-time donation or a membership is required. You can donate here. If you have already donated, try to restart AMRPC. Learn More"
+ },
+ "microsoftStore": {
+ "description": "Did you know that you can install AMRPC from the Microsoft Store? But make sure to disable Auto Launch in the settings before installing it from the Microsoft Store.",
+ "buttons": {
+ "download": "Download now"
+ }
+ },
+ "buttons": {
+ "no": "No",
+ "later": "Not now",
+ "yes": "Yes",
+ "okay": "Okay",
+ "learnMore": "Learn more",
+ "close": "Close"
+ }
+ }
+ }
+}
From 1e79a5d6005ab09f563cbb20a2eb06fc589fa75c Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Sun, 29 Oct 2023 13:11:51 +0100
Subject: [PATCH 21/25] New translations en-us.json (Turkish)
---
i18n/tr-TR.json | 138 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 138 insertions(+)
create mode 100644 i18n/tr-TR.json
diff --git a/i18n/tr-TR.json b/i18n/tr-TR.json
new file mode 100644
index 0000000..e6d17a4
--- /dev/null
+++ b/i18n/tr-TR.json
@@ -0,0 +1,138 @@
+{
+ "general": {
+ "buttons": {
+ "openSettings": "Open Settings"
+ }
+ },
+ "error": {
+ "admin": "Please do not run AMRPC with administrator privileges!",
+ "noTrack": "No track detected",
+ "jsFileExtension": "There is an error with the JS file association data. Please click on the button below to learn more.",
+ "cmd": "There is an error with Command Prompt. Please click on the button below to learn more.",
+ "iTunesInstalledCheck": "AMRPC couldn't check if iTunes is installed. If you're sure that iTunes is installed, go to Settings > Advanced and disable \"Check if Music is installed\".",
+ "watchDog": {
+ "title": "AMRPC WatchDog not installed",
+ "description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
+ }
+ },
+ "tray": {
+ "restart": "Restart",
+ "reportProblem": "Report a Problem",
+ "quitITunes": {
+ "info": "Takes about 3 seconds",
+ "button": "Quit iTunes"
+ },
+ "quit": "Quit"
+ },
+ "settings": {
+ "config": {
+ "autoLaunch": "Auto Launch",
+ "autoUpdates": "Automatic Updates",
+ "betaUpdates": "Beta Updates",
+ "installUpdate": {
+ "label": "Install Update",
+ "button": "Install %version%",
+ "buttonNA": "No update available"
+ },
+ "show": "Show Presence",
+ "hideOnPause": "Hide Presence on Pause",
+ "artworkPrioLocal": "Prioritize Local Artwork",
+ "showTimestamps": "Show Timestamps",
+ "showAlbumArtwork": "Show Album Artwork",
+ "performanceMode": "Performance Mode",
+ "hardwareAcceleration": "Hardware Acceleration",
+ "checkIfMusicInstalled": "Check if Music is installed",
+ "colorTheme": {
+ "label": "Preferred Color Theme",
+ "light": "Light",
+ "dark": "Dark",
+ "auto": "Dark from Sunset to Sunrise",
+ "os": "System Default"
+ },
+ "language": "Preferred Language",
+ "rpcLargeImageText": "Presence Large Image Text",
+ "rpcDetails": "Presence Details",
+ "rpcState": "Presence State",
+ "enableLastFM": "Enable Last.fm",
+ "lastFMUser": {
+ "label": "Last.fm User",
+ "connect": "Connect",
+ "reconnect": "Reconnect",
+ "connecting": "Connecting...",
+ "cancel": "Cancel"
+ },
+ "enableCache": "Enable Cache",
+ "resetCache": "Reset Cache"
+ },
+ "common": {
+ "reset": "Reset"
+ },
+ "category": {
+ "general": "General",
+ "softwareUpdate": "Software Update",
+ "cache": "Cache Management",
+ "advanced": "Advanced"
+ },
+ "warn": {
+ "music": {
+ "title": "Attention",
+ "description": "The Music app could not be found. Please make sure that the Music app is installed."
+ },
+ "discord": {
+ "title": "Attention",
+ "description": "Discord could not be found. Please make sure that Discord is installed."
+ }
+ },
+ "note": {
+ "language": "If your language is missing, contact us.",
+ "artworkPrioLocal": "If local artwork is available, it will be used instead of the one from Apple Music API.",
+ "cache": {
+ "size": "Current cache size: %size%, %count% items",
+ "warn": "WARNING Disabling the cache will delete all cached data.",
+ "info": "The cache stores all album artwork and other data to reduce the amount of requests to Apple. This will improve the loading time of the album artwork and link."
+ },
+ "checkIfMusicInstalled": "Disable this only if you're encountering issues with the checks, and you're sure that Music is installed."
+ },
+ "extra": {
+ "github": "View on GitHub",
+ "koFi": "Donate",
+ "reloadPage": "Reload",
+ "restartApp": "Restart required"
+ },
+ "modal": {
+ "newUpdate": {
+ "title": "Software Update",
+ "description": "Version %version% is available for your PC.",
+ "installed": {
+ "description": "Version %version% is available for your PC and is ready to install.",
+ "buttons": {
+ "install": "Install now",
+ "later": "Later"
+ }
+ },
+ "buttons": {
+ "downloadAndInstall": "Download & install",
+ "download": "Download & install later"
+ }
+ },
+ "koFi": {
+ "title": "Requires Premium",
+ "description": "To use this feature, a one-time donation or a membership is required. You can donate here. If you have already donated, try to restart AMRPC. Learn More"
+ },
+ "microsoftStore": {
+ "description": "Did you know that you can install AMRPC from the Microsoft Store? But make sure to disable Auto Launch in the settings before installing it from the Microsoft Store.",
+ "buttons": {
+ "download": "Download now"
+ }
+ },
+ "buttons": {
+ "no": "No",
+ "later": "Not now",
+ "yes": "Yes",
+ "okay": "Okay",
+ "learnMore": "Learn more",
+ "close": "Close"
+ }
+ }
+ }
+}
From a0014d1b880fb0a039a766f96289592da1262758 Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Sat, 18 Nov 2023 07:34:52 +0100
Subject: [PATCH 22/25] New translations en-us.json (Spanish, Colombia)
---
i18n/es-CO.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/i18n/es-CO.json b/i18n/es-CO.json
index e6d17a4..88af9ab 100644
--- a/i18n/es-CO.json
+++ b/i18n/es-CO.json
@@ -1,11 +1,11 @@
{
"general": {
"buttons": {
- "openSettings": "Open Settings"
+ "openSettings": "Abrir configuración"
}
},
"error": {
- "admin": "Please do not run AMRPC with administrator privileges!",
+ "admin": "Por favor, no ejecutes AMRPC con privilegios de administrador!",
"noTrack": "No track detected",
"jsFileExtension": "There is an error with the JS file association data. Please click on the button below to learn more.",
"cmd": "There is an error with Command Prompt. Please click on the button below to learn more.",
From 0b2461aea9665d22297b0cf45b7ba0f0215cc45a Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Sat, 18 Nov 2023 08:36:08 +0100
Subject: [PATCH 23/25] New translations en-us.json (Spanish, Colombia)
---
i18n/es-CO.json | 150 ++++++++++++++++++++++++------------------------
1 file changed, 75 insertions(+), 75 deletions(-)
diff --git a/i18n/es-CO.json b/i18n/es-CO.json
index 88af9ab..956b707 100644
--- a/i18n/es-CO.json
+++ b/i18n/es-CO.json
@@ -6,132 +6,132 @@
},
"error": {
"admin": "Por favor, no ejecutes AMRPC con privilegios de administrador!",
- "noTrack": "No track detected",
- "jsFileExtension": "There is an error with the JS file association data. Please click on the button below to learn more.",
+ "noTrack": "Ninguna canción detectada",
+ "jsFileExtension": "Hay un error con los datos de la asociación de archivos JS. Por favor, haz clic en el botón de abajo para obtener más información.",
"cmd": "There is an error with Command Prompt. Please click on the button below to learn more.",
- "iTunesInstalledCheck": "AMRPC couldn't check if iTunes is installed. If you're sure that iTunes is installed, go to Settings > Advanced and disable \"Check if Music is installed\".",
+ "iTunesInstalledCheck": "AMRPC no pudo comprobar si iTunes está instalado. Si estás seguro de que iTunes está instalado, ve a Ajustes > Avanzado y desactiva \"Comprobar si la música está instalada\".",
"watchDog": {
- "title": "AMRPC WatchDog not installed",
- "description": "WatchDog is required for Apple Music (Preview). Do you want to install it?"
+ "title": "AMRPC WatchDog no instalado",
+ "description": "WatchDog es necesario para Apple Music (Vista previa). ¿Quieres instalarlo?"
}
},
"tray": {
- "restart": "Restart",
- "reportProblem": "Report a Problem",
+ "restart": "Reiniciar",
+ "reportProblem": "Reportar un problema",
"quitITunes": {
- "info": "Takes about 3 seconds",
- "button": "Quit iTunes"
+ "info": "Tarda unos 3 segundos",
+ "button": "Salir de iTunes"
},
- "quit": "Quit"
+ "quit": "Salir"
},
"settings": {
"config": {
- "autoLaunch": "Auto Launch",
- "autoUpdates": "Automatic Updates",
- "betaUpdates": "Beta Updates",
+ "autoLaunch": "Lanzamiento automático",
+ "autoUpdates": "Actualizaciones automáticas",
+ "betaUpdates": "Actualizaciones beta",
"installUpdate": {
- "label": "Install Update",
- "button": "Install %version%",
- "buttonNA": "No update available"
+ "label": "Instalar actualización",
+ "button": "Instalar %version%",
+ "buttonNA": "No hay actualizaciones disponibles"
},
- "show": "Show Presence",
- "hideOnPause": "Hide Presence on Pause",
- "artworkPrioLocal": "Prioritize Local Artwork",
- "showTimestamps": "Show Timestamps",
- "showAlbumArtwork": "Show Album Artwork",
- "performanceMode": "Performance Mode",
- "hardwareAcceleration": "Hardware Acceleration",
- "checkIfMusicInstalled": "Check if Music is installed",
+ "show": "Mostrar presencia",
+ "hideOnPause": "Ocultar presencia en pausa",
+ "artworkPrioLocal": "Priorizar ilustración local",
+ "showTimestamps": "Mostrar marcas de tiempo",
+ "showAlbumArtwork": "Mostrar ilustraciones de álbum",
+ "performanceMode": "Modo Rendimiento",
+ "hardwareAcceleration": "Aceleración de hardware",
+ "checkIfMusicInstalled": "Comprobar si Música está instalado",
"colorTheme": {
- "label": "Preferred Color Theme",
- "light": "Light",
- "dark": "Dark",
- "auto": "Dark from Sunset to Sunrise",
- "os": "System Default"
+ "label": "Tema de color preferido",
+ "light": "Claro",
+ "dark": "Oscuro",
+ "auto": "Oscuro del atardecer al amanecer",
+ "os": "Predeterminado del sistema"
},
- "language": "Preferred Language",
- "rpcLargeImageText": "Presence Large Image Text",
- "rpcDetails": "Presence Details",
- "rpcState": "Presence State",
- "enableLastFM": "Enable Last.fm",
+ "language": "Idioma preferido",
+ "rpcLargeImageText": "Texto de imagen grande en la presencia",
+ "rpcDetails": "Detalles de presencia",
+ "rpcState": "Estado de presencia",
+ "enableLastFM": "Habilitar Last.fm",
"lastFMUser": {
- "label": "Last.fm User",
- "connect": "Connect",
- "reconnect": "Reconnect",
- "connecting": "Connecting...",
- "cancel": "Cancel"
+ "label": "Usuario de Last.fm",
+ "connect": "Conectar",
+ "reconnect": "Reconectar",
+ "connecting": "Conectando...",
+ "cancel": "Cancelar"
},
- "enableCache": "Enable Cache",
- "resetCache": "Reset Cache"
+ "enableCache": "Habilitar caché",
+ "resetCache": "Restablecer caché"
},
"common": {
- "reset": "Reset"
+ "reset": "Restablecer"
},
"category": {
"general": "General",
- "softwareUpdate": "Software Update",
- "cache": "Cache Management",
- "advanced": "Advanced"
+ "softwareUpdate": "Actualización de software",
+ "cache": "Gestión de caché",
+ "advanced": "Avanzado"
},
"warn": {
"music": {
- "title": "Attention",
- "description": "The Music app could not be found. Please make sure that the Music app is installed."
+ "title": "Atención",
+ "description": "No se pudo encontrar la aplicación de música. Por favor, asegúrate de que la aplicación Música está instalada."
},
"discord": {
- "title": "Attention",
- "description": "Discord could not be found. Please make sure that Discord is installed."
+ "title": "Atención",
+ "description": "Discord no pudo ser encontrado. Por favor, asegúrate de que Discord está instalado."
}
},
"note": {
- "language": "If your language is missing, contact us.",
- "artworkPrioLocal": "If local artwork is available, it will be used instead of the one from Apple Music API.",
+ "language": "Si falta tu idioma, contáctanos.",
+ "artworkPrioLocal": "Si la ilustración local está disponible, se usará en lugar de la API de Apple Music.",
"cache": {
- "size": "Current cache size: %size%, %count% items",
- "warn": "WARNING Disabling the cache will delete all cached data.",
- "info": "The cache stores all album artwork and other data to reduce the amount of requests to Apple. This will improve the loading time of the album artwork and link."
+ "size": "Tamaño actual del caché: %size%, %count% elementos",
+ "warn": "ADVERTENCIA Al desactivar el caché se eliminarán todos los datos almacenados.",
+ "info": "El caché almacena todos los archivos de álbum y otros datos para reducir la cantidad de peticiones a Apple. Esto mejorará el tiempo de carga del álbum de arte y enlace."
},
- "checkIfMusicInstalled": "Disable this only if you're encountering issues with the checks, and you're sure that Music is installed."
+ "checkIfMusicInstalled": "Deshabilita esto sólo si encuentras problemas con las comprobaciones, y estás seguro de que Música está instalada."
},
"extra": {
- "github": "View on GitHub",
- "koFi": "Donate",
- "reloadPage": "Reload",
- "restartApp": "Restart required"
+ "github": "Ver en GitHub",
+ "koFi": "Donar",
+ "reloadPage": "Recargar",
+ "restartApp": "Reinicio necesario"
},
"modal": {
"newUpdate": {
- "title": "Software Update",
- "description": "Version %version% is available for your PC.",
+ "title": "Actualización de software",
+ "description": "La versión %version% está disponible para tu PC.",
"installed": {
- "description": "Version %version% is available for your PC and is ready to install.",
+ "description": "La versión %version% está disponible para tu PC y está lista para instalarse.",
"buttons": {
- "install": "Install now",
- "later": "Later"
+ "install": "Instalar ahora",
+ "later": "Más tarde"
}
},
"buttons": {
- "downloadAndInstall": "Download & install",
- "download": "Download & install later"
+ "downloadAndInstall": "Descargar e instalar",
+ "download": "Descargar e instalar más tarde"
}
},
"koFi": {
- "title": "Requires Premium",
- "description": "To use this feature, a one-time donation or a membership is required. You can donate here. If you have already donated, try to restart AMRPC. Learn More"
+ "title": "Requiere Premium",
+ "description": "Para utilizar esta característica, se requiere una donación única o una membresía. Puedes donar aquí. Si ya has donado, intenta reiniciar AMRPC. Más información"
},
"microsoftStore": {
- "description": "Did you know that you can install AMRPC from the Microsoft Store? But make sure to disable Auto Launch in the settings before installing it from the Microsoft Store.",
+ "description": "¿Sabía que puedes instalar AMRPC desde la tienda de Microsoft? Pero asegúrate de desactivar Auto iniciar en los ajustes antes de instalarlo desde la tienda de Microsoft.",
"buttons": {
- "download": "Download now"
+ "download": "Descargar ahora"
}
},
"buttons": {
"no": "No",
- "later": "Not now",
- "yes": "Yes",
- "okay": "Okay",
- "learnMore": "Learn more",
- "close": "Close"
+ "later": "Ahora no",
+ "yes": "Sí",
+ "okay": "Okey",
+ "learnMore": "Más información",
+ "close": "Cerrar"
}
}
}
From cd8498d2b62a4a79c885cf48a81059e0d785755c Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Wed, 3 Jan 2024 01:44:44 +0100
Subject: [PATCH 24/25] New translations en-us.json (German)
---
i18n/de-DE.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/de-DE.json b/i18n/de-DE.json
index b7673f4..f4d2678 100644
--- a/i18n/de-DE.json
+++ b/i18n/de-DE.json
@@ -1,7 +1,7 @@
{
"general": {
"buttons": {
- "openSettings": "Open Settings"
+ "openSettings": "Einstellungen öffnen"
}
},
"error": {
@@ -9,7 +9,7 @@
"noTrack": "Kein Lied erkannt",
"jsFileExtension": "Es liegt ein Fehler bei den JS-Dateizuordnungsdaten vor. Klicke auf den Button unten, um mehr zu erfahren.",
"cmd": "Es liegt ein Fehler mit der Eingabeaufforderung vor. Klicke auf den Button unten, um mehr zu erfahren.",
- "iTunesInstalledCheck": "AMRPC couldn't check if iTunes is installed. If you're sure that iTunes is installed, go to Settings > Advanced and disable \"Check if Music is installed\".",
+ "iTunesInstalledCheck": "AMRPC konnte nicht überprüfen ob iTunes installiert ist. Wenn Sie sich sicher sind, dass iTunes installiert ist, gehen Sie auf Einstellungen > Erweitert und deaktivieren Sie \"Überprüfen Sie, ob Musik installiert ist\".",
"watchDog": {
"title": "AMRPC WatchDog nicht installiert",
"description": "WatchDog wird für Apple Music (Vorschau) benötigt. Möchtest Du es installieren?"
@@ -19,7 +19,7 @@
"restart": "Neustart",
"reportProblem": "Problem melden",
"quitITunes": {
- "info": "Takes about 3 seconds",
+ "info": "Gedauert ca. 3 Sekunden",
"button": "iTunes beenden"
},
"quit": "Beenden"
From 14397567bc1a6b034141696e929f088f36f4febd Mon Sep 17 00:00:00 2001
From: zaphy <100389241+zaphyCloud@users.noreply.github.com>
Date: Wed, 3 Jan 2024 01:44:45 +0100
Subject: [PATCH 25/25] New translations en-us.json (Spanish, Colombia)
---
i18n/es-CO.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/i18n/es-CO.json b/i18n/es-CO.json
index 956b707..b82441a 100644
--- a/i18n/es-CO.json
+++ b/i18n/es-CO.json
@@ -8,7 +8,7 @@
"admin": "Por favor, no ejecutes AMRPC con privilegios de administrador!",
"noTrack": "Ninguna canción detectada",
"jsFileExtension": "Hay un error con los datos de la asociación de archivos JS. Por favor, haz clic en el botón de abajo para obtener más información.",
- "cmd": "There is an error with Command Prompt. Please click on the button below to learn more.",
+ "cmd": "Hay un error con Command Prompt. Por favor haga clic en el botón de abajo para obtener más información.",
"iTunesInstalledCheck": "AMRPC no pudo comprobar si iTunes está instalado. Si estás seguro de que iTunes está instalado, ve a Ajustes > Avanzado y desactiva \"Comprobar si la música está instalada\".",
"watchDog": {
"title": "AMRPC WatchDog no instalado",