New translations mediaSelector.json (German)

This commit is contained in:
xmflsct 2022-05-28 22:29:39 +02:00
parent ea6f4d3fbf
commit 82d767bfda
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"options": { "options": {
"library": "Hochladen", "library": "Hochladen",
"photo": "Bild aufnehmen", "photo": "Bild aufnehmen",
"cancel": "" "cancel": "$t(common:buttons.cancel)"
}, },
"library": { "library": {
"alert": { "alert": {
@ -11,7 +11,7 @@
"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": "" "cancel": "$t(common:buttons.cancel)"
} }
} }
}, },
@ -21,7 +21,7 @@
"message": "Zugriff auf die Kamera erforderlich", "message": "Zugriff auf die Kamera erforderlich",
"buttons": { "buttons": {
"settings": "Einstellungen übernehmen", "settings": "Einstellungen übernehmen",
"cancel": "" "cancel": "$t(common:buttons.cancel)"
} }
} }
} }