mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
feat(settings): display frontend/backend versions and warn on client-server mismatch (#5571)
# Description of Changes ## Summary This PR improves the **Preferences → General → Software Updates** section by: - Showing **separate version labels** for **Frontend (Tauri client)** and **Backend (server/AppConfig)** across all locales. - Adding a **version mismatch detection** in `GeneralSection`, comparing the Tauri app version against the backend `AppConfig` version and displaying a **warning banner** when they differ. ## Why Running a Tauri desktop client against a different backend version can lead to: - Compatibility issues (API/UI expectations drifting) - Runtime errors due to schema/behavior changes - Increased security risk if the client and server are not kept in sync Surfacing both versions and warning on mismatch makes these situations visible and easier to diagnose. [stirling-pdf-2.4.1.exe.zip](https://github.com/user-attachments/files/24846696/stirling-pdf-2.4.1.exe.zip) <img width="967" height="362" alt="image" src="https://github.com/user-attachments/assets/8cd2a7d9-47ca-4caf-930b-4ec0a4c6317a" /> [stirling-pdf-2.4.0.exe.zip](https://github.com/user-attachments/files/24846864/stirling-pdf-2.4.0.exe.zip) <img width="951" height="395" alt="image" src="https://github.com/user-attachments/assets/70ba15eb-ec13-4737-9cae-1f6da3c18c1a" /> --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### Translations (if applicable) - [ ] I ran [`scripts/counter_translation.py`](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/docs/counter_translation.md) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md#6-testing) for more details.
This commit is contained in:
@@ -59,8 +59,8 @@ def find_duplicate_keys(file_path, keys=None, prefix=""):
|
|||||||
return duplicates
|
return duplicates
|
||||||
|
|
||||||
|
|
||||||
# Maximum size for TOML files (e.g., 570 KB)
|
# Maximum size for TOML files (e.g., 1 MB)
|
||||||
MAX_FILE_SIZE = 570 * 1024
|
MAX_FILE_SIZE = 1000 * 1024
|
||||||
|
|
||||||
|
|
||||||
def parse_toml_file(file_path):
|
def parse_toml_file(file_path):
|
||||||
|
|||||||
Generated
+595
-916
File diff suppressed because it is too large
Load Diff
@@ -439,7 +439,9 @@ fullscreen = "ملء الشاشة"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "تحديثات البرنامج"
|
title = "تحديثات البرنامج"
|
||||||
description = "التحقق من التحديثات وعرض معلومات الإصدار"
|
description = "التحقق من التحديثات وعرض معلومات الإصدار"
|
||||||
currentVersion = "الإصدار الحالي"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "أحدث إصدار"
|
latestVersion = "أحدث إصدار"
|
||||||
checkForUpdates = "التحقق من التحديثات"
|
checkForUpdates = "التحقق من التحديثات"
|
||||||
viewDetails = "عرض التفاصيل"
|
viewDetails = "عرض التفاصيل"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "حجم الصورة"
|
|||||||
margin = "الهامش"
|
margin = "الهامش"
|
||||||
positionAndFormatting = "الموضع والتنسيق"
|
positionAndFormatting = "الموضع والتنسيق"
|
||||||
quickPosition = "اختر موضعًا على الصفحة لوضع الختم."
|
quickPosition = "اختر موضعًا على الصفحة لوضع الختم."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "حدث خطأ أثناء إضافة الختم إلى ملف PDF."
|
failed = "حدث خطأ أثناء إضافة الختم إلى ملف PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "حدث خطأ أثناء إضافة الختم إلى ملف PDF."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "نتائج إضافة الختم"
|
title = "نتائج إضافة الختم"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "إزالة الصورة,عمليات الصفحة,الخلفية,جانب الخادم"
|
tags = "إزالة الصورة,عمليات الصفحة,الخلفية,جانب الخادم"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Tam ekran"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Proqram yeniləmələri"
|
title = "Proqram yeniləmələri"
|
||||||
description = "Yeniləmələri yoxlayın və versiya məlumatlarını görün"
|
description = "Yeniləmələri yoxlayın və versiya məlumatlarını görün"
|
||||||
currentVersion = "Cari versiya"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Ən son versiya"
|
latestVersion = "Ən son versiya"
|
||||||
checkForUpdates = "Yeniləmələri yoxla"
|
checkForUpdates = "Yeniləmələri yoxla"
|
||||||
viewDetails = "Ətraflı bax"
|
viewDetails = "Ətraflı bax"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Şəkil ölçüsü"
|
|||||||
margin = "Kənar boşluğu"
|
margin = "Kənar boşluğu"
|
||||||
positionAndFormatting = "Mövqe və formatlama"
|
positionAndFormatting = "Mövqe və formatlama"
|
||||||
quickPosition = "Möhürü yerləşdirmək üçün səhifədə bir mövqe seçin."
|
quickPosition = "Möhürü yerləşdirmək üçün səhifədə bir mövqe seçin."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "PDF-ə möhür əlavə edilərkən xəta baş verdi."
|
failed = "PDF-ə möhür əlavə edilərkən xəta baş verdi."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "PDF-ə möhür əlavə edilərkən xəta baş verdi."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Möhür nəticələri"
|
title = "Möhür nəticələri"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Şəkil Sil,Səhifə Əməliyyatları,Back end,server-tərəf"
|
tags = "Şəkil Sil,Səhifə Əməliyyatları,Back end,server-tərəf"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Цял екран"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Актуализации на софтуера"
|
title = "Актуализации на софтуера"
|
||||||
description = "Проверете за актуализации и вижте информация за версията"
|
description = "Проверете за актуализации и вижте информация за версията"
|
||||||
currentVersion = "Текуща версия"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Последна версия"
|
latestVersion = "Последна версия"
|
||||||
checkForUpdates = "Провери за актуализации"
|
checkForUpdates = "Провери за актуализации"
|
||||||
viewDetails = "Виж подробности"
|
viewDetails = "Виж подробности"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Размер на изображението"
|
|||||||
margin = "Отстъп"
|
margin = "Отстъп"
|
||||||
positionAndFormatting = "Позиция и форматиране"
|
positionAndFormatting = "Позиция и форматиране"
|
||||||
quickPosition = "Изберете позиция на страницата, където да поставите печата."
|
quickPosition = "Изберете позиция на страницата, където да поставите печата."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Възникна грешка при добавяне на печат към PDF."
|
failed = "Възникна грешка при добавяне на печат към PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Възникна грешка при добавяне на печат
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Резултати от печата"
|
title = "Резултати от печата"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Премахване на изображение, операции на страници, админ страна, страна на сървъра"
|
tags = "Премахване на изображение, операции на страници, админ страна, страна на сървъра"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "བརྙན་ཤེལ་ཆ་ཚང་།"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "མཉེན་ཆས་གསར་བརྗེ།"
|
title = "མཉེན་ཆས་གསར་བརྗེ།"
|
||||||
description = "གསར་བརྗེའི་གནས་ཚུལ་ལ་ཞིབ་བཤེར་དང་ཐོན་རིམ་གྱི་ཆ་འཕྲིན་ལ་ལྟོས།"
|
description = "གསར་བརྗེའི་གནས་ཚུལ་ལ་ཞིབ་བཤེར་དང་ཐོན་རིམ་གྱི་ཆ་འཕྲིན་ལ་ལྟོས།"
|
||||||
currentVersion = "ད་ལྟའི་ཐོན་རིམ།"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "ཐོན་རིམ་གསར་ཤོས།"
|
latestVersion = "ཐོན་རིམ་གསར་ཤོས།"
|
||||||
checkForUpdates = "གསར་བརྗེ་ལ་ཞིབ་བཤེར།"
|
checkForUpdates = "གསར་བརྗེ་ལ་ཞིབ་བཤེར།"
|
||||||
viewDetails = "ཞིབ་ཕྲའི་གནས་ཚུལ་ལ་ལྟོས།"
|
viewDetails = "ཞིབ་ཕྲའི་གནས་ཚུལ་ལ་ལྟོས།"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "པར་རིས་ཚད་གཞི།"
|
|||||||
margin = "མཐའ་ཤོག"
|
margin = "མཐའ་ཤོག"
|
||||||
positionAndFormatting = "ལས་གནས་དང་རྩ་སྒྲིག།"
|
positionAndFormatting = "ལས་གནས་དང་རྩ་སྒྲིག།"
|
||||||
quickPosition = "ཤོག་ངོས་སྟེང་དུ་གནས་ཡུལ་ཞིག་འདེམས་ནས་མཚོན་རྟགས་འཇོག་དགོས།"
|
quickPosition = "ཤོག་ངོས་སྟེང་དུ་གནས་ཡུལ་ཞིག་འདེམས་ནས་མཚོན་རྟགས་འཇོག་དགོས།"
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "PDF ལ་མཚོན་རྟགས་ཁ་སྣོན་བྱེད་སྐབས་ནོར་འཁྲུལ་བྱུང་ཡོད།"
|
failed = "PDF ལ་མཚོན་རྟགས་ཁ་སྣོན་བྱེད་སྐབས་ནོར་འཁྲུལ་བྱུང་ཡོད།"
|
||||||
@@ -3567,6 +3594,14 @@ failed = "PDF ལ་མཚོན་རྟགས་ཁ་སྣོན་བྱེ
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "མཚོན་རྟགས་གྲུབ་འབྲས།"
|
title = "མཚོན་རྟགས་གྲུབ་འབྲས།"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "པར་རིས་མེད་པར་བཟོས་པ། ཤོག་ངོས་བཀོལ་སྤྱོད། རྒྱབ་མཇུག་། ཞབས་ཞུ་པ།"
|
tags = "པར་རིས་མེད་པར་བཟོས་པ། ཤོག་ངོས་བཀོལ་སྤྱོད། རྒྱབ་མཇུག་། ཞབས་ཞུ་པ།"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Pantalla completa"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Actualitzacions de programari"
|
title = "Actualitzacions de programari"
|
||||||
description = "Comprova actualitzacions i informació de la versió"
|
description = "Comprova actualitzacions i informació de la versió"
|
||||||
currentVersion = "Versió actual"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Última versió"
|
latestVersion = "Última versió"
|
||||||
checkForUpdates = "Comprova actualitzacions"
|
checkForUpdates = "Comprova actualitzacions"
|
||||||
viewDetails = "Veure detalls"
|
viewDetails = "Veure detalls"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Mida de la imatge"
|
|||||||
margin = "Marge"
|
margin = "Marge"
|
||||||
positionAndFormatting = "Posició i format"
|
positionAndFormatting = "Posició i format"
|
||||||
quickPosition = "Seleccioneu una posició a la pàgina per col·locar el segell."
|
quickPosition = "Seleccioneu una posició a la pàgina per col·locar el segell."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "S'ha produït un error en afegir el segell al PDF."
|
failed = "S'ha produït un error en afegir el segell al PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "S'ha produït un error en afegir el segell al PDF."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Resultats del segell"
|
title = "Resultats del segell"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Elimina imatge,Operacions de pàgina,Back-end,Servidor"
|
tags = "Elimina imatge,Operacions de pàgina,Back-end,Servidor"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Celá obrazovka"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Aktualizace softwaru"
|
title = "Aktualizace softwaru"
|
||||||
description = "Zkontrolujte aktualizace a zobrazte informace o verzi"
|
description = "Zkontrolujte aktualizace a zobrazte informace o verzi"
|
||||||
currentVersion = "Aktuální verze"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Nejnovější verze"
|
latestVersion = "Nejnovější verze"
|
||||||
checkForUpdates = "Zkontrolovat aktualizace"
|
checkForUpdates = "Zkontrolovat aktualizace"
|
||||||
viewDetails = "Zobrazit podrobnosti"
|
viewDetails = "Zobrazit podrobnosti"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Velikost obrázku"
|
|||||||
margin = "Okraj"
|
margin = "Okraj"
|
||||||
positionAndFormatting = "Umístění a formátování"
|
positionAndFormatting = "Umístění a formátování"
|
||||||
quickPosition = "Vyberte na stránce pozici pro umístění razítka."
|
quickPosition = "Vyberte na stránce pozici pro umístění razítka."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Při přidávání razítka do PDF došlo k chybě."
|
failed = "Při přidávání razítka do PDF došlo k chybě."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Při přidávání razítka do PDF došlo k chybě."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Výsledky razítka"
|
title = "Výsledky razítka"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Odstranit obrázek,Operace stránek,zadní strana,serverová strana"
|
tags = "Odstranit obrázek,Operace stránek,zadní strana,serverová strana"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Fuldskærm"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Softwareopdateringer"
|
title = "Softwareopdateringer"
|
||||||
description = "Søg efter opdateringer og se versionsinfo"
|
description = "Søg efter opdateringer og se versionsinfo"
|
||||||
currentVersion = "Nuværende version"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Seneste version"
|
latestVersion = "Seneste version"
|
||||||
checkForUpdates = "Søg efter opdateringer"
|
checkForUpdates = "Søg efter opdateringer"
|
||||||
viewDetails = "Vis detaljer"
|
viewDetails = "Vis detaljer"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Billedstørrelse"
|
|||||||
margin = "Margen"
|
margin = "Margen"
|
||||||
positionAndFormatting = "Placering og formatering"
|
positionAndFormatting = "Placering og formatering"
|
||||||
quickPosition = "Vælg en placering på siden til stemplet."
|
quickPosition = "Vælg en placering på siden til stemplet."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Der opstod en fejl under tilføjelse af stempel til PDF'en."
|
failed = "Der opstod en fejl under tilføjelse af stempel til PDF'en."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Der opstod en fejl under tilføjelse af stempel til PDF'en."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Stempelresultater"
|
title = "Stempelresultater"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Fjern Billede,Sideoperationer,Back end,server side"
|
tags = "Fjern Billede,Sideoperationer,Back end,server side"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Vollbild"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Software-Updates"
|
title = "Software-Updates"
|
||||||
description = "Nach Updates suchen und Versionsinformationen anzeigen"
|
description = "Nach Updates suchen und Versionsinformationen anzeigen"
|
||||||
currentVersion = "Aktuelle Version"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Neueste Version"
|
latestVersion = "Neueste Version"
|
||||||
checkForUpdates = "Nach Updates suchen"
|
checkForUpdates = "Nach Updates suchen"
|
||||||
viewDetails = "Details anzeigen"
|
viewDetails = "Details anzeigen"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Bildgröße"
|
|||||||
margin = "Rand"
|
margin = "Rand"
|
||||||
positionAndFormatting = "Position & Formatierung"
|
positionAndFormatting = "Position & Formatierung"
|
||||||
quickPosition = "Wählen Sie eine Position auf der Seite, um den Stempel zu platzieren."
|
quickPosition = "Wählen Sie eine Position auf der Seite, um den Stempel zu platzieren."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Beim Hinzufügen des Stempels zum PDF ist ein Fehler aufgetreten."
|
failed = "Beim Hinzufügen des Stempels zum PDF ist ein Fehler aufgetreten."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Beim Hinzufügen des Stempels zum PDF ist ein Fehler aufgetreten."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Stempel-Ergebnisse"
|
title = "Stempel-Ergebnisse"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "bild entfernen,seitenoperationen,back end,server side"
|
tags = "bild entfernen,seitenoperationen,back end,server side"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Πλήρης οθόνη"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Ενημερώσεις λογισμικού"
|
title = "Ενημερώσεις λογισμικού"
|
||||||
description = "Έλεγχος ενημερώσεων και προβολή πληροφοριών έκδοσης"
|
description = "Έλεγχος ενημερώσεων και προβολή πληροφοριών έκδοσης"
|
||||||
currentVersion = "Τρέχουσα έκδοση"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Νεότερη έκδοση"
|
latestVersion = "Νεότερη έκδοση"
|
||||||
checkForUpdates = "Έλεγχος για ενημερώσεις"
|
checkForUpdates = "Έλεγχος για ενημερώσεις"
|
||||||
viewDetails = "Προβολή λεπτομερειών"
|
viewDetails = "Προβολή λεπτομερειών"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Μέγεθος εικόνας"
|
|||||||
margin = "Περιθώριο"
|
margin = "Περιθώριο"
|
||||||
positionAndFormatting = "Θέση & μορφοποίηση"
|
positionAndFormatting = "Θέση & μορφοποίηση"
|
||||||
quickPosition = "Επιλέξτε μια θέση στη σελίδα για τοποθέτηση της σφραγίδας."
|
quickPosition = "Επιλέξτε μια θέση στη σελίδα για τοποθέτηση της σφραγίδας."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Παρουσιάστηκε σφάλμα κατά την προσθήκη σφραγίδας στο PDF."
|
failed = "Παρουσιάστηκε σφάλμα κατά την προσθήκη σφραγίδας στο PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Παρουσιάστηκε σφάλμα κατά την προσθήκ
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Αποτελέσματα σφράγισης"
|
title = "Αποτελέσματα σφράγισης"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "αφαίρεση εικόνας,λειτουργίες σελίδας,backend,server side"
|
tags = "αφαίρεση εικόνας,λειτουργίες σελίδας,backend,server side"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Fullscreen"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Software Updates"
|
title = "Software Updates"
|
||||||
description = "Check for updates and view version information"
|
description = "Check for updates and view version information"
|
||||||
currentVersion = "Current Version"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Latest Version"
|
latestVersion = "Latest Version"
|
||||||
checkForUpdates = "Check for Updates"
|
checkForUpdates = "Check for Updates"
|
||||||
viewDetails = "View Details"
|
viewDetails = "View Details"
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Pantalla completa"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Actualizaciones de software"
|
title = "Actualizaciones de software"
|
||||||
description = "Compruebe actualizaciones y vea la información de versión"
|
description = "Compruebe actualizaciones y vea la información de versión"
|
||||||
currentVersion = "Versión actual"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Última versión"
|
latestVersion = "Última versión"
|
||||||
checkForUpdates = "Buscar actualizaciones"
|
checkForUpdates = "Buscar actualizaciones"
|
||||||
viewDetails = "Ver detalles"
|
viewDetails = "Ver detalles"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Tamaño de la imagen"
|
|||||||
margin = "Margen"
|
margin = "Margen"
|
||||||
positionAndFormatting = "Posición y formato"
|
positionAndFormatting = "Posición y formato"
|
||||||
quickPosition = "Selecciona una posición en la página para colocar el sello."
|
quickPosition = "Selecciona una posición en la página para colocar el sello."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Se produjo un error al añadir el sello al PDF."
|
failed = "Se produjo un error al añadir el sello al PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Se produjo un error al añadir el sello al PDF."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Resultados del sello"
|
title = "Resultados del sello"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Eliminar imagen,Operaciones de página,Back end,Backend"
|
tags = "Eliminar imagen,Operaciones de página,Back end,Backend"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Pantaila osoa"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Software eguneratzeak"
|
title = "Software eguneratzeak"
|
||||||
description = "Egiaztatu eguneratzeak eta ikusi bertsio-informazioa"
|
description = "Egiaztatu eguneratzeak eta ikusi bertsio-informazioa"
|
||||||
currentVersion = "Uneko bertsioa"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Azken bertsioa"
|
latestVersion = "Azken bertsioa"
|
||||||
checkForUpdates = "Egiaztatu eguneratzeak"
|
checkForUpdates = "Egiaztatu eguneratzeak"
|
||||||
viewDetails = "Xehetasunak ikusi"
|
viewDetails = "Xehetasunak ikusi"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Irudiaren tamaina"
|
|||||||
margin = "Marjina"
|
margin = "Marjina"
|
||||||
positionAndFormatting = "Kokapena eta formatua"
|
positionAndFormatting = "Kokapena eta formatua"
|
||||||
quickPosition = "Hautatu orrian zigiloa kokatzeko posizio bat."
|
quickPosition = "Hautatu orrian zigiloa kokatzeko posizio bat."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Errore bat gertatu da zigilua PDFari gehitzean."
|
failed = "Errore bat gertatu da zigilua PDFari gehitzean."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Errore bat gertatu da zigilua PDFari gehitzean."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Zigiluaren emaitzak"
|
title = "Zigiluaren emaitzak"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Irudia kendu,Orrialde eragiketak,Back end,server side"
|
tags = "Irudia kendu,Orrialde eragiketak,Back end,server side"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "تمامصفحه"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "بهروزرسانی نرمافزار"
|
title = "بهروزرسانی نرمافزار"
|
||||||
description = "بررسی بهروزرسانی و مشاهده اطلاعات نسخه"
|
description = "بررسی بهروزرسانی و مشاهده اطلاعات نسخه"
|
||||||
currentVersion = "نسخه فعلی"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "آخرین نسخه"
|
latestVersion = "آخرین نسخه"
|
||||||
checkForUpdates = "بررسی بهروزرسانی"
|
checkForUpdates = "بررسی بهروزرسانی"
|
||||||
viewDetails = "مشاهده جزئیات"
|
viewDetails = "مشاهده جزئیات"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "اندازه تصویر"
|
|||||||
margin = "حاشیه"
|
margin = "حاشیه"
|
||||||
positionAndFormatting = "موقعیت و قالببندی"
|
positionAndFormatting = "موقعیت و قالببندی"
|
||||||
quickPosition = "یک موقعیت روی صفحه برای قرار دادن مهر انتخاب کنید."
|
quickPosition = "یک موقعیت روی صفحه برای قرار دادن مهر انتخاب کنید."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "هنگام افزودن مهر به PDF خطایی رخ داد."
|
failed = "هنگام افزودن مهر به PDF خطایی رخ داد."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "هنگام افزودن مهر به PDF خطایی رخ داد."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "نتایج مهر"
|
title = "نتایج مهر"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "حذف تصویر، عملیات صفحه، سرور"
|
tags = "حذف تصویر، عملیات صفحه، سرور"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Plein écran"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Mises à jour logicielles"
|
title = "Mises à jour logicielles"
|
||||||
description = "Rechercher des mises à jour et voir les informations de version"
|
description = "Rechercher des mises à jour et voir les informations de version"
|
||||||
currentVersion = "Version actuelle"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Dernière version"
|
latestVersion = "Dernière version"
|
||||||
checkForUpdates = "Rechercher des mises à jour"
|
checkForUpdates = "Rechercher des mises à jour"
|
||||||
viewDetails = "Voir les détails"
|
viewDetails = "Voir les détails"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Taille de l’image"
|
|||||||
margin = "Marge"
|
margin = "Marge"
|
||||||
positionAndFormatting = "Position et mise en forme"
|
positionAndFormatting = "Position et mise en forme"
|
||||||
quickPosition = "Sélectionnez une position sur la page pour placer le tampon."
|
quickPosition = "Sélectionnez une position sur la page pour placer le tampon."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Une erreur s’est produite lors de l’ajout du tampon au PDF."
|
failed = "Une erreur s’est produite lors de l’ajout du tampon au PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Une erreur s’est produite lors de l’ajout du tampon au PDF."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Résultats du tampon"
|
title = "Résultats du tampon"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Images,Remove Image,Page operations,Back end,server side"
|
tags = "Images,Remove Image,Page operations,Back end,server side"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Lánscáileán"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Nuashonruithe Bogearraí"
|
title = "Nuashonruithe Bogearraí"
|
||||||
description = "Seiceáil le haghaidh nuashonruithe agus féach faisnéis leagain"
|
description = "Seiceáil le haghaidh nuashonruithe agus féach faisnéis leagain"
|
||||||
currentVersion = "Leagan Reatha"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Leagan is Déanaí"
|
latestVersion = "Leagan is Déanaí"
|
||||||
checkForUpdates = "Seiceáil le haghaidh Nuashonruithe"
|
checkForUpdates = "Seiceáil le haghaidh Nuashonruithe"
|
||||||
viewDetails = "Féach Sonraí"
|
viewDetails = "Féach Sonraí"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Méid Íomhá"
|
|||||||
margin = "Imeall"
|
margin = "Imeall"
|
||||||
positionAndFormatting = "Suíomh & Formáidiú"
|
positionAndFormatting = "Suíomh & Formáidiú"
|
||||||
quickPosition = "Roghnaigh suíomh ar an leathanach le stampa a chur."
|
quickPosition = "Roghnaigh suíomh ar an leathanach le stampa a chur."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Tharla earráid agus stampa á chur leis an PDF."
|
failed = "Tharla earráid agus stampa á chur leis an PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Tharla earráid agus stampa á chur leis an PDF."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Torthaí Stampa"
|
title = "Torthaí Stampa"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Bain Íomhá, Oibríochtaí Leathanaigh, Cúl, taobh an fhreastalaí"
|
tags = "Bain Íomhá, Oibríochtaí Leathanaigh, Cúl, taobh an fhreastalaí"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "फुलस्क्रीन"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "सॉफ़्टवेयर अपडेट्स"
|
title = "सॉफ़्टवेयर अपडेट्स"
|
||||||
description = "अपडेट्स जाँचें और वर्ज़न जानकारी देखें"
|
description = "अपडेट्स जाँचें और वर्ज़न जानकारी देखें"
|
||||||
currentVersion = "वर्तमान संस्करण"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "नवीनतम संस्करण"
|
latestVersion = "नवीनतम संस्करण"
|
||||||
checkForUpdates = "अपडेट्स जाँचें"
|
checkForUpdates = "अपडेट्स जाँचें"
|
||||||
viewDetails = "विवरण देखें"
|
viewDetails = "विवरण देखें"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "छवि आकार"
|
|||||||
margin = "हाशिया"
|
margin = "हाशिया"
|
||||||
positionAndFormatting = "स्थिति और फ़ॉर्मैटिंग"
|
positionAndFormatting = "स्थिति और फ़ॉर्मैटिंग"
|
||||||
quickPosition = "मुहर रखने के लिए पृष्ठ पर एक स्थान चुनें।"
|
quickPosition = "मुहर रखने के लिए पृष्ठ पर एक स्थान चुनें।"
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "PDF में मुहर जोड़ते समय त्रुटि हुई।"
|
failed = "PDF में मुहर जोड़ते समय त्रुटि हुई।"
|
||||||
@@ -3567,6 +3594,14 @@ failed = "PDF में मुहर जोड़ते समय त्रु
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "मुहर के परिणाम"
|
title = "मुहर के परिणाम"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "छवि हटाएं,पृष्ठ कार्य,बैक एंड,सर्वर साइड"
|
tags = "छवि हटाएं,पृष्ठ कार्य,बैक एंड,सर्वर साइड"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Cijeli zaslon"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Ažuriranja softvera"
|
title = "Ažuriranja softvera"
|
||||||
description = "Provjerite ažuriranja i pogledajte informacije o verziji"
|
description = "Provjerite ažuriranja i pogledajte informacije o verziji"
|
||||||
currentVersion = "Trenutačna verzija"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Najnovija verzija"
|
latestVersion = "Najnovija verzija"
|
||||||
checkForUpdates = "Provjeri ažuriranja"
|
checkForUpdates = "Provjeri ažuriranja"
|
||||||
viewDetails = "Prikaži detalje"
|
viewDetails = "Prikaži detalje"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Veličina slike"
|
|||||||
margin = "Margina"
|
margin = "Margina"
|
||||||
positionAndFormatting = "Položaj i oblikovanje"
|
positionAndFormatting = "Položaj i oblikovanje"
|
||||||
quickPosition = "Odaberite položaj na stranici za postavljanje pečata."
|
quickPosition = "Odaberite položaj na stranici za postavljanje pečata."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Došlo je do pogreške pri dodavanju pečata u PDF."
|
failed = "Došlo je do pogreške pri dodavanju pečata u PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Došlo je do pogreške pri dodavanju pečata u PDF."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Rezultati pečata"
|
title = "Rezultati pečata"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Ukloni sliku, Rad sa stranicama, Back end, server strana"
|
tags = "Ukloni sliku, Rad sa stranicama, Back end, server strana"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Teljes képernyő"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Szoftverfrissítések"
|
title = "Szoftverfrissítések"
|
||||||
description = "Frissítések keresése és verzióinformációk megtekintése"
|
description = "Frissítések keresése és verzióinformációk megtekintése"
|
||||||
currentVersion = "Jelenlegi verzió"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Legújabb verzió"
|
latestVersion = "Legújabb verzió"
|
||||||
checkForUpdates = "Frissítések keresése"
|
checkForUpdates = "Frissítések keresése"
|
||||||
viewDetails = "Részletek megtekintése"
|
viewDetails = "Részletek megtekintése"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Képméret"
|
|||||||
margin = "Margó"
|
margin = "Margó"
|
||||||
positionAndFormatting = "Pozíció és formázás"
|
positionAndFormatting = "Pozíció és formázás"
|
||||||
quickPosition = "Válasszon pozíciót az oldalon a bélyeg elhelyezéséhez."
|
quickPosition = "Válasszon pozíciót az oldalon a bélyeg elhelyezéséhez."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Hiba történt a bélyeg hozzáadása közben a PDF-hez."
|
failed = "Hiba történt a bélyeg hozzáadása közben a PDF-hez."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Hiba történt a bélyeg hozzáadása közben a PDF-hez."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Bélyegzés eredményei"
|
title = "Bélyegzés eredményei"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Képek eltávolítása,Oldalműveletek,Backend,szerver oldali"
|
tags = "Képek eltávolítása,Oldalműveletek,Backend,szerver oldali"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Layar penuh"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Pembaruan Software"
|
title = "Pembaruan Software"
|
||||||
description = "Periksa pembaruan dan lihat informasi versi"
|
description = "Periksa pembaruan dan lihat informasi versi"
|
||||||
currentVersion = "Versi Saat Ini"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Versi Terbaru"
|
latestVersion = "Versi Terbaru"
|
||||||
checkForUpdates = "Periksa Pembaruan"
|
checkForUpdates = "Periksa Pembaruan"
|
||||||
viewDetails = "Lihat Detail"
|
viewDetails = "Lihat Detail"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Ukuran Gambar"
|
|||||||
margin = "Margin"
|
margin = "Margin"
|
||||||
positionAndFormatting = "Posisi & Pemformatan"
|
positionAndFormatting = "Posisi & Pemformatan"
|
||||||
quickPosition = "Pilih posisi pada halaman untuk menempatkan stempel."
|
quickPosition = "Pilih posisi pada halaman untuk menempatkan stempel."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Terjadi kesalahan saat menambahkan stempel ke PDF."
|
failed = "Terjadi kesalahan saat menambahkan stempel ke PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Terjadi kesalahan saat menambahkan stempel ke PDF."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Hasil Stempel"
|
title = "Hasil Stempel"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Hapus Gambar,Operasi Halaman,Backend,server side"
|
tags = "Hapus Gambar,Operasi Halaman,Backend,server side"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Schermo intero"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Aggiornamenti software"
|
title = "Aggiornamenti software"
|
||||||
description = "Controlla aggiornamenti e visualizza informazioni sulla versione"
|
description = "Controlla aggiornamenti e visualizza informazioni sulla versione"
|
||||||
currentVersion = "Versione attuale"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Ultima versione"
|
latestVersion = "Ultima versione"
|
||||||
checkForUpdates = "Controlla aggiornamenti"
|
checkForUpdates = "Controlla aggiornamenti"
|
||||||
viewDetails = "Vedi dettagli"
|
viewDetails = "Vedi dettagli"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Dimensione immagine"
|
|||||||
margin = "Margine"
|
margin = "Margine"
|
||||||
positionAndFormatting = "Posizione e formattazione"
|
positionAndFormatting = "Posizione e formattazione"
|
||||||
quickPosition = "Seleziona una posizione sulla pagina in cui posizionare il timbro."
|
quickPosition = "Seleziona una posizione sulla pagina in cui posizionare il timbro."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Si è verificato un errore durante l'aggiunta del timbro al PDF."
|
failed = "Si è verificato un errore durante l'aggiunta del timbro al PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Si è verificato un errore durante l'aggiunta del timbro al PDF."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Risultati timbro"
|
title = "Risultati timbro"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Rimuovi immagine,operazioni sulla pagina,back-end,lato server"
|
tags = "Rimuovi immagine,operazioni sulla pagina,back-end,lato server"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "フルスクリーン"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "ソフトウェア更新"
|
title = "ソフトウェア更新"
|
||||||
description = "更新の確認とバージョン情報の表示"
|
description = "更新の確認とバージョン情報の表示"
|
||||||
currentVersion = "現在のバージョン"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "最新バージョン"
|
latestVersion = "最新バージョン"
|
||||||
checkForUpdates = "更新を確認"
|
checkForUpdates = "更新を確認"
|
||||||
viewDetails = "詳細を表示"
|
viewDetails = "詳細を表示"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "画像サイズ"
|
|||||||
margin = "余白"
|
margin = "余白"
|
||||||
positionAndFormatting = "位置と書式"
|
positionAndFormatting = "位置と書式"
|
||||||
quickPosition = "ページ上の配置位置を選択してください。"
|
quickPosition = "ページ上の配置位置を選択してください。"
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "PDF にスタンプを追加中にエラーが発生しました。"
|
failed = "PDF にスタンプを追加中にエラーが発生しました。"
|
||||||
@@ -3567,6 +3594,14 @@ failed = "PDF にスタンプを追加中にエラーが発生しました。"
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "スタンプ結果"
|
title = "スタンプ結果"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "画像削除,ページ操作,バックエンド,サーバー側"
|
tags = "画像削除,ページ操作,バックエンド,サーバー側"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "전체 화면"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "소프트웨어 업데이트"
|
title = "소프트웨어 업데이트"
|
||||||
description = "업데이트 확인 및 버전 정보 보기"
|
description = "업데이트 확인 및 버전 정보 보기"
|
||||||
currentVersion = "현재 버전"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "최신 버전"
|
latestVersion = "최신 버전"
|
||||||
checkForUpdates = "업데이트 확인"
|
checkForUpdates = "업데이트 확인"
|
||||||
viewDetails = "자세히 보기"
|
viewDetails = "자세히 보기"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "이미지 크기"
|
|||||||
margin = "여백"
|
margin = "여백"
|
||||||
positionAndFormatting = "위치 및 서식"
|
positionAndFormatting = "위치 및 서식"
|
||||||
quickPosition = "페이지에서 스탬프 위치를 선택하세요."
|
quickPosition = "페이지에서 스탬프 위치를 선택하세요."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "PDF에 스탬프를 추가하는 중 오류가 발생했습니다."
|
failed = "PDF에 스탬프를 추가하는 중 오류가 발생했습니다."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "PDF에 스탬프를 추가하는 중 오류가 발생했습니다."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "스탬프 결과"
|
title = "스탬프 결과"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "이미지 제거,페이지 작업,백엔드,서버 사이드"
|
tags = "이미지 제거,페이지 작업,백엔드,서버 사이드"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "ഫുൾസ്ക്രീൻ"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "സോഫ്റ്റ്വെയർ അപ്ഡേറ്റുകൾ"
|
title = "സോഫ്റ്റ്വെയർ അപ്ഡേറ്റുകൾ"
|
||||||
description = "അപ്ഡേറ്റുകൾ പരിശോധിക്കുകയും പതിപ്പിന്റെ വിവരങ്ങൾ കാണുകയും ചെയ്യുക"
|
description = "അപ്ഡേറ്റുകൾ പരിശോധിക്കുകയും പതിപ്പിന്റെ വിവരങ്ങൾ കാണുകയും ചെയ്യുക"
|
||||||
currentVersion = "ഇപ്പോഴത്തെ പതിപ്പ്"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "പുതിയ പതിപ്പ്"
|
latestVersion = "പുതിയ പതിപ്പ്"
|
||||||
checkForUpdates = "അപ്ഡേറ്റുകൾ പരിശോധിക്കുക"
|
checkForUpdates = "അപ്ഡേറ്റുകൾ പരിശോധിക്കുക"
|
||||||
viewDetails = "വിശദാംശങ്ങൾ കാണുക"
|
viewDetails = "വിശദാംശങ്ങൾ കാണുക"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "ഇമേജ് വലിപ്പം"
|
|||||||
margin = "മാർജിൻ"
|
margin = "മാർജിൻ"
|
||||||
positionAndFormatting = "സ്ഥാനം & ഫോർമാറ്റിംഗ്"
|
positionAndFormatting = "സ്ഥാനം & ഫോർമാറ്റിംഗ്"
|
||||||
quickPosition = "സ്റ്റാമ്പ് വയ്ക്കാൻ പേജിലെ ഒരു സ്ഥാനം തിരഞ്ഞെടുക്കുക."
|
quickPosition = "സ്റ്റാമ്പ് വയ്ക്കാൻ പേജിലെ ഒരു സ്ഥാനം തിരഞ്ഞെടുക്കുക."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "PDF-ലേക്ക് സ്റ്റാമ്പ് ചേർക്കുന്നതിനിടെ പിശക് സംഭവിച്ചു."
|
failed = "PDF-ലേക്ക് സ്റ്റാമ്പ് ചേർക്കുന്നതിനിടെ പിശക് സംഭവിച്ചു."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "PDF-ലേക്ക് സ്റ്റാമ്പ് ചേർക്
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "സ്റ്റാമ്പ് ഫലങ്ങൾ"
|
title = "സ്റ്റാമ്പ് ഫലങ്ങൾ"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "ചിത്രം നീക്കം ചെയ്യുക,പേജ് പ്രവർത്തനങ്ങൾ,ബാക്ക് എൻഡ്,സെർവർ സൈഡ്"
|
tags = "ചിത്രം നീക്കം ചെയ്യുക,പേജ് പ്രവർത്തനങ്ങൾ,ബാക്ക് എൻഡ്,സെർവർ സൈഡ്"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Volledig scherm"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Software-updates"
|
title = "Software-updates"
|
||||||
description = "Controleer op updates en bekijk versie-informatie"
|
description = "Controleer op updates en bekijk versie-informatie"
|
||||||
currentVersion = "Huidige versie"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Laatste versie"
|
latestVersion = "Laatste versie"
|
||||||
checkForUpdates = "Op updates controleren"
|
checkForUpdates = "Op updates controleren"
|
||||||
viewDetails = "Details bekijken"
|
viewDetails = "Details bekijken"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Afbeeldingsgrootte"
|
|||||||
margin = "Marge"
|
margin = "Marge"
|
||||||
positionAndFormatting = "Positie & opmaak"
|
positionAndFormatting = "Positie & opmaak"
|
||||||
quickPosition = "Selecteer een positie op de pagina om de stempel te plaatsen."
|
quickPosition = "Selecteer een positie op de pagina om de stempel te plaatsen."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Er is een fout opgetreden bij het toevoegen van een stempel aan de PDF."
|
failed = "Er is een fout opgetreden bij het toevoegen van een stempel aan de PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Er is een fout opgetreden bij het toevoegen van een stempel aan de PDF
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Stempelresultaten"
|
title = "Stempelresultaten"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Afbeelding verwijderen, Paginabewerkingen, Achterkant, Serverkant"
|
tags = "Afbeelding verwijderen, Paginabewerkingen, Achterkant, Serverkant"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Fullskjerm"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Programvareoppdateringer"
|
title = "Programvareoppdateringer"
|
||||||
description = "Se etter oppdateringer og vis versjonsinformasjon"
|
description = "Se etter oppdateringer og vis versjonsinformasjon"
|
||||||
currentVersion = "Nåværende versjon"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Siste versjon"
|
latestVersion = "Siste versjon"
|
||||||
checkForUpdates = "Søk etter oppdateringer"
|
checkForUpdates = "Søk etter oppdateringer"
|
||||||
viewDetails = "Vis detaljer"
|
viewDetails = "Vis detaljer"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Bildestørrelse"
|
|||||||
margin = "Marg"
|
margin = "Marg"
|
||||||
positionAndFormatting = "Plassering og formatering"
|
positionAndFormatting = "Plassering og formatering"
|
||||||
quickPosition = "Velg en posisjon på siden for å plassere stempelet."
|
quickPosition = "Velg en posisjon på siden for å plassere stempelet."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Det oppstod en feil under tillegg av stempel til PDF-en."
|
failed = "Det oppstod en feil under tillegg av stempel til PDF-en."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Det oppstod en feil under tillegg av stempel til PDF-en."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Stempelresultater"
|
title = "Stempelresultater"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Fjern Bilde,Sideoperasjoner,Backend,serverside"
|
tags = "Fjern Bilde,Sideoperasjoner,Backend,serverside"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Pełny ekran"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Aktualizacje oprogramowania"
|
title = "Aktualizacje oprogramowania"
|
||||||
description = "Sprawdź aktualizacje i informacje o wersji"
|
description = "Sprawdź aktualizacje i informacje o wersji"
|
||||||
currentVersion = "Bieżąca wersja"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Najnowsza wersja"
|
latestVersion = "Najnowsza wersja"
|
||||||
checkForUpdates = "Sprawdź aktualizacje"
|
checkForUpdates = "Sprawdź aktualizacje"
|
||||||
viewDetails = "Pokaż szczegóły"
|
viewDetails = "Pokaż szczegóły"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Rozmiar obrazu"
|
|||||||
margin = "Margines"
|
margin = "Margines"
|
||||||
positionAndFormatting = "Pozycja i formatowanie"
|
positionAndFormatting = "Pozycja i formatowanie"
|
||||||
quickPosition = "Wybierz pozycję na stronie, aby umieścić stempel."
|
quickPosition = "Wybierz pozycję na stronie, aby umieścić stempel."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Wystąpił błąd podczas dodawania stempla do PDF."
|
failed = "Wystąpił błąd podczas dodawania stempla do PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Wystąpił błąd podczas dodawania stempla do PDF."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Wyniki dodawania stempla"
|
title = "Wyniki dodawania stempla"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Usuń obraz, operacje na stronie, back-end, strona serwera"
|
tags = "Usuń obraz, operacje na stronie, back-end, strona serwera"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Tela cheia"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Atualizações de software"
|
title = "Atualizações de software"
|
||||||
description = "Verifique atualizações e veja informações da versão"
|
description = "Verifique atualizações e veja informações da versão"
|
||||||
currentVersion = "Versão atual"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Última versão"
|
latestVersion = "Última versão"
|
||||||
checkForUpdates = "Verificar atualizações"
|
checkForUpdates = "Verificar atualizações"
|
||||||
viewDetails = "Ver detalhes"
|
viewDetails = "Ver detalhes"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Tamanho da imagem"
|
|||||||
margin = "Margem"
|
margin = "Margem"
|
||||||
positionAndFormatting = "Posição e formatação"
|
positionAndFormatting = "Posição e formatação"
|
||||||
quickPosition = "Selecione uma posição na página para colocar o carimbo."
|
quickPosition = "Selecione uma posição na página para colocar o carimbo."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Ocorreu um erro ao adicionar o carimbo ao PDF."
|
failed = "Ocorreu um erro ao adicionar o carimbo ao PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Ocorreu um erro ao adicionar o carimbo ao PDF."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Resultados do carimbo"
|
title = "Resultados do carimbo"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Remover imagem,operações de página,back-end,lado do servidor"
|
tags = "Remover imagem,operações de página,back-end,lado do servidor"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Ecrã inteiro"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Atualizações de software"
|
title = "Atualizações de software"
|
||||||
description = "Procurar atualizações e ver informações da versão"
|
description = "Procurar atualizações e ver informações da versão"
|
||||||
currentVersion = "Versão atual"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Última versão"
|
latestVersion = "Última versão"
|
||||||
checkForUpdates = "Procurar atualizações"
|
checkForUpdates = "Procurar atualizações"
|
||||||
viewDetails = "Ver detalhes"
|
viewDetails = "Ver detalhes"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Tamanho da imagem"
|
|||||||
margin = "Margem"
|
margin = "Margem"
|
||||||
positionAndFormatting = "Posição e formatação"
|
positionAndFormatting = "Posição e formatação"
|
||||||
quickPosition = "Selecione uma posição na página para colocar o carimbo."
|
quickPosition = "Selecione uma posição na página para colocar o carimbo."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Ocorreu um erro ao adicionar o carimbo ao PDF."
|
failed = "Ocorreu um erro ao adicionar o carimbo ao PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Ocorreu um erro ao adicionar o carimbo ao PDF."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Resultados do carimbo"
|
title = "Resultados do carimbo"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Remover Imagem,operações de página,lado servidor"
|
tags = "Remover Imagem,operações de página,lado servidor"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Ecran complet"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Actualizări software"
|
title = "Actualizări software"
|
||||||
description = "Caută actualizări și vezi informații despre versiune"
|
description = "Caută actualizări și vezi informații despre versiune"
|
||||||
currentVersion = "Versiune curentă"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Ultima versiune"
|
latestVersion = "Ultima versiune"
|
||||||
checkForUpdates = "Caută actualizări"
|
checkForUpdates = "Caută actualizări"
|
||||||
viewDetails = "Vezi detalii"
|
viewDetails = "Vezi detalii"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Dimensiunea imaginii"
|
|||||||
margin = "Margine"
|
margin = "Margine"
|
||||||
positionAndFormatting = "Poziție și formatare"
|
positionAndFormatting = "Poziție și formatare"
|
||||||
quickPosition = "Selectați o poziție pe pagină pentru a plasa ștampila."
|
quickPosition = "Selectați o poziție pe pagină pentru a plasa ștampila."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "A apărut o eroare la adăugarea ștampilei în PDF."
|
failed = "A apărut o eroare la adăugarea ștampilei în PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "A apărut o eroare la adăugarea ștampilei în PDF."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Rezultatele ștampilării"
|
title = "Rezultatele ștampilării"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Elimină Imagine,Operații pagină,Back end,server side"
|
tags = "Elimină Imagine,Operații pagină,Back end,server side"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Полноэкранный"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Обновления ПО"
|
title = "Обновления ПО"
|
||||||
description = "Проверка обновлений и сведения о версии"
|
description = "Проверка обновлений и сведения о версии"
|
||||||
currentVersion = "Текущая версия"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Последняя версия"
|
latestVersion = "Последняя версия"
|
||||||
checkForUpdates = "Проверить обновления"
|
checkForUpdates = "Проверить обновления"
|
||||||
viewDetails = "Подробнее"
|
viewDetails = "Подробнее"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Размер изображения"
|
|||||||
margin = "Отступ"
|
margin = "Отступ"
|
||||||
positionAndFormatting = "Положение и форматирование"
|
positionAndFormatting = "Положение и форматирование"
|
||||||
quickPosition = "Выберите положение на странице для размещения штампа."
|
quickPosition = "Выберите положение на странице для размещения штампа."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Произошла ошибка при добавлении штампа в PDF."
|
failed = "Произошла ошибка при добавлении штампа в PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Произошла ошибка при добавлении штамп
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Результаты штампа"
|
title = "Результаты штампа"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Удаление изображения,операции со страницами,Серверная часть"
|
tags = "Удаление изображения,операции со страницами,Серверная часть"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Celá obrazovka"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Aktualizácie softvéru"
|
title = "Aktualizácie softvéru"
|
||||||
description = "Skontrolujte aktualizácie a zobrazte informácie o verzii"
|
description = "Skontrolujte aktualizácie a zobrazte informácie o verzii"
|
||||||
currentVersion = "Aktuálna verzia"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Najnovšia verzia"
|
latestVersion = "Najnovšia verzia"
|
||||||
checkForUpdates = "Skontrolovať aktualizácie"
|
checkForUpdates = "Skontrolovať aktualizácie"
|
||||||
viewDetails = "Zobraziť podrobnosti"
|
viewDetails = "Zobraziť podrobnosti"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Veľkosť obrázka"
|
|||||||
margin = "Okraj"
|
margin = "Okraj"
|
||||||
positionAndFormatting = "Poloha a formátovanie"
|
positionAndFormatting = "Poloha a formátovanie"
|
||||||
quickPosition = "Vyberte polohu na stránke pre umiestnenie pečiatky."
|
quickPosition = "Vyberte polohu na stránke pre umiestnenie pečiatky."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Počas pridávania pečiatky do PDF došlo k chybe."
|
failed = "Počas pridávania pečiatky do PDF došlo k chybe."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Počas pridávania pečiatky do PDF došlo k chybe."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Výsledky pečiatky"
|
title = "Výsledky pečiatky"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Odstrániť obrázok,Operácie so stranami,Back end,server side"
|
tags = "Odstrániť obrázok,Operácie so stranami,Back end,server side"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Celozaslonski"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Posodobitve programske opreme"
|
title = "Posodobitve programske opreme"
|
||||||
description = "Preverite posodobitve in glejte informacije o različici"
|
description = "Preverite posodobitve in glejte informacije o različici"
|
||||||
currentVersion = "Trenutna različica"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Najnovejša različica"
|
latestVersion = "Najnovejša različica"
|
||||||
checkForUpdates = "Preveri posodobitve"
|
checkForUpdates = "Preveri posodobitve"
|
||||||
viewDetails = "Poglej podrobnosti"
|
viewDetails = "Poglej podrobnosti"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Velikost slike"
|
|||||||
margin = "Rob"
|
margin = "Rob"
|
||||||
positionAndFormatting = "Položaj in oblikovanje"
|
positionAndFormatting = "Položaj in oblikovanje"
|
||||||
quickPosition = "Izberite položaj na strani za postavitev žiga."
|
quickPosition = "Izberite položaj na strani za postavitev žiga."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Pri dodajanju žiga v PDF je prišlo do napake."
|
failed = "Pri dodajanju žiga v PDF je prišlo do napake."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Pri dodajanju žiga v PDF je prišlo do napake."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Rezultati žiga"
|
title = "Rezultati žiga"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Odstrani sliko,operacije strani,zadnja stran,strežniška stran"
|
tags = "Odstrani sliko,operacije strani,zadnja stran,strežniška stran"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Ceo ekran"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Ažuriranja softvera"
|
title = "Ažuriranja softvera"
|
||||||
description = "Proverite ažuriranja i pogledajte informacije o verziji"
|
description = "Proverite ažuriranja i pogledajte informacije o verziji"
|
||||||
currentVersion = "Trenutna verzija"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Najnovija verzija"
|
latestVersion = "Najnovija verzija"
|
||||||
checkForUpdates = "Proveri ažuriranja"
|
checkForUpdates = "Proveri ažuriranja"
|
||||||
viewDetails = "Prikaži detalje"
|
viewDetails = "Prikaži detalje"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Veličina slike"
|
|||||||
margin = "Margina"
|
margin = "Margina"
|
||||||
positionAndFormatting = "Pozicija i formatiranje"
|
positionAndFormatting = "Pozicija i formatiranje"
|
||||||
quickPosition = "Izaberite poziciju na stranici za postavljanje pečata."
|
quickPosition = "Izaberite poziciju na stranici za postavljanje pečata."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Došlo je do greške prilikom dodavanja pečata u PDF."
|
failed = "Došlo je do greške prilikom dodavanja pečata u PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Došlo je do greške prilikom dodavanja pečata u PDF."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Rezultati pečata"
|
title = "Rezultati pečata"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Ukloni sliku, Zahvati na stranici, Bekend,serverska strana"
|
tags = "Ukloni sliku, Zahvati na stranici, Bekend,serverska strana"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Helskärm"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Programuppdateringar"
|
title = "Programuppdateringar"
|
||||||
description = "Sök efter uppdateringar och visa versionsinfo"
|
description = "Sök efter uppdateringar och visa versionsinfo"
|
||||||
currentVersion = "Aktuell version"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Senaste version"
|
latestVersion = "Senaste version"
|
||||||
checkForUpdates = "Sök efter uppdateringar"
|
checkForUpdates = "Sök efter uppdateringar"
|
||||||
viewDetails = "Visa detaljer"
|
viewDetails = "Visa detaljer"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Bildstorlek"
|
|||||||
margin = "Marginal"
|
margin = "Marginal"
|
||||||
positionAndFormatting = "Position och formatering"
|
positionAndFormatting = "Position och formatering"
|
||||||
quickPosition = "Välj en position på sidan för att placera stämpeln."
|
quickPosition = "Välj en position på sidan för att placera stämpeln."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Ett fel inträffade när stämpeln skulle läggas till i PDF:en."
|
failed = "Ett fel inträffade när stämpeln skulle läggas till i PDF:en."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Ett fel inträffade när stämpeln skulle läggas till i PDF:en."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Resultat av stämpling"
|
title = "Resultat av stämpling"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Ta bort bild,Sidoperationer,Backend,serversida"
|
tags = "Ta bort bild,Sidoperationer,Backend,serversida"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "เต็มหน้าจอ"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "อัปเดตซอฟต์แวร์"
|
title = "อัปเดตซอฟต์แวร์"
|
||||||
description = "ตรวจสอบอัปเดตและดูข้อมูลเวอร์ชัน"
|
description = "ตรวจสอบอัปเดตและดูข้อมูลเวอร์ชัน"
|
||||||
currentVersion = "เวอร์ชันปัจจุบัน"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "เวอร์ชันล่าสุด"
|
latestVersion = "เวอร์ชันล่าสุด"
|
||||||
checkForUpdates = "ตรวจสอบอัปเดต"
|
checkForUpdates = "ตรวจสอบอัปเดต"
|
||||||
viewDetails = "ดูรายละเอียด"
|
viewDetails = "ดูรายละเอียด"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "ขนาดรูปภาพ"
|
|||||||
margin = "ระยะขอบ"
|
margin = "ระยะขอบ"
|
||||||
positionAndFormatting = "ตำแหน่งและการจัดรูปแบบ"
|
positionAndFormatting = "ตำแหน่งและการจัดรูปแบบ"
|
||||||
quickPosition = "เลือกตำแหน่งบนหน้าสำหรับวางตราประทับ"
|
quickPosition = "เลือกตำแหน่งบนหน้าสำหรับวางตราประทับ"
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "เกิดข้อผิดพลาดขณะเพิ่มตราประทับลงใน PDF"
|
failed = "เกิดข้อผิดพลาดขณะเพิ่มตราประทับลงใน PDF"
|
||||||
@@ -3567,6 +3594,14 @@ failed = "เกิดข้อผิดพลาดขณะเพิ่มต
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "ผลการประทับตรา"
|
title = "ผลการประทับตรา"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "ลบรูปภาพ,การจัดการหน้า,แบ็กเอนด์,ฝั่งเซิร์ฟเวอร์"
|
tags = "ลบรูปภาพ,การจัดการหน้า,แบ็กเอนด์,ฝั่งเซิร์ฟเวอร์"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Tam ekran"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Yazılım Güncellemeleri"
|
title = "Yazılım Güncellemeleri"
|
||||||
description = "Güncellemeleri kontrol edin ve sürüm bilgilerini görüntüleyin"
|
description = "Güncellemeleri kontrol edin ve sürüm bilgilerini görüntüleyin"
|
||||||
currentVersion = "Geçerli Sürüm"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "En Son Sürüm"
|
latestVersion = "En Son Sürüm"
|
||||||
checkForUpdates = "Güncellemeleri Kontrol Et"
|
checkForUpdates = "Güncellemeleri Kontrol Et"
|
||||||
viewDetails = "Ayrıntıları Görüntüle"
|
viewDetails = "Ayrıntıları Görüntüle"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Görüntü Boyutu"
|
|||||||
margin = "Kenar Boşluğu"
|
margin = "Kenar Boşluğu"
|
||||||
positionAndFormatting = "Konum ve Biçimlendirme"
|
positionAndFormatting = "Konum ve Biçimlendirme"
|
||||||
quickPosition = "Damgayı yerleştirmek için sayfada bir konum seçin."
|
quickPosition = "Damgayı yerleştirmek için sayfada bir konum seçin."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "PDF'ye damga eklenirken bir hata oluştu."
|
failed = "PDF'ye damga eklenirken bir hata oluştu."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "PDF'ye damga eklenirken bir hata oluştu."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Damga Sonuçları"
|
title = "Damga Sonuçları"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Resmi Kaldır,Sayfa İşlemleri,Arka uç,sunucu tarafı"
|
tags = "Resmi Kaldır,Sayfa İşlemleri,Arka uç,sunucu tarafı"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Повноекранний"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Оновлення ПЗ"
|
title = "Оновлення ПЗ"
|
||||||
description = "Перевіряйте оновлення та переглядайте інформацію про версію"
|
description = "Перевіряйте оновлення та переглядайте інформацію про версію"
|
||||||
currentVersion = "Поточна версія"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Остання версія"
|
latestVersion = "Остання версія"
|
||||||
checkForUpdates = "Перевірити оновлення"
|
checkForUpdates = "Перевірити оновлення"
|
||||||
viewDetails = "Переглянути деталі"
|
viewDetails = "Переглянути деталі"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Розмір зображення"
|
|||||||
margin = "Поле"
|
margin = "Поле"
|
||||||
positionAndFormatting = "Позиція та форматування"
|
positionAndFormatting = "Позиція та форматування"
|
||||||
quickPosition = "Виберіть позицію на сторінці для розміщення штампа."
|
quickPosition = "Виберіть позицію на сторінці для розміщення штампа."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Під час додавання штампа до PDF сталася помилка."
|
failed = "Під час додавання штампа до PDF сталася помилка."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Під час додавання штампа до PDF сталася
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Результати додавання штампа"
|
title = "Результати додавання штампа"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "видалення зображення,операції зі сторінками,серверна частина"
|
tags = "видалення зображення,операції зі сторінками,серверна частина"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "Toàn màn hình"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "Cập nhật phần mềm"
|
title = "Cập nhật phần mềm"
|
||||||
description = "Kiểm tra cập nhật và xem thông tin phiên bản"
|
description = "Kiểm tra cập nhật và xem thông tin phiên bản"
|
||||||
currentVersion = "Phiên bản hiện tại"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "Phiên bản mới nhất"
|
latestVersion = "Phiên bản mới nhất"
|
||||||
checkForUpdates = "Kiểm tra cập nhật"
|
checkForUpdates = "Kiểm tra cập nhật"
|
||||||
viewDetails = "Xem chi tiết"
|
viewDetails = "Xem chi tiết"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "Kích thước ảnh"
|
|||||||
margin = "Lề"
|
margin = "Lề"
|
||||||
positionAndFormatting = "Vị trí & định dạng"
|
positionAndFormatting = "Vị trí & định dạng"
|
||||||
quickPosition = "Chọn một vị trí trên trang để đặt con dấu."
|
quickPosition = "Chọn một vị trí trên trang để đặt con dấu."
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "Đã xảy ra lỗi khi thêm con dấu vào PDF."
|
failed = "Đã xảy ra lỗi khi thêm con dấu vào PDF."
|
||||||
@@ -3567,6 +3594,14 @@ failed = "Đã xảy ra lỗi khi thêm con dấu vào PDF."
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "Kết quả đóng dấu"
|
title = "Kết quả đóng dấu"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "Xóa ảnh,Thao tác trang,Back end,phía máy chủ"
|
tags = "Xóa ảnh,Thao tác trang,Back end,phía máy chủ"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "全屏"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "软件更新"
|
title = "软件更新"
|
||||||
description = "检查更新并查看版本信息"
|
description = "检查更新并查看版本信息"
|
||||||
currentVersion = "当前版本"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "最新版本"
|
latestVersion = "最新版本"
|
||||||
checkForUpdates = "检查更新"
|
checkForUpdates = "检查更新"
|
||||||
viewDetails = "查看详情"
|
viewDetails = "查看详情"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "图像大小"
|
|||||||
margin = "边距"
|
margin = "边距"
|
||||||
positionAndFormatting = "位置与格式"
|
positionAndFormatting = "位置与格式"
|
||||||
quickPosition = "选择页面上的位置以放置印章。"
|
quickPosition = "选择页面上的位置以放置印章。"
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "将印章添加到 PDF 时发生错误。"
|
failed = "将印章添加到 PDF 时发生错误。"
|
||||||
@@ -3567,6 +3594,14 @@ failed = "将印章添加到 PDF 时发生错误。"
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "印章结果"
|
title = "印章结果"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "པར་རིས་སུབ་པ།,ཤོག་ངོས་བཀོལ་སྤྱོད།,རྒྱབ་ངོས།,ཞབས་ཞུ་ཕྱོགས།"
|
tags = "པར་རིས་སུབ་པ།,ཤོག་ངོས་བཀོལ་སྤྱོད།,རྒྱབ་ངོས།,ཞབས་ཞུ་ཕྱོགས།"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "全屏"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "软件更新"
|
title = "软件更新"
|
||||||
description = "检查更新并查看版本信息"
|
description = "检查更新并查看版本信息"
|
||||||
currentVersion = "当前版本"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "最新版本"
|
latestVersion = "最新版本"
|
||||||
checkForUpdates = "检查更新"
|
checkForUpdates = "检查更新"
|
||||||
viewDetails = "查看详情"
|
viewDetails = "查看详情"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "图像大小"
|
|||||||
margin = "边距"
|
margin = "边距"
|
||||||
positionAndFormatting = "位置与格式"
|
positionAndFormatting = "位置与格式"
|
||||||
quickPosition = "选择页面上的一个位置以放置图章。"
|
quickPosition = "选择页面上的一个位置以放置图章。"
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "向 PDF 添加图章时发生错误。"
|
failed = "向 PDF 添加图章时发生错误。"
|
||||||
@@ -3567,6 +3594,14 @@ failed = "向 PDF 添加图章时发生错误。"
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "图章结果"
|
title = "图章结果"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "删除图像, 页面操作, 后端, 服务端"
|
tags = "删除图像, 页面操作, 后端, 服务端"
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,9 @@ fullscreen = "全螢幕"
|
|||||||
[settings.general.updates]
|
[settings.general.updates]
|
||||||
title = "軟體更新"
|
title = "軟體更新"
|
||||||
description = "檢查更新並檢視版本資訊"
|
description = "檢查更新並檢視版本資訊"
|
||||||
currentVersion = "目前版本"
|
currentBackendVersion = "Current Backend Version"
|
||||||
|
currentFrontendVersion = "Current Frontend Version"
|
||||||
|
versionMismatch = "Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version."
|
||||||
latestVersion = "最新版本"
|
latestVersion = "最新版本"
|
||||||
checkForUpdates = "檢查更新"
|
checkForUpdates = "檢查更新"
|
||||||
viewDetails = "檢視詳細資料"
|
viewDetails = "檢視詳細資料"
|
||||||
@@ -3560,6 +3562,31 @@ imageSize = "影像大小"
|
|||||||
margin = "邊距"
|
margin = "邊距"
|
||||||
positionAndFormatting = "位置與格式"
|
positionAndFormatting = "位置與格式"
|
||||||
quickPosition = "選擇頁面上的位置以放置印章。"
|
quickPosition = "選擇頁面上的位置以放置印章。"
|
||||||
|
clickToExpand = "Click to expand"
|
||||||
|
customDateDesc = "Custom format"
|
||||||
|
dateDesc = "Current date"
|
||||||
|
dateTimeVars = "Date & Time"
|
||||||
|
datetimeDesc = "Date and time combined"
|
||||||
|
dynamicVariables = "Dynamic Variables"
|
||||||
|
examples = "Examples"
|
||||||
|
fileVars = "File Information"
|
||||||
|
filenameDesc = "Filename without extension"
|
||||||
|
filenameFullDesc = "Filename with extension"
|
||||||
|
metadataDesc = "From PDF document properties"
|
||||||
|
metadataVars = "Document Metadata"
|
||||||
|
multiLine = "multi-line"
|
||||||
|
otherVars = "Other"
|
||||||
|
pageNumberDesc = "Current page number"
|
||||||
|
pageVars = "Page Information"
|
||||||
|
preview = "Preview:"
|
||||||
|
selectTemplate = "Select a template..."
|
||||||
|
stampTextDescription = "Use dynamic variables below. Use @@ for literal @. Use \\n for new lines."
|
||||||
|
timeDesc = "Current time"
|
||||||
|
totalPagesDesc = "Total number of pages"
|
||||||
|
useTemplate = "Use Template"
|
||||||
|
uuidDesc = "Short unique identifier (8 chars)"
|
||||||
|
variablesHelp = "Click on any variable to insert it into your stamp text. Use @@ for literal @."
|
||||||
|
yearMonthDayDesc = "Individual date parts"
|
||||||
|
|
||||||
[AddStampRequest.error]
|
[AddStampRequest.error]
|
||||||
failed = "將印章加入 PDF 時發生錯誤。"
|
failed = "將印章加入 PDF 時發生錯誤。"
|
||||||
@@ -3567,6 +3594,14 @@ failed = "將印章加入 PDF 時發生錯誤。"
|
|||||||
[AddStampRequest.results]
|
[AddStampRequest.results]
|
||||||
title = "蓋章結果"
|
title = "蓋章結果"
|
||||||
|
|
||||||
|
[AddStampRequest.template]
|
||||||
|
custom = "Custom"
|
||||||
|
dateHeader = "Date Header"
|
||||||
|
draftWatermark = "Draft Watermark"
|
||||||
|
europeanDate = "European Date"
|
||||||
|
pageNumberFooter = "Page Number Footer"
|
||||||
|
timestamp = "Timestamp"
|
||||||
|
|
||||||
[removeImagePdf]
|
[removeImagePdf]
|
||||||
tags = "移除圖片,頁面操作,後端,伺服器端"
|
tags = "移除圖片,頁面操作,後端,伺服器端"
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,32 @@
|
|||||||
import React, { useState, useEffect } from 'react';
|
import React, { useState, useEffect, useMemo } from "react";
|
||||||
import { Paper, Stack, Switch, Text, Tooltip, NumberInput, SegmentedControl, Code, Group, Anchor, ActionIcon, Button, Badge, Alert } from '@mantine/core';
|
import {
|
||||||
import { useTranslation } from 'react-i18next';
|
Paper,
|
||||||
import { usePreferences } from '@app/contexts/PreferencesContext';
|
Stack,
|
||||||
import { useAppConfig } from '@app/contexts/AppConfigContext';
|
Switch,
|
||||||
import type { ToolPanelMode } from '@app/constants/toolPanel';
|
Text,
|
||||||
import LocalIcon from '@app/components/shared/LocalIcon';
|
Tooltip,
|
||||||
import { updateService, UpdateSummary } from '@app/services/updateService';
|
NumberInput,
|
||||||
import UpdateModal from '@app/components/shared/UpdateModal';
|
SegmentedControl,
|
||||||
|
Code,
|
||||||
|
Group,
|
||||||
|
Anchor,
|
||||||
|
ActionIcon,
|
||||||
|
Button,
|
||||||
|
Badge,
|
||||||
|
Alert,
|
||||||
|
} from "@mantine/core";
|
||||||
|
import { useTranslation } from "react-i18next";
|
||||||
|
import { usePreferences } from "@app/contexts/PreferencesContext";
|
||||||
|
import { useAppConfig } from "@app/contexts/AppConfigContext";
|
||||||
|
import type { ToolPanelMode } from "@app/constants/toolPanel";
|
||||||
|
import LocalIcon from "@app/components/shared/LocalIcon";
|
||||||
|
import { updateService, UpdateSummary } from "@app/services/updateService";
|
||||||
|
import UpdateModal from "@app/components/shared/UpdateModal";
|
||||||
|
import { getVersion } from "@tauri-apps/api/app";
|
||||||
|
import { isTauri } from "@tauri-apps/api/core";
|
||||||
|
|
||||||
const DEFAULT_AUTO_UNZIP_FILE_LIMIT = 4;
|
const DEFAULT_AUTO_UNZIP_FILE_LIMIT = 4;
|
||||||
const BANNER_DISMISSED_KEY = 'stirlingpdf_features_banner_dismissed';
|
const BANNER_DISMISSED_KEY = "stirlingpdf_features_banner_dismissed";
|
||||||
|
|
||||||
interface GeneralSectionProps {
|
interface GeneralSectionProps {
|
||||||
hideTitle?: boolean;
|
hideTitle?: boolean;
|
||||||
@@ -22,11 +39,15 @@ const GeneralSection: React.FC<GeneralSectionProps> = ({ hideTitle = false }) =>
|
|||||||
const [fileLimitInput, setFileLimitInput] = useState<number | string>(preferences.autoUnzipFileLimit);
|
const [fileLimitInput, setFileLimitInput] = useState<number | string>(preferences.autoUnzipFileLimit);
|
||||||
const [bannerDismissed, setBannerDismissed] = useState(() => {
|
const [bannerDismissed, setBannerDismissed] = useState(() => {
|
||||||
// Check localStorage on mount
|
// Check localStorage on mount
|
||||||
return localStorage.getItem(BANNER_DISMISSED_KEY) === 'true';
|
return localStorage.getItem(BANNER_DISMISSED_KEY) === "true";
|
||||||
});
|
});
|
||||||
const [updateSummary, setUpdateSummary] = useState<UpdateSummary | null>(null);
|
const [updateSummary, setUpdateSummary] = useState<UpdateSummary | null>(null);
|
||||||
const [updateModalOpened, setUpdateModalOpened] = useState(false);
|
const [updateModalOpened, setUpdateModalOpened] = useState(false);
|
||||||
const [checkingUpdate, setCheckingUpdate] = useState(false);
|
const [checkingUpdate, setCheckingUpdate] = useState(false);
|
||||||
|
const [mismatchVersion, setMismatchVersion] = useState(false);
|
||||||
|
const isTauriApp = useMemo(() => isTauri(), []);
|
||||||
|
const [appVersion, setAppVersion] = useState<string | null>(null);
|
||||||
|
const frontendVersionLabel = appVersion ?? t("common.loading", "Loading...");
|
||||||
|
|
||||||
// Sync local state with preference changes
|
// Sync local state with preference changes
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
@@ -49,7 +70,7 @@ const GeneralSection: React.FC<GeneralSectionProps> = ({ hideTitle = false }) =>
|
|||||||
const machineInfo = {
|
const machineInfo = {
|
||||||
machineType: config.machineType,
|
machineType: config.machineType,
|
||||||
activeSecurity: config.activeSecurity ?? false,
|
activeSecurity: config.activeSecurity ?? false,
|
||||||
licenseType: config.license ?? 'NORMAL',
|
licenseType: config.license ?? "NORMAL",
|
||||||
};
|
};
|
||||||
|
|
||||||
const summary = await updateService.getUpdateSummary(config.appVersion, machineInfo);
|
const summary = await updateService.getUpdateSummary(config.appVersion, machineInfo);
|
||||||
@@ -68,67 +89,126 @@ const GeneralSection: React.FC<GeneralSectionProps> = ({ hideTitle = false }) =>
|
|||||||
setCheckingUpdate(false);
|
setCheckingUpdate(false);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!isTauriApp) {
|
||||||
|
setMismatchVersion(false);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
let cancelled = false;
|
||||||
|
const fetchFrontendVersion = async () => {
|
||||||
|
try {
|
||||||
|
const frontendVersion = await getVersion();
|
||||||
|
if (!cancelled) {
|
||||||
|
setAppVersion(frontendVersion);
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.error("[GeneralSection] Failed to fetch frontend version:", error);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
fetchFrontendVersion();
|
||||||
|
|
||||||
|
return () => {
|
||||||
|
cancelled = true;
|
||||||
|
};
|
||||||
|
}, [isTauriApp]);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
if (!isTauriApp) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!appVersion || !config?.appVersion) {
|
||||||
|
setMismatchVersion(false);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (appVersion !== config.appVersion) {
|
||||||
|
console.warn("[GeneralSection] Mismatch between Tauri version and AppConfig version:", {
|
||||||
|
backendVersion: config.appVersion,
|
||||||
|
frontendVersion: appVersion,
|
||||||
|
});
|
||||||
|
setMismatchVersion(true);
|
||||||
|
} else {
|
||||||
|
setMismatchVersion(false);
|
||||||
|
}
|
||||||
|
}, [isTauriApp, appVersion, config?.appVersion]);
|
||||||
|
|
||||||
// Check if login is disabled
|
// Check if login is disabled
|
||||||
const loginDisabled = !config?.enableLogin;
|
const loginDisabled = !config?.enableLogin;
|
||||||
|
|
||||||
const handleDismissBanner = () => {
|
const handleDismissBanner = () => {
|
||||||
setBannerDismissed(true);
|
setBannerDismissed(true);
|
||||||
localStorage.setItem(BANNER_DISMISSED_KEY, 'true');
|
localStorage.setItem(BANNER_DISMISSED_KEY, "true");
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Stack gap="lg">
|
<Stack gap="lg">
|
||||||
{!hideTitle && (
|
{!hideTitle && (
|
||||||
<div>
|
<div>
|
||||||
<Text fw={600} size="lg">{t('settings.general.title', 'General')}</Text>
|
<Text fw={600} size="lg">
|
||||||
|
{t("settings.general.title", "General")}
|
||||||
|
</Text>
|
||||||
<Text size="sm" c="dimmed">
|
<Text size="sm" c="dimmed">
|
||||||
{t('settings.general.description', 'Configure general application preferences.')}
|
{t("settings.general.description", "Configure general application preferences.")}
|
||||||
</Text>
|
</Text>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{loginDisabled && !bannerDismissed && (
|
{loginDisabled && !bannerDismissed && (
|
||||||
<Paper withBorder p="md" radius="md" style={{ background: 'var(--mantine-color-blue-0)', position: 'relative' }}>
|
<Paper withBorder p="md" radius="md" style={{ background: "var(--mantine-color-blue-0)", position: "relative" }}>
|
||||||
<ActionIcon
|
<ActionIcon
|
||||||
variant="subtle"
|
variant="subtle"
|
||||||
color="gray"
|
color="gray"
|
||||||
size="sm"
|
size="sm"
|
||||||
style={{ position: 'absolute', top: '0.5rem', right: '0.5rem' }}
|
style={{ position: "absolute", top: "0.5rem", right: "0.5rem" }}
|
||||||
onClick={handleDismissBanner}
|
onClick={handleDismissBanner}
|
||||||
aria-label={t('settings.general.enableFeatures.dismiss', 'Dismiss')}
|
aria-label={t("settings.general.enableFeatures.dismiss", "Dismiss")}
|
||||||
>
|
>
|
||||||
<LocalIcon icon="close-rounded" width="1rem" height="1rem" />
|
<LocalIcon icon="close-rounded" width="1rem" height="1rem" />
|
||||||
</ActionIcon>
|
</ActionIcon>
|
||||||
<Stack gap="sm">
|
<Stack gap="sm">
|
||||||
<Group gap="xs">
|
<Group gap="xs">
|
||||||
<LocalIcon icon="admin-panel-settings-rounded" width="1.2rem" height="1.2rem" style={{ color: 'var(--mantine-color-blue-6)' }} />
|
<LocalIcon
|
||||||
<Text fw={600} size="sm" style={{ color: 'var(--mantine-color-blue-9)' }}>
|
icon="admin-panel-settings-rounded"
|
||||||
{t('settings.general.enableFeatures.title', 'For System Administrators')}
|
width="1.2rem"
|
||||||
|
height="1.2rem"
|
||||||
|
style={{ color: "var(--mantine-color-blue-6)" }}
|
||||||
|
/>
|
||||||
|
<Text fw={600} size="sm" style={{ color: "var(--mantine-color-blue-9)" }}>
|
||||||
|
{t("settings.general.enableFeatures.title", "For System Administrators")}
|
||||||
</Text>
|
</Text>
|
||||||
</Group>
|
</Group>
|
||||||
<Text size="sm" c="dimmed">
|
<Text size="sm" c="dimmed">
|
||||||
{t('settings.general.enableFeatures.intro', 'Enable user authentication, team management, and workspace features for your organization.')}
|
{t(
|
||||||
|
"settings.general.enableFeatures.intro",
|
||||||
|
"Enable user authentication, team management, and workspace features for your organization.",
|
||||||
|
)}
|
||||||
</Text>
|
</Text>
|
||||||
<Group gap="xs" wrap="wrap">
|
<Group gap="xs" wrap="wrap">
|
||||||
<Text size="sm" c="dimmed">
|
<Text size="sm" c="dimmed">
|
||||||
{t('settings.general.enableFeatures.action', 'Configure')}
|
{t("settings.general.enableFeatures.action", "Configure")}
|
||||||
</Text>
|
</Text>
|
||||||
<Code>SECURITY_ENABLELOGIN=true</Code>
|
<Code>SECURITY_ENABLELOGIN=true</Code>
|
||||||
<Text size="sm" c="dimmed">
|
<Text size="sm" c="dimmed">
|
||||||
{t('settings.general.enableFeatures.and', 'and')}
|
{t("settings.general.enableFeatures.and", "and")}
|
||||||
</Text>
|
</Text>
|
||||||
<Code>DISABLE_ADDITIONAL_FEATURES=false</Code>
|
<Code>DISABLE_ADDITIONAL_FEATURES=false</Code>
|
||||||
</Group>
|
</Group>
|
||||||
<Text size="xs" c="dimmed" fs="italic">
|
<Text size="xs" c="dimmed" fs="italic">
|
||||||
{t('settings.general.enableFeatures.benefit', 'Enables user roles, team collaboration, admin controls, and enterprise features.')}
|
{t(
|
||||||
|
"settings.general.enableFeatures.benefit",
|
||||||
|
"Enables user roles, team collaboration, admin controls, and enterprise features.",
|
||||||
|
)}
|
||||||
</Text>
|
</Text>
|
||||||
<Anchor
|
<Anchor
|
||||||
href="https://docs.stirlingpdf.com/Configuration/System%20and%20Security/"
|
href="https://docs.stirlingpdf.com/Configuration/System%20and%20Security/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
size="sm"
|
size="sm"
|
||||||
style={{ color: 'var(--mantine-color-blue-6)' }}
|
style={{ color: "var(--mantine-color-blue-6)" }}
|
||||||
>
|
>
|
||||||
{t('settings.general.enableFeatures.learnMore', 'Learn more in documentation')} →
|
{t("settings.general.enableFeatures.learnMore", "Learn more in documentation")} →
|
||||||
</Anchor>
|
</Anchor>
|
||||||
</Stack>
|
</Stack>
|
||||||
</Paper>
|
</Paper>
|
||||||
@@ -142,36 +222,52 @@ const GeneralSection: React.FC<GeneralSectionProps> = ({ hideTitle = false }) =>
|
|||||||
<Group justify="space-between" align="center">
|
<Group justify="space-between" align="center">
|
||||||
<div>
|
<div>
|
||||||
<Text fw={600} size="sm">
|
<Text fw={600} size="sm">
|
||||||
{t('settings.general.updates.title', 'Software Updates')}
|
{t("settings.general.updates.title", "Software Updates")}
|
||||||
</Text>
|
</Text>
|
||||||
<Text size="xs" c="dimmed" mt={4}>
|
<Text size="xs" c="dimmed" mt={4}>
|
||||||
{t('settings.general.updates.description', 'Check for updates and view version information')}
|
{t("settings.general.updates.description", "Check for updates and view version information")}
|
||||||
</Text>
|
</Text>
|
||||||
</div>
|
</div>
|
||||||
{updateSummary && (
|
{updateSummary && (
|
||||||
<Badge
|
<Badge color={updateSummary.max_priority === "urgent" ? "red" : "blue"} variant="filled">
|
||||||
color={updateSummary.max_priority === 'urgent' ? 'red' : 'blue'}
|
{updateSummary.max_priority === "urgent"
|
||||||
variant="filled"
|
? t("update.urgentUpdateAvailable", "Urgent Update")
|
||||||
>
|
: t("update.updateAvailable", "Update Available")}
|
||||||
{updateSummary.max_priority === 'urgent'
|
|
||||||
? t('update.urgentUpdateAvailable', 'Urgent Update')
|
|
||||||
: t('update.updateAvailable', 'Update Available')}
|
|
||||||
</Badge>
|
</Badge>
|
||||||
)}
|
)}
|
||||||
</Group>
|
</Group>
|
||||||
</div>
|
</div>
|
||||||
|
{isTauriApp && (
|
||||||
<Group justify="space-between" align="center">
|
<Group justify="space-between" align="center">
|
||||||
<div>
|
<div>
|
||||||
<Text size="sm" c="dimmed">
|
<Text size="sm" c="dimmed">
|
||||||
{t('settings.general.updates.currentVersion', 'Current Version')}:{' '}
|
{t("settings.general.updates.currentFrontendVersion", "Current Frontend Version")}:{" "}
|
||||||
|
<Text component="span" fw={500}>
|
||||||
|
{frontendVersionLabel}
|
||||||
|
</Text>
|
||||||
|
</Text>
|
||||||
|
{mismatchVersion && (
|
||||||
|
<Text size="sm" c="red" mt={4}>
|
||||||
|
{t(
|
||||||
|
"settings.general.updates.versionMismatch",
|
||||||
|
"Warning: A mismatch has been detected between the client version and the AppConfig version. Using different versions can lead to compatibility issues, errors, and security risks. Please ensure that server and client are using the same version.",
|
||||||
|
)}
|
||||||
|
</Text>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</Group>
|
||||||
|
)}
|
||||||
|
<Group justify="space-between" align="center">
|
||||||
|
<div>
|
||||||
|
<Text size="sm" c="dimmed">
|
||||||
|
{t("settings.general.updates.currentBackendVersion", "Current Backend Version")}:{" "}
|
||||||
<Text component="span" fw={500}>
|
<Text component="span" fw={500}>
|
||||||
{config.appVersion}
|
{config.appVersion}
|
||||||
</Text>
|
</Text>
|
||||||
</Text>
|
</Text>
|
||||||
{updateSummary && (
|
{updateSummary && (
|
||||||
<Text size="sm" c="dimmed" mt={4}>
|
<Text size="sm" c="dimmed" mt={4}>
|
||||||
{t('settings.general.updates.latestVersion', 'Latest Version')}:{' '}
|
{t("settings.general.updates.latestVersion", "Latest Version")}:{" "}
|
||||||
<Text component="span" fw={500} c="blue">
|
<Text component="span" fw={500} c="blue">
|
||||||
{updateSummary.latest_version}
|
{updateSummary.latest_version}
|
||||||
</Text>
|
</Text>
|
||||||
@@ -186,16 +282,16 @@ const GeneralSection: React.FC<GeneralSectionProps> = ({ hideTitle = false }) =>
|
|||||||
loading={checkingUpdate}
|
loading={checkingUpdate}
|
||||||
leftSection={<LocalIcon icon="refresh-rounded" width="1rem" height="1rem" />}
|
leftSection={<LocalIcon icon="refresh-rounded" width="1rem" height="1rem" />}
|
||||||
>
|
>
|
||||||
{t('settings.general.updates.checkForUpdates', 'Check for Updates')}
|
{t("settings.general.updates.checkForUpdates", "Check for Updates")}
|
||||||
</Button>
|
</Button>
|
||||||
{updateSummary && (
|
{updateSummary && (
|
||||||
<Button
|
<Button
|
||||||
size="sm"
|
size="sm"
|
||||||
color={updateSummary.max_priority === 'urgent' ? 'red' : 'blue'}
|
color={updateSummary.max_priority === "urgent" ? "red" : "blue"}
|
||||||
onClick={() => setUpdateModalOpened(true)}
|
onClick={() => setUpdateModalOpened(true)}
|
||||||
leftSection={<LocalIcon icon="system-update-alt-rounded" width="1rem" height="1rem" />}
|
leftSection={<LocalIcon icon="system-update-alt-rounded" width="1rem" height="1rem" />}
|
||||||
>
|
>
|
||||||
{t('settings.general.updates.viewDetails', 'View Details')}
|
{t("settings.general.updates.viewDetails", "View Details")}
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
</Group>
|
</Group>
|
||||||
@@ -204,15 +300,15 @@ const GeneralSection: React.FC<GeneralSectionProps> = ({ hideTitle = false }) =>
|
|||||||
{updateSummary?.any_breaking && (
|
{updateSummary?.any_breaking && (
|
||||||
<Alert
|
<Alert
|
||||||
color="orange"
|
color="orange"
|
||||||
title={t('update.breakingChangesDetected', 'Breaking Changes Detected')}
|
title={t("update.breakingChangesDetected", "Breaking Changes Detected")}
|
||||||
styles={{
|
styles={{
|
||||||
title: { fontWeight: 600 }
|
title: { fontWeight: 600 },
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Text size="sm">
|
<Text size="sm">
|
||||||
{t(
|
{t(
|
||||||
'update.breakingChangesMessage',
|
"update.breakingChangesMessage",
|
||||||
'Some versions contain breaking changes. Please review the migration guides before updating.'
|
"Some versions contain breaking changes. Please review the migration guides before updating.",
|
||||||
)}
|
)}
|
||||||
</Text>
|
</Text>
|
||||||
</Alert>
|
</Alert>
|
||||||
@@ -223,87 +319,102 @@ const GeneralSection: React.FC<GeneralSectionProps> = ({ hideTitle = false }) =>
|
|||||||
|
|
||||||
<Paper withBorder p="md" radius="md">
|
<Paper withBorder p="md" radius="md">
|
||||||
<Stack gap="md">
|
<Stack gap="md">
|
||||||
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}>
|
<div style={{ display: "flex", alignItems: "center", justifyContent: "space-between" }}>
|
||||||
<div>
|
<div>
|
||||||
<Text fw={500} size="sm">
|
<Text fw={500} size="sm">
|
||||||
{t('settings.general.defaultToolPickerMode', 'Default tool picker mode')}
|
{t("settings.general.defaultToolPickerMode", "Default tool picker mode")}
|
||||||
</Text>
|
</Text>
|
||||||
<Text size="xs" c="dimmed" mt={4}>
|
<Text size="xs" c="dimmed" mt={4}>
|
||||||
{t('settings.general.defaultToolPickerModeDescription', 'Choose whether the tool picker opens in fullscreen or sidebar by default')}
|
{t(
|
||||||
|
"settings.general.defaultToolPickerModeDescription",
|
||||||
|
"Choose whether the tool picker opens in fullscreen or sidebar by default",
|
||||||
|
)}
|
||||||
</Text>
|
</Text>
|
||||||
</div>
|
</div>
|
||||||
<SegmentedControl
|
<SegmentedControl
|
||||||
value={preferences.defaultToolPanelMode}
|
value={preferences.defaultToolPanelMode}
|
||||||
onChange={(val: string) => updatePreference('defaultToolPanelMode', val as ToolPanelMode)}
|
onChange={(val: string) => updatePreference("defaultToolPanelMode", val as ToolPanelMode)}
|
||||||
data={[
|
data={[
|
||||||
{ label: t('settings.general.mode.sidebar', 'Sidebar'), value: 'sidebar' },
|
{ label: t("settings.general.mode.sidebar", "Sidebar"), value: "sidebar" },
|
||||||
{ label: t('settings.general.mode.fullscreen', 'Fullscreen'), value: 'fullscreen' },
|
{ label: t("settings.general.mode.fullscreen", "Fullscreen"), value: "fullscreen" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}>
|
<div style={{ display: "flex", alignItems: "center", justifyContent: "space-between" }}>
|
||||||
<div>
|
<div>
|
||||||
<Text fw={500} size="sm">
|
<Text fw={500} size="sm">
|
||||||
{t('settings.general.hideUnavailableTools', 'Hide unavailable tools')}
|
{t("settings.general.hideUnavailableTools", "Hide unavailable tools")}
|
||||||
</Text>
|
</Text>
|
||||||
<Text size="xs" c="dimmed" mt={4}>
|
<Text size="xs" c="dimmed" mt={4}>
|
||||||
{t('settings.general.hideUnavailableToolsDescription', 'Remove tools that have been disabled by your server instead of showing them greyed out.')}
|
{t(
|
||||||
|
"settings.general.hideUnavailableToolsDescription",
|
||||||
|
"Remove tools that have been disabled by your server instead of showing them greyed out.",
|
||||||
|
)}
|
||||||
</Text>
|
</Text>
|
||||||
</div>
|
</div>
|
||||||
<Switch
|
<Switch
|
||||||
checked={preferences.hideUnavailableTools}
|
checked={preferences.hideUnavailableTools}
|
||||||
onChange={(event) => updatePreference('hideUnavailableTools', event.currentTarget.checked)}
|
onChange={(event) => updatePreference("hideUnavailableTools", event.currentTarget.checked)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}>
|
<div style={{ display: "flex", alignItems: "center", justifyContent: "space-between" }}>
|
||||||
<div>
|
<div>
|
||||||
<Text fw={500} size="sm">
|
<Text fw={500} size="sm">
|
||||||
{t('settings.general.hideUnavailableConversions', 'Hide unavailable conversions')}
|
{t("settings.general.hideUnavailableConversions", "Hide unavailable conversions")}
|
||||||
</Text>
|
</Text>
|
||||||
<Text size="xs" c="dimmed" mt={4}>
|
<Text size="xs" c="dimmed" mt={4}>
|
||||||
{t('settings.general.hideUnavailableConversionsDescription', 'Remove disabled conversion options in the Convert tool instead of showing them greyed out.')}
|
{t(
|
||||||
|
"settings.general.hideUnavailableConversionsDescription",
|
||||||
|
"Remove disabled conversion options in the Convert tool instead of showing them greyed out.",
|
||||||
|
)}
|
||||||
</Text>
|
</Text>
|
||||||
</div>
|
</div>
|
||||||
<Switch
|
<Switch
|
||||||
checked={preferences.hideUnavailableConversions}
|
checked={preferences.hideUnavailableConversions}
|
||||||
onChange={(event) => updatePreference('hideUnavailableConversions', event.currentTarget.checked)}
|
onChange={(event) => updatePreference("hideUnavailableConversions", event.currentTarget.checked)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
label={t('settings.general.autoUnzipTooltip', 'Automatically extract ZIP files returned from API operations. Disable to keep ZIP files intact. This does not affect automation workflows.')}
|
label={t(
|
||||||
|
"settings.general.autoUnzipTooltip",
|
||||||
|
"Automatically extract ZIP files returned from API operations. Disable to keep ZIP files intact. This does not affect automation workflows.",
|
||||||
|
)}
|
||||||
multiline
|
multiline
|
||||||
w={300}
|
w={300}
|
||||||
withArrow
|
withArrow
|
||||||
>
|
>
|
||||||
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'space-between', cursor: 'help' }}>
|
<div style={{ display: "flex", alignItems: "center", justifyContent: "space-between", cursor: "help" }}>
|
||||||
<div>
|
<div>
|
||||||
<Text fw={500} size="sm">
|
<Text fw={500} size="sm">
|
||||||
{t('settings.general.autoUnzip', 'Auto-unzip API responses')}
|
{t("settings.general.autoUnzip", "Auto-unzip API responses")}
|
||||||
</Text>
|
</Text>
|
||||||
<Text size="xs" c="dimmed" mt={4}>
|
<Text size="xs" c="dimmed" mt={4}>
|
||||||
{t('settings.general.autoUnzipDescription', 'Automatically extract files from ZIP responses')}
|
{t("settings.general.autoUnzipDescription", "Automatically extract files from ZIP responses")}
|
||||||
</Text>
|
</Text>
|
||||||
</div>
|
</div>
|
||||||
<Switch
|
<Switch
|
||||||
checked={preferences.autoUnzip}
|
checked={preferences.autoUnzip}
|
||||||
onChange={(event) => updatePreference('autoUnzip', event.currentTarget.checked)}
|
onChange={(event) => updatePreference("autoUnzip", event.currentTarget.checked)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
<Tooltip
|
<Tooltip
|
||||||
label={t('settings.general.autoUnzipFileLimitTooltip', 'Only unzip if the ZIP contains this many files or fewer. Set higher to extract larger ZIPs.')}
|
label={t(
|
||||||
|
"settings.general.autoUnzipFileLimitTooltip",
|
||||||
|
"Only unzip if the ZIP contains this many files or fewer. Set higher to extract larger ZIPs.",
|
||||||
|
)}
|
||||||
multiline
|
multiline
|
||||||
w={300}
|
w={300}
|
||||||
withArrow
|
withArrow
|
||||||
>
|
>
|
||||||
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'space-between', cursor: 'help' }}>
|
<div style={{ display: "flex", alignItems: "center", justifyContent: "space-between", cursor: "help" }}>
|
||||||
<div>
|
<div>
|
||||||
<Text fw={500} size="sm">
|
<Text fw={500} size="sm">
|
||||||
{t('settings.general.autoUnzipFileLimit', 'Auto-unzip file limit')}
|
{t("settings.general.autoUnzipFileLimit", "Auto-unzip file limit")}
|
||||||
</Text>
|
</Text>
|
||||||
<Text size="xs" c="dimmed" mt={4}>
|
<Text size="xs" c="dimmed" mt={4}>
|
||||||
{t('settings.general.autoUnzipFileLimitDescription', 'Maximum number of files to extract from ZIP')}
|
{t("settings.general.autoUnzipFileLimitDescription", "Maximum number of files to extract from ZIP")}
|
||||||
</Text>
|
</Text>
|
||||||
</div>
|
</div>
|
||||||
<NumberInput
|
<NumberInput
|
||||||
@@ -311,9 +422,12 @@ const GeneralSection: React.FC<GeneralSectionProps> = ({ hideTitle = false }) =>
|
|||||||
onChange={setFileLimitInput}
|
onChange={setFileLimitInput}
|
||||||
onBlur={() => {
|
onBlur={() => {
|
||||||
const numValue = Number(fileLimitInput);
|
const numValue = Number(fileLimitInput);
|
||||||
const finalValue = (!fileLimitInput || isNaN(numValue) || numValue < 1 || numValue > 100) ? DEFAULT_AUTO_UNZIP_FILE_LIMIT : numValue;
|
const finalValue =
|
||||||
|
!fileLimitInput || isNaN(numValue) || numValue < 1 || numValue > 100
|
||||||
|
? DEFAULT_AUTO_UNZIP_FILE_LIMIT
|
||||||
|
: numValue;
|
||||||
setFileLimitInput(finalValue);
|
setFileLimitInput(finalValue);
|
||||||
updatePreference('autoUnzipFileLimit', finalValue);
|
updatePreference("autoUnzipFileLimit", finalValue);
|
||||||
}}
|
}}
|
||||||
min={1}
|
min={1}
|
||||||
max={100}
|
max={100}
|
||||||
@@ -336,7 +450,7 @@ const GeneralSection: React.FC<GeneralSectionProps> = ({ hideTitle = false }) =>
|
|||||||
machineInfo={{
|
machineInfo={{
|
||||||
machineType: config.machineType,
|
machineType: config.machineType,
|
||||||
activeSecurity: config.activeSecurity ?? false,
|
activeSecurity: config.activeSecurity ?? false,
|
||||||
licenseType: config.license ?? 'NORMAL',
|
licenseType: config.license ?? "NORMAL",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user