You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/translations.js
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ const translations = {
57
57
statusCompleted: "Abgeschlossen",
58
58
statusFailed: "Fehlgeschlagen",
59
59
statusLostConnection: "Verbindung verloren",
60
-
statusSearching: "Suche nach PDF...",
60
+
statusReconnecting: "Stelle Verbindung wieder her...",
61
61
statusInProgress: "In Bearbeitung",
62
62
tooltip: "Wenn der Status nicht korrekt angezeigt wird, kann es sein, dass die Konvertierung trotzdem im Hintergrund läuft. Bitte warten Sie einige Minuten und klicken Sie dann auf \"Verbindung wiederherstellen\".",
63
63
startingConversion: "Starte Konvertierung...",
@@ -151,7 +151,7 @@ const translations = {
151
151
statusCompleted: "Completed",
152
152
statusFailed: "Failed",
153
153
statusLostConnection: "Connection lost",
154
-
statusSearching: "Searching for PDF...",
154
+
statusReconnecting: "Reconnecting...",
155
155
statusInProgress: "In progress",
156
156
tooltip: "If the status is not displayed correctly, the conversion may still be running in the background. Please wait a few minutes and then click \"Reconnect\".",
0 commit comments