mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 20:12:28 -06:00
feat: Update translations, add pdf view to document edit page
This commit is contained in:
@@ -1001,13 +1001,23 @@
|
||||
"@discardChangesWarning": {
|
||||
"description": "Warning message shown when the user tries to close a route without saving the changes."
|
||||
},
|
||||
"changelog": "Changelog",
|
||||
"noLogsFoundOn": "No logs found on {date}.",
|
||||
"logfileBottomReached": "You have reached the bottom of this logfile.",
|
||||
"appLogs": "App logs {date}",
|
||||
"saveLogsToFile": "Save logs to file",
|
||||
"copyToClipboard": "Copy to clipboard",
|
||||
"couldNotLoadLogfileFrom": "Could not load logfile from {date}.",
|
||||
"loadingLogsFrom": "Loading logs from {date}...",
|
||||
"clearLogs": "Clear logs from {date}"
|
||||
"changelog": "Historial de canvis",
|
||||
"noLogsFoundOn": "Sense logs trovats per {date}.",
|
||||
"logfileBottomReached": "Final d'aquest arxiu de registres.",
|
||||
"appLogs": "Logs d'aplicació {date}",
|
||||
"saveLogsToFile": "Desar registres a arxiu",
|
||||
"copyToClipboard": "Copia al porta-retalls",
|
||||
"couldNotLoadLogfileFrom": "No es pot carregar log desde {date}.",
|
||||
"loadingLogsFrom": "Carregant registres des de {date}...",
|
||||
"clearLogs": "Netejar registres des de {date}",
|
||||
"showPdf": "Show PDF",
|
||||
"@showPdf": {
|
||||
"description": "Tooltip shown on the \"show pdf\" button on the document edit page"
|
||||
},
|
||||
"hidePdf": "Hide PDF",
|
||||
"@hidePdf": {
|
||||
"description": "Tooltip shown on the \"show pdf\" icon button on the document edit page"
|
||||
},
|
||||
"misc": "Miscellaneous",
|
||||
"loggingOut": "Logging out..."
|
||||
}
|
||||
Reference in New Issue
Block a user