New Crowdin updates (#583)

This commit is contained in:
Thomas Camlong
2023-01-20 11:08:16 +09:00
committed by GitHub
parent 2125645cf7
commit 92dcf59464
58 changed files with 284 additions and 265 deletions

View File

@@ -26,7 +26,7 @@
"actionBar": {
"addService": {
"title": "Lägg till app",
"message": ""
"message": "Lägg till app i Homarr"
},
"restart": {
"title": "Starta om"
@@ -68,7 +68,7 @@
"errors": {
"integrationFailed": {
"title": "Dockerintegration misslyckades",
"message": ""
"message": "Glömde du att montera docker socket?"
},
"unknownError": {
"title": "Ett fel inträffade"

View File

@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Ping",
"description": ""
"description": "Visar en statusindikator beroende på HTTP-svarskoden för en given URL."
},
"states": {
"online": "Online {{response}}",

View File

@@ -7,39 +7,39 @@
},
"modal": {
"copy": {
"title": "",
"title": "Välj namn på din nya konfigurering",
"form": {
"configName": {
"label": "",
"label": "Konfigurationsnamn",
"validation": {
"required": "",
"required": "Konfigurationsnamn krävs",
"notUnique": "Konfigurationens namn används redan"
},
"placeholder": ""
"placeholder": "Ditt nya konfigurationsnamn"
},
"submitButton": ""
"submitButton": "Bekräfta"
},
"events": {
"configSaved": {
"title": "",
"message": ""
"title": "Konfigurationen sparad",
"message": "Konfigurationen sparad som {{configName}}"
},
"configCopied": {
"title": "",
"message": ""
"title": "Konfigurationen kopierad",
"message": "Konfigurationen kopierades som {{configName}}"
},
"configNotCopied": {
"title": "",
"message": ""
"title": "Kunde inte kopiera konfigurationen",
"message": "Din konfiguration kopierades inte som {{configName}}"
}
}
},
"confirmDeletion": {
"title": "",
"warningText": "",
"text": "",
"title": "Bekräfta radering av din konfiguration",
"warningText": "Du är på väg att radera '<b>{{configName}}</b>'",
"text": "Observera att raderingen inte kan göras om och att dina uppgifter kommer att gå förlorade permanent. När du har klickat på den här knappen kommer filen att raderas permanent från din disk. Se till att skapa en lämplig säkerhetskopia av din konfiguration.",
"buttons": {
"confirm": ""
"confirm": "Ja, radera '<b>{{configName}}</b>'"
}
}
},