New translations mediaSelector.json (German)

This commit is contained in:
xmflsct 2022-05-13 10:42:52 +02:00
parent 75a545e66d
commit 788585ff03
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{
"title": "Datenquelle auswählen",
"options": {
"library": "Hochladen",
"photo": "Bild aufnehmen",
"cancel": ""
},
"library": {
"alert": {
"title": "Kein Zugriff",
"message": "Für den Upload ist eine Zugriffsgenehmigung erforderlich",
"buttons": {
"settings": "Einstellungen bestätigen",
"cancel": ""
}
}
},
"photo": {
"alert": {
"title": "Zugriff verweigert",
"message": "Zugriff auf die Kamera erforderlich",
"buttons": {
"settings": "Einstellungen übernehmen",
"cancel": ""
}
}
}
}