Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Signature Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Electronic Signature Service
Signature Frontend
Commits
48a35967
Commit
48a35967
authored
May 28, 2020
by
Reiter, Christoph
Browse files
Options
Downloads
Patches
Plain Diff
Improve various english translations
parent
128ad693
No related branches found
No related tags found
No related merge requests found
Pipeline
#11410
passed with warnings
May 29, 2020
Stage: test
Stage: deploy
Changes
3
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/i18n/de/translation.json
+1
-3
1 addition, 3 deletions
src/i18n/de/translation.json
src/i18n/en/translation.json
+3
-4
3 additions, 4 deletions
src/i18n/en/translation.json
src/vpu-pdf-preview.js
+0
-4
0 additions, 4 deletions
src/vpu-pdf-preview.js
with
4 additions
and
11 deletions
src/i18n/de/translation.json
+
1
−
3
View file @
48a35967
...
...
@@ -29,7 +29,6 @@
"positioning-automatic"
:
"Automatisch"
,
"positioning-manual"
:
"Manuell"
,
"close-preview"
:
"Dokumentansicht schließen"
,
"preview"
:
"Dokumentenansicht"
,
"preview-label"
:
"Dokumentenansicht"
,
"start-signing-process-button-running-title"
:
"Signaturvorgang läuft gerade"
,
"remove-current-file-button-title"
:
"Aktuellen Signaturprozess abbrechen"
,
...
...
@@ -57,8 +56,7 @@
"next-page"
:
"Nächste Seite"
,
"last-page"
:
"Letzte Seite"
,
"page-count"
:
"von {{totalPages}}"
,
"continue"
:
"Platzierung bestätigen"
,
"cancel"
:
"X"
"continue"
:
"Platzierung bestätigen"
},
"error-summary"
:
"Ein Fehler ist aufgetreten"
,
"error-permission-message"
:
"Sie müssen das Recht auf Amtssignaturen besitzen um diese Funktion nutzen zu können!"
,
...
...
This diff is collapsed.
Click to expand it.
src/i18n/en/translation.json
+
3
−
4
View file @
48a35967
...
...
@@ -29,7 +29,7 @@
"positioning-automatic"
:
"Automatic"
,
"positioning-manual"
:
"Manual"
,
"close-preview"
:
"Close preview"
,
"preview
"
:
"Pre
view"
,
"preview
-label"
:
"Document
view"
,
"start-signing-process-button-running-title"
:
"Signing process running"
,
"remove-current-file-button-title"
:
"Cancel current signing process"
,
"signed-files-label"
:
"Signed documents"
,
...
...
@@ -42,7 +42,7 @@
"upload-status-file-text"
:
"({{fileSize}}) is currently uploading and being processed..."
,
"re-upload-all-button"
:
"Queue all"
,
"re-upload-all-button-title"
:
"Queue all failed signing processes again"
,
"signature-placement-label"
:
"P
review
"
,
"signature-placement-label"
:
"P
lace signature
"
,
"positioning"
:
"Positioning"
,
"file-label"
:
"document"
},
...
...
@@ -56,8 +56,7 @@
"next-page"
:
"Next page"
,
"last-page"
:
"Last page"
,
"page-count"
:
"of {{totalPages}}"
,
"continue"
:
"Accept signature placing"
,
"cancel"
:
"X"
"continue"
:
"Confirm placement"
},
"error-summary"
:
"An error occurred"
,
"error-permission-message"
:
"You need have permissions to use the official signature to use this function!"
,
...
...
This diff is collapsed.
Click to expand it.
src/vpu-pdf-preview.js
+
0
−
4
View file @
48a35967
...
...
@@ -474,10 +474,6 @@ export class PdfPreview extends ScopedElementsMixin(VPULitElement) {
?disabled="
${
this
.
isPageRenderingInProgress
||
this
.
currentPage
===
this
.
totalPages
}
">
${
i18n
.
t
(
'
pdf-preview.last
'
)}
</button>
<button class="button is-primary
${
classMap
({
hidden
:
!
this
.
isShowPlacement
})}
"
@click="
${()
=>
{
this
.
sendAcceptEvent
();
}
}
">
${
i18n
.
t
(
'
pdf-preview.continue
'
)}
</button>
<!--
<button class="button is-cancel"
@click="
${()
=>
{
this
.
sendCancelEvent
();
}
}
">
${
i18n
.
t
(
'
pdf-preview.cancel
'
)}
</button>
-->
</div>
</div>
<div id="canvas-wrapper" class="
${
classMap
({
hidden
:
this
.
isPageRenderingInProgress
})}
">
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment