Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved handling of HTTP response errors #152

Merged
merged 12 commits into from
Nov 9, 2023
Prev Previous commit
Next Next commit
i18n for timeout messages
  • Loading branch information
dotasek committed Nov 7, 2023
commit 2815fc25e7e48bf10fa9a3d663779a9da6f40ad1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"manual_entry_title" : "Code",
"manual_entry_error" : "Bitte geben Sie etwas zum Validieren an.",
"manual_entry_cannot_parse_exception" : "Der eingegebene Text kann nicht als gültiges JSON/XML geparst werden.",
"manual_entry_timeout_exception" : "Validation timed out. Please wait 30 seconds and try again. -German",
"validate_button" : "Validieren",
"upload_resources_heading" : "Ressourcen Hochladen",
"upload_files_title" : "Hochgeladene Dateien",
Expand Down
1 change: 1 addition & 0 deletions src/commonMain/resources/static-content/polyglot/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"manual_entry_place_holder" : "Enter Resource Manually...",
"manual_entry_title" : "Code",
"manual_entry_error" : "Please enter something to validate.",
"manual_entry_timeout_exception" : "Validation timed out. Please wait 30 seconds and try again.",
"manual_entry_cannot_parse_exception" : "Cannot parse entered text as valid JSON/XML.",
"validate_button" : "Validate",
"upload_resources_heading" : "Upload Resources",
Expand Down
1 change: 1 addition & 0 deletions src/commonMain/resources/static-content/polyglot/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"manual_entry_title": "Código",
"manual_entry_error": "Por favor ingrese algo para validar.",
"manual_entry_cannot_parse_exception": "No se pudo analizar el texto ingresado como JSON o XML.",
"manual_entry_timeout_exception" : "Validation timed out. Please wait 30 seconds and try again. -Spanish",
"validate_button": "Validar",
"upload_resources_heading": "Cargar Recursos",
"upload_files_title": "Cargar Archivos",
Expand Down