FEATURE add translation

This commit is contained in:
konrad.lys@eu.equinix.com
2023-06-06 06:26:38 +02:00
parent bf0351f23f
commit fab33afc87
3 changed files with 21 additions and 10 deletions

View File

@@ -811,5 +811,9 @@
"goToLogin": "Go to login",
"@goToLogin": {
"description": "Label of the button shown on the login page to skip logging in to existing accounts and navigate user to login page"
},
"export": "Export",
"@export": {
"description": "Label for button that exports scanned images to pdf (before upload)"
}
}

View File

@@ -811,5 +811,9 @@
"goToLogin": "Przejdź do logowania",
"@goToLogin": {
"description": "Label of the button shown on the login page to skip logging in to existing accounts and navigate user to login page"
},
"export": "Eksport",
"@export": {
"description": "Label for button that exports scanned images to pdf (before upload)"
}
}