diff --git a/public/locales/es/common.json b/public/locales/es/common.json index c52a23152..ea360d51f 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -4,8 +4,8 @@ }, "tip": "Consejo: ", "time": { - "seconds": "segundos", - "minutes": "minutos", - "hours": "horas" + "seconds": "", + "minutes": "", + "hours": "" } } diff --git a/public/locales/es/modules/docker.json b/public/locales/es/modules/docker.json index 2b674d7aa..2c4ff2abc 100644 --- a/public/locales/es/modules/docker.json +++ b/public/locales/es/modules/docker.json @@ -38,7 +38,7 @@ "title": "Comenzar" }, "refreshData": { - "title": "Actualizar datos" + "title": "" }, "remove": { "title": "Eliminar" diff --git a/public/locales/es/modules/usenet.json b/public/locales/es/modules/usenet.json index 93ea90d90..6c82c4c83 100644 --- a/public/locales/es/modules/usenet.json +++ b/public/locales/es/modules/usenet.json @@ -1,7 +1,7 @@ { "descriptor": { - "name": "Usenet", - "description": "Mostrar la cola y el Historial de los servicios compatibles" + "name": "", + "description": "" }, "card": { "errors": { @@ -12,12 +12,12 @@ } }, "tabs": { - "queue": "Cola", - "history": "Historial" + "queue": "", + "history": "" }, "info": { - "sizeLeft": "Tamaño restante", - "paused": "Pausado" + "sizeLeft": "", + "paused": "" }, "queue": { "header": { @@ -26,24 +26,24 @@ "eta": "Tiempo restante", "progress": "Completado %" }, - "empty": "La cola está vacía.", + "empty": "", "error": { - "title": "¡Error!", - "message": "Se ha producido un error mientras se obtenían los datos:" + "title": "", + "message": "" }, - "paused": "Pausado" + "paused": "" }, "history": { "header": { "name": "Nombre", "size": "Tamaño", - "duration": "Duración de la descarga" + "duration": "" }, - "empty": "La cola está vacía.", + "empty": "", "error": { - "title": "¡Error!", - "message": "Se ha producido un error mientras se obtenían los datos:" + "title": "", + "message": "" }, - "paused": "Pausado" + "paused": "" } } diff --git a/public/locales/it/common.json b/public/locales/it/common.json index c610c224e..7bbaef216 100644 --- a/public/locales/it/common.json +++ b/public/locales/it/common.json @@ -1,8 +1,8 @@ { "actions": { - "save": "" + "save": "Risparmiare" }, - "tip": "", + "tip": "Suggerimento: ", "time": { "seconds": "", "minutes": "", diff --git a/public/locales/it/layout/add-service-app-shelf.json b/public/locales/it/layout/add-service-app-shelf.json index 497d24e19..94eae2d23 100644 --- a/public/locales/it/layout/add-service-app-shelf.json +++ b/public/locales/it/layout/add-service-app-shelf.json @@ -1,93 +1,93 @@ { "actionIcon": { - "tooltip": "" + "tooltip": "Aggiungere un servizio" }, "modal": { - "title": "", + "title": "Aggiungi servizio", "form": { "validation": { - "invalidUrl": "", - "noStatusCodeSelected": "" + "invalidUrl": "Inserire un URL valido", + "noStatusCodeSelected": "Selezionare un codice di stato" } }, "tabs": { "options": { - "title": "", + "title": "Opzioni", "form": { "serviceName": { - "label": "", - "placeholder": "" + "label": "Nome del servizio", + "placeholder": "Plex" }, "iconUrl": { - "label": "" + "label": "Icona URL" }, "serviceUrl": { - "label": "" + "label": "URL del servizio" }, "onClickUrl": { - "label": "" + "label": "URL al clic" }, "serviceType": { - "label": "", - "defaultValue": "", - "placeholder": "" + "label": "Tipo di servizio", + "defaultValue": "Altro", + "placeholder": "Sceglietene uno" }, "category": { - "label": "", - "placeholder": "", - "nothingFound": "", - "createLabel": "" + "label": "Categoria", + "placeholder": "Selezionare una categoria o crearne una nuova", + "nothingFound": "Non è stato trovato nulla", + "createLabel": "+ Creare {{query}}" }, "integrations": { "apiKey": { - "label": "", - "placeholder": "", + "label": "Chiave API", + "placeholder": "La vostra chiave API", "validation": { - "noKey": "" + "noKey": "Chiave non valida" }, "tip": { - "text": "", - "link": "" + "text": "Ottenere la chiave API", + "link": "qui." } }, "qBittorrent": { "username": { - "label": "", - "placeholder": "", + "label": "Nome utente", + "placeholder": "amministratore", "validation": { - "invalidUsername": "" + "invalidUsername": "Nome utente non valido" } }, "password": { - "label": "", - "placeholder": "", + "label": "Password", + "placeholder": "adminadmin", "validation": { - "invalidPassword": "" + "invalidPassword": "Password non valida" } } }, "deluge": { "password": { - "label": "", - "placeholder": "", + "label": "Password", + "placeholder": "password", "validation": { - "invalidPassword": "" + "invalidPassword": "Password non valida" } } }, "transmission": { "username": { - "label": "", - "placeholder": "", + "label": "Nome utente", + "placeholder": "amministratore", "validation": { - "invalidUsername": "" + "invalidUsername": "Nome utente non valido" } }, "password": { - "label": "", - "placeholder": "", + "label": "Password", + "placeholder": "adminadmin", "validation": { - "invalidPassword": "" + "invalidPassword": "Password non valida" } } } @@ -95,23 +95,23 @@ } }, "advancedOptions": { - "title": "", + "title": "Opzioni avanzate", "form": { "ping": { - "label": "" + "label": "Servizio Ping" }, "httpStatusCodes": { - "label": "", - "placeholder": "", - "clearButtonLabel": "", - "nothingFound": "" + "label": "Codici di stato HTTP", + "placeholder": "Selezionare i codici di stato validi", + "clearButtonLabel": "Cancella la selezione", + "nothingFound": "Non è stato trovato nulla" }, "openServiceInNewTab": { - "label": "" + "label": "Aprire il servizio in una nuova scheda" }, "buttons": { "submit": { - "content": "" + "content": "Aggiungi servizio" } } } diff --git a/public/locales/it/layout/app-shelf-menu.json b/public/locales/it/layout/app-shelf-menu.json index 452c7a882..465f41810 100644 --- a/public/locales/it/layout/app-shelf-menu.json +++ b/public/locales/it/layout/app-shelf-menu.json @@ -1,18 +1,18 @@ { "modal": { - "title": "", + "title": "Modificare un servizio", "buttons": { - "save": "" + "save": "Salvataggio del servizio" } }, "menu": { "labels": { - "settings": "", - "dangerZone": "" + "settings": "Impostazioni", + "dangerZone": "Zona di pericolo" }, "actions": { - "edit": "", - "delete": "" + "edit": "Modifica", + "delete": "Cancellare" } } } \ No newline at end of file diff --git a/public/locales/it/layout/app-shelf.json b/public/locales/it/layout/app-shelf.json index 20f7a7350..c1bed853d 100644 --- a/public/locales/it/layout/app-shelf.json +++ b/public/locales/it/layout/app-shelf.json @@ -1,10 +1,10 @@ { "accordions": { "downloads": { - "text": "" + "text": "I vostri download" }, "others": { - "text": "" + "text": "Altri" } } } \ No newline at end of file diff --git a/public/locales/it/modules/calendar.json b/public/locales/it/modules/calendar.json index e16beca62..4da570b8f 100644 --- a/public/locales/it/modules/calendar.json +++ b/public/locales/it/modules/calendar.json @@ -1,10 +1,10 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Calendario", + "description": "Un modulo calendario per la visualizzazione dei prossimi rilasci. Interagisce con le API di Sonarr e Radarr.", "settings": { "sundayStart": { - "label": "" + "label": "Iniziare la settimana la domenica" } } } diff --git a/public/locales/it/modules/common-media-cards.json b/public/locales/it/modules/common-media-cards.json index 9f6da0682..ead772e99 100644 --- a/public/locales/it/modules/common-media-cards.json +++ b/public/locales/it/modules/common-media-cards.json @@ -1,6 +1,6 @@ { "buttons": { - "play": "", - "request": "" + "play": "Gioco", + "request": "Richiesta" } } \ No newline at end of file diff --git a/public/locales/it/modules/common.json b/public/locales/it/modules/common.json index 61de7370a..162178e59 100644 --- a/public/locales/it/modules/common.json +++ b/public/locales/it/modules/common.json @@ -1,5 +1,5 @@ { "settings": { - "label": "" + "label": "Impostazioni" } } \ No newline at end of file diff --git a/public/locales/it/modules/dashdot.json b/public/locales/it/modules/dashdot.json index 235d3b4dc..1f05853d4 100644 --- a/public/locales/it/modules/dashdot.json +++ b/public/locales/it/modules/dashdot.json @@ -1,59 +1,59 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Dash.", + "description": "Un modulo per visualizzare i grafici dell'istanza di Dash in esecuzione.", "settings": { "cpuMultiView": { - "label": "" + "label": "Vista CPU Multi-Core" }, "storageMultiView": { - "label": "" + "label": "Visualizzazione dell'unità multipla di archiviazione" }, "useCompactView": { - "label": "" + "label": "Utilizzare la vista compatta" }, "graphs": { - "label": "", + "label": "Grafici", "options": { - "cpu": "", - "ram": "", - "storage": "", - "network": "", - "gpu": "" + "cpu": "CPU", + "ram": "RAM", + "storage": "Immagazzinamento", + "network": "Rete", + "gpu": "GPU" } }, "url": { - "label": "" + "label": "Dash. URL" } } }, "card": { - "title": "", + "title": "Dash.", "errors": { - "noService": "", - "noInformation": "" + "noService": "Nessun servizio Dash. trovato. Aggiungerne uno alla dashboard di Homarr o impostare un Dash. nelle opzioni del modulo", + "noInformation": "Impossibile acquisire informazioni da dash. - state eseguendo l'ultima versione?" }, "graphs": { "storage": { - "title": "", - "label": "" + "title": "Immagazzinamento", + "label": "Stoccaggio:" }, "network": { - "title": "", - "label": "", + "title": "Rete", + "label": "Rete:", "metrics": { - "download": "", - "upload": "" + "download": "In basso", + "upload": "Su" } }, "cpu": { - "title": "" + "title": "CPU" }, "memory": { - "title": "" + "title": "RAM" }, "gpu": { - "title": "" + "title": "GPU" } } } diff --git a/public/locales/it/modules/date.json b/public/locales/it/modules/date.json index ab82eb8ed..deb7bcb16 100644 --- a/public/locales/it/modules/date.json +++ b/public/locales/it/modules/date.json @@ -1,10 +1,10 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Data", + "description": "Mostra l'ora e la data corrente in una scheda", "settings": { "display24HourFormat": { - "label": "" + "label": "Visualizzazione a tempo pieno (24 ore)" } } } diff --git a/public/locales/it/modules/dlspeed.json b/public/locales/it/modules/dlspeed.json index f8daba13b..ff33cb9c7 100644 --- a/public/locales/it/modules/dlspeed.json +++ b/public/locales/it/modules/dlspeed.json @@ -1,6 +1,6 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Scarica la velocità", + "description": "Mostra la velocità di download attuale dei servizi supportati" } } \ No newline at end of file diff --git a/public/locales/it/modules/docker.json b/public/locales/it/modules/docker.json index c58cfd81a..12e726fe3 100644 --- a/public/locales/it/modules/docker.json +++ b/public/locales/it/modules/docker.json @@ -1,71 +1,71 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Docker", + "description": "Consente di gestire facilmente i propri torrent" }, "search": { - "placeholder": "" + "placeholder": "Ricerca per contenitore o nome dell'immagine" }, "table": { "header": { - "name": "", - "image": "", - "ports": "", - "state": "" + "name": "Nome", + "image": "Immagine", + "ports": "Porti", + "state": "Stato" }, "body": { - "portCollapse": "" + "portCollapse": "{{ports}} di più" }, "states": { - "running": "", - "created": "", - "stopped": "", - "unknown": "" + "running": "In corsa", + "created": "Creato", + "stopped": "Interrotto", + "unknown": "Sconosciuto" } }, "actionBar": { "addService": { - "title": "", - "message": "" + "title": "Aggiungi servizio", + "message": "Aggiungi servizio a Homarr" }, "restart": { - "title": "" + "title": "Riavvio" }, "stop": { - "title": "" + "title": "Stop" }, "start": { - "title": "" + "title": "Inizio" }, "refreshData": { "title": "" }, "remove": { - "title": "" + "title": "Rimuovere" }, "addToHomarr": { - "title": "" + "title": "Aggiungi a Homarr" } }, "messages": { "successfullyExecuted": { - "title": "", - "message": "" + "title": "Contenitore {{containerName}} {{action}}ed", + "message": "Il vostro contenitore è stato {{action}}" } }, "errors": { "integrationFailed": { - "title": "", - "message": "" + "title": "Integrazione di Docker fallita", + "message": "Hai dimenticato di montare il socket di docker?" }, "unknownError": { - "title": "" + "title": "Si è verificato un errore" }, "oneServiceAtATime": { - "title": "" + "title": "Si prega di aggiungere solo un servizio alla volta!" } }, "actionIcon": { - "tooltip": "" + "tooltip": "Docker" } } \ No newline at end of file diff --git a/public/locales/it/modules/overseerr.json b/public/locales/it/modules/overseerr.json index 0a6da5756..6174bad2e 100644 --- a/public/locales/it/modules/overseerr.json +++ b/public/locales/it/modules/overseerr.json @@ -1,28 +1,28 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Sovrintendenti", + "description": "Permette di cercare e aggiungere media da Overseerr/Jellyseerr" }, "popup": { "item": { "buttons": { - "askFor": "", - "cancel": "", - "request": "" + "askFor": "Chiedete di {{title}}", + "cancel": "Annullamento", + "request": "Richiesta" }, "alerts": { "automaticApproval": { - "title": "", - "text": "" + "title": "Utilizzo della chiave API", + "text": "Questa richiesta verrà approvata automaticamente" } } }, "seasonSelector": { - "caption": "", + "caption": "Spuntare le stagioni che si desidera scaricare.", "table": { "header": { - "season": "", - "numberOfEpisodes": "" + "season": "Stagione", + "numberOfEpisodes": "Numero di episodi" } } } diff --git a/public/locales/it/modules/ping.json b/public/locales/it/modules/ping.json index 3ba3aefa0..7fc98c6eb 100644 --- a/public/locales/it/modules/ping.json +++ b/public/locales/it/modules/ping.json @@ -1,11 +1,11 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Ping", + "description": "Consente di verificare se il servizio è attivo o se restituisce un codice di stato HTTP specifico." }, "states": { - "online": "", - "offline": "", - "loading": "" + "online": "Online {{response}}", + "offline": "Offline {{response}}", + "loading": "Caricamento..." } } \ No newline at end of file diff --git a/public/locales/it/modules/search.json b/public/locales/it/modules/search.json index cf06695e4..621da0e2f 100644 --- a/public/locales/it/modules/search.json +++ b/public/locales/it/modules/search.json @@ -1,9 +1,9 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Barra di ricerca", + "description": "Barra di ricerca per cercare sul web, su Youtube, su Torrents o su Overseerr" }, "input": { - "placeholder": "" + "placeholder": "Cerca sul web..." } } \ No newline at end of file diff --git a/public/locales/it/modules/torrents-status.json b/public/locales/it/modules/torrents-status.json index 86b10fa25..adb92662f 100644 --- a/public/locales/it/modules/torrents-status.json +++ b/public/locales/it/modules/torrents-status.json @@ -1,39 +1,39 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Torrente", + "description": "Mostra la velocità di download attuale dei servizi supportati", "settings": { "hideComplete": { - "label": "" + "label": "Nascondere i torrent completati" } } }, "card": { "table": { "header": { - "name": "", - "size": "", - "download": "", - "upload": "", - "estimatedTimeOfArrival": "", - "progress": "" + "name": "Nome", + "size": "Dimensione", + "download": "In basso", + "upload": "Su", + "estimatedTimeOfArrival": "ETA", + "progress": "Progressi" }, "body": { - "nothingFound": "" + "nothingFound": "Nessun torrent trovato" } }, "lineChart": { - "title": "", - "download": "", - "upload": "", - "timeSpan": "", - "totalDownload": "", - "totalUpload": "" + "title": "Velocità di download attuale", + "download": "Scaricamento: {{download}}", + "upload": "Caricare: {{upload}}", + "timeSpan": "{{seconds}} secondi fa", + "totalDownload": "Download: {{download}}/s", + "totalUpload": "Caricare: {{upload}}/s" }, "errors": { "noDownloadClients": { - "title": "", - "text": "" + "title": "Nessun client di download supportato trovato!", + "text": "Aggiungere un servizio di download per visualizzare i download correnti" } } } diff --git a/public/locales/it/modules/usenet.json b/public/locales/it/modules/usenet.json index b223d452d..434e4ee64 100644 --- a/public/locales/it/modules/usenet.json +++ b/public/locales/it/modules/usenet.json @@ -6,8 +6,8 @@ "card": { "errors": { "noDownloadClients": { - "title": "", - "text": "" + "title": "Nessun client di download supportato trovato!", + "text": "Aggiungere un servizio di download per visualizzare i download correnti" } } }, @@ -21,10 +21,10 @@ }, "queue": { "header": { - "name": "", - "size": "", - "eta": "", - "progress": "" + "name": "Nome", + "size": "Dimensione", + "eta": "ETA", + "progress": "Progressi" }, "empty": "", "error": { @@ -35,8 +35,8 @@ }, "history": { "header": { - "name": "", - "size": "", + "name": "Nome", + "size": "Dimensione", "duration": "" }, "empty": "", diff --git a/public/locales/it/modules/weather.json b/public/locales/it/modules/weather.json index 7f9c8b103..8d863bf96 100644 --- a/public/locales/it/modules/weather.json +++ b/public/locales/it/modules/weather.json @@ -1,32 +1,32 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Il tempo", + "description": "Consultare il meteo attuale della propria località", "settings": { "displayInFahrenheit": { - "label": "" + "label": "Visualizzazione in Fahrenheit" }, "location": { - "label": "" + "label": "Posizione meteo" } } }, "card": { "weatherDescriptions": { - "clear": "", - "mainlyClear": "", - "fog": "", - "drizzle": "", - "freezingDrizzle": "", - "rain": "", - "freezingRain": "", - "snowFall": "", - "snowGrains": "", - "rainShowers": "", - "snowShowers": "", - "thunderstorm": "", - "thunderstormWithHail": "", - "unknown": "" + "clear": "Libero", + "mainlyClear": "Principalmente chiaro", + "fog": "Nebbia", + "drizzle": "Pioggerella", + "freezingDrizzle": "Pioggia gelata", + "rain": "Pioggia", + "freezingRain": "Pioggia gelata", + "snowFall": "Caduta della neve", + "snowGrains": "Granelli di neve", + "rainShowers": "Piogge a catinelle", + "snowShowers": "Piogge di neve", + "thunderstorm": "Temporale", + "thunderstormWithHail": "Temporale con grandine", + "unknown": "Sconosciuto" } } } \ No newline at end of file diff --git a/public/locales/it/settings/common.json b/public/locales/it/settings/common.json index ded996d44..fdaceac8d 100644 --- a/public/locales/it/settings/common.json +++ b/public/locales/it/settings/common.json @@ -1,14 +1,14 @@ { - "title": "", - "tooltip": "", + "title": "Impostazioni", + "tooltip": "Impostazioni", "tabs": { - "common": "", - "customizations": "" + "common": "Comune", + "customizations": "Personalizzazioni" }, "tips": { - "configTip": "" + "configTip": "Caricate il vostro file di configurazione trascinandolo sulla pagina!" }, "credits": { - "madeWithLove": "" + "madeWithLove": "Realizzato con ❤️ da @" } } \ No newline at end of file diff --git a/public/locales/it/settings/customization/app-width.json b/public/locales/it/settings/customization/app-width.json index 9e26dfeeb..379134b20 100644 --- a/public/locales/it/settings/customization/app-width.json +++ b/public/locales/it/settings/customization/app-width.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Larghezza dell'applicazione" +} \ No newline at end of file diff --git a/public/locales/it/settings/customization/color-selector.json b/public/locales/it/settings/customization/color-selector.json index 9e26dfeeb..8d9238682 100644 --- a/public/locales/it/settings/customization/color-selector.json +++ b/public/locales/it/settings/customization/color-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "suffix": "{{color}} colore" +} \ No newline at end of file diff --git a/public/locales/it/settings/customization/opacity-selector.json b/public/locales/it/settings/customization/opacity-selector.json index 9e26dfeeb..eb6104c3d 100644 --- a/public/locales/it/settings/customization/opacity-selector.json +++ b/public/locales/it/settings/customization/opacity-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Opacità dell'applicazione" +} \ No newline at end of file diff --git a/public/locales/it/settings/customization/page-appearance.json b/public/locales/it/settings/customization/page-appearance.json index 27ab9ce5c..68c35eeb3 100644 --- a/public/locales/it/settings/customization/page-appearance.json +++ b/public/locales/it/settings/customization/page-appearance.json @@ -1,25 +1,25 @@ { "pageTitle": { - "label": "", - "placeholder": "" + "label": "Titolo della pagina", + "placeholder": "Homarr 🦞" }, "logo": { - "label": "", - "placeholder": "" + "label": "Logo", + "placeholder": "/img/logo.png" }, "favicon": { - "label": "", - "placeholder": "" + "label": "Favicon", + "placeholder": "/favicon.png" }, "background": { - "label": "", - "placeholder": "" + "label": "Sfondo", + "placeholder": "/img/sfondo.png" }, "customCSS": { - "label": "", - "placeholder": "" + "label": "CSS personalizzato", + "placeholder": "I CSS personalizzati saranno eseguiti per ultimi" }, "buttons": { - "submit": "" + "submit": "Invia" } } diff --git a/public/locales/it/settings/customization/shade-selector.json b/public/locales/it/settings/customization/shade-selector.json index 9e26dfeeb..6c09ff7bc 100644 --- a/public/locales/it/settings/customization/shade-selector.json +++ b/public/locales/it/settings/customization/shade-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Ombra" +} \ No newline at end of file diff --git a/public/locales/it/settings/general/color-schema.json b/public/locales/it/settings/general/color-schema.json index 9e26dfeeb..a42d7bfe9 100644 --- a/public/locales/it/settings/general/color-schema.json +++ b/public/locales/it/settings/general/color-schema.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Passare alla modalità {{scheme}}" +} \ No newline at end of file diff --git a/public/locales/it/settings/general/config-changer.json b/public/locales/it/settings/general/config-changer.json index 6d130e67d..132a9fbe1 100644 --- a/public/locales/it/settings/general/config-changer.json +++ b/public/locales/it/settings/general/config-changer.json @@ -1,55 +1,55 @@ { "configSelect": { - "label": "" + "label": "Caricatore di configurazione" }, "modal": { - "title": "", + "title": "Scegliere il nome della nuova configurazione", "form": { "configName": { - "label": "", - "placeholder": "" + "label": "Nome della configurazione", + "placeholder": "Il nome della nuova configurazione" }, - "submitButton": "" + "submitButton": "Confermare" }, "events": { "configSaved": { - "title": "", - "message": "" + "title": "Configurazione salvata", + "message": "Configurazione salvata come {{configName}}" } } }, "buttons": { - "download": "", + "download": "Scarica la configurazione", "delete": { - "text": "", + "text": "Cancellare la configurazione", "notifications": { "deleted": { - "title": "", - "message": "" + "title": "Configurazione cancellata", + "message": "Configurazione cancellata" }, "deleteFailed": { - "title": "", - "message": "" + "title": "Cancellazione configurazione fallita", + "message": "Cancellazione configurazione fallita" } } }, - "saveCopy": "" + "saveCopy": "Salvare una copia" }, "dropzone": { "notifications": { "invalidConfig": { - "title": "", - "message": "" + "title": "Impossibile caricare la configurazione", + "message": "Impossibile caricare la configurazione. Formato JSON non valido." }, "loadedSuccessfully": { - "title": "" + "title": "La configurazione {{configName}} è stata caricata con successo" } }, "accept": { - "text": "" + "text": "Trascinare i file qui per caricare una configurazione. Supporto solo per JSON." }, "reject": { - "text": "" + "text": "Questo formato di file non è supportato. Caricare solo JSON." } } } \ No newline at end of file diff --git a/public/locales/it/settings/general/internationalization.json b/public/locales/it/settings/general/internationalization.json index 9e26dfeeb..248283793 100644 --- a/public/locales/it/settings/general/internationalization.json +++ b/public/locales/it/settings/general/internationalization.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Lingua" +} \ No newline at end of file diff --git a/public/locales/it/settings/general/module-enabler.json b/public/locales/it/settings/general/module-enabler.json index 9e26dfeeb..2ddba9c4b 100644 --- a/public/locales/it/settings/general/module-enabler.json +++ b/public/locales/it/settings/general/module-enabler.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "title": "Modulo abilitatore" +} \ No newline at end of file diff --git a/public/locales/it/settings/general/search-engine.json b/public/locales/it/settings/general/search-engine.json index 20a3b127a..efe3142b7 100644 --- a/public/locales/it/settings/general/search-engine.json +++ b/public/locales/it/settings/general/search-engine.json @@ -1,11 +1,11 @@ { - "title": "", + "title": "Motore di ricerca", "tips": { - "generalTip": "", - "placeholderTip": "" + "generalTip": "Utilizzate i prefissi !yt e !t davanti alla vostra domanda per cercare rispettivamente su YouTube o su un Torrent.", + "placeholderTip": "%s può essere usato come segnaposto per la query." }, "customEngine": { - "label": "", - "placeholder": "" + "label": "URL di interrogazione", + "placeholder": "URL di query personalizzato" } } \ No newline at end of file diff --git a/public/locales/it/settings/general/theme-selector.json b/public/locales/it/settings/general/theme-selector.json index 9e26dfeeb..d57c717b9 100644 --- a/public/locales/it/settings/general/theme-selector.json +++ b/public/locales/it/settings/general/theme-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Passare alla modalità {{theme}}" +} \ No newline at end of file diff --git a/public/locales/it/settings/general/widget-positions.json b/public/locales/it/settings/general/widget-positions.json index 9e26dfeeb..52057558f 100644 --- a/public/locales/it/settings/general/widget-positions.json +++ b/public/locales/it/settings/general/widget-positions.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "Posizionare i widget a sinistra" +} \ No newline at end of file diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index c610c224e..ebbdc80f3 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -1,8 +1,8 @@ { "actions": { - "save": "" + "save": "保存" }, - "tip": "", + "tip": "ヒント ", "time": { "seconds": "", "minutes": "", diff --git a/public/locales/ja/layout/add-service-app-shelf.json b/public/locales/ja/layout/add-service-app-shelf.json index 497d24e19..e407b47c4 100644 --- a/public/locales/ja/layout/add-service-app-shelf.json +++ b/public/locales/ja/layout/add-service-app-shelf.json @@ -1,93 +1,93 @@ { "actionIcon": { - "tooltip": "" + "tooltip": "サービスを追加する" }, "modal": { - "title": "", + "title": "サービス追加", "form": { "validation": { - "invalidUrl": "", - "noStatusCodeSelected": "" + "invalidUrl": "有効なURLを入力してください", + "noStatusCodeSelected": "ステータスコードを選択してください" } }, "tabs": { "options": { - "title": "", + "title": "オプション", "form": { "serviceName": { - "label": "", - "placeholder": "" + "label": "サービス名", + "placeholder": "プレックス" }, "iconUrl": { - "label": "" + "label": "アイコンURL" }, "serviceUrl": { - "label": "" + "label": "サービスURL" }, "onClickUrl": { - "label": "" + "label": "クリック時URL" }, "serviceType": { - "label": "", - "defaultValue": "", - "placeholder": "" + "label": "サービス形態", + "defaultValue": "その他", + "placeholder": "選んでください" }, "category": { - "label": "", - "placeholder": "", - "nothingFound": "", - "createLabel": "" + "label": "カテゴリー", + "placeholder": "カテゴリーを選択する、または新規に作成する", + "nothingFound": "何も見つかりません", + "createLabel": "+ Create {{query}}" }, "integrations": { "apiKey": { - "label": "", - "placeholder": "", + "label": "APIキー", + "placeholder": "お客様のAPIキー", "validation": { - "noKey": "" + "noKey": "無効なキー" }, "tip": { - "text": "", - "link": "" + "text": "APIキーの取得", + "link": "をご覧ください。" } }, "qBittorrent": { "username": { - "label": "", - "placeholder": "", + "label": "ユーザー名", + "placeholder": "アドミン", "validation": { - "invalidUsername": "" + "invalidUsername": "ユーザー名が無効です" } }, "password": { - "label": "", - "placeholder": "", + "label": "パスワード", + "placeholder": "アドミニストレーター", "validation": { - "invalidPassword": "" + "invalidPassword": "パスワードが無効です" } } }, "deluge": { "password": { - "label": "", - "placeholder": "", + "label": "パスワード", + "placeholder": "暗証番号", "validation": { - "invalidPassword": "" + "invalidPassword": "パスワードが無効です" } } }, "transmission": { "username": { - "label": "", - "placeholder": "", + "label": "ユーザー名", + "placeholder": "アドミン", "validation": { - "invalidUsername": "" + "invalidUsername": "ユーザー名が無効です" } }, "password": { - "label": "", - "placeholder": "", + "label": "パスワード", + "placeholder": "アドミニストレーター", "validation": { - "invalidPassword": "" + "invalidPassword": "パスワードが無効です" } } } @@ -95,23 +95,23 @@ } }, "advancedOptions": { - "title": "", + "title": "詳細オプション", "form": { "ping": { - "label": "" + "label": "Pingサービス" }, "httpStatusCodes": { - "label": "", - "placeholder": "", - "clearButtonLabel": "", - "nothingFound": "" + "label": "HTTPステータスコード", + "placeholder": "有効なステータスコードを選択する", + "clearButtonLabel": "クリア選択", + "nothingFound": "何も見つかりません" }, "openServiceInNewTab": { - "label": "" + "label": "新しいタブでサービスを開く" }, "buttons": { "submit": { - "content": "" + "content": "サービス追加" } } } diff --git a/public/locales/ja/layout/app-shelf-menu.json b/public/locales/ja/layout/app-shelf-menu.json index 452c7a882..ac6cc2730 100644 --- a/public/locales/ja/layout/app-shelf-menu.json +++ b/public/locales/ja/layout/app-shelf-menu.json @@ -1,18 +1,18 @@ { "modal": { - "title": "", + "title": "サービスの変更", "buttons": { - "save": "" + "save": "セーブサービス" } }, "menu": { "labels": { - "settings": "", - "dangerZone": "" + "settings": "設定", + "dangerZone": "デンジャーゾーン" }, "actions": { - "edit": "", - "delete": "" + "edit": "編集", + "delete": "削除" } } } \ No newline at end of file diff --git a/public/locales/ja/layout/app-shelf.json b/public/locales/ja/layout/app-shelf.json index 20f7a7350..a53727983 100644 --- a/public/locales/ja/layout/app-shelf.json +++ b/public/locales/ja/layout/app-shelf.json @@ -1,10 +1,10 @@ { "accordions": { "downloads": { - "text": "" + "text": "ダウンロード数" }, "others": { - "text": "" + "text": "その他" } } } \ No newline at end of file diff --git a/public/locales/ja/modules/calendar.json b/public/locales/ja/modules/calendar.json index e16beca62..cb3c90213 100644 --- a/public/locales/ja/modules/calendar.json +++ b/public/locales/ja/modules/calendar.json @@ -1,10 +1,10 @@ { "descriptor": { - "name": "", - "description": "", + "name": "カレンダー", + "description": "今後のリリースを表示するためのカレンダーモジュールです。SonarrとRadarrのAPIと連動しています。", "settings": { "sundayStart": { - "label": "" + "label": "週の始まりは日曜日" } } } diff --git a/public/locales/ja/modules/common-media-cards.json b/public/locales/ja/modules/common-media-cards.json index 9f6da0682..c0031fe96 100644 --- a/public/locales/ja/modules/common-media-cards.json +++ b/public/locales/ja/modules/common-media-cards.json @@ -1,6 +1,6 @@ { "buttons": { - "play": "", - "request": "" + "play": "プレイ", + "request": "リクエスト" } } \ No newline at end of file diff --git a/public/locales/ja/modules/common.json b/public/locales/ja/modules/common.json index 61de7370a..cc4ef4555 100644 --- a/public/locales/ja/modules/common.json +++ b/public/locales/ja/modules/common.json @@ -1,5 +1,5 @@ { "settings": { - "label": "" + "label": "設定" } } \ No newline at end of file diff --git a/public/locales/ja/modules/dashdot.json b/public/locales/ja/modules/dashdot.json index 235d3b4dc..b07f201a2 100644 --- a/public/locales/ja/modules/dashdot.json +++ b/public/locales/ja/modules/dashdot.json @@ -1,59 +1,59 @@ { "descriptor": { - "name": "", - "description": "", + "name": "ダッシュ", + "description": "実行中のDash.インスタンスのグラフを表示するためのモジュールです。", "settings": { "cpuMultiView": { - "label": "" + "label": "CPUマルチコアビュー" }, "storageMultiView": { - "label": "" + "label": "ストレージマルチドライブビュー" }, "useCompactView": { - "label": "" + "label": "コンパクトビューを使用する" }, "graphs": { - "label": "", + "label": "グラフ", "options": { - "cpu": "", - "ram": "", - "storage": "", - "network": "", - "gpu": "" + "cpu": "CPU", + "ram": "ラム", + "storage": "ストレージ", + "network": "ネットワーク", + "gpu": "GPU" } }, "url": { - "label": "" + "label": "ダッシュURL" } } }, "card": { - "title": "", + "title": "ダッシュ", "errors": { - "noService": "", - "noInformation": "" + "noService": "Dash.サービスが見当たりません。HOMARダッシュボードに追加するか、モジュールオプションでDash.サービスを設定してください。のURLをモジュールオプションで設定してください。", + "noInformation": "dashから情報を取得できません。- は最新版ですか?" }, "graphs": { "storage": { - "title": "", - "label": "" + "title": "ストレージ", + "label": "ストレージです。" }, "network": { - "title": "", - "label": "", + "title": "ネットワーク", + "label": "ネットワーク", "metrics": { - "download": "", - "upload": "" + "download": "ダウン", + "upload": "上" } }, "cpu": { - "title": "" + "title": "CPU" }, "memory": { - "title": "" + "title": "ラム" }, "gpu": { - "title": "" + "title": "GPU" } } } diff --git a/public/locales/ja/modules/date.json b/public/locales/ja/modules/date.json index ab82eb8ed..ea0e82593 100644 --- a/public/locales/ja/modules/date.json +++ b/public/locales/ja/modules/date.json @@ -1,10 +1,10 @@ { "descriptor": { - "name": "", - "description": "", + "name": "日付", + "description": "カードに現在時刻と日付を表示する", "settings": { "display24HourFormat": { - "label": "" + "label": "フルタイム(24時間)表示" } } } diff --git a/public/locales/ja/modules/dlspeed.json b/public/locales/ja/modules/dlspeed.json index f8daba13b..160610fcc 100644 --- a/public/locales/ja/modules/dlspeed.json +++ b/public/locales/ja/modules/dlspeed.json @@ -1,6 +1,6 @@ { "descriptor": { - "name": "", - "description": "" + "name": "ダウンロード速度", + "description": "対応サービスの現在のダウンロード速度を表示する" } } \ No newline at end of file diff --git a/public/locales/ja/modules/docker.json b/public/locales/ja/modules/docker.json index c58cfd81a..b6a05a7f2 100644 --- a/public/locales/ja/modules/docker.json +++ b/public/locales/ja/modules/docker.json @@ -1,71 +1,71 @@ { "descriptor": { - "name": "", - "description": "" + "name": "ドッカー", + "description": "トレントを簡単に管理することができます。" }, "search": { - "placeholder": "" + "placeholder": "コンテナ名、画像名で検索" }, "table": { "header": { - "name": "", - "image": "", - "ports": "", - "state": "" + "name": "名称", + "image": "画像", + "ports": "港湾", + "state": "状態" }, "body": { - "portCollapse": "" + "portCollapse": "{{ports}} も" }, "states": { - "running": "", - "created": "", - "stopped": "", - "unknown": "" + "running": "ランニング", + "created": "作成", + "stopped": "停止中", + "unknown": "不明" } }, "actionBar": { "addService": { - "title": "", - "message": "" + "title": "サービス追加", + "message": "ホーマーにサービスを追加する" }, "restart": { - "title": "" + "title": "再スタート" }, "stop": { - "title": "" + "title": "停止" }, "start": { - "title": "" + "title": "スタート" }, "refreshData": { "title": "" }, "remove": { - "title": "" + "title": "削除" }, "addToHomarr": { - "title": "" + "title": "ホーマーに追加" } }, "messages": { "successfullyExecuted": { - "title": "", - "message": "" + "title": "コンテナ {{containerName}} {{action}}ed", + "message": "あなたのコンテナは正常に {{action}}ed。" } }, "errors": { "integrationFailed": { - "title": "", - "message": "" + "title": "Dockerとの連携に失敗", + "message": "ドッカーソケットをマウントするのを忘れていませんか?" }, "unknownError": { - "title": "" + "title": "エラーが発生しました" }, "oneServiceAtATime": { - "title": "" + "title": "一度に1つのサービスのみを追加してください" } }, "actionIcon": { - "tooltip": "" + "tooltip": "ドッカー" } } \ No newline at end of file diff --git a/public/locales/ja/modules/overseerr.json b/public/locales/ja/modules/overseerr.json index 0a6da5756..36c49d328 100644 --- a/public/locales/ja/modules/overseerr.json +++ b/public/locales/ja/modules/overseerr.json @@ -1,28 +1,28 @@ { "descriptor": { - "name": "", - "description": "" + "name": "オーバーホール", + "description": "Overseerr/Jellyseerrからメディアを検索して追加できるようにする。" }, "popup": { "item": { "buttons": { - "askFor": "", - "cancel": "", - "request": "" + "askFor": "{{title}}をお願いします。", + "cancel": "キャンセル", + "request": "リクエスト" }, "alerts": { "automaticApproval": { - "title": "", - "text": "" + "title": "APIキーの使用", + "text": "このリクエストは自動的に承認されます" } } }, "seasonSelector": { - "caption": "", + "caption": "ダウンロードしたい季節にチェックを入れる", "table": { "header": { - "season": "", - "numberOfEpisodes": "" + "season": "シーズン", + "numberOfEpisodes": "エピソード数" } } } diff --git a/public/locales/ja/modules/ping.json b/public/locales/ja/modules/ping.json index 3ba3aefa0..3c65a9837 100644 --- a/public/locales/ja/modules/ping.json +++ b/public/locales/ja/modules/ping.json @@ -1,11 +1,11 @@ { "descriptor": { - "name": "", - "description": "" + "name": "ピング", + "description": "サービスが稼働しているか、特定のHTTPステータスコードを返しているかどうかを確認できるようにします。" }, "states": { - "online": "", - "offline": "", - "loading": "" + "online": "オンライン {{response}}", + "offline": "オフライン {{response}}", + "loading": "読み込み中..." } } \ No newline at end of file diff --git a/public/locales/ja/modules/search.json b/public/locales/ja/modules/search.json index cf06695e4..400802258 100644 --- a/public/locales/ja/modules/search.json +++ b/public/locales/ja/modules/search.json @@ -1,9 +1,9 @@ { "descriptor": { - "name": "", - "description": "" + "name": "検索バー", + "description": "ウェブ、Youtube、Torrent、Overseerrを検索するための検索バー" }, "input": { - "placeholder": "" + "placeholder": "ウェブで検索..." } } \ No newline at end of file diff --git a/public/locales/ja/modules/torrents-status.json b/public/locales/ja/modules/torrents-status.json index 86b10fa25..33a54b4ab 100644 --- a/public/locales/ja/modules/torrents-status.json +++ b/public/locales/ja/modules/torrents-status.json @@ -1,39 +1,39 @@ { "descriptor": { - "name": "", - "description": "", + "name": "奔流", + "description": "対応サービスの現在のダウンロード速度を表示する", "settings": { "hideComplete": { - "label": "" + "label": "完了したトレントを隠す" } } }, "card": { "table": { "header": { - "name": "", - "size": "", - "download": "", - "upload": "", - "estimatedTimeOfArrival": "", - "progress": "" + "name": "名称", + "size": "サイズ", + "download": "ダウン", + "upload": "上", + "estimatedTimeOfArrival": "ETA", + "progress": "進捗状況" }, "body": { - "nothingFound": "" + "nothingFound": "トレントが見つかりません" } }, "lineChart": { - "title": "", - "download": "", - "upload": "", - "timeSpan": "", - "totalDownload": "", - "totalUpload": "" + "title": "現在のダウンロード速度", + "download": "ダウンロードする {{download}}", + "upload": "アップロードしてください。 {{upload}}", + "timeSpan": "{{seconds}} 秒前", + "totalDownload": "ダウンロードする {{download}}/s", + "totalUpload": "アップロードしてください。 {{upload}}/s" }, "errors": { "noDownloadClients": { - "title": "", - "text": "" + "title": "対応するダウンロードクライアントが見つかりません", + "text": "ダウンロードサービスを追加して、現在のダウンロードを表示する" } } } diff --git a/public/locales/ja/modules/usenet.json b/public/locales/ja/modules/usenet.json index b223d452d..397dd14d6 100644 --- a/public/locales/ja/modules/usenet.json +++ b/public/locales/ja/modules/usenet.json @@ -6,8 +6,8 @@ "card": { "errors": { "noDownloadClients": { - "title": "", - "text": "" + "title": "対応するダウンロードクライアントが見つかりません", + "text": "ダウンロードサービスを追加して、現在のダウンロードを表示する" } } }, @@ -21,10 +21,10 @@ }, "queue": { "header": { - "name": "", - "size": "", - "eta": "", - "progress": "" + "name": "名称", + "size": "サイズ", + "eta": "ETA", + "progress": "進捗状況" }, "empty": "", "error": { @@ -35,8 +35,8 @@ }, "history": { "header": { - "name": "", - "size": "", + "name": "名称", + "size": "サイズ", "duration": "" }, "empty": "", diff --git a/public/locales/ja/modules/weather.json b/public/locales/ja/modules/weather.json index 7f9c8b103..cdf742ae4 100644 --- a/public/locales/ja/modules/weather.json +++ b/public/locales/ja/modules/weather.json @@ -1,32 +1,32 @@ { "descriptor": { - "name": "", - "description": "", + "name": "天気", + "description": "現在地の天気を調べる", "settings": { "displayInFahrenheit": { - "label": "" + "label": "表示単位:華氏" }, "location": { - "label": "" + "label": "天候の場所" } } }, "card": { "weatherDescriptions": { - "clear": "", - "mainlyClear": "", - "fog": "", - "drizzle": "", - "freezingDrizzle": "", - "rain": "", - "freezingRain": "", - "snowFall": "", - "snowGrains": "", - "rainShowers": "", - "snowShowers": "", - "thunderstorm": "", - "thunderstormWithHail": "", - "unknown": "" + "clear": "クリア", + "mainlyClear": "主なクリア事項", + "fog": "フォグ", + "drizzle": "小雨", + "freezingDrizzle": "凍てつく霧雨", + "rain": "雨", + "freezingRain": "凍てつく雨", + "snowFall": "降雪", + "snowGrains": "雪の粒", + "rainShowers": "にわか雨", + "snowShowers": "スノーシャワー", + "thunderstorm": "サンダーストーム", + "thunderstormWithHail": "雹を伴う雷雨", + "unknown": "不明" } } } \ No newline at end of file diff --git a/public/locales/ja/settings/common.json b/public/locales/ja/settings/common.json index ded996d44..fdf4200b3 100644 --- a/public/locales/ja/settings/common.json +++ b/public/locales/ja/settings/common.json @@ -1,14 +1,14 @@ { - "title": "", - "tooltip": "", + "title": "設定", + "tooltip": "設定", "tabs": { - "common": "", - "customizations": "" + "common": "共通", + "customizations": "カスタマイズ" }, "tips": { - "configTip": "" + "configTip": "設定ファイルをドラッグ&ドロップでアップロードしよう" }, "credits": { - "madeWithLove": "" + "madeWithLove": "で作った❤️ by @さん" } } \ No newline at end of file diff --git a/public/locales/ja/settings/customization/app-width.json b/public/locales/ja/settings/customization/app-width.json index 9e26dfeeb..774a0ed03 100644 --- a/public/locales/ja/settings/customization/app-width.json +++ b/public/locales/ja/settings/customization/app-width.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "アプリの幅" +} \ No newline at end of file diff --git a/public/locales/ja/settings/customization/color-selector.json b/public/locales/ja/settings/customization/color-selector.json index 9e26dfeeb..98603c298 100644 --- a/public/locales/ja/settings/customization/color-selector.json +++ b/public/locales/ja/settings/customization/color-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "suffix": "{{color}} 色" +} \ No newline at end of file diff --git a/public/locales/ja/settings/customization/opacity-selector.json b/public/locales/ja/settings/customization/opacity-selector.json index 9e26dfeeb..f9e454130 100644 --- a/public/locales/ja/settings/customization/opacity-selector.json +++ b/public/locales/ja/settings/customization/opacity-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "アプリの不透明度" +} \ No newline at end of file diff --git a/public/locales/ja/settings/customization/page-appearance.json b/public/locales/ja/settings/customization/page-appearance.json index 27ab9ce5c..4a6550f87 100644 --- a/public/locales/ja/settings/customization/page-appearance.json +++ b/public/locales/ja/settings/customization/page-appearance.json @@ -1,25 +1,25 @@ { "pageTitle": { - "label": "", - "placeholder": "" + "label": "ページタイトル", + "placeholder": "ホーマー" }, "logo": { - "label": "", - "placeholder": "" + "label": "ロゴマーク", + "placeholder": "/img/logo.png" }, "favicon": { - "label": "", - "placeholder": "" + "label": "ファビコン", + "placeholder": "/favicon.png" }, "background": { - "label": "", - "placeholder": "" + "label": "背景", + "placeholder": "/img/background.png" }, "customCSS": { - "label": "", - "placeholder": "" + "label": "カスタムCSS", + "placeholder": "カスタムCSSは最後に実行されます" }, "buttons": { - "submit": "" + "submit": "提出" } } diff --git a/public/locales/ja/settings/customization/shade-selector.json b/public/locales/ja/settings/customization/shade-selector.json index 9e26dfeeb..d8d67e3fc 100644 --- a/public/locales/ja/settings/customization/shade-selector.json +++ b/public/locales/ja/settings/customization/shade-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "シェード" +} \ No newline at end of file diff --git a/public/locales/ja/settings/general/color-schema.json b/public/locales/ja/settings/general/color-schema.json index 9e26dfeeb..017fb2921 100644 --- a/public/locales/ja/settings/general/color-schema.json +++ b/public/locales/ja/settings/general/color-schema.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "{{scheme}} モードに切り替わります。" +} \ No newline at end of file diff --git a/public/locales/ja/settings/general/config-changer.json b/public/locales/ja/settings/general/config-changer.json index 6d130e67d..173eb68ff 100644 --- a/public/locales/ja/settings/general/config-changer.json +++ b/public/locales/ja/settings/general/config-changer.json @@ -1,55 +1,55 @@ { "configSelect": { - "label": "" + "label": "コンフィグローダ" }, "modal": { - "title": "", + "title": "新しいコンフィグの名前を選択します。", "form": { "configName": { - "label": "", - "placeholder": "" + "label": "コンフィグ名", + "placeholder": "新しいコンフィグ名" }, - "submitButton": "" + "submitButton": "確認" }, "events": { "configSaved": { - "title": "", - "message": "" + "title": "コンフィグ保存", + "message": "{{configName}}として保存されたコンフィグ" } } }, "buttons": { - "download": "", + "download": "ダウンロードコンフィグ", "delete": { - "text": "", + "text": "コンフィグの削除", "notifications": { "deleted": { - "title": "", - "message": "" + "title": "コンフィグ削除", + "message": "コンフィグ削除" }, "deleteFailed": { - "title": "", - "message": "" + "title": "コンフィグ削除の失敗", + "message": "コンフィグ削除の失敗" } } }, - "saveCopy": "" + "saveCopy": "コピーを保存する" }, "dropzone": { "notifications": { "invalidConfig": { - "title": "", - "message": "" + "title": "コンフィグを読み込めない", + "message": "コンフィグを読み込めませんでした。無効なJSON形式です。" }, "loadedSuccessfully": { - "title": "" + "title": "Config {{configName}} 読み込み成功" } }, "accept": { - "text": "" + "text": "ここにファイルをドラッグしてコンフィグをアップロードしてください。JSONのみ対応。" }, "reject": { - "text": "" + "text": "このファイル形式はサポートされていません。JSONのみアップロードしてください。" } } } \ No newline at end of file diff --git a/public/locales/ja/settings/general/internationalization.json b/public/locales/ja/settings/general/internationalization.json index 9e26dfeeb..72a3c92fe 100644 --- a/public/locales/ja/settings/general/internationalization.json +++ b/public/locales/ja/settings/general/internationalization.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "言語" +} \ No newline at end of file diff --git a/public/locales/ja/settings/general/module-enabler.json b/public/locales/ja/settings/general/module-enabler.json index 9e26dfeeb..c559d8e12 100644 --- a/public/locales/ja/settings/general/module-enabler.json +++ b/public/locales/ja/settings/general/module-enabler.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "title": "モジュールイネーブラー" +} \ No newline at end of file diff --git a/public/locales/ja/settings/general/search-engine.json b/public/locales/ja/settings/general/search-engine.json index 20a3b127a..a1a6fa841 100644 --- a/public/locales/ja/settings/general/search-engine.json +++ b/public/locales/ja/settings/general/search-engine.json @@ -1,11 +1,11 @@ { - "title": "", + "title": "検索エンジン", "tips": { - "generalTip": "", - "placeholderTip": "" + "generalTip": "YouTube を検索する場合は「!yt」、Torrent を検索する場合は「!t」という接頭辞を付けてください。", + "placeholderTip": "%s は、クエリのプレースホルダとして使用することができます。" }, "customEngine": { - "label": "", - "placeholder": "" + "label": "クエリURL", + "placeholder": "カスタムクエリURL" } } \ No newline at end of file diff --git a/public/locales/ja/settings/general/theme-selector.json b/public/locales/ja/settings/general/theme-selector.json index 9e26dfeeb..cddabc9f2 100644 --- a/public/locales/ja/settings/general/theme-selector.json +++ b/public/locales/ja/settings/general/theme-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "{{theme}} モードに切り替わります。" +} \ No newline at end of file diff --git a/public/locales/ja/settings/general/widget-positions.json b/public/locales/ja/settings/general/widget-positions.json index 9e26dfeeb..bc924ba82 100644 --- a/public/locales/ja/settings/general/widget-positions.json +++ b/public/locales/ja/settings/general/widget-positions.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "ウィジェットを左側に配置する" +} \ No newline at end of file diff --git a/public/locales/pl/common.json b/public/locales/pl/common.json index 9dc897c74..a79e5937d 100644 --- a/public/locales/pl/common.json +++ b/public/locales/pl/common.json @@ -2,7 +2,7 @@ "actions": { "save": "Zapisz" }, - "tip": "", + "tip": "Wskazówka: ", "time": { "seconds": "", "minutes": "", diff --git a/public/locales/pl/layout/add-service-app-shelf.json b/public/locales/pl/layout/add-service-app-shelf.json index d7d490ada..ab0e476e7 100644 --- a/public/locales/pl/layout/add-service-app-shelf.json +++ b/public/locales/pl/layout/add-service-app-shelf.json @@ -25,7 +25,7 @@ "label": "Adres URL usługi" }, "onClickUrl": { - "label": "" + "label": "Adres URL kliknięcia" }, "serviceType": { "label": "Rodzaj usługi", @@ -103,7 +103,7 @@ "httpStatusCodes": { "label": "", "placeholder": "", - "clearButtonLabel": "", + "clearButtonLabel": "Wyczyść wybór", "nothingFound": "Nic nie znaleziono" }, "openServiceInNewTab": { diff --git a/public/locales/pl/modules/docker.json b/public/locales/pl/modules/docker.json index f3c1c3978..33f39ac2b 100644 --- a/public/locales/pl/modules/docker.json +++ b/public/locales/pl/modules/docker.json @@ -1,10 +1,10 @@ { "descriptor": { "name": "Docker", - "description": "" + "description": "Umożliwia łatwe zarządzanie torrentami" }, "search": { - "placeholder": "" + "placeholder": "Szukaj według kontenera nazwy lub obrazu" }, "table": { "header": { diff --git a/public/locales/pl/modules/overseerr.json b/public/locales/pl/modules/overseerr.json index 7e7ba8f15..382d73763 100644 --- a/public/locales/pl/modules/overseerr.json +++ b/public/locales/pl/modules/overseerr.json @@ -1,7 +1,7 @@ { "descriptor": { "name": "Overseerr", - "description": "" + "description": "Umożliwia wyszukiwanie i dodawanie mediów z Overseerr/Jellyseerr" }, "popup": { "item": { @@ -18,7 +18,7 @@ } }, "seasonSelector": { - "caption": "", + "caption": "Zaznacz sezony, które chcesz pobrać", "table": { "header": { "season": "Sezon", diff --git a/public/locales/pl/modules/weather.json b/public/locales/pl/modules/weather.json index ad40f0165..5f0b0a1b0 100644 --- a/public/locales/pl/modules/weather.json +++ b/public/locales/pl/modules/weather.json @@ -4,16 +4,16 @@ "description": "Sprawdź aktualną pogodę w swojej lokalizacji", "settings": { "displayInFahrenheit": { - "label": "" + "label": "Wyświetlaj w Fahrenheitach" }, "location": { - "label": "" + "label": "Lokalizacja pogody" } } }, "card": { "weatherDescriptions": { - "clear": "", + "clear": "Bezchmurnie", "mainlyClear": "", "fog": "Mgła", "drizzle": "Mżawka", @@ -24,8 +24,8 @@ "snowGrains": "", "rainShowers": "", "snowShowers": "", - "thunderstorm": "", - "thunderstormWithHail": "", + "thunderstorm": "Burza", + "thunderstormWithHail": "Burza z gradem", "unknown": "Nieznany" } } diff --git a/public/locales/pl/settings/general/config-changer.json b/public/locales/pl/settings/general/config-changer.json index 5371537ef..342ccbe1f 100644 --- a/public/locales/pl/settings/general/config-changer.json +++ b/public/locales/pl/settings/general/config-changer.json @@ -1,6 +1,6 @@ { "configSelect": { - "label": "" + "label": "Ładowanie konfiguracji" }, "modal": { "title": "Wybierz nazwę nowej konfiguracji", @@ -9,7 +9,7 @@ "label": "Nazwa konfiguracji", "placeholder": "Twoja nowa nazwa konfiguracji" }, - "submitButton": "" + "submitButton": "Potwierdź" }, "events": { "configSaved": { diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json index 8ece5df7f..fe889c172 100644 --- a/public/locales/pt/common.json +++ b/public/locales/pt/common.json @@ -4,8 +4,8 @@ }, "tip": "Dica: ", "time": { - "seconds": "segundos", - "minutes": "minutos", - "hours": "horas" + "seconds": "", + "minutes": "", + "hours": "" } } diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json index c610c224e..bec103cbf 100644 --- a/public/locales/zh/common.json +++ b/public/locales/zh/common.json @@ -1,8 +1,8 @@ { "actions": { - "save": "" + "save": "拯救" }, - "tip": "", + "tip": "提示。 ", "time": { "seconds": "", "minutes": "", diff --git a/public/locales/zh/layout/add-service-app-shelf.json b/public/locales/zh/layout/add-service-app-shelf.json index 497d24e19..30ddd7049 100644 --- a/public/locales/zh/layout/add-service-app-shelf.json +++ b/public/locales/zh/layout/add-service-app-shelf.json @@ -1,93 +1,93 @@ { "actionIcon": { - "tooltip": "" + "tooltip": "增加一项服务" }, "modal": { - "title": "", + "title": "添加服务", "form": { "validation": { - "invalidUrl": "", - "noStatusCodeSelected": "" + "invalidUrl": "请输入一个有效的URL", + "noStatusCodeSelected": "请选择一个状态代码" } }, "tabs": { "options": { - "title": "", + "title": "选项", "form": { "serviceName": { - "label": "", - "placeholder": "" + "label": "服务名称", + "placeholder": "丛书" }, "iconUrl": { - "label": "" + "label": "图标URL" }, "serviceUrl": { - "label": "" + "label": "服务网址" }, "onClickUrl": { - "label": "" + "label": "点击URL时" }, "serviceType": { - "label": "", - "defaultValue": "", - "placeholder": "" + "label": "服务类型", + "defaultValue": "其他", + "placeholder": "挑选一个" }, "category": { - "label": "", - "placeholder": "", - "nothingFound": "", - "createLabel": "" + "label": "类别", + "placeholder": "选择一个类别或创建一个新类别", + "nothingFound": "没有发现", + "createLabel": "+ 创建 {{query}}" }, "integrations": { "apiKey": { - "label": "", - "placeholder": "", + "label": "API密钥", + "placeholder": "你的API密钥", "validation": { - "noKey": "" + "noKey": "无效钥匙" }, "tip": { - "text": "", - "link": "" + "text": "获取你的API密钥", + "link": "这里。" } }, "qBittorrent": { "username": { - "label": "", - "placeholder": "", + "label": "帐号", + "placeholder": "管理员", "validation": { - "invalidUsername": "" + "invalidUsername": "无效的用户名" } }, "password": { - "label": "", - "placeholder": "", + "label": "密码", + "placeholder": "管理员", "validation": { - "invalidPassword": "" + "invalidPassword": "无效密码" } } }, "deluge": { "password": { - "label": "", - "placeholder": "", + "label": "密码", + "placeholder": "密码", "validation": { - "invalidPassword": "" + "invalidPassword": "无效密码" } } }, "transmission": { "username": { - "label": "", - "placeholder": "", + "label": "帐号", + "placeholder": "管理员", "validation": { - "invalidUsername": "" + "invalidUsername": "无效的用户名" } }, "password": { - "label": "", - "placeholder": "", + "label": "密码", + "placeholder": "管理员", "validation": { - "invalidPassword": "" + "invalidPassword": "无效密码" } } } @@ -95,23 +95,23 @@ } }, "advancedOptions": { - "title": "", + "title": "高级选项", "form": { "ping": { - "label": "" + "label": "平移服务" }, "httpStatusCodes": { - "label": "", - "placeholder": "", - "clearButtonLabel": "", - "nothingFound": "" + "label": "HTTP状态代码", + "placeholder": "选择有效的状态代码", + "clearButtonLabel": "清除选择", + "nothingFound": "没有发现" }, "openServiceInNewTab": { - "label": "" + "label": "在新标签中打开服务" }, "buttons": { "submit": { - "content": "" + "content": "添加服务" } } } diff --git a/public/locales/zh/layout/app-shelf-menu.json b/public/locales/zh/layout/app-shelf-menu.json index 452c7a882..0123f0c25 100644 --- a/public/locales/zh/layout/app-shelf-menu.json +++ b/public/locales/zh/layout/app-shelf-menu.json @@ -1,18 +1,18 @@ { "modal": { - "title": "", + "title": "修改一个服务", "buttons": { - "save": "" + "save": "保存服务" } }, "menu": { "labels": { - "settings": "", - "dangerZone": "" + "settings": "设置", + "dangerZone": "危险区" }, "actions": { - "edit": "", - "delete": "" + "edit": "编辑", + "delete": "删除" } } } \ No newline at end of file diff --git a/public/locales/zh/layout/app-shelf.json b/public/locales/zh/layout/app-shelf.json index 20f7a7350..c307182e0 100644 --- a/public/locales/zh/layout/app-shelf.json +++ b/public/locales/zh/layout/app-shelf.json @@ -1,10 +1,10 @@ { "accordions": { "downloads": { - "text": "" + "text": "您的下载" }, "others": { - "text": "" + "text": "其他" } } } \ No newline at end of file diff --git a/public/locales/zh/modules/calendar.json b/public/locales/zh/modules/calendar.json index e16beca62..66da478b1 100644 --- a/public/locales/zh/modules/calendar.json +++ b/public/locales/zh/modules/calendar.json @@ -1,10 +1,10 @@ { "descriptor": { - "name": "", - "description": "", + "name": "日历", + "description": "一个用于显示即将发布的日历模块。它与Sonarr和Radarr API进行交互。", "settings": { "sundayStart": { - "label": "" + "label": "在周日开始一周的工作" } } } diff --git a/public/locales/zh/modules/common-media-cards.json b/public/locales/zh/modules/common-media-cards.json index 9f6da0682..80b10ec57 100644 --- a/public/locales/zh/modules/common-media-cards.json +++ b/public/locales/zh/modules/common-media-cards.json @@ -1,6 +1,6 @@ { "buttons": { - "play": "", - "request": "" + "play": "播放", + "request": "要求" } } \ No newline at end of file diff --git a/public/locales/zh/modules/common.json b/public/locales/zh/modules/common.json index 61de7370a..4c489bf5e 100644 --- a/public/locales/zh/modules/common.json +++ b/public/locales/zh/modules/common.json @@ -1,5 +1,5 @@ { "settings": { - "label": "" + "label": "设置" } } \ No newline at end of file diff --git a/public/locales/zh/modules/dashdot.json b/public/locales/zh/modules/dashdot.json index 235d3b4dc..ca40fed5b 100644 --- a/public/locales/zh/modules/dashdot.json +++ b/public/locales/zh/modules/dashdot.json @@ -1,59 +1,59 @@ { "descriptor": { - "name": "", - "description": "", + "name": "潇洒。", + "description": "用于显示运行中的Dash.instance的图表的模块。", "settings": { "cpuMultiView": { - "label": "" + "label": "CPU多核视图" }, "storageMultiView": { - "label": "" + "label": "存储多驱动器视图" }, "useCompactView": { - "label": "" + "label": "使用紧凑型视图" }, "graphs": { - "label": "", + "label": "图表", "options": { - "cpu": "", - "ram": "", - "storage": "", - "network": "", - "gpu": "" + "cpu": "CPU", + "ram": "内存", + "storage": "储存", + "network": "网络", + "gpu": "GPU" } }, "url": { - "label": "" + "label": "潇洒。网址" } } }, "card": { - "title": "", + "title": "潇洒。", "errors": { - "noService": "", - "noInformation": "" + "noService": "没有找到Dash.服务。请在你的Homarr仪表板上添加一个,或者在模块选项中设置一个Dash.URL。URL在模块选项中", + "noInformation": "无法从仪表盘获取信息。- 你运行的是最新版本吗?" }, "graphs": { "storage": { - "title": "", - "label": "" + "title": "储存", + "label": "储存。" }, "network": { - "title": "", - "label": "", + "title": "网络", + "label": "网络。", "metrics": { - "download": "", - "upload": "" + "download": "下降", + "upload": "上" } }, "cpu": { - "title": "" + "title": "CPU" }, "memory": { - "title": "" + "title": "内存" }, "gpu": { - "title": "" + "title": "GPU" } } } diff --git a/public/locales/zh/modules/date.json b/public/locales/zh/modules/date.json index ab82eb8ed..d76db2a2d 100644 --- a/public/locales/zh/modules/date.json +++ b/public/locales/zh/modules/date.json @@ -1,10 +1,10 @@ { "descriptor": { - "name": "", - "description": "", + "name": "日期", + "description": "在卡片中显示当前时间和日期", "settings": { "display24HourFormat": { - "label": "" + "label": "显示全时(24小时)" } } } diff --git a/public/locales/zh/modules/dlspeed.json b/public/locales/zh/modules/dlspeed.json index f8daba13b..22e041e48 100644 --- a/public/locales/zh/modules/dlspeed.json +++ b/public/locales/zh/modules/dlspeed.json @@ -1,6 +1,6 @@ { "descriptor": { - "name": "", - "description": "" + "name": "下载速度", + "description": "显示支持的服务的当前下载速度" } } \ No newline at end of file diff --git a/public/locales/zh/modules/docker.json b/public/locales/zh/modules/docker.json index c58cfd81a..3f6b0c871 100644 --- a/public/locales/zh/modules/docker.json +++ b/public/locales/zh/modules/docker.json @@ -1,71 +1,71 @@ { "descriptor": { - "name": "", - "description": "" + "name": "码头", + "description": "允许你轻松地管理你的torrent文件" }, "search": { - "placeholder": "" + "placeholder": "按容器或图像名称搜索" }, "table": { "header": { - "name": "", - "image": "", - "ports": "", - "state": "" + "name": "命名", + "image": "图片", + "ports": "码头", + "state": "国家" }, "body": { - "portCollapse": "" + "portCollapse": "{{ports}} 更多" }, "states": { - "running": "", - "created": "", - "stopped": "", - "unknown": "" + "running": "跑步", + "created": "创建", + "stopped": "已停止", + "unknown": "不详" } }, "actionBar": { "addService": { - "title": "", - "message": "" + "title": "添加服务", + "message": "为Homarr添加服务" }, "restart": { - "title": "" + "title": "重新启动" }, "stop": { - "title": "" + "title": "停止" }, "start": { - "title": "" + "title": "开始" }, "refreshData": { "title": "" }, "remove": { - "title": "" + "title": "移除" }, "addToHomarr": { - "title": "" + "title": "添加到Homarr" } }, "messages": { "successfullyExecuted": { - "title": "", - "message": "" + "title": "容器 {{containerName}} {{action}}ed", + "message": "您的容器已成功 {{action}}。" } }, "errors": { "integrationFailed": { - "title": "", - "message": "" + "title": "Docker整合失败", + "message": "你忘了安装docker socket吗?" }, "unknownError": { - "title": "" + "title": "出现了一个错误" }, "oneServiceAtATime": { - "title": "" + "title": "请一次只添加一项服务!" } }, "actionIcon": { - "tooltip": "" + "tooltip": "码头" } } \ No newline at end of file diff --git a/public/locales/zh/modules/overseerr.json b/public/locales/zh/modules/overseerr.json index 0a6da5756..02befa41a 100644 --- a/public/locales/zh/modules/overseerr.json +++ b/public/locales/zh/modules/overseerr.json @@ -1,28 +1,28 @@ { "descriptor": { - "name": "", - "description": "" + "name": "监督员r", + "description": "允许你从Overseerr/Jellyseerr搜索和添加媒体" }, "popup": { "item": { "buttons": { - "askFor": "", - "cancel": "", - "request": "" + "askFor": "请登录 {{title}}", + "cancel": "取消", + "request": "要求" }, "alerts": { "automaticApproval": { - "title": "", - "text": "" + "title": "使用API密钥", + "text": "这一请求将被自动批准" } } }, "seasonSelector": { - "caption": "", + "caption": "勾选你想要下载的季节", "table": { "header": { - "season": "", - "numberOfEpisodes": "" + "season": "季节", + "numberOfEpisodes": "节目的数量" } } } diff --git a/public/locales/zh/modules/ping.json b/public/locales/zh/modules/ping.json index 3ba3aefa0..2989ae149 100644 --- a/public/locales/zh/modules/ping.json +++ b/public/locales/zh/modules/ping.json @@ -1,11 +1,11 @@ { "descriptor": { - "name": "", - "description": "" + "name": "平", + "description": "允许你检查服务是否启动或返回一个特定的HTTP状态代码。" }, "states": { - "online": "", - "offline": "", - "loading": "" + "online": "在线 {{response}}", + "offline": "离线 {{response}}", + "loading": "正在加载..." } } \ No newline at end of file diff --git a/public/locales/zh/modules/search.json b/public/locales/zh/modules/search.json index cf06695e4..2977e49d2 100644 --- a/public/locales/zh/modules/search.json +++ b/public/locales/zh/modules/search.json @@ -1,9 +1,9 @@ { "descriptor": { - "name": "", - "description": "" + "name": "搜索栏", + "description": "搜索栏可搜索网页、Youtube、Torrents或Overseerr" }, "input": { - "placeholder": "" + "placeholder": "在网上搜索..." } } \ No newline at end of file diff --git a/public/locales/zh/modules/torrents-status.json b/public/locales/zh/modules/torrents-status.json index 86b10fa25..56bcd3203 100644 --- a/public/locales/zh/modules/torrents-status.json +++ b/public/locales/zh/modules/torrents-status.json @@ -1,39 +1,39 @@ { "descriptor": { - "name": "", - "description": "", + "name": "酷刑", + "description": "显示支持的服务的当前下载速度", "settings": { "hideComplete": { - "label": "" + "label": "隐藏已完成的torrent" } } }, "card": { "table": { "header": { - "name": "", - "size": "", - "download": "", - "upload": "", - "estimatedTimeOfArrival": "", - "progress": "" + "name": "命名", + "size": "尺寸", + "download": "下降", + "upload": "上", + "estimatedTimeOfArrival": "ETA", + "progress": "进展" }, "body": { - "nothingFound": "" + "nothingFound": "没有找到山洪资源" } }, "lineChart": { - "title": "", - "download": "", - "upload": "", - "timeSpan": "", - "totalDownload": "", - "totalUpload": "" + "title": "当前的下载速度", + "download": "下载。 {{download}}", + "upload": "上传。 {{upload}}", + "timeSpan": "{{seconds}} 秒前", + "totalDownload": "下载。 {{download}}/s", + "totalUpload": "上传。 {{upload}}/s" }, "errors": { "noDownloadClients": { - "title": "", - "text": "" + "title": "没有找到支持的下载客户端!", + "text": "添加下载服务,查看你当前的下载量" } } } diff --git a/public/locales/zh/modules/usenet.json b/public/locales/zh/modules/usenet.json index b223d452d..d848f97c8 100644 --- a/public/locales/zh/modules/usenet.json +++ b/public/locales/zh/modules/usenet.json @@ -6,8 +6,8 @@ "card": { "errors": { "noDownloadClients": { - "title": "", - "text": "" + "title": "没有找到支持的下载客户端!", + "text": "添加下载服务,查看你当前的下载量" } } }, @@ -21,10 +21,10 @@ }, "queue": { "header": { - "name": "", - "size": "", - "eta": "", - "progress": "" + "name": "命名", + "size": "尺寸", + "eta": "ETA", + "progress": "进展" }, "empty": "", "error": { @@ -35,8 +35,8 @@ }, "history": { "header": { - "name": "", - "size": "", + "name": "命名", + "size": "尺寸", "duration": "" }, "empty": "", diff --git a/public/locales/zh/modules/weather.json b/public/locales/zh/modules/weather.json index 7f9c8b103..6365f2f0c 100644 --- a/public/locales/zh/modules/weather.json +++ b/public/locales/zh/modules/weather.json @@ -1,32 +1,32 @@ { "descriptor": { - "name": "", - "description": "", + "name": "天气", + "description": "查询你所在地区的当前天气", "settings": { "displayInFahrenheit": { - "label": "" + "label": "显示单位:华氏" }, "location": { - "label": "" + "label": "天气位置" } } }, "card": { "weatherDescriptions": { - "clear": "", - "mainlyClear": "", - "fog": "", - "drizzle": "", - "freezingDrizzle": "", - "rain": "", - "freezingRain": "", - "snowFall": "", - "snowGrains": "", - "rainShowers": "", - "snowShowers": "", - "thunderstorm": "", - "thunderstormWithHail": "", - "unknown": "" + "clear": "清楚", + "mainlyClear": "主要是清楚", + "fog": "雾", + "drizzle": "细雨", + "freezingDrizzle": "冰冷的细雨", + "rain": "雨", + "freezingRain": "冻雨", + "snowFall": "降雪", + "snowGrains": "雪粒", + "rainShowers": "阵雨", + "snowShowers": "阵雪", + "thunderstorm": "雷雨天气", + "thunderstormWithHail": "雷暴与冰雹", + "unknown": "不详" } } } \ No newline at end of file diff --git a/public/locales/zh/settings/common.json b/public/locales/zh/settings/common.json index ded996d44..7fbe0eb4d 100644 --- a/public/locales/zh/settings/common.json +++ b/public/locales/zh/settings/common.json @@ -1,14 +1,14 @@ { - "title": "", - "tooltip": "", + "title": "设置", + "tooltip": "设置", "tabs": { - "common": "", - "customizations": "" + "common": "普通", + "customizations": "定制化" }, "tips": { - "configTip": "" + "configTip": "将你的配置文件拖放到页面上,就可以上传了!" }, "credits": { - "madeWithLove": "" + "madeWithLove": "用❤️制作的@" } } \ No newline at end of file diff --git a/public/locales/zh/settings/customization/app-width.json b/public/locales/zh/settings/customization/app-width.json index 9e26dfeeb..ab20bac2c 100644 --- a/public/locales/zh/settings/customization/app-width.json +++ b/public/locales/zh/settings/customization/app-width.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "应用宽度" +} \ No newline at end of file diff --git a/public/locales/zh/settings/customization/color-selector.json b/public/locales/zh/settings/customization/color-selector.json index 9e26dfeeb..c079d3d6f 100644 --- a/public/locales/zh/settings/customization/color-selector.json +++ b/public/locales/zh/settings/customization/color-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "suffix": "{{color}} 颜色" +} \ No newline at end of file diff --git a/public/locales/zh/settings/customization/opacity-selector.json b/public/locales/zh/settings/customization/opacity-selector.json index 9e26dfeeb..8c97ca75b 100644 --- a/public/locales/zh/settings/customization/opacity-selector.json +++ b/public/locales/zh/settings/customization/opacity-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "应用程序的不透明度" +} \ No newline at end of file diff --git a/public/locales/zh/settings/customization/page-appearance.json b/public/locales/zh/settings/customization/page-appearance.json index 27ab9ce5c..3cfad8762 100644 --- a/public/locales/zh/settings/customization/page-appearance.json +++ b/public/locales/zh/settings/customization/page-appearance.json @@ -1,25 +1,25 @@ { "pageTitle": { - "label": "", - "placeholder": "" + "label": "页面标题", + "placeholder": "霍马尔 🦞" }, "logo": { - "label": "", - "placeholder": "" + "label": "徽标", + "placeholder": "/img/logo.png" }, "favicon": { - "label": "", - "placeholder": "" + "label": "徽标(Favicon", + "placeholder": "/favicon.png" }, "background": { - "label": "", - "placeholder": "" + "label": "背景介绍", + "placeholder": "/img/background.png" }, "customCSS": { - "label": "", - "placeholder": "" + "label": "自定义CSS", + "placeholder": "自定义CSS将被最后执行" }, "buttons": { - "submit": "" + "submit": "提交" } } diff --git a/public/locales/zh/settings/customization/shade-selector.json b/public/locales/zh/settings/customization/shade-selector.json index 9e26dfeeb..0aa744623 100644 --- a/public/locales/zh/settings/customization/shade-selector.json +++ b/public/locales/zh/settings/customization/shade-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "遮阳板" +} \ No newline at end of file diff --git a/public/locales/zh/settings/general/color-schema.json b/public/locales/zh/settings/general/color-schema.json index 9e26dfeeb..4e4d568b6 100644 --- a/public/locales/zh/settings/general/color-schema.json +++ b/public/locales/zh/settings/general/color-schema.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "切换到 {{scheme}} 模式" +} \ No newline at end of file diff --git a/public/locales/zh/settings/general/config-changer.json b/public/locales/zh/settings/general/config-changer.json index 6d130e67d..9ff966a05 100644 --- a/public/locales/zh/settings/general/config-changer.json +++ b/public/locales/zh/settings/general/config-changer.json @@ -1,55 +1,55 @@ { "configSelect": { - "label": "" + "label": "配置加载器" }, "modal": { - "title": "", + "title": "选择你的新配置的名称", "form": { "configName": { - "label": "", - "placeholder": "" + "label": "配置名称", + "placeholder": "你的新配置名称" }, - "submitButton": "" + "submitButton": "确认" }, "events": { "configSaved": { - "title": "", - "message": "" + "title": "保存的配置", + "message": "配置保存为 {{configName}}" } } }, "buttons": { - "download": "", + "download": "下载配置", "delete": { - "text": "", + "text": "删除配置", "notifications": { "deleted": { - "title": "", - "message": "" + "title": "配置删除", + "message": "配置删除" }, "deleteFailed": { - "title": "", - "message": "" + "title": "配置删除失败", + "message": "配置删除失败" } } }, - "saveCopy": "" + "saveCopy": "保存一份副本" }, "dropzone": { "notifications": { "invalidConfig": { - "title": "", - "message": "" + "title": "无法加载配置", + "message": "无法加载您的配置。无效的JSON格式。" }, "loadedSuccessfully": { - "title": "" + "title": "配置 {{configName}} ,成功加载。" } }, "accept": { - "text": "" + "text": "在这里拖动文件来上传配置。只支持JSON。" }, "reject": { - "text": "" + "text": "不支持这种文件格式。请只上传JSON。" } } } \ No newline at end of file diff --git a/public/locales/zh/settings/general/internationalization.json b/public/locales/zh/settings/general/internationalization.json index 9e26dfeeb..970392a64 100644 --- a/public/locales/zh/settings/general/internationalization.json +++ b/public/locales/zh/settings/general/internationalization.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "语言" +} \ No newline at end of file diff --git a/public/locales/zh/settings/general/module-enabler.json b/public/locales/zh/settings/general/module-enabler.json index 9e26dfeeb..bcd45b734 100644 --- a/public/locales/zh/settings/general/module-enabler.json +++ b/public/locales/zh/settings/general/module-enabler.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "title": "模块使能器" +} \ No newline at end of file diff --git a/public/locales/zh/settings/general/search-engine.json b/public/locales/zh/settings/general/search-engine.json index 20a3b127a..9f17572cb 100644 --- a/public/locales/zh/settings/general/search-engine.json +++ b/public/locales/zh/settings/general/search-engine.json @@ -1,11 +1,11 @@ { - "title": "", + "title": "搜索引擎", "tips": { - "generalTip": "", - "placeholderTip": "" + "generalTip": "在你的查询前使用前缀 !yt和 !t,分别在YouTube上搜索或搜索Torrent。", + "placeholderTip": "%s 可以作为查询的占位符。" }, "customEngine": { - "label": "", - "placeholder": "" + "label": "查询网址", + "placeholder": "自定义查询URL" } } \ No newline at end of file diff --git a/public/locales/zh/settings/general/theme-selector.json b/public/locales/zh/settings/general/theme-selector.json index 9e26dfeeb..8b59ddaed 100644 --- a/public/locales/zh/settings/general/theme-selector.json +++ b/public/locales/zh/settings/general/theme-selector.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "切换到 {{theme}} 模式" +} \ No newline at end of file diff --git a/public/locales/zh/settings/general/widget-positions.json b/public/locales/zh/settings/general/widget-positions.json index 9e26dfeeb..60e015a6a 100644 --- a/public/locales/zh/settings/general/widget-positions.json +++ b/public/locales/zh/settings/general/widget-positions.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "label": "将小部件放在左边" +} \ No newline at end of file