diff --git a/i18n/af-ZA.json b/i18n/af-ZA.json index 18cdba3..cb617c4 100644 --- a/i18n/af-ZA.json +++ b/i18n/af-ZA.json @@ -1,15 +1,25 @@ { + "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." + "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?" + } }, "tray": { "restart": "Herbegin", "reportProblem": "Report a Problem", "quitITunes": { - "info": "This takes about 3 seconds", + "info": "Takes about 3 seconds", "button": "Quit iTunes" }, "quit": "Hou op" diff --git a/i18n/de-DE.json b/i18n/de-DE.json index 8271aa2..f4d2678 100644 --- a/i18n/de-DE.json +++ b/i18n/de-DE.json @@ -1,15 +1,25 @@ { + "general": { + "buttons": { + "openSettings": "Einstellungen öffnen" + } + }, "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." + "cmd": "Es liegt ein Fehler mit der Eingabeaufforderung vor. Klicke auf den Button unten, um mehr zu erfahren.", + "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?" + } }, "tray": { "restart": "Neustart", "reportProblem": "Problem melden", "quitITunes": { - "info": "Vorgang dauert ca. 3 Sekunden", + "info": "Gedauert ca. 3 Sekunden", "button": "iTunes beenden" }, "quit": "Beenden" diff --git a/i18n/en-US.json b/i18n/en-US.json index 314f845..e6d17a4 100644 --- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -1,15 +1,25 @@ { + "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." + "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": "This takes about 3 seconds", + "info": "Takes about 3 seconds", "button": "Quit iTunes" }, "quit": "Quit" diff --git a/i18n/es-CO.json b/i18n/es-CO.json new file mode 100644 index 0000000..b82441a --- /dev/null +++ b/i18n/es-CO.json @@ -0,0 +1,138 @@ +{ + "general": { + "buttons": { + "openSettings": "Abrir configuración" + } + }, + "error": { + "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": "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", + "description": "WatchDog es necesario para Apple Music (Vista previa). ¿Quieres instalarlo?" + } + }, + "tray": { + "restart": "Reiniciar", + "reportProblem": "Reportar un problema", + "quitITunes": { + "info": "Tarda unos 3 segundos", + "button": "Salir de iTunes" + }, + "quit": "Salir" + }, + "settings": { + "config": { + "autoLaunch": "Lanzamiento automático", + "autoUpdates": "Actualizaciones automáticas", + "betaUpdates": "Actualizaciones beta", + "installUpdate": { + "label": "Instalar actualización", + "button": "Instalar %version%", + "buttonNA": "No hay actualizaciones disponibles" + }, + "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": "Tema de color preferido", + "light": "Claro", + "dark": "Oscuro", + "auto": "Oscuro del atardecer al amanecer", + "os": "Predeterminado del sistema" + }, + "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": "Usuario de Last.fm", + "connect": "Conectar", + "reconnect": "Reconectar", + "connecting": "Conectando...", + "cancel": "Cancelar" + }, + "enableCache": "Habilitar caché", + "resetCache": "Restablecer caché" + }, + "common": { + "reset": "Restablecer" + }, + "category": { + "general": "General", + "softwareUpdate": "Actualización de software", + "cache": "Gestión de caché", + "advanced": "Avanzado" + }, + "warn": { + "music": { + "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": "Atención", + "description": "Discord no pudo ser encontrado. Por favor, asegúrate de que Discord está instalado." + } + }, + "note": { + "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": "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": "Deshabilita esto sólo si encuentras problemas con las comprobaciones, y estás seguro de que Música está instalada." + }, + "extra": { + "github": "Ver en GitHub", + "koFi": "Donar", + "reloadPage": "Recargar", + "restartApp": "Reinicio necesario" + }, + "modal": { + "newUpdate": { + "title": "Actualización de software", + "description": "La versión %version% está disponible para tu PC.", + "installed": { + "description": "La versión %version% está disponible para tu PC y está lista para instalarse.", + "buttons": { + "install": "Instalar ahora", + "later": "Más tarde" + } + }, + "buttons": { + "downloadAndInstall": "Descargar e instalar", + "download": "Descargar e instalar más tarde" + } + }, + "koFi": { + "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": "¿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": "Descargar ahora" + } + }, + "buttons": { + "no": "No", + "later": "Ahora no", + "yes": "Sí", + "okay": "Okey", + "learnMore": "Más información", + "close": "Cerrar" + } + } + } +} diff --git a/i18n/fr-FR.json b/i18n/fr-FR.json index cd75ae4..680c11d 100644 --- a/i18n/fr-FR.json +++ b/i18n/fr-FR.json @@ -1,15 +1,25 @@ { + "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." + "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?" + } }, "tray": { "restart": "Redémarrer", "reportProblem": "Signaler un problème", "quitITunes": { - "info": "Cela prend 3 secondes", + "info": "Takes about 3 seconds", "button": "Quitter iTunes" }, "quit": "Quitter" diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json index 64bce94..b645a7b 100644 --- a/i18n/pt-BR.json +++ b/i18n/pt-BR.json @@ -1,15 +1,25 @@ { + "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." + "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?" + } }, "tray": { "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" @@ -17,21 +27,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", @@ -59,9 +69,9 @@ }, "category": { "general": "Geral", - "softwareUpdate": "Software Update", + "softwareUpdate": "Atualizações de Software", "cache": "Gerência de cache", - "advanced": "Advanced" + "advanced": "Avançado" }, "warn": { "music": { @@ -75,13 +85,13 @@ }, "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.", "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", diff --git a/i18n/ru-RU.json b/i18n/ru-RU.json index 50cb9a7..49742fc 100644 --- a/i18n/ru-RU.json +++ b/i18n/ru-RU.json @@ -1,15 +1,25 @@ { + "general": { + "buttons": { + "openSettings": "Open Settings" + } + }, "error": { "admin": "Пожалуйста, не запускайте AMRPC с правами администратора!", "noTrack": "Песня не найдена", "jsFileExtension": "Возникла ошибка с JS файлом. Пожалуйста, нажмите на кнопку, чтобы узнать больше.", - "cmd": "Возникла ошибка с Командной строкой. Пожалуйста, нажмите на кнопку ниже, чтобы узнать больше." + "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?" + } }, "tray": { "restart": "Перезапустить", "reportProblem": "Report a Problem", "quitITunes": { - "info": "This takes about 3 seconds", + "info": "Takes about 3 seconds", "button": "Quit iTunes" }, "quit": "Выйти" diff --git a/i18n/sr-CS.json b/i18n/sr-CS.json new file mode 100644 index 0000000..62f933b --- /dev/null +++ b/i18n/sr-CS.json @@ -0,0 +1,138 @@ +{ + "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?" + } + }, + "tray": { + "restart": "Restart", + "reportProblem": "Prijavite Problem", + "quitITunes": { + "info": "Takes about 3 seconds", + "button": "Zatvori iTunes" + }, + "quit": "Zatvori" + }, + "settings": { + "config": { + "autoLaunch": "Automatsko Pokretanje", + "autoUpdates": "Automatsko ažuriranje", + "betaUpdates": "Beta Ažuriranja", + "installUpdate": { + "label": "Instaliraj Ažuriranje", + "button": "Instaliraj %version%", + "buttonNA": "Nema dostupnih ažuriranja" + }, + "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": "Željena tema", + "light": "Svetla", + "dark": "Tamna", + "auto": "Tamna od Zalaska Sunca do Izlaska Sunca", + "os": "Sistemska Podrazumevna" + }, + "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 Korisnik", + "connect": "Povežite se", + "reconnect": "Ponovno Povezivanje", + "connecting": "Povezivanje...", + "cancel": "Otkaži" + }, + "enableCache": "Dozvoli Keš Memoriju", + "resetCache": "Restartujte Keš Memoriju" + }, + "common": { + "reset": "Restart" + }, + "category": { + "general": "Generalno", + "softwareUpdate": "Ažuriranje Softvera", + "cache": "Upravljanje Keš Memorijom", + "advanced": "Napredno" + }, + "warn": { + "music": { + "title": "Pažnja", + "description": "Aplikacija \"Music\" nije pronađena. Uverite se da je aplikacija \"Music\" instalirana." + }, + "discord": { + "title": "Pažnja", + "description": "\"Discord\" nije pronađen. Molimo, proverite da li je \"Discord\" instaliran." + } + }, + "note": { + "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": "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": "Onemogućite ovo samo ako naiđete na probleme sa proverama i sigurni ste da je muzika instalirana." + }, + "extra": { + "github": "Vidi na GitHub-u", + "koFi": "Donirajte", + "reloadPage": "Osveži", + "restartApp": "Potrebno je ponovno pokretanje" + }, + "modal": { + "newUpdate": { + "title": "Ažuriranje Softvera", + "description": "Verzija %version% je dostupna za vaš računar.", + "installed": { + "description": "Verzija %version% je dostupna za vaš računar i spremna je za instalaciju.", + "buttons": { + "install": "Instalirajte sada", + "later": "Kasnije" + } + }, + "buttons": { + "downloadAndInstall": "Preuzmite i instalirajte", + "download": "Preuzmite i instalirajte kasnije" + } + }, + "koFi": { + "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": "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": "Preuzmite sada" + } + }, + "buttons": { + "no": "Ne", + "later": "Ne sada", + "yes": "Da", + "okay": "Okej", + "learnMore": "Saznajte više", + "close": "Zatvori" + } + } + } +} 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" + } + } + } +}