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": {
"library": "Hochladen",
"photo": "Bild aufnehmen",
"cancel": ""
"cancel": "$t(common:buttons.cancel)"
},
"library": {
"alert": {
@ -11,7 +11,7 @@
"message": "Für den Upload ist eine Zugriffsgenehmigung erforderlich",
"buttons": {
"settings": "Einstellungen bestätigen",
"cancel": ""
"cancel": "$t(common:buttons.cancel)"
}
}
},
@ -21,7 +21,7 @@
"message": "Zugriff auf die Kamera erforderlich",
"buttons": {
"settings": "Einstellungen übernehmen",
"cancel": ""
"cancel": "$t(common:buttons.cancel)"
}
}
}