Skip to content

Commit

Permalink
Version 0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw committed Feb 3, 2024
2 parents 37d728c + 824f4b8 commit 5812a6b
Show file tree
Hide file tree
Showing 114 changed files with 643 additions and 335 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "Hello 👋, this issue has been open for 60 without activity. Please close this issue if it's no longer relevant or has been resolved. Still relevant? Simply reply and I'll mark it as active."
stale-issue-message: "Hello 👋, this issue has been open for 60 days without activity. We mark issues to help prioritise and close dead issues. Can you confirm that this issue is still relevant on the latest version? I'll remove the stale label as soon as there is further activity on this issue. Thank you 🙏"
stale-pr-message: 'Hello 👋, this PR has gone stale. Please reply to mark it as active.'
stale-issue-label: 'Stale'
stale-pr-label: 'Stale'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homarr",
"version": "0.14.4",
"version": "0.14.5",
"description": "Homarr - A homepage for your server.",
"license": "MIT",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions public/locales/cn/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"previous": "上一步",
"confirm": "确认",
"enabled": "已启用",
"duplicate": "复制",
"disabled": "已禁用",
"enableAll": "全部启用",
"disableAll": "全部禁用",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/cn/modules/media-requests-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"pendingApproval": "待批准",
"declined": "已拒绝",
"available": "可用",
"partial": "局部"
"partial": "部分"
},
"tooltips": {
"approve": "批准请求",
Expand Down
6 changes: 6 additions & 0 deletions public/locales/cn/modules/rss.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": "按发布日期排序(升序)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "将没有发布日期的文章置顶"
},
"maximumAmountOfPosts": {
"label": "最大文章数量"
}
},
"card": {
Expand Down
1 change: 1 addition & 0 deletions public/locales/cr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"previous": "crwdns3375:0crwdne3375:0",
"confirm": "crwdns3377:0crwdne3377:0",
"enabled": "crwdns2883:0crwdne2883:0",
"duplicate": "crwdns4174:0crwdne4174:0",
"disabled": "crwdns2885:0crwdne2885:0",
"enableAll": "crwdns2887:0crwdne2887:0",
"disableAll": "crwdns2889:0crwdne2889:0",
Expand Down
6 changes: 6 additions & 0 deletions public/locales/cr/modules/rss.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": "crwdns4160:0crwdne4160:0"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "crwdns4176:0crwdne4176:0"
},
"maximumAmountOfPosts": {
"label": "crwdns4178:0crwdne4178:0"
}
},
"card": {
Expand Down
1 change: 1 addition & 0 deletions public/locales/cs/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"previous": "Zpět",
"confirm": "Potvrdit",
"enabled": "Zapnuto",
"duplicate": "Duplikovat",
"disabled": "Vypnuto",
"enableAll": "Aktivovat vše",
"disableAll": "Zakázat vše",
Expand Down
6 changes: 6 additions & 0 deletions public/locales/cs/modules/rss.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": "Seřadit podle data zveřejnění (vzestupně)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "Umístit příspěvky bez data zveřejnění navrch"
},
"maximumAmountOfPosts": {
"label": "Maximální počet příspěvků"
}
},
"card": {
Expand Down
1 change: 1 addition & 0 deletions public/locales/da/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"previous": "Forrige",
"confirm": "Bekræft",
"enabled": "Aktiveret",
"duplicate": "",
"disabled": "Deaktiveret",
"enableAll": "Aktiver alle",
"disableAll": "Deaktiver alle",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/da/layout/manage.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"title": "Værktøjer",
"items": {
"docker": "Docker",
"api": ""
"api": "API"
}
},
"about": {
Expand Down
6 changes: 6 additions & 0 deletions public/locales/da/modules/rss.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": ""
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "Sæt indlæg uden udgivelsesdato øverst"
},
"maximumAmountOfPosts": {
"label": "Maksimalt antal indlæg"
}
},
"card": {
Expand Down
1 change: 1 addition & 0 deletions public/locales/de/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"previous": "Zurück",
"confirm": "Bestätigen",
"enabled": "Aktiviert",
"duplicate": "Duplizieren",
"disabled": "Deaktiviert",
"enableAll": "Alle aktivieren",
"disableAll": "Alles deaktivieren",
Expand Down
6 changes: 6 additions & 0 deletions public/locales/de/modules/rss.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": ""
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "Platzieren Sie Beiträge ohne Veröffentlichungsdatum ganz oben"
},
"maximumAmountOfPosts": {
"label": "Maximale Anzahl an Beiträgen"
}
},
"card": {
Expand Down
1 change: 1 addition & 0 deletions public/locales/el/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"previous": "Προηγούμενο",
"confirm": "Επιβεβαίωση",
"enabled": "Ενεργοποιημένο",
"duplicate": "Διπλότυπο",
"disabled": "Απενεργοποιημένο",
"enableAll": "Ενεργοποίηση όλων",
"disableAll": "Απενεργοποίηση όλων",
Expand Down
6 changes: 6 additions & 0 deletions public/locales/el/modules/rss.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": "Ταξινόμηση κατά ημερομηνία δημοσίευσης (αύξουσα)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "Τοποθετήστε αναρτήσεις χωρίς ημερομηνία δημοσίευσης στην κορυφή"
},
"maximumAmountOfPosts": {
"label": "Μέγιστος αριθμός αναρτήσεων"
}
},
"card": {
Expand Down
1 change: 1 addition & 0 deletions public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"previous": "Previous",
"confirm": "Confirm",
"enabled": "Enabled",
"duplicate": "Duplicate",
"disabled": "Disabled",
"enableAll": "Enable all",
"disableAll": "Disable all",
Expand Down
6 changes: 6 additions & 0 deletions public/locales/en/modules/rss.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": "Sort by publish date (ascending)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "Put posts without publish date to the top"
},
"maximumAmountOfPosts": {
"label": "Maximum amount of posts"
}
},
"card": {
Expand Down
1 change: 1 addition & 0 deletions public/locales/es/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"previous": "Anterior",
"confirm": "Confirmar",
"enabled": "Activado",
"duplicate": "",
"disabled": "Desactivado",
"enableAll": "Activar todo",
"disableAll": "Desactivar todo",
Expand Down
6 changes: 6 additions & 0 deletions public/locales/es/modules/rss.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": ""
},
"sortPostsWithoutPublishDateToTheTop": {
"label": ""
},
"maximumAmountOfPosts": {
"label": ""
}
},
"card": {
Expand Down
1 change: 1 addition & 0 deletions public/locales/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"previous": "Précédent",
"confirm": "Confirmer",
"enabled": "Activé",
"duplicate": "Dupliquer",
"disabled": "Désactivé",
"enableAll": "Activer tout",
"disableAll": "Désactiver tout",
Expand Down
6 changes: 3 additions & 3 deletions public/locales/fr/manage/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"filter": {
"roles": {
"all": "Tous",
"normal": "",
"admin": "",
"owner": ""
"normal": "Normal",
"admin": "Admin",
"owner": "Propriétaire"
}
},
"table": {
Expand Down
32 changes: 16 additions & 16 deletions public/locales/fr/manage/users/edit.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"metaTitle": "",
"back": "",
"metaTitle": "Utilisateur {{username}}",
"back": "Retour à la gestion des utilisateurs",
"sections": {
"general": {
"title": "Général",
Expand All @@ -14,40 +14,40 @@
}
},
"security": {
"title": "",
"title": "Sécurité",
"inputs": {
"password": {
"label": ""
"label": "Nouveau mot de passe"
},
"terminateExistingSessions": {
"label": "",
"description": ""
"label": "Mettre fin aux sessions existantes",
"description": "Forcer les utilisateurs à se reconnecter sur leurs appareils"
},
"confirm": {
"label": "Confirmer",
"description": ""
"description": "Le mot de passe va être mis à jour. Cette action ne peut pas être annulée."
}
}
},
"roles": {
"title": "",
"currentRole": "",
"title": "Rôles",
"currentRole": "Rôle actuel : ",
"badges": {
"owner": "",
"admin": "",
"normal": ""
"owner": "Propriétaire",
"admin": "Admin",
"normal": "Normal"
}
},
"deletion": {
"title": "",
"title": "Suppression de compte",
"inputs": {
"confirmUsername": {
"label": "",
"description": ""
"label": "Confirmer le nom d'utilisateur",
"description": "Tapez le nom d'utilisateur pour confirmer la suppression"
},
"confirm": {
"label": "Supprimer définitivement",
"description": ""
"description": "J'ai conscience que cette action est permanente et que toutes les données du compte seront perdues."
}
}
}
Expand Down
6 changes: 6 additions & 0 deletions public/locales/fr/modules/rss.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": "Trier par date de publication (croissant)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "Placer les articles sans date de publication en haut de la page"
},
"maximumAmountOfPosts": {
"label": "Nombre maximal d'articles"
}
},
"card": {
Expand Down
4 changes: 2 additions & 2 deletions public/locales/fr/modules/smart-home/entity-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"info": "ID d’entité unique dans Home Assistant. Copiez en cliquant sur l'entité > Cliquez sur l'icône en forme de rouage > Cliquez sur le bouton Copier sous « ID d'entité ». Certaines entités personnalisées peuvent ne pas être prises en charge."
},
"automationId": {
"label": "",
"info": ""
"label": "ID d'automatisation optionnelle",
"info": "Votre identifiant unique d'automatisation. Commence toujours par automation.XXXXX. S'il n'est pas défini, le widget ne sera pas cliquable et n'affichera que l'état de l'entité. Après un clic, l'état de l'entité sera actualisé."
},
"displayName": {
"label": "Nom d'affichage"
Expand Down
10 changes: 5 additions & 5 deletions public/locales/fr/modules/smart-home/trigger-automation.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "Automatisation Home Assistant",
"description": "Exécuter une automatisation",
"settings": {
"title": "",
"title": "Exécuter une automatisation",
"automationId": {
"label": "",
"info": ""
"label": "ID de l'automatisation",
"info": "Votre identifiant d'automatisation unique. Commence toujours par automation.XXXXX."
},
"displayName": {
"label": "Nom d'affichage"
Expand Down
1 change: 1 addition & 0 deletions public/locales/he/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"previous": "הקודם",
"confirm": "לאשר",
"enabled": "מאופשר",
"duplicate": "שכפול",
"disabled": "מושבת",
"enableAll": "אפשר הכל",
"disableAll": "השבת הכל",
Expand Down
6 changes: 6 additions & 0 deletions public/locales/he/modules/rss.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": "מיין לפי תאריך פרסום (עולה)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "שים פוסטים ללא תאריך פרסום למעלה"
},
"maximumAmountOfPosts": {
"label": "כמות מקסימלית של פוסטים"
}
},
"card": {
Expand Down
1 change: 1 addition & 0 deletions public/locales/hr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"previous": "Prethodno",
"confirm": "Potvrdi",
"enabled": "Omogućeno",
"duplicate": "",
"disabled": "Onemogućeno",
"enableAll": "Omogući sve",
"disableAll": "Onemogući sve",
Expand Down
6 changes: 6 additions & 0 deletions public/locales/hr/modules/rss.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": ""
},
"sortPostsWithoutPublishDateToTheTop": {
"label": ""
},
"maximumAmountOfPosts": {
"label": ""
}
},
"card": {
Expand Down
7 changes: 4 additions & 3 deletions public/locales/hu/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"save": "Mentés",
"apply": "",
"insert": "",
"apply": "Alkalmaz",
"insert": "Beillesztés",
"about": "Névjegy",
"cancel": "Mégse",
"close": "Bezár",
Expand All @@ -13,6 +13,7 @@
"previous": "Előző",
"confirm": "Megerősít",
"enabled": "Engedélyezve",
"duplicate": "Duplikátum",
"disabled": "Letiltva",
"enableAll": "Összes engedélyezése",
"disableAll": "Az összes tiltása",
Expand Down Expand Up @@ -45,7 +46,7 @@
"seeMore": "Lásd még...",
"position": {
"left": "Bal",
"center": "",
"center": "Középre",
"right": "Jobb"
},
"attributes": {
Expand Down
Loading

0 comments on commit 5812a6b

Please sign in to comment.