Compare commits

..

21 Commits

Author SHA1 Message Date
Manuel
55174476e8 Version 0.14.6 2024-02-04 09:14:17 +01:00
Manuel
a60053e6c4 config: chore version (#1876) 2024-02-04 09:12:48 +01:00
Thomas Camlong
6756838d5f chore: new Crowdin updates (#1873) 2024-02-04 09:10:54 +01:00
Manuel
74fe7a7a28 fix: attempt to fix hidden docker button (#1875) 2024-02-04 09:08:04 +01:00
Manuel
5812a6bd97 Version 0.14.5 2024-02-03 18:30:20 +01:00
Manuel
824f4b8acc fix: #1859 dayjs locale translation (#1868) 2024-02-03 16:38:56 +01:00
Thomas Camlong
a6ea9ac333 chore: new Crowdin updates (#1869) 2024-02-03 16:38:39 +01:00
Manuel
a87bda7810 chore: increase version (#1867) 2024-01-31 20:18:39 +01:00
Thomas Camlong
a8f00f5242 chore: new Crowdin updates (#1862) 2024-01-31 20:11:18 +01:00
Manuel
6268db182e fix: #1805 remove server prefetching docker (#1860) 2024-01-31 07:51:38 +01:00
Manuel
6f077f1c5e fix: remove console log (#1861) 2024-01-28 21:19:41 +01:00
Manuel
ff21033b0c fix: rss widget post sorting (#1855) 2024-01-28 21:15:46 +01:00
Manuel
6fdf1dfaa8 feat: #1835 copy apps (#1854) 2024-01-28 21:15:08 +01:00
Thomas Camlong
f1e0b9236c config: new crowdin updates (#1834) 2024-01-27 22:12:04 +01:00
Julian
4da75134ed feat: add video background support (#1839) 2024-01-25 17:45:26 +01:00
Dennis Vesterlund
957ba4e058 fix: schemas for lights attributes in home assistant entity widget 2024-01-25 17:38:28 +01:00
Manuel
732ef95bd9 config: update stale.yml (#1847) 2024-01-25 17:34:24 +01:00
Manuel
37d728cc83 chore: merge version 0.14.4 from ajnart/dev 2024-01-16 20:45:14 +01:00
Manuel
b4a8d47636 version 0.14.3 2023-12-31 12:37:23 +01:00
Manuel
15605e3f09 🔀 Version 0.14.2 2023-11-23 22:54:43 +01:00
Meier Lukas
ccf0970226 Merge pull request #1628 from ajnart/dev
🔖 Release v0.14.1
2023-11-14 21:44:13 +01:00
126 changed files with 692 additions and 384 deletions

View File

@@ -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'

View File

@@ -1,6 +1,6 @@
{
"name": "homarr",
"version": "0.14.4",
"version": "0.14.6",
"description": "Homarr - A homepage for your server.",
"license": "MIT",
"repository": {

View File

@@ -13,6 +13,7 @@
"previous": "上一步",
"confirm": "确认",
"enabled": "已启用",
"duplicate": "复制",
"disabled": "已禁用",
"enableAll": "全部启用",
"disableAll": "全部禁用",

View File

@@ -18,7 +18,7 @@
"pendingApproval": "待批准",
"declined": "已拒绝",
"available": "可用",
"partial": "部"
"partial": "部"
},
"tooltips": {
"approve": "批准请求",

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": "按发布日期排序(升序)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "将没有发布日期的文章置顶"
},
"maximumAmountOfPosts": {
"label": "最大文章数量"
}
},
"card": {

View File

@@ -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",

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": "crwdns4160:0crwdne4160:0"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "crwdns4176:0crwdne4176:0"
},
"maximumAmountOfPosts": {
"label": "crwdns4178:0crwdne4178:0"
}
},
"card": {

View File

@@ -13,6 +13,7 @@
"previous": "Zpět",
"confirm": "Potvrdit",
"enabled": "Zapnuto",
"duplicate": "Duplikovat",
"disabled": "Vypnuto",
"enableAll": "Aktivovat vše",
"disableAll": "Zakázat vše",

View File

@@ -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": {

View File

@@ -13,6 +13,7 @@
"previous": "Forrige",
"confirm": "Bekræft",
"enabled": "Aktiveret",
"duplicate": "",
"disabled": "Deaktiveret",
"enableAll": "Aktiver alle",
"disableAll": "Deaktiver alle",

View File

@@ -26,7 +26,7 @@
"title": "Værktøjer",
"items": {
"docker": "Docker",
"api": ""
"api": "API"
}
},
"about": {

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": ""
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "Sæt indlæg uden udgivelsesdato øverst"
},
"maximumAmountOfPosts": {
"label": "Maksimalt antal indlæg"
}
},
"card": {

View File

@@ -13,6 +13,7 @@
"previous": "Zurück",
"confirm": "Bestätigen",
"enabled": "Aktiviert",
"duplicate": "Duplizieren",
"disabled": "Deaktiviert",
"enableAll": "Alle aktivieren",
"disableAll": "Alles deaktivieren",

View File

@@ -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": {

View File

@@ -13,6 +13,7 @@
"previous": "Προηγούμενο",
"confirm": "Επιβεβαίωση",
"enabled": "Ενεργοποιημένο",
"duplicate": "Διπλότυπο",
"disabled": "Απενεργοποιημένο",
"enableAll": "Ενεργοποίηση όλων",
"disableAll": "Απενεργοποίηση όλων",

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": "Ταξινόμηση κατά ημερομηνία δημοσίευσης (αύξουσα)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "Τοποθετήστε αναρτήσεις χωρίς ημερομηνία δημοσίευσης στην κορυφή"
},
"maximumAmountOfPosts": {
"label": "Μέγιστος αριθμός αναρτήσεων"
}
},
"card": {

View File

@@ -13,6 +13,7 @@
"previous": "Previous",
"confirm": "Confirm",
"enabled": "Enabled",
"duplicate": "Duplicate",
"disabled": "Disabled",
"enableAll": "Enable all",
"disableAll": "Disable all",

View File

@@ -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": {

View File

@@ -13,6 +13,7 @@
"previous": "Anterior",
"confirm": "Confirmar",
"enabled": "Activado",
"duplicate": "",
"disabled": "Desactivado",
"enableAll": "Activar todo",
"disableAll": "Desactivar todo",

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": ""
},
"sortPostsWithoutPublishDateToTheTop": {
"label": ""
},
"maximumAmountOfPosts": {
"label": ""
}
},
"card": {

View File

@@ -13,6 +13,7 @@
"previous": "Précédent",
"confirm": "Confirmer",
"enabled": "Activé",
"duplicate": "Dupliquer",
"disabled": "Désactivé",
"enableAll": "Activer tout",
"disableAll": "Désactiver tout",

View File

@@ -7,9 +7,9 @@
"filter": {
"roles": {
"all": "Tous",
"normal": "",
"admin": "",
"owner": ""
"normal": "Normal",
"admin": "Admin",
"owner": "Propriétaire"
}
},
"table": {

View File

@@ -1,6 +1,6 @@
{
"metaTitle": "",
"back": "",
"metaTitle": "Utilisateur {{username}}",
"back": "Retour à la gestion des utilisateurs",
"sections": {
"general": {
"title": "Général",
@@ -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."
}
}
}

View File

@@ -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": {

View File

@@ -10,8 +10,8 @@
"info": "ID dentité 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"

View File

@@ -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"

View File

@@ -13,6 +13,7 @@
"previous": "הקודם",
"confirm": "לאשר",
"enabled": "מאופשר",
"duplicate": "שכפול",
"disabled": "מושבת",
"enableAll": "אפשר הכל",
"disableAll": "השבת הכל",

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": "מיין לפי תאריך פרסום (עולה)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "שים פוסטים ללא תאריך פרסום למעלה"
},
"maximumAmountOfPosts": {
"label": "כמות מקסימלית של פוסטים"
}
},
"card": {

View File

@@ -13,6 +13,7 @@
"previous": "Prethodno",
"confirm": "Potvrdi",
"enabled": "Omogućeno",
"duplicate": "",
"disabled": "Onemogućeno",
"enableAll": "Omogući sve",
"disableAll": "Onemogući sve",

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": ""
},
"sortPostsWithoutPublishDateToTheTop": {
"label": ""
},
"maximumAmountOfPosts": {
"label": ""
}
},
"card": {

View File

@@ -1,7 +1,7 @@
{
"save": "Mentés",
"apply": "",
"insert": "",
"apply": "Alkalmaz",
"insert": "Beillesztés",
"about": "Névjegy",
"cancel": "Mégse",
"close": "Bezár",
@@ -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",
@@ -45,7 +46,7 @@
"seeMore": "Lásd még...",
"position": {
"left": "Bal",
"center": "",
"center": "Középre",
"right": "Jobb"
},
"attributes": {

View File

@@ -22,5 +22,5 @@
"message": "Létrejött a \"{{name}}\" kategória"
}
},
"importFromDocker": ""
"importFromDocker": "Importálás a dockerből"
}

View File

@@ -26,7 +26,7 @@
"title": "Eszközök",
"items": {
"docker": "Docker",
"api": ""
"api": "API"
}
},
"about": {

View File

@@ -16,15 +16,15 @@
"label": "Végleges törlés",
"disabled": "Törlés letiltva, mivel a régebbi Homarr komponensek nem teszik lehetővé az alapértelmezett konfiguráció törlését. A törlés a jövőben lehetséges lesz."
},
"duplicate": "",
"duplicate": "Duplikátum",
"rename": {
"label": "",
"label": "Átnevezés",
"modal": {
"title": "",
"title": "A tábla átnevezése {{name}}",
"fields": {
"name": {
"label": "",
"placeholder": ""
"label": "Új név",
"placeholder": "Új fórumnév"
}
}
}

View File

@@ -6,10 +6,10 @@
},
"filter": {
"roles": {
"all": "",
"normal": "",
"admin": "",
"owner": ""
"all": "Mind",
"normal": "Normál",
"admin": "Adminisztrátor",
"owner": "Tulajdonos"
}
},
"table": {

View File

@@ -1,6 +1,6 @@
{
"metaTitle": "",
"back": "",
"metaTitle": "Felhasználó {{username}}",
"back": "Vissza a felhasználókezeléshez",
"sections": {
"general": {
"title": "Általános",
@@ -14,40 +14,40 @@
}
},
"security": {
"title": "",
"title": "Biztonság",
"inputs": {
"password": {
"label": ""
"label": "Új jelszó"
},
"terminateExistingSessions": {
"label": "",
"description": ""
"label": "Meglévő munkamenetek megszüntetése",
"description": "Kényszeríti a felhasználót, hogy újból bejelentkezzen az eszközein"
},
"confirm": {
"label": "Megerősít",
"description": ""
"description": "A jelszó frissül. A művelet nem vonható vissza."
}
}
},
"roles": {
"title": "",
"currentRole": "",
"title": "Szerepek",
"currentRole": "Jelenlegi szerepe: ",
"badges": {
"owner": "",
"admin": "",
"normal": ""
"owner": "Tulajdonos",
"admin": "Adminisztrátor",
"normal": "Normál"
}
},
"deletion": {
"title": "",
"title": "Fiók törlése",
"inputs": {
"confirmUsername": {
"label": "",
"description": ""
"label": "Felhasználónév megerősítése",
"description": "Írja be a felhasználónevet a törlés megerősítéséhez"
},
"confirm": {
"label": "Végleges törlés",
"description": ""
"description": "Tisztában vagyok vele, hogy ez a művelet végleges, és minden fiókadat elveszik."
}
}
}

View File

@@ -5,11 +5,11 @@
"settings": {
"title": "A Naptár widget beállításai",
"timezone": {
"label": "",
"info": ""
"label": "Időzóna",
"info": "Válassza ki az időzóna nevét, a sajátját itt találja: "
},
"customTitle": {
"label": ""
"label": "Városnév vagy egyéni cím"
},
"display24HourFormat": {
"label": "24 órás idő kijelzése"
@@ -21,11 +21,11 @@
}
},
"titleState": {
"label": "",
"info": "",
"label": "Óra címe",
"info": "Az egyéni cím és az időzóna kód megjeleníthető a widgeten.<br/>Megjelenítheti a várost önmagában, nem jelenítheti meg,<br/>vagy akár az időzónát is megjelenítheti önmagában, ha mindkettő ki van választva, de nincs cím.",
"data": {
"both": "",
"city": "",
"both": "Cím és időzóna",
"city": "Csak a cím",
"none": "Semmi"
}
}

View File

@@ -21,8 +21,8 @@
"metrics": {
"domainsOnAdlist": "Domainek a blokkolólistákon",
"queriesToday": "Mai lekérdezések",
"queriesBlockedTodayPercentage": "",
"queriesBlockedToday": ""
"queriesBlockedTodayPercentage": "Mai blokkolások",
"queriesBlockedToday": "Mai blokkolások"
}
}
}

View File

@@ -17,8 +17,8 @@
"approved": "Jóváhagyva",
"pendingApproval": "Várakozás jóváhagyásra",
"declined": "Elutasítva",
"available": "",
"partial": ""
"available": "Elérhető",
"partial": "Részleges"
},
"tooltips": {
"approve": "Kérelem megerősítése",

View File

@@ -19,6 +19,12 @@
"label": "Szövegvonalak rögzítője"
},
"sortByPublishDateAscending": {
"label": "Rendezés a közzététel dátuma szerint (növekvő)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": ""
},
"maximumAmountOfPosts": {
"label": ""
}
},

View File

@@ -10,8 +10,8 @@
"info": "Egyedi egység ID a Home Assistantben. Másolás az egységre kattintva > Kattintson a fogaskerék ikonra > Kattintson a másolás gombra az „Egység ID”-nél. Előfordulhat, hogy egyes egyéni egységek nem támogatottak."
},
"automationId": {
"label": "",
"info": ""
"label": "Választható automatizálási azonosító",
"info": "Az Ön egyedi automatizálási azonosítója. Mindig az automatizálással kezdődik.XXXX. Ha nincs beállítva, a widget nem kattintható, és csak az állapotot jeleníti meg. A kattintás után az entitás állapota frissül."
},
"displayName": {
"label": "Megjelenített név"

View File

@@ -1,12 +1,12 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "Home Assistant automatizálás",
"description": "Automatizálás végrehajtása",
"settings": {
"title": "",
"title": "Automatizálás végrehajtása",
"automationId": {
"label": "",
"info": ""
"label": "Automatizálási azonosító",
"info": "Az Ön egyedi automatizálási azonosítója. Mindig automation.XXXXX."
},
"displayName": {
"label": "Megjelenített név"

View File

@@ -22,7 +22,7 @@
"description": "A Homarr konfigurálása fogyatékkal élő és fogyatékkal élő felhasználók számára"
},
"access": {
"name": "",
"name": "Hozzáférés",
"description": "Annak beállítása, hogy ki férhet hozzá a táblához"
}
}

View File

@@ -13,6 +13,7 @@
"previous": "Precedente",
"confirm": "Conferma",
"enabled": "Abilitato",
"duplicate": "Duplica",
"disabled": "Disattivato",
"enableAll": "Abilita tutto",
"disableAll": "Disattiva tutto",

View File

@@ -26,7 +26,7 @@
"title": "Strumenti",
"items": {
"docker": "Docker",
"api": ""
"api": "API"
}
},
"about": {

View File

@@ -16,15 +16,15 @@
"label": "Elimina definitivamente",
"disabled": "Eliminazione disabilitata, perché i vecchi componenti di Homarr non consentono la cancellazione della configurazione predefinita. La cancellazione sarà possibile in futuro."
},
"duplicate": "",
"duplicate": "Duplica",
"rename": {
"label": "",
"label": "Rinomina",
"modal": {
"title": "",
"title": "Rinomina scheda {{name}}",
"fields": {
"name": {
"label": "",
"placeholder": ""
"label": "Nuovo nome",
"placeholder": "Nuovo nome scheda"
}
}
}

View File

@@ -17,8 +17,8 @@
"approved": "Approvato",
"pendingApproval": "In attesa di approvazione",
"declined": "Rifiutato",
"available": "",
"partial": ""
"available": "Disponibile",
"partial": "Parziale"
},
"tooltips": {
"approve": "Approva richieste",

View File

@@ -19,6 +19,12 @@
"label": "Blocco righe di testo"
},
"sortByPublishDateAscending": {
"label": "Ordina per data di pubblicazione (ascendente)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": ""
},
"maximumAmountOfPosts": {
"label": ""
}
},

View File

@@ -10,8 +10,8 @@
"info": "ID entità univoco in Home Assistant. Copia facendo clic sull'entità > clic sull'icona della rondella > clic sul pulsante copia in \"ID entità\". Alcune entità personalizzate potrebbero non essere supportate."
},
"automationId": {
"label": "",
"info": ""
"label": "ID automazione opzionale",
"info": "Il tuo ID di automazione univoco. Inizia sempre con automation.XXXXX. Se non impostato, il widget non sarà selezionabile e visualizzerà solo lo stato. Dopo il clic, lo stato dell'entità verrà aggiornato."
},
"displayName": {
"label": "Visualizza nome"

View File

@@ -1,12 +1,12 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "Automazione Home Assistant",
"description": "Esegue un'automazione",
"settings": {
"title": "",
"title": "Esegue un'automazione",
"automationId": {
"label": "",
"info": ""
"label": "ID automazione",
"info": "Il tuo ID di automazione univoco. Inizia sempre con automation.XXXXX."
},
"displayName": {
"label": "Visualizza nome"

View File

@@ -13,6 +13,7 @@
"previous": "前へ",
"confirm": "確認",
"enabled": "有効",
"duplicate": "",
"disabled": "無効",
"enableAll": "すべてを有効にする",
"disableAll": "すべてを無効にする",

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": ""
},
"sortPostsWithoutPublishDateToTheTop": {
"label": ""
},
"maximumAmountOfPosts": {
"label": ""
}
},
"card": {

View File

@@ -13,6 +13,7 @@
"previous": "이전",
"confirm": "확인",
"enabled": "활성화됨",
"duplicate": "",
"disabled": "장애인",
"enableAll": "모두 사용",
"disableAll": "모두 비활성화",

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": ""
},
"sortPostsWithoutPublishDateToTheTop": {
"label": ""
},
"maximumAmountOfPosts": {
"label": ""
}
},
"card": {

View File

@@ -13,6 +13,7 @@
"previous": "Iepriekšējais",
"confirm": "Apstipriniet",
"enabled": "Iespējots",
"duplicate": "",
"disabled": "Atspējots",
"enableAll": "Iespējot visu",
"disableAll": "Atspējot visu",

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": ""
},
"sortPostsWithoutPublishDateToTheTop": {
"label": ""
},
"maximumAmountOfPosts": {
"label": ""
}
},
"card": {

View File

@@ -13,6 +13,7 @@
"previous": "Vorige",
"confirm": "Bevestig",
"enabled": "Ingeschakeld",
"duplicate": "",
"disabled": "Uitgeschakeld",
"enableAll": "Alles inschakelen",
"disableAll": "Alles uitschakelen",

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": ""
},
"sortPostsWithoutPublishDateToTheTop": {
"label": ""
},
"maximumAmountOfPosts": {
"label": ""
}
},
"card": {

View File

@@ -13,6 +13,7 @@
"previous": "Tidligere",
"confirm": "Bekreft",
"enabled": "Aktivert",
"duplicate": "Dupliser",
"disabled": "Deaktivert",
"enableAll": "Aktiver alle",
"disableAll": "Deaktiver alle",

View File

@@ -22,5 +22,5 @@
"message": "Kategorien \"{{name}}\" er opprettet"
}
},
"importFromDocker": ""
"importFromDocker": "Importer fra docker"
}

View File

@@ -13,7 +13,7 @@
"switchTheme": "Bytt tema",
"preferences": "Brukerinnstillinger",
"defaultBoard": "Standard dashbord",
"manage": "Endre",
"manage": "Administrer",
"logout": "Logg ut fra {{username}}",
"login": "Logg Inn"
}

View File

@@ -9,7 +9,7 @@
"users": {
"title": "Brukere",
"items": {
"manage": "Endre",
"manage": "Administrer",
"invites": "Invitasjoner"
}
},
@@ -26,7 +26,7 @@
"title": "Verktøy",
"items": {
"docker": "Docker",
"api": ""
"api": "API"
}
},
"about": {

View File

@@ -1,6 +1,6 @@
{
"description": "Homarr er et <strong>sleek</strong>, <strong>moderne</strong> dashbord som legger alle apper og tjenester ved fingertuppene dine. Med Homarr, kan du få tilgang til og kontrollere alt på et bekvemt sted. Homarr sømløst integrerer med appene du har lagt til, gir deg verdifull informasjon og gir deg full kontroll. Installasjon er en lek, og Homarr støtter en lang rekke distribusjonsmetoder.",
"addToDashboard": "Legg til på dashbord",
"addToDashboard": "Legg til tavlen",
"tip": "Mod refererer til endringstasten din, den er Ctrl og Command/Super/Windows tasten",
"key": "Hurtigtast",
"action": "Handling",
@@ -20,7 +20,7 @@
"version": "Versjon",
"nodeEnvironment": "Node miljø",
"i18n": "Lastet I18n oversettelsesnavneområder",
"locales": "Konfigurerte I18n-lokasjoner",
"locales": "Konfigurerte I18n-lokaliseringer",
"experimental_disableEditMode": "<b>EXPERIMENTAL</b>: Deaktivere redigeringsmodus"
},
"version": {

View File

@@ -16,15 +16,15 @@
"label": "Slett permanent",
"disabled": "Sletting er deaktivert fordi eldre Homarr-komponenter ikke tillater sletting av standardkonfigurasjonen. Sletting vil være mulig i fremtiden."
},
"duplicate": "",
"duplicate": "Dupliser",
"rename": {
"label": "",
"label": "Gi nytt navn",
"modal": {
"title": "",
"title": "Gi nytt navn til tavlen {{name}}",
"fields": {
"name": {
"label": "",
"placeholder": ""
"label": "Nytt navn",
"placeholder": "Nytt tavlenavn"
}
}
}

View File

@@ -6,10 +6,10 @@
},
"filter": {
"roles": {
"all": "",
"normal": "",
"admin": "",
"owner": ""
"all": "Alle",
"normal": "Normal",
"admin": "Administrator",
"owner": "Eier"
}
},
"table": {

View File

@@ -1,6 +1,6 @@
{
"metaTitle": "",
"back": "",
"metaTitle": "Bruker {{username}}",
"back": "Tilbake til brukeradministrasjon",
"sections": {
"general": {
"title": "Generelt",
@@ -14,40 +14,40 @@
}
},
"security": {
"title": "",
"title": "Sikkerhet",
"inputs": {
"password": {
"label": ""
"label": "Nytt passord"
},
"terminateExistingSessions": {
"label": "",
"description": ""
"label": "Avslutt eksisterende økter",
"description": "Tvinger brukeren til å logge på igjen på enhetene sine"
},
"confirm": {
"label": "Bekreft",
"description": ""
"description": "Passordet vil bli oppdatert. Handlingen kan ikke tilbakestilles."
}
}
},
"roles": {
"title": "",
"currentRole": "",
"title": "Roller",
"currentRole": "Nåværende rolle: ",
"badges": {
"owner": "",
"admin": "",
"normal": ""
"owner": "Eier",
"admin": "Administrator",
"normal": "Normal"
}
},
"deletion": {
"title": "",
"title": "Konto sletting",
"inputs": {
"confirmUsername": {
"label": "",
"description": ""
"label": "Bekreft brukernavn",
"description": "Skriv inn brukernavn for å bekrefte sletting"
},
"confirm": {
"label": "Slett permanent",
"description": ""
"description": "Jeg er klar over at denne handlingen er permanent og alle kontodata vil gå tapt."
}
}
}

View File

@@ -5,11 +5,11 @@
"settings": {
"title": "Innstillinger for dato og klokkeslett widget",
"timezone": {
"label": "",
"info": ""
"label": "Tidssone",
"info": "Velg navnet på tidssonen din, finn din her: "
},
"customTitle": {
"label": ""
"label": "Bynavn eller egendefinert tittel"
},
"display24HourFormat": {
"label": "Vis 24 timers formatering"
@@ -21,11 +21,11 @@
}
},
"titleState": {
"label": "",
"info": "",
"label": "Klokketittel",
"info": "Den egendefinerte tittelen og tidssonekoden kan vises på widgeten din.<br/>Du kan også vise byen alene, vise ingen,<br/>eller til og med vise tidssonen alene når begge er valgt, men ingen tittel er gitt.",
"data": {
"both": "",
"city": "",
"both": "Tittel og tidssone",
"city": "Kun tittel",
"none": "Ingen"
}
}

View File

@@ -1,6 +1,6 @@
{
"descriptor": {
"name": "Nedlastingshastighet",
"name": "Nedlastings- hastighet",
"description": "Viser nedlastingshastighet og opplastingshastighet av støttede integrasjoner."
},
"card": {

View File

@@ -17,8 +17,8 @@
"approved": "Godkjent",
"pendingApproval": "Venter på godkjenning",
"declined": "Avvist",
"available": "",
"partial": ""
"available": "Tilgjengelig",
"partial": "Delvis"
},
"tooltips": {
"approve": "Godkjenne forespørsler",

View File

@@ -19,7 +19,13 @@
"label": "Tekstlinjer klemme"
},
"sortByPublishDateAscending": {
"label": ""
"label": "Sorter etter publiseringsdato (stigende)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "Sett innlegg uten publiseringsdato øverst"
},
"maximumAmountOfPosts": {
"label": "Maksimalt antall innlegg"
}
},
"card": {

View File

@@ -10,8 +10,8 @@
"info": "Unik enhets-ID i Home Assistant. Kopier ved å klikke på enhet > Klikk på tannhjulikonet > Klikk på kopieringsknappen ved Entitets-ID. Noen egendefinerte enheter støttes kanskje ikke."
},
"automationId": {
"label": "",
"info": ""
"label": "Valgfri automatisering ID",
"info": "Din unike automatisering ID. Starter alltid med automation.XXXXX. Hvis den ikke er angitt, vil widgeten ikke være klikkbar og kun vise status Etter klikk vil enhetsstatus bli oppdatert."
},
"displayName": {
"label": "Visningsnavn"

View File

@@ -1,12 +1,12 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "Home Assistant automatisering",
"description": "Utfør en automatisering",
"settings": {
"title": "",
"title": "Utfør en automatisering",
"automationId": {
"label": "",
"info": ""
"label": "Automatisering ID",
"info": "Din unike automatisering ID. Starter alltid med automation.XXXXX."
},
"displayName": {
"label": "Visningsnavn"

View File

@@ -13,6 +13,7 @@
"previous": "Poprzedni",
"confirm": "Potwierdź",
"enabled": "Włączony",
"duplicate": "Zduplikuj",
"disabled": "Wyłączony",
"enableAll": "Włącz wszystkie",
"disableAll": "Wyłącz wszystkie",

View File

@@ -26,7 +26,7 @@
"title": "Narzędzia",
"items": {
"docker": "Docker",
"api": ""
"api": "API"
}
},
"about": {

View File

@@ -16,15 +16,15 @@
"label": "Usuń trwale",
"disabled": "Usuwanie nie jest możliwe, ponieważ starsze komponenty Homarr nie pozwalają na usunięcie domyślnej konfiguracji. Usunięcie będzie możliwe w przyszłości."
},
"duplicate": "",
"duplicate": "Zduplikuj",
"rename": {
"label": "",
"label": "Zmień nazwę",
"modal": {
"title": "",
"title": "Zmień nazwę tablicy {{name}}",
"fields": {
"name": {
"label": "",
"placeholder": ""
"label": "Nowa nazwa",
"placeholder": "Nowa nazwa tablicy"
}
}
}
@@ -32,7 +32,7 @@
},
"badges": {
"fileSystem": "System plików",
"default": "Domyślnie"
"default": "Domyślne"
}
},
"buttons": {

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": ""
},
"sortPostsWithoutPublishDateToTheTop": {
"label": ""
},
"maximumAmountOfPosts": {
"label": ""
}
},
"card": {

View File

@@ -1,17 +1,17 @@
{
"entityNotFound": "Nie znaleziono obiektu",
"entityNotFound": "Nie znaleziono encji",
"descriptor": {
"name": "Obiekt asystenta domu",
"description": "Aktualny stan obiektu w Asystencie Domu",
"name": "Encja Home Assistant",
"description": "Aktualny stan encji w Home Assistant",
"settings": {
"title": "Stan obiektu",
"title": "Stan encji",
"entityId": {
"label": "ID obiektu",
"info": "Unikalne ID obiektu w Asystencie Domu. Kopiuj klikając na obiekt > Kliknij ikonę koła zębatego > Kliknij na przycisk kopiuj na 'ID obiektu'. Niektóre niestandardowe obiekty mogą nie być obsługiwane."
"label": "ID encji",
"info": "Unikalne ID encji w Home Assistant. Kopiuj klikając na encji > Kliknij ikonę koła zębatego > Kliknij na przycisk kopiuj na 'ID encji'. Niektóre niestandardowe obiekty mogą nie być obsługiwane."
},
"automationId": {
"label": "",
"info": ""
"label": "Opcjonalne ID automatyzacji",
"info": "Twój unikalny identyfikator automatyzacji. Zawsze zaczyna się od automation.XXXXX. Jeśli nie jest ustawiony, widżet nie będzie klikalny i będzie wyświetlał tylko stan. Po kliknięciu stan encji zostanie odświeżony."
},
"displayName": {
"label": "Nazwa wyświetlana"

View File

@@ -1,12 +1,12 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "Automatyzacja Home Assistant",
"description": "Wykonaj automatyzację",
"settings": {
"title": "",
"title": "Wykonaj automatyzację",
"automationId": {
"label": "",
"info": ""
"label": "ID automatyzacji",
"info": "Twój unikalny identyfikator automatyzacji. Zawsze zaczyna się od automation.XXXXX."
},
"displayName": {
"label": "Nazwa wyświetlana"

View File

@@ -13,6 +13,7 @@
"previous": "Anterior",
"confirm": "Confirme",
"enabled": "Ativado",
"duplicate": "",
"disabled": "Desativado",
"enableAll": "Habilitar tudo",
"disableAll": "Desativar tudo",

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": ""
},
"sortPostsWithoutPublishDateToTheTop": {
"label": ""
},
"maximumAmountOfPosts": {
"label": ""
}
},
"card": {

View File

@@ -13,6 +13,7 @@
"previous": "Предыдущий",
"confirm": "Подтвердить",
"enabled": "Включено",
"duplicate": "Создать копию",
"disabled": "Отключено",
"enableAll": "Включить всё",
"disableAll": "Отключить всё",

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": "Сортировать по дате публикации (по возрастанию)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "Разместить сообщения без даты публикации вверху списка"
},
"maximumAmountOfPosts": {
"label": "Максимальное количество постов"
}
},
"card": {

View File

@@ -13,6 +13,7 @@
"previous": "Predchádzajúci",
"confirm": "Potvrďte",
"enabled": "Povolené",
"duplicate": "Duplikovať",
"disabled": "Zakázané",
"enableAll": "Povoliť všetko",
"disableAll": "Zakázať všetko",

View File

@@ -26,7 +26,7 @@
"title": "Nástroje",
"items": {
"docker": "Docker",
"api": ""
"api": "API"
}
},
"about": {

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": "Zoradiť podľa dátumu vydania (vzostupne)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": ""
},
"maximumAmountOfPosts": {
"label": ""
}
},
"card": {

View File

@@ -13,6 +13,7 @@
"previous": "Prejšnji",
"confirm": "Potrdi",
"enabled": "Omogočeno",
"duplicate": "",
"disabled": "Invalidi",
"enableAll": "Omogoči vse",
"disableAll": "Onemogočite vse",

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": ""
},
"sortPostsWithoutPublishDateToTheTop": {
"label": ""
},
"maximumAmountOfPosts": {
"label": ""
}
},
"card": {

View File

@@ -1,5 +1,5 @@
{
"header": {
"customize": ""
"customize": "Anpassa tavlan"
}
}

View File

@@ -1,29 +1,29 @@
{
"metaTitle": "",
"pageTitle": "",
"backToBoard": "",
"metaTitle": "Anpassa {{name}} Board",
"pageTitle": "Anpassning för {{name}} Board",
"backToBoard": "Tillbaka till tavla",
"settings": {
"appearance": {
"primaryColor": "",
"secondaryColor": ""
"primaryColor": "Primärfärg",
"secondaryColor": "Sekundärfärg"
}
},
"save": {
"button": "",
"note": ""
"button": "Spara ändringar",
"note": "Var försiktig, du har osparade ändringar!"
},
"notifications": {
"pending": {
"title": "",
"message": ""
"title": "Sparar anpassning",
"message": "Vänligen vänta medan vi sparar din anpassning"
},
"success": {
"title": "",
"message": ""
"title": "Anpassning sparad",
"message": "Din anpassning har sparats"
},
"error": {
"title": "Fel",
"message": ""
"message": "Det gick inte att spara ändringar"
}
}
}

View File

@@ -13,6 +13,7 @@
"previous": "Föregående",
"confirm": "Bekräfta",
"enabled": "Aktiverad",
"duplicate": "Duplicera",
"disabled": "Inaktiverad",
"enableAll": "Aktivera alla",
"disableAll": "Inaktivera alla",

View File

@@ -14,14 +14,14 @@
"preferences": "Användarinställningar",
"defaultBoard": "Standard instrumentpanel",
"manage": "Hantera",
"logout": "",
"logout": "Logga ut från {{username}}",
"login": "Logga in"
}
},
"modals": {
"movie": {
"title": "",
"topResults": ""
"topResults": "Topp {{count}} resultat för <b>{{search}}</b>."
}
}
}

View File

@@ -1,29 +1,29 @@
{
"navigation": {
"home": {
"title": ""
"title": "Hem"
},
"boards": {
"title": ""
"title": "Tavlor"
},
"users": {
"title": "",
"title": "Användare",
"items": {
"manage": "Hantera",
"invites": ""
"invites": "Inbjudningar"
}
},
"help": {
"title": "",
"title": "Hjälp",
"items": {
"documentation": "Dokumentation",
"report": "",
"discord": "",
"contribute": ""
"report": "Rapportera problem / bugg",
"discord": "Gemenskapens Discord",
"contribute": "Bidra"
}
},
"tools": {
"title": "",
"title": "Verktyg",
"items": {
"docker": "Docker",
"api": "API"

View File

@@ -1,6 +1,6 @@
{
"metaTitle": "",
"pageTitle": "",
"metaTitle": "Tavlor",
"pageTitle": "Tavlor",
"cards": {
"statistics": {
"apps": "Appar",
@@ -8,49 +8,49 @@
"categories": "Kategorier"
},
"buttons": {
"view": ""
"view": "Visa tavlan"
},
"menu": {
"setAsDefault": "",
"setAsDefault": "Ange som standardtavla",
"delete": {
"label": "",
"disabled": ""
"label": "Radera permanent",
"disabled": "Borttagning avaktiverad, eftersom äldre Homarr-komponenter inte tillåter radering av standardkonfigurationen. Radering kommer att vara möjlig i framtiden."
},
"duplicate": "",
"duplicate": "Duplicera",
"rename": {
"label": "",
"label": "Ändra namn",
"modal": {
"title": "",
"title": "Byt namn på tavlan {{name}}",
"fields": {
"name": {
"label": "",
"placeholder": ""
"label": "Nytt namn",
"placeholder": "Nytt namn på tavlan"
}
}
}
}
},
"badges": {
"fileSystem": "",
"default": ""
"fileSystem": "Filsystem",
"default": "Standard"
}
},
"buttons": {
"create": ""
"create": "Skapa ny tavla"
},
"modals": {
"delete": {
"title": "",
"text": ""
"title": "Ta bort tavla",
"text": "Är du säker på att du vill radera denna tavla? Denna åtgärd kan inte ångras och din data kommer att gå förlorade permanent."
},
"create": {
"title": "",
"text": "",
"title": "Skapa tavla",
"text": "Namnet kan inte ändras efter att en tavla har skapats.",
"form": {
"name": {
"label": "Namn"
},
"submit": ""
"submit": "Skapa"
}
}
}

View File

@@ -1,23 +1,23 @@
{
"metaTitle": "Hantera",
"hero": {
"title": "",
"fallbackUsername": "",
"subtitle": ""
"title": "Välkommen tillbaka, {{username}}",
"fallbackUsername": "Anonym",
"subtitle": "Välkommen till din applikationshubb. Organisera, optimera och erövra!"
},
"quickActions": {
"title": "",
"title": "Snabbåtgärder",
"boards": {
"title": "",
"subtitle": ""
"title": "Dina tavlor",
"subtitle": "Skapa och hantera dina tavlor"
},
"inviteUsers": {
"title": "",
"subtitle": ""
"title": "Bjud in en ny användare",
"subtitle": "Skapa och skicka en inbjudan för registrering"
},
"manageUsers": {
"title": "",
"subtitle": ""
"title": "Hantera användare",
"subtitle": "Ta bort och hantera dina användare"
}
}
}

View File

@@ -1,12 +1,12 @@
{
"metaTitle": "",
"pageTitle": "",
"metaTitle": "Användare",
"pageTitle": "Hantera användare",
"buttons": {
"create": ""
"create": "Skapa"
},
"filter": {
"roles": {
"all": "",
"all": "Alla",
"normal": "",
"admin": "",
"owner": ""
@@ -19,13 +19,13 @@
}
},
"tooltips": {
"deleteUser": "",
"demoteAdmin": "",
"promoteToAdmin": ""
"deleteUser": "Ta bort användare",
"demoteAdmin": "Ta bort administratör",
"promoteToAdmin": "Befordra till administratör"
},
"modals": {
"delete": {
"title": "",
"title": "Ta bort användare {{name}}",
"text": ""
},
"change-role": {

View File

@@ -12,41 +12,41 @@
}
},
"security": {
"title": "",
"title": "Andra steget",
"text": "Lösenord",
"password": {
"label": "Lösenord"
}
},
"finish": {
"title": "",
"text": "",
"title": "Bekräftelse",
"text": "Spara till databas",
"card": {
"title": "",
"text": ""
"title": "Granska dina inmatningar",
"text": "När du har skickat in dina data till databasen kommer användaren att kunna logga in. Är du säker på att du vill lagra denna användare i databasen och aktivera inloggningen?"
},
"table": {
"header": {
"property": "",
"value": "",
"property": "Egenskap",
"value": "Värde",
"username": "Användarnamn",
"email": "",
"password": "Lösenord"
},
"notSet": "",
"valid": ""
"notSet": "Inte anget",
"valid": "Giltig"
},
"failed": ""
"failed": "Skapandet av användare har misslyckats: {{error}}"
},
"completed": {
"alert": {
"title": "",
"text": ""
"title": "Användaren skapades",
"text": "Användaren skapades i databasen. De kan nu logga in."
}
}
},
"buttons": {
"generateRandomPassword": "",
"createAnother": ""
"generateRandomPassword": "Generera slumpmässigt",
"createAnother": "Skapa en till"
}
}

View File

@@ -46,7 +46,7 @@
"description": ""
},
"confirm": {
"label": "",
"label": "Radera permanent",
"description": ""
}
}

View File

@@ -1,30 +1,30 @@
{
"metaTitle": "",
"pageTitle": "",
"description": "",
"metaTitle": "Användarinbjudningar",
"pageTitle": "Hantera användarinbjudningar",
"description": "Med hjälp av inbjudningar kan du bjuda in användare till din Homarr-instans. En inbjudan är endast giltig under en viss tidsperiod och kan användas en gång. Löptiden måste vara mellan 5 minuter och 12 månader efter skapandet.",
"button": {
"createInvite": "",
"deleteInvite": ""
"createInvite": "Skapa inbjudan",
"deleteInvite": "Ta bort inbjudan"
},
"table": {
"header": {
"id": "ID",
"creator": "",
"expires": "",
"action": ""
"creator": "Skapare",
"expires": "Förfaller",
"action": "Åtgärder"
},
"data": {
"expiresAt": "",
"expiresIn": ""
"expiresAt": "utgången {{at}}",
"expiresIn": "om {{in}}"
}
},
"modals": {
"create": {
"title": "",
"title": "Skapa inbjudan",
"description": "",
"form": {
"expires": "",
"submit": ""
"submit": "Skapa"
}
},
"copy": {
@@ -40,7 +40,7 @@
}
},
"delete": {
"title": "",
"title": "Ta bort inbjudan",
"description": ""
}
},

View File

@@ -8,7 +8,7 @@
"label": "Visa verktygsfältet för att hjälpa dig skriva markdown"
},
"allowReadOnlyCheck": {
"label": ""
"label": "Tillåt check i skrivskyddat läge"
},
"content": {
"label": "Innehållet i anteckningsboken"
@@ -22,38 +22,38 @@
"strikethrough": "Genomstruken",
"underline": "Understruken",
"colorText": "Textfärg",
"colorHighlight": "",
"code": "",
"clear": "",
"heading": "",
"align": "",
"blockquote": "",
"horizontalLine": "",
"bulletList": "",
"orderedList": "",
"checkList": "",
"increaseIndent": "",
"decreaseIndent": "",
"link": "",
"unlink": "",
"image": "",
"addTable": "",
"deleteTable": "",
"colorCell": "",
"mergeCell": "",
"addColumnLeft": "",
"addColumnRight": "",
"deleteColumn": "",
"addRowTop": "",
"addRowBelow": "",
"deleteRow": ""
"colorHighlight": "Färgad markerad text",
"code": "Kod",
"clear": "Rensa formatering",
"heading": "Rubrik {{level}}",
"align": "Justera text: {{position}}",
"blockquote": "Blockcitat",
"horizontalLine": "Horisontell linje",
"bulletList": "Punktlista",
"orderedList": "Sorterad lista",
"checkList": "Checklista",
"increaseIndent": "Öka indrag",
"decreaseIndent": "Minska indrag",
"link": "Länk",
"unlink": "Ta bort länk",
"image": "Bädda in bild",
"addTable": "Lägg till tabell",
"deleteTable": "Ta bort tabell",
"colorCell": "Färga cell",
"mergeCell": "Växla sammanslagning av celler",
"addColumnLeft": "Lägg till kolumn före",
"addColumnRight": "Lägg till kolumn efter",
"deleteColumn": "Radera kolumn",
"addRowTop": "Lägg till rad före",
"addRowBelow": "Lägg till rad efter",
"deleteRow": "Radera rad"
},
"modals": {
"clearColor": "",
"source": "",
"widthPlaceholder": "",
"columns": "",
"rows": ""
"clearColor": "Rensa färg",
"source": "Källa",
"widthPlaceholder": "Värde i % eller pixlar",
"columns": "Kolumner",
"rows": "Rader"
}
}
}

View File

@@ -20,6 +20,12 @@
},
"sortByPublishDateAscending": {
"label": "Sortera efter publiceringsdatum (stigande)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "Lägg inlägg utan publiceringsdatum överst"
},
"maximumAmountOfPosts": {
"label": "Maximalt antal inlägg"
}
},
"card": {

Some files were not shown because too many files have changed in this diff Show More