New translations mediaSelector.json (German)

This commit is contained in:
xmflsct 2022-06-06 22:53:54 +02:00
parent 28ea44e934
commit 0f874ae21b
1 changed files with 5 additions and 15 deletions

View File

@ -1,27 +1,17 @@
{ {
"title": "Datenquelle auswählen", "title": "Datenquelle auswählen",
"options": { "options": {
"library": "Hochladen", "image": "",
"photo": "Bild aufnehmen", "image_max": "",
"cancel": "$t(common:buttons.cancel)" "video": "",
"video_max": ""
}, },
"library": { "library": {
"alert": { "alert": {
"title": "Kein Zugriff", "title": "Kein Zugriff",
"message": "Für den Upload ist eine Zugriffsgenehmigung erforderlich", "message": "Für den Upload ist eine Zugriffsgenehmigung erforderlich",
"buttons": { "buttons": {
"settings": "Einstellungen bestätigen", "settings": "Einstellungen bestätigen"
"cancel": "$t(common:buttons.cancel)"
}
}
},
"photo": {
"alert": {
"title": "Zugriff verweigert",
"message": "Zugriff auf die Kamera erforderlich",
"buttons": {
"settings": "Einstellungen übernehmen",
"cancel": "$t(common:buttons.cancel)"
} }
} }
} }