Skip to content

Commit

Permalink
chore(release): automatic release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
homarr-releases[bot] authored Dec 25, 2024
2 parents 162e8ad + e37279f commit e9a1dae
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 97 deletions.
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"better-sqlite3": "^11.7.0",
"dotenv": "^16.4.7",
"drizzle-kit": "^0.30.1",
"drizzle-orm": "^0.38.2",
"drizzle-zod": "^0.6.0",
"drizzle-orm": "^0.38.3",
"drizzle-zod": "^0.6.1",
"mysql2": "3.12.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"prettier": "@homarr/prettier-config",
"dependencies": {
"@ctrl/deluge": "^7.0.0",
"@ctrl/deluge": "^7.1.0",
"@ctrl/qbittorrent": "^9.2.0",
"@ctrl/transmission": "^7.1.0",
"@ctrl/transmission": "^7.2.0",
"@homarr/common": "workspace:^0.1.0",
"@homarr/db": "workspace:^0.1.0",
"@homarr/definitions": "workspace:^0.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/old-import/src/mappers/map-user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const mapAndDecryptUsers = (importUsers: OldmarrImportUser[], encryptionT
...user,
oldId: id,
id: createId(),
name: user.name.toLowerCase(),
colorScheme: settings?.colorScheme === "environment" ? undefined : settings?.colorScheme,
firstDayOfWeek: settings?.firstDayOfWeek === "sunday" ? 0 : settings?.firstDayOfWeek === "monday" ? 1 : 6,
provider: "credentials",
Expand Down
2 changes: 1 addition & 1 deletion packages/translation/src/lang/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@
}
},
"iframe": {
"name": "iFrame",
"name": "",
"description": "הטמע כל תוכן מהאינטרנט. חלק מהאתרים עשויים להגביל את הגישה.",
"option": {
"embedUrl": {
Expand Down
96 changes: 48 additions & 48 deletions packages/translation/src/lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,14 +323,14 @@
}
},
"board": {
"title": "",
"title": "Board",
"item": {
"create": {
"label": "Creare schede",
"description": "Consenti ai membri di creare schede"
"label": "Creare board",
"description": "Consenti ai membri di creare board"
},
"view-all": {
"label": "Visualizzare tutte le schede",
"label": "Visualizzare tutte le board",
"description": "Consenti ai membri di visualizzare tutte le schede"
},
"modify-all": {
Expand Down Expand Up @@ -402,50 +402,50 @@
"description": "Consenti ai membri di modificare tutti i motori di ricerca"
},
"full-all": {
"label": "",
"description": ""
"label": "Accesso completo al motore di ricerca",
"description": "Consenti ai membri di gestire ed eliminare qualsiasi motore di ricerca"
}
}
}
},
"memberNotice": {
"mixed": "",
"external": ""
"mixed": "Alcuni membri provengono da fornitori esterni e non possono essere gestiti qui",
"external": "Tutti i membri provengono da fornitori esterni e non possono essere gestiti qui"
},
"reservedNotice": {
"message": ""
"message": "Questo gruppo è riservato all'uso del sistema e limita alcune azioni. <checkoutDocs></checkoutDocs>"
},
"action": {
"create": {
"label": "",
"label": "Nuovo gruppo",
"notification": {
"success": {
"message": ""
"message": "Gruppo creato"
},
"error": {
"message": ""
"message": "Impossibile creare il gruppo"
}
}
},
"transfer": {
"label": "",
"description": "",
"confirm": "",
"label": "Trasferisci ownership",
"description": "Trasferisci l'ownership di questo gruppo a un altro utente.",
"confirm": "Hai la certezza di voler trasferire l'ownership del gruppo {name} a {username}?",
"notification": {
"success": {
"message": ""
"message": "Gruppo {group} trasferito a {user}"
},
"error": {
"message": ""
"message": "Impossibile trasferire l'ownership"
}
}
},
"addMember": {
"label": ""
"label": "Aggiungi membro"
},
"removeMember": {
"label": "",
"confirm": ""
"label": "Rimuovi membro",
"confirm": "Hai la certezza di voler rimuovere {user} da questo gruppo?"
},
"delete": {
"label": "Elimina gruppo",
Expand Down Expand Up @@ -506,34 +506,34 @@
},
"error": {
"title": "Creazione fallita",
"message": ""
"message": "Impossibile creare l'app"
}
}
},
"edit": {
"title": "",
"title": "Modifica app",
"notification": {
"success": {
"title": "",
"message": ""
"title": "Modifiche applicate",
"message": "App salvata"
},
"error": {
"title": "",
"message": ""
"title": "Impossibile applicare le modifiche",
"message": "Impossibile salvare l'app"
}
}
},
"delete": {
"title": "",
"message": "",
"title": "Elimina app",
"message": "Hai la certezza di voler eliminare l'app {name}?",
"notification": {
"success": {
"title": "",
"message": ""
"title": "Eliminato",
"message": "App eliminata"
},
"error": {
"title": "",
"message": ""
"title": "Eliminazione non riuscita",
"message": "Impossibile eliminare l'app"
}
}
}
Expand All @@ -543,15 +543,15 @@
"label": "Nome"
},
"description": {
"label": ""
"label": "Descrizione"
},
"url": {
"label": ""
"label": "Url"
}
},
"action": {
"select": {
"label": "",
"label": "Seleziona App",
"notFound": "Nessuna app trovata"
}
}
Expand All @@ -569,11 +569,11 @@
"title": "Nuova integrazione di {name}",
"notification": {
"success": {
"title": "",
"title": "Creazione riuscita",
"message": "L'integrazione è stata creata con successo"
},
"error": {
"title": "",
"title": "Creazione fallita",
"message": "Non è stato possibile creare l'integrazione"
}
}
Expand All @@ -582,11 +582,11 @@
"title": "Modifica integrazione {name}",
"notification": {
"success": {
"title": "",
"title": "Modifiche applicate",
"message": "L'integrazione è stata salvata correttamente"
},
"error": {
"title": "",
"title": "Impossibile applicare le modifiche",
"message": "Non è stato possibile salvare l'integrazione"
}
}
Expand All @@ -596,11 +596,11 @@
"message": "Hai la certezza di voler eliminare l'integrazione {name}?",
"notification": {
"success": {
"title": "",
"title": "Eliminato",
"message": "L'integrazione è stata eliminata correttamente"
},
"error": {
"title": "",
"title": "Eliminazione non riuscita",
"message": "Impossibile eliminare l'integrazione"
}
}
Expand All @@ -611,7 +611,7 @@
"label": "Nome"
},
"url": {
"label": ""
"label": "Url"
}
},
"action": {
Expand Down Expand Up @@ -645,19 +645,19 @@
"message": "La connessione non è stata stabilita"
},
"badRequest": {
"title": "",
"title": "Bad request",
"message": "La richiesta era malformata"
},
"unauthorized": {
"title": "Non Autorizzato",
"message": "Probabilmente le credenziali sono sbagliate"
},
"forbidden": {
"title": "",
"title": "Forbidden",
"message": "Probabilmente mancano i permessi"
},
"notFound": {
"title": "",
"title": "Not found",
"message": "Probabilmente url o percorso errati"
},
"internalServerError": {
Expand Down Expand Up @@ -691,11 +691,11 @@
}
},
"secrets": {
"title": "",
"title": "Secrets",
"lastUpdated": "Ultimo aggiornamento {date}",
"notSet": {
"label": "",
"tooltip": ""
"label": "Nessun valore impostato",
"tooltip": "Il secret richiesto non è stato ancora impostato"
},
"secureNotice": "",
"reset": {
Expand Down
24 changes: 12 additions & 12 deletions packages/translation/src/lang/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@
"message": "Gizli anahtarı sıfırlamak istediğinizden emin misiniz?"
},
"noSecretsRequired": {
"segmentTitle": "Hiçbir Gizli anahtar yok",
"segmentTitle": "Hiçbir Gizli Anahtar Bulunamadı",
"text": "Bu entegrasyon için gizli anahtar gerekmiyor"
},
"kind": {
Expand Down Expand Up @@ -1013,7 +1013,7 @@
},
"error": {
"notFound": {
"label": "Uygulama yok",
"label": "Uygulama Eklenmedi",
"tooltip": "Geçerli bir uygulama seçmediniz"
}
}
Expand Down Expand Up @@ -1069,7 +1069,7 @@
},
"error": {
"internalServerError": "DNS Çözümleyici Özeti alınamadı",
"integrationsDisconnected": "Veri yok, tüm entegrasyonların bağlantısı kesildi"
"integrationsDisconnected": "Veri Bulunamadı, Tüm Entegrasyonların Bağlantısı Kesildi"
},
"data": {
"adsBlockedToday": "Bugün engellenenler",
Expand Down Expand Up @@ -1379,14 +1379,14 @@
"information": "Bilgi",
"processor": "İşlemci: {cpuModelName}",
"memory": "Bellek: {memory}GiB",
"memoryAvailable": "Mevcut: {memoryAvailable}GiB ({percent}%)",
"memoryAvailable": "Kullanılabilir: {memoryAvailable} GiB ({percent}%)",
"version": "Sürüm: {version}",
"uptime": "Çalışma Süresi: {days} Gün, {hours} Saat, {minutes} Dakika",
"loadAverage": "Ortalama yük:",
"minute": "1 dakika",
"minutes": "{count} dakika",
"used": "Kullanılan",
"available": "Mevcut",
"available": "Kullanılabilir",
"lastSeen": "Son durum güncellemesi: {lastSeen}"
},
"memory": {},
Expand Down Expand Up @@ -1651,7 +1651,7 @@
"label": "Varsayılan görünüm"
},
"queuePageSize": {
"label": "Sıra sayfa boyutu"
"label": "Kuyruk Sayfa Boyutu"
}
},
"tab": {
Expand Down Expand Up @@ -1842,7 +1842,7 @@
"description": "Görsel, tüm arka plan alanını kaplayacak kadar tekrarlanır."
},
"no-repeat": {
"label": "Tekrarlama yok",
"label": "Tekrarlama Yok",
"description": "Görsel tekrarlanmaz ve tüm alanı doldurmayabilir."
},
"repeat-x": {
Expand Down Expand Up @@ -1993,7 +1993,7 @@
"notice": "Bağlantıyı kontrol edin veya erişilebilir olması gerektiğini düşünüyorsanız bir yöneticiyle iletişime geçin"
},
"homeBoard": {
"title": "Ana panel yok",
"title": "Varsayılan Panel Yapılandırılmadı",
"admin": {
"description": "Sunucu için henüz bir ana sayfa paneli belirlemediniz.",
"link": "Sunucu geneli için ana panel yapılandırın",
Expand Down Expand Up @@ -2269,7 +2269,7 @@
"title": "Tarama ve Dizinleme",
"warning": "Burada herhangi bir ayarı etkinleştirmek veya devre dışı bırakmak, arama motorlarının sayfanızı nasıl dizine ekleyeceğini ve tarayacağını ciddi şekilde etkileyecektir. Herhangi bir ayar bir istektir ve bu ayarları uygulamak tarayıcıya bağlıdır. Herhangi bir değişikliğin uygulanması birkaç gün veya hafta sürebilir. Bazı ayarlar arama motoruna özgü olabilir.",
"noIndex": {
"title": "İndeks yok",
"title": "İndeks bulunamadı",
"text": "Web sitesini arama motorlarında indekslemeyin ve hiçbir arama sonucunda göstermeyin"
},
"noFollow": {
Expand All @@ -2281,7 +2281,7 @@
"text": "Site dilinin kullanıcının okumak isteyeceği bir dil olmaması durumunda Google, arama sonuçlarında bir çeviri bağlantısı gösterecektir"
},
"noSiteLinksSearchBox": {
"title": "Site bağlantıları arama kutusu yok",
"title": "Site bağlantıları arama kutusu yapılandırılmadı",
"text": "Google, taranan bağlantıların yanı sıra diğer doğrudan bağlantılarla bir arama kutusu oluşturacaktır. Bunu etkinleştirmek Google'dan bu kutuyu devre dışı bırakmasını isteyecektir."
}
},
Expand Down Expand Up @@ -2894,7 +2894,7 @@
"label": "İsim"
},
"short": {
"label": "Kısa Ad"
"label": "Kısa Yol"
},
"urlTemplate": {
"label": "URL arama şablonu"
Expand All @@ -2907,7 +2907,7 @@
"list": {
"title": "Arama Motorları",
"noResults": {
"title": "Henüz bir arama motoru yok",
"title": "Henüz bir arama motoru yapılandırılmadı",
"action": "İlk arama motorunuzu oluşturun"
},
"interactive": "Etkileşimli, entegrasyon kullanır"
Expand Down
Loading

0 comments on commit e9a1dae

Please sign in to comment.