feat(locales): German locale(#39)

This commit is contained in:
Cranksome
2022-06-16 16:26:34 +02:00
committed by GitHub
parent b086ba1396
commit 27721f9121

11
locales/de.json Normal file
View File

@@ -0,0 +1,11 @@
{
"language": "German",
"ui": {
"settings": {
"title": "Einstellungen",
"language": "Sprache"
},
"close": "Schließen",
"confirm": "Bestätigen"
}
}