🌐 New Crowdin updates (#1272)

This commit is contained in:
Thomas Camlong
2023-09-01 21:55:45 +02:00
committed by GitHub
parent 8211e22d86
commit ba7e31b972
563 changed files with 6190 additions and 951 deletions

View File

@@ -14,5 +14,12 @@
"category": {
"openAllInNewTab": ""
}
},
"menu": {
"moveUp": "",
"moveDown": "",
"addCategory": "",
"addAbove": "",
"addBelow": ""
}
}

View File

@@ -7,5 +7,19 @@
"goBack": "Vrati se na prijašnji korak",
"actionIcon": {
"tooltip": "Dodaj ploču"
},
"apps": "",
"app": {
"defaultName": ""
},
"widgets": "",
"categories": "",
"category": {
"newName": "",
"defaultName": "",
"created": {
"title": "",
"message": ""
}
}
}

View File

@@ -7,5 +7,6 @@
"popover": {
"title": "Način uređivanja je omogućen za veličinu <1>{{size}}</1>",
"text": "Sada možete prilagoditi i konfigurirati svoje aplikacije. Promjene se <strong>neće spremiti</strong> sve dok ne izađete iz načina uređivanja"
}
},
"unloadEvent": ""
}

View File

@@ -6,6 +6,13 @@
"key": "Tipka prečaca",
"action": "Radnja",
"keybinds": "Namještanje tipki",
"documentation": "",
"actions": {
"toggleTheme": "",
"focusSearchBar": "",
"openDocker": "",
"toggleEdit": ""
},
"metrics": {
"configurationSchemaVersion": "Konfiguracija verzije sheme",
"configurationsCount": "Dostupna konfiguracija",
@@ -14,5 +21,9 @@
"i18n": "Učitani I18n prostori za prijevod",
"locales": "Konfigurirani I18n lokaliteti",
"experimental_disableEditMode": "<b>EXPERIMENTALNO</b>: Onemogući način uređivanja"
},
"version": {
"new": "",
"dropdown": ""
}
}

View File

@@ -99,6 +99,12 @@
}
},
"validation": {
"popover": "Vaš obrazac sadrži neispravne podatke. Stoga se ne može spremiti. Molimo riješite sve probleme i ponovno kliknite ovaj gumb da biste spremili promjene"
"popover": "Vaš obrazac sadrži neispravne podatke. Stoga se ne može spremiti. Molimo riješite sve probleme i ponovno kliknite ovaj gumb da biste spremili promjene",
"name": "",
"noUrl": "",
"invalidUrl": "",
"noIconUrl": "",
"noExternalUri": "",
"invalidExternalUri": ""
}
}

View File

@@ -12,7 +12,12 @@
"label": "Stavke"
},
"layout": {
"label": "Raspored"
"label": "Raspored",
"data": {
"autoGrid": "",
"horizontal": "",
"vertical": ""
}
}
}
},
@@ -21,5 +26,18 @@
"title": "Popis oznaka prazan",
"text": "Dodajte nove stavke u ovaj popis u načinu uređivanja"
}
},
"item": {
"validation": {
"length": "",
"invalidLink": "",
"errorMsg": ""
},
"name": "Naziv",
"url": "",
"newTab": "Otvori u novoj kartici",
"hideHostname": "",
"hideIcon": "",
"delete": "Obriši"
}
}

View File

@@ -11,13 +11,25 @@
"label": "Započni tjedan u Nedjelju"
},
"radarrReleaseType": {
"label": "Vrsta izdanja u Radarr-u"
"label": "Vrsta izdanja u Radarr-u",
"data": {
"inCinemas": "",
"physicalRelease": "",
"digitalRelease": ""
}
},
"hideWeekDays": {
"label": "Sakri dane u tjednu"
},
"fontSize": {
"label": "Veličina fonta"
"label": "Veličina fonta",
"data": {
"xs": "",
"sm": "",
"md": "",
"lg": "",
"xl": ""
}
}
}
}

View File

@@ -38,7 +38,8 @@
"noUrl": {
"title": "Neispravan URL",
"text": "Provjerite jeste li unijeli valjanu adresu u konfiguraciji svog widgeta"
}
},
"browserSupport": ""
}
}
}

View File

@@ -19,6 +19,37 @@
},
"tooltips": {
"approve": "Odobri zahtjeve",
"decline": "Odbij zahtjeve"
"decline": "Odbij zahtjeve",
"approving": ""
},
"mutation": {
"approving": "",
"declining": "",
"request": "",
"approved": "",
"declined": ""
},
"detail": {
"label": "",
"id": "",
"device": "",
"video": {
"video": "",
"resolution": "",
"framerate": "",
"codec": ""
},
"audio": {
"audio": "",
"channels": "",
"codec": ""
},
"transcoding": {
"transcoding": "",
"context": "",
"requested": "",
"source": "",
"target": ""
}
}
}

View File

@@ -5,7 +5,11 @@
"settings": {
"title": "Statistika zahtjeva za medijima",
"direction": {
"label": ""
"label": "",
"data": {
"row": "",
"column": ""
}
}
}
},

View File

@@ -6,6 +6,7 @@
"title": "Postavke za widget medijskog poslužitelja"
}
},
"loading": "",
"card": {
"table": {
"header": {

View File

@@ -12,7 +12,8 @@
"label": "Interval osvježavanja (u minutama)"
},
"dangerousAllowSanitizedItemContent": {
"label": ""
"label": "",
"info": ""
},
"textLinesClamp": {
"label": "Ograničavanje broja redaka teksta"

View File

@@ -59,11 +59,12 @@
},
"generic": {
"title": "Došlo je do neočekivane pogreške",
"text": "Homarr nije uspio uspostaviti komunikaciju s vašim Torrent klijentima. Provjerite svoju konfiguraciju"
"text": ""
}
},
"loading": {
"title": "Učitavam..."
"title": "",
"description": ""
},
"popover": {
"introductionPrefix": "Upravlja s",

View File

@@ -46,4 +46,4 @@
},
"paused": "Pauzirano"
}
}
}

View File

@@ -32,5 +32,6 @@
"thunderstormWithHail": "Grmljavinska oluja s tučom",
"unknown": "Nepoznato"
}
}
},
"error": ""
}

View File

@@ -0,0 +1,24 @@
{
"title": "",
"selector": {
"label": "",
"data": {
"ping": "",
"repositoryIcons": "",
"calendar&medias": "",
"weather": ""
}
},
"buttons": {
"notificationTitle": "",
"clearAll": {
"text": "",
"notificationMessage": ""
},
"clearSelect": {
"text": "",
"notificationMessageSingle": "",
"notificationMessageMulti": ""
}
}
}

View File

@@ -0,0 +1,22 @@
{
"menu": {
"toggle": "",
"enable": "",
"disable": ""
},
"form": {
"label": "",
"message": "",
"submit": "Pošalji"
},
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "Pogreška",
"message": ""
}
}
}

View File

@@ -1,6 +1,7 @@
{
"title": "Pretraživač",
"configurationName": "Konfiguracija pretraživača",
"custom": "",
"tips": {
"generalTip": "Postoji više prefiksa koje možete koristiti! Dodavanje ovih prefiksa ispred upita filtrirat će rezultate. !s (Web), !t (Torrenti), !y (YouTube) i !m (Mediji).",
"placeholderTip": "%s može se koristiti kao zamjenski znak za upit."