New translations imageviewer.json (Czech)

This commit is contained in:
xmflsct 2023-12-11 23:44:15 +01:00
parent 5f5f7bf94b
commit 97ba0245a8
1 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
{
"content": {
"actions": {
"accessibilityLabel": "",
"accessibilityHint": ""
"accessibilityLabel": "Více akcí tohoto obrázku",
"accessibilityHint": "Tento obrázek lze uložit nebo sdílet"
},
"options": {
"save": "",
"share": ""
"save": "Uložit obrázek",
"share": "Sdílet obrázek"
},
"save": {
"succeed": "",
"failed": ""
"succeed": "Obrázek byl uložený",
"failed": "Uložení obrázku se nezdařilo"
}
}
}