@getodk/web-forms 0.24.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,11 +8,27 @@ const e = {
8
8
  "odk_web_forms.cancel.label": { string: "Cancelar", developer_comment: "Generic label for a cancel action button." },
9
9
  "odk_web_forms.remove.label": { string: "Quitar", developer_comment: "Generic label for a remove action button." },
10
10
  "odk_web_forms.save.label": { string: "Guardar", developer_comment: "Generic label for a save action button." },
11
+ "common_actions.open_full_screen.description": { string: "Expandir a pantalla completa", developer_comment: "Aria-label/description for the control button that expands the view to full screen. Shared across the canvas and map components." },
12
+ "common_actions.close_full_screen.description": { string: "Salir de la pantalla completa", developer_comment: "Aria-label/description for the control button that exits full-screen mode. Shared across the canvas and map components." },
13
+ "common_actions.zoom_in.description": { string: "Acercar", developer_comment: "Aria-label/description for the control button that zooms in. Shared across the canvas and map components." },
14
+ "common_actions.zoom_out.description": { string: "Alejar", developer_comment: "Aria-label/description for the control button that zooms out. Shared across the canvas and map components." },
15
+ "common_actions.undo.description": { string: "Deshacer la última acción", developer_comment: "Aria-label/description for the control button that undoes the last action. Shared across the canvas and map components." },
16
+ "common_actions.open_info.description": { string: "Mostrar información sobre las acciones", developer_comment: "Aria-label/description for the control button that opens the info dialog listing available actions. Shared across the canvas and map components." },
17
+ "common_actions.info_dialog.title": { string: "Cómo usar esta herramienta", developer_comment: "Title shown in the header of the dialog that explains the available actions. Shared across the canvas and map components." },
11
18
  "geolocation_formatted_value.accuracy.label": { string: "Precisión: {accuracy} m,", developer_comment: "Displays the GPS accuracy in metres. {accuracy} is the numeric accuracy value." },
12
19
  "geolocation_formatted_value.latitude.label": { string: "Latitud: {latitude},", developer_comment: "Displays the GPS latitude coordinate. {latitude} is the numeric latitude value." },
13
20
  "geolocation_formatted_value.longitude.label": { string: "Longitud: {longitude}.", developer_comment: "Displays the GPS longitude coordinate. {longitude} is the numeric longitude value." },
21
+ "searchable_dropdown.select.placeholder": { string: "Seleccione la respuesta", developer_comment: "Placeholder text shown in a minimal select dropdown when no option has been selected yet." },
14
22
  "validation_message.required.error": { string: "Este campo es obligatorio.", developer_comment: "Default error shown when a required field has no value and the form designer did not specify a custom message." },
15
23
  "validation_message.constraint.error": { string: "Este campo no cumple los requisitos.", developer_comment: "Default error shown when a field's value fails a constraint and the form designer did not specify a custom message." },
24
+ "canvas_async.load_error.message": { string: "No se pudo cargar el lienzo", developer_comment: "Error message shown when the canvas component fails to load." },
25
+ "canvas_controls.exit_after_save.description": { string: "Salir de la pantalla completa, cambios guardados", developer_comment: "Explains the canvas control button that exits full-screen mode after autosave has captured the user's drawing." },
26
+ "canvas_controls.color_picker.description": { string: "Elegir un color", developer_comment: "Explains the canvas control button that opens the color picker." },
27
+ "canvas_controls.pan.description": { string: "Alternar el modo de desplazamiento", developer_comment: "Explains the canvas control button that activates or deactivates pan mode. When active, dragging moves the canvas instead of drawing." },
28
+ "canvas_controls.clear_all.description": { string: "Eliminar todos los trazos", developer_comment: "Explains the canvas control button that removes all drawn strokes." },
29
+ "canvas_block.loading_image.message": { string: "Cargando imagen...", developer_comment: "Status text shown while the background image is loading in the canvas." },
30
+ "canvas_block.load_image.error": { string: "Error al cargar la imagen.", developer_comment: "Error message shown when the background image fails to load in the canvas." },
31
+ "canvas_block.draw_instruction.message": { string: "Comience a dibujar aquí", developer_comment: "Instruction message shown in draw mode before the user has made any strokes." },
16
32
  "map_async.load_error.message": { string: "No se puede cargar el mapa", developer_comment: "Error message shown when the map component fails to load." },
17
33
  "map_block.graphics_error.title": { string: "Se detectó un problema de gráficos", developer_comment: "Title of the error shown when the browser cannot render the map due to WebGL being unavailable." },
18
34
  "map_block.graphics_error.message": { string: "Su navegador no puede mostrar el mapa en este momento. Active la configuración de aceleración de gráficos.", developer_comment: "Description of the WebGL error, instructing the user to enable hardware acceleration in their browser." },
@@ -36,13 +52,8 @@ const e = {
36
52
  "map_advanced_panel.import_data.label": { string: "Importar datos para reemplazar ubicación", developer_comment: "Label for the link that opens the import/paste dialog from the advanced panel." },
37
53
  "map_controls.zoom_fit_all.description": { string: "Mostrar todos los elementos en el mapa", developer_comment: "Aria-label for the map control button that zooms to fit all features in view." },
38
54
  "map_controls.current_location.description": { string: "Encuentre su ubicación", developer_comment: "Aria-label for the map control button that centers the map on the device's current GPS location." },
39
- "map_controls.undo.description": { string: "Deshacer última acción", developer_comment: "Aria-label for the map control button that undoes the last map edit." },
40
55
  "map_controls.delete.description": { string: "Eliminar un vértice o todos los vértices", developer_comment: "Aria-label for the map control button that deletes the selected vertex or all vertices." },
41
56
  "map_controls.open_advanced.description": { string: "Ediciones avanzadas manuales", developer_comment: "Aria-label for the map control button that opens the advanced coordinate editing panel." },
42
- "map_controls.open_full_screen.description": { string: "Expandir a pantalla completa", developer_comment: "Aria-label for the map control button that expands the map to full screen." },
43
- "map_controls.close_full_screen.description": { string: "Salir de pantalla completa", developer_comment: "Aria-label for the map control button that exits full-screen mode." },
44
- "map_controls.open_info.description": { string: "Mostrar información sobre las acciones del mapa", developer_comment: "Aria-label for the map control button that opens the info dialog listing available map actions." },
45
- "map_info_dialog.header.title": { string: "¿Cómo usar el mapa?", developer_comment: "Title shown in the header of the dialog that explains available map actions." },
46
57
  "map_properties.remove_selection.label": { string: "Quitar selección", developer_comment: "Label for the button that removes the currently saved feature selection." },
47
58
  "map_properties.save_selected.label": { string: "Guardar selección", developer_comment: "Label for the button that saves the currently selected map feature." },
48
59
  "map_status_bar.no_trace_saved.label": { string: "Ninguna linea guardada", developer_comment: "Status bar message shown when no trace (linestring) has been saved yet." },
@@ -93,8 +104,13 @@ const e = {
93
104
  "geopoint_accuracy.unknown.label": { string: "Precisión desconocida", developer_comment: "Label shown when no GPS accuracy value is available yet." },
94
105
  "upload_image_header.take_picture.label": { string: "Tomar una foto", developer_comment: "Label for the button to take a picture using the device's camera." },
95
106
  "upload_image_header.choose_image.label": { string: "Seleccionar imagen", developer_comment: "Label for the button to choose an image from the device's gallery or file system." },
107
+ "upload_image_header.annotation.label": { string: "Marcar la imagen", developer_comment: "Label for the button to open the canvas in full-screen mode for annotating the image. Only visible on mobile devices." },
108
+ "upload_image_header.draw.label": { string: "Dibujar", developer_comment: "Label for the button to open the canvas in full-screen mode for drawing. Only visible on mobile devices." },
109
+ "upload_image_header.signature.label": { string: "Capturar firma", developer_comment: "Label for the button to open the canvas in full-screen mode for capturing a signature. Only visible on mobile devices." },
96
110
  "upload_control.choose_file.label": { string: "Seleccionar archivo", developer_comment: "Label for the button to choose a file from the device. Used in the audio, video, and generic file upload headers." },
97
111
  "upload_control.drag_and_drop.placeholder": { string: "Arrastre y suelte los archivos aquí para cargarlos", developer_comment: "Placeholder text shown in the upload area when no file has been selected." },
112
+ "upload_control.no_signature.placeholder": { string: "No se capturó ninguna firma", developer_comment: "Placeholder text shown on mobile when no signature has been captured yet." },
113
+ "upload_control.no_drawing.placeholder": { string: "No se capturó ningún dibujo", developer_comment: "Placeholder text shown on mobile when no drawing has been captured yet." },
98
114
  "upload_control.file_too_large.error": { string: "El tamaño del archivo seleccionado excede el máximo permitido", developer_comment: "Error message shown when the selected file exceeds the maximum allowed size." },
99
115
  "upload_control.must_be_image.error": { string: "El archivo seleccionado debe ser una imagen", developer_comment: "Error message shown when the selected file is not an image." },
100
116
  "upload_control.must_be_video.error": { string: "El archivo seleccionado debe ser un video", developer_comment: "Error message shown when the selected file is not a video." },
@@ -8,11 +8,27 @@ const e = {
8
8
  "odk_web_forms.cancel.label": { string: "Annuler", developer_comment: "Generic label for a cancel action button." },
9
9
  "odk_web_forms.remove.label": { string: "Retirer", developer_comment: "Generic label for a remove action button." },
10
10
  "odk_web_forms.save.label": { string: "Enregistrer", developer_comment: "Generic label for a save action button." },
11
+ "common_actions.open_full_screen.description": { string: "Passer en plein écran", developer_comment: "Aria-label/description for the control button that expands the view to full screen. Shared across the canvas and map components." },
12
+ "common_actions.close_full_screen.description": { string: "Quitter le plein écran", developer_comment: "Aria-label/description for the control button that exits full-screen mode. Shared across the canvas and map components." },
13
+ "common_actions.zoom_in.description": { string: "Zoom avant", developer_comment: "Aria-label/description for the control button that zooms in. Shared across the canvas and map components." },
14
+ "common_actions.zoom_out.description": { string: "Zoom arrière", developer_comment: "Aria-label/description for the control button that zooms out. Shared across the canvas and map components." },
15
+ "common_actions.undo.description": { string: "Annuler la dernière action", developer_comment: "Aria-label/description for the control button that undoes the last action. Shared across the canvas and map components." },
16
+ "common_actions.open_info.description": { string: "Afficher les instructions", developer_comment: "Aria-label/description for the control button that opens the info dialog listing available actions. Shared across the canvas and map components." },
17
+ "common_actions.info_dialog.title": { string: "Instructions", developer_comment: "Title shown in the header of the dialog that explains the available actions. Shared across the canvas and map components." },
11
18
  "geolocation_formatted_value.accuracy.label": { string: "Précision : {accuracy} m,", developer_comment: "Displays the GPS accuracy in metres. {accuracy} is the numeric accuracy value." },
12
19
  "geolocation_formatted_value.latitude.label": { string: "Latitude : {latitude},", developer_comment: "Displays the GPS latitude coordinate. {latitude} is the numeric latitude value." },
13
20
  "geolocation_formatted_value.longitude.label": { string: "Longitude : {longitude}.", developer_comment: "Displays the GPS longitude coordinate. {longitude} is the numeric longitude value." },
21
+ "searchable_dropdown.select.placeholder": { string: "Sélectionnez la réponse", developer_comment: "Placeholder text shown in a minimal select dropdown when no option has been selected yet." },
14
22
  "validation_message.required.error": { string: "Ce champ est obligatoire.", developer_comment: "Default error shown when a required field has no value and the form designer did not specify a custom message." },
15
23
  "validation_message.constraint.error": { string: "Ne respecte pas les critères.", developer_comment: "Default error shown when a field's value fails a constraint and the form designer did not specify a custom message." },
24
+ "canvas_async.load_error.message": { string: "Impossible de charger le canevas", developer_comment: "Error message shown when the canvas component fails to load." },
25
+ "canvas_controls.exit_after_save.description": { string: "Quitter le plein écran, modifications enregistrées", developer_comment: "Explains the canvas control button that exits full-screen mode after autosave has captured the user's drawing." },
26
+ "canvas_controls.color_picker.description": { string: "Choisir une couleur", developer_comment: "Explains the canvas control button that opens the color picker." },
27
+ "canvas_controls.pan.description": { string: "Basculer le mode de déplacement", developer_comment: "Explains the canvas control button that activates or deactivates pan mode. When active, dragging moves the canvas instead of drawing." },
28
+ "canvas_controls.clear_all.description": { string: "Effacer tous les traits", developer_comment: "Explains the canvas control button that removes all drawn strokes." },
29
+ "canvas_block.loading_image.message": { string: "Chargement de l'image...", developer_comment: "Status text shown while the background image is loading in the canvas." },
30
+ "canvas_block.load_image.error": { string: "Erreur lors du chargement de l'image.", developer_comment: "Error message shown when the background image fails to load in the canvas." },
31
+ "canvas_block.draw_instruction.message": { string: "Commencez à dessiner ici", developer_comment: "Instruction message shown in draw mode before the user has made any strokes." },
16
32
  "map_async.load_error.message": { string: "Impossible de charger la carte", developer_comment: "Error message shown when the map component fails to load." },
17
33
  "map_block.graphics_error.title": { string: "Un problème d'affichage a été détecté", developer_comment: "Title of the error shown when the browser cannot render the map due to WebGL being unavailable." },
18
34
  "map_block.graphics_error.message": { string: "Votre navigateur ne peut pas afficher la carte pour le moment. Activez l'accélération matérielle dans vos paramètres.", developer_comment: "Description of the WebGL error, instructing the user to enable hardware acceleration in their browser." },
@@ -36,13 +52,8 @@ const e = {
36
52
  "map_advanced_panel.import_data.label": { string: "Importer des données pour remplacer la position", developer_comment: "Label for the link that opens the import/paste dialog from the advanced panel." },
37
53
  "map_controls.zoom_fit_all.description": { string: "Afficher tous les éléments sur la carte", developer_comment: "Aria-label for the map control button that zooms to fit all features in view." },
38
54
  "map_controls.current_location.description": { string: "Trouver votre position", developer_comment: "Aria-label for the map control button that centers the map on the device's current GPS location." },
39
- "map_controls.undo.description": { string: "Annuler la dernière action", developer_comment: "Aria-label for the map control button that undoes the last map edit." },
40
55
  "map_controls.delete.description": { string: "Supprimer un sommet ou tous les sommets", developer_comment: "Aria-label for the map control button that deletes the selected vertex or all vertices." },
41
56
  "map_controls.open_advanced.description": { string: "Modifications manuelles avancées", developer_comment: "Aria-label for the map control button that opens the advanced coordinate editing panel." },
42
- "map_controls.open_full_screen.description": { string: "Passer en plein écran", developer_comment: "Aria-label for the map control button that expands the map to full screen." },
43
- "map_controls.close_full_screen.description": { string: "Quitter le plein écran", developer_comment: "Aria-label for the map control button that exits full-screen mode." },
44
- "map_controls.open_info.description": { string: "Afficher les informations sur les actions de la carte", developer_comment: "Aria-label for the map control button that opens the info dialog listing available map actions." },
45
- "map_info_dialog.header.title": { string: "Comment utiliser la carte ?", developer_comment: "Title shown in the header of the dialog that explains available map actions." },
46
57
  "map_properties.remove_selection.label": { string: "Annuler la sélection", developer_comment: "Label for the button that removes the currently saved feature selection." },
47
58
  "map_properties.save_selected.label": { string: "Enregistrer la sélection", developer_comment: "Label for the button that saves the currently selected map feature." },
48
59
  "map_status_bar.no_trace_saved.label": { string: "Aucun tracé enregistré", developer_comment: "Status bar message shown when no trace (linestring) has been saved yet." },
@@ -93,8 +104,13 @@ const e = {
93
104
  "geopoint_accuracy.unknown.label": { string: "Précision inconnue", developer_comment: "Label shown when no GPS accuracy value is available yet." },
94
105
  "upload_image_header.take_picture.label": { string: "Prendre une photo", developer_comment: "Label for the button to take a picture using the device's camera." },
95
106
  "upload_image_header.choose_image.label": { string: "Sélectionner une image", developer_comment: "Label for the button to choose an image from the device's gallery or file system." },
107
+ "upload_image_header.annotation.label": { string: "Annoter l'image", developer_comment: "Label for the button to open the canvas in full-screen mode for annotating the image. Only visible on mobile devices." },
108
+ "upload_image_header.draw.label": { string: "Dessiner", developer_comment: "Label for the button to open the canvas in full-screen mode for drawing. Only visible on mobile devices." },
109
+ "upload_image_header.signature.label": { string: "Capturer la signature", developer_comment: "Label for the button to open the canvas in full-screen mode for capturing a signature. Only visible on mobile devices." },
96
110
  "upload_control.choose_file.label": { string: "Sélectionner un fichier", developer_comment: "Label for the button to choose a file from the device. Used in the audio, video, and generic file upload headers." },
97
111
  "upload_control.drag_and_drop.placeholder": { string: "Glissez et déposez les fichiers ici pour les importer", developer_comment: "Placeholder text shown in the upload area when no file has been selected." },
112
+ "upload_control.no_signature.placeholder": { string: "Aucune signature capturée", developer_comment: "Placeholder text shown on mobile when no signature has been captured yet." },
113
+ "upload_control.no_drawing.placeholder": { string: "Aucun dessin capturé", developer_comment: "Placeholder text shown on mobile when no drawing has been captured yet." },
98
114
  "upload_control.file_too_large.error": { string: "La taille du fichier sélectionné dépasse le maximum autorisé", developer_comment: "Error message shown when the selected file exceeds the maximum allowed size." },
99
115
  "upload_control.must_be_image.error": { string: "Le fichier sélectionné doit être une image", developer_comment: "Error message shown when the selected file is not an image." },
100
116
  "upload_control.must_be_video.error": { string: "Le fichier sélectionné doit être une vidéo", developer_comment: "Error message shown when the selected file is not a video." },
@@ -8,11 +8,27 @@ const e = {
8
8
  "odk_web_forms.cancel.label": { string: "Batal", developer_comment: "Generic label for a cancel action button." },
9
9
  "odk_web_forms.remove.label": { string: "Keluarkan", developer_comment: "Generic label for a remove action button." },
10
10
  "odk_web_forms.save.label": { string: "Simpan", developer_comment: "Generic label for a save action button." },
11
+ "common_actions.open_full_screen.description": { string: "Perluas ke layar penuh", developer_comment: "Aria-label/description for the control button that expands the view to full screen. Shared across the canvas and map components." },
12
+ "common_actions.close_full_screen.description": { string: "Keluar dari layar penuh", developer_comment: "Aria-label/description for the control button that exits full-screen mode. Shared across the canvas and map components." },
13
+ "common_actions.zoom_in.description": { string: "Perbesar", developer_comment: "Aria-label/description for the control button that zooms in. Shared across the canvas and map components." },
14
+ "common_actions.zoom_out.description": { string: "Perkecil", developer_comment: "Aria-label/description for the control button that zooms out. Shared across the canvas and map components." },
15
+ "common_actions.undo.description": { string: "Batalkan tindakan terakhir", developer_comment: "Aria-label/description for the control button that undoes the last action. Shared across the canvas and map components." },
16
+ "common_actions.open_info.description": { string: "Tampilkan informasi tindakan", developer_comment: "Aria-label/description for the control button that opens the info dialog listing available actions. Shared across the canvas and map components." },
17
+ "common_actions.info_dialog.title": { string: "Cara menggunakan alat ini", developer_comment: "Title shown in the header of the dialog that explains the available actions. Shared across the canvas and map components." },
11
18
  "geolocation_formatted_value.accuracy.label": { string: "Akurasi: {accuracy} m,", developer_comment: "Displays the GPS accuracy in metres. {accuracy} is the numeric accuracy value." },
12
19
  "geolocation_formatted_value.latitude.label": { string: "Lintang: {latitude},", developer_comment: "Displays the GPS latitude coordinate. {latitude} is the numeric latitude value." },
13
20
  "geolocation_formatted_value.longitude.label": { string: "Bujur: {longitude}.", developer_comment: "Displays the GPS longitude coordinate. {longitude} is the numeric longitude value." },
21
+ "searchable_dropdown.select.placeholder": { string: "Pilih jawaban", developer_comment: "Placeholder text shown in a minimal select dropdown when no option has been selected yet." },
14
22
  "validation_message.required.error": { string: "Bidang ini wajib diisi.", developer_comment: "Default error shown when a required field has no value and the form designer did not specify a custom message." },
15
23
  "validation_message.constraint.error": { string: "Tidak memenuhi syarat.", developer_comment: "Default error shown when a field's value fails a constraint and the form designer did not specify a custom message." },
24
+ "canvas_async.load_error.message": { string: "Tidak dapat memuat kanvas", developer_comment: "Error message shown when the canvas component fails to load." },
25
+ "canvas_controls.exit_after_save.description": { string: "Keluar dari layar penuh, perubahan disimpan", developer_comment: "Explains the canvas control button that exits full-screen mode after autosave has captured the user's drawing." },
26
+ "canvas_controls.color_picker.description": { string: "Pilih warna", developer_comment: "Explains the canvas control button that opens the color picker." },
27
+ "canvas_controls.pan.description": { string: "Ganti mode geser", developer_comment: "Explains the canvas control button that activates or deactivates pan mode. When active, dragging moves the canvas instead of drawing." },
28
+ "canvas_controls.clear_all.description": { string: "Hapus semua goresan", developer_comment: "Explains the canvas control button that removes all drawn strokes." },
29
+ "canvas_block.loading_image.message": { string: "Memuat gambar...", developer_comment: "Status text shown while the background image is loading in the canvas." },
30
+ "canvas_block.load_image.error": { string: "Gagal memuat gambar.", developer_comment: "Error message shown when the background image fails to load in the canvas." },
31
+ "canvas_block.draw_instruction.message": { string: "Mulai menggambar di sini", developer_comment: "Instruction message shown in draw mode before the user has made any strokes." },
16
32
  "map_async.load_error.message": { string: "Tidak dapat memuat peta", developer_comment: "Error message shown when the map component fails to load." },
17
33
  "map_block.graphics_error.title": { string: "Masalah grafis terdeteksi", developer_comment: "Title of the error shown when the browser cannot render the map due to WebGL being unavailable." },
18
34
  "map_block.graphics_error.message": { string: "Browser Anda tidak dapat menampilkan peta saat ini. Aktifkan pengaturan akselerasi perangkat keras.", developer_comment: "Description of the WebGL error, instructing the user to enable hardware acceleration in their browser." },
@@ -36,13 +52,8 @@ const e = {
36
52
  "map_advanced_panel.import_data.label": { string: "Impor data untuk mengganti lokasi", developer_comment: "Label for the link that opens the import/paste dialog from the advanced panel." },
37
53
  "map_controls.zoom_fit_all.description": { string: "Tampilkan semua elemen di peta", developer_comment: "Aria-label for the map control button that zooms to fit all features in view." },
38
54
  "map_controls.current_location.description": { string: "Temukan lokasi Anda", developer_comment: "Aria-label for the map control button that centers the map on the device's current GPS location." },
39
- "map_controls.undo.description": { string: "Urungkan tindakan terakhir", developer_comment: "Aria-label for the map control button that undoes the last map edit." },
40
55
  "map_controls.delete.description": { string: "Hapus satu titik sudut atau semua titik sudut", developer_comment: "Aria-label for the map control button that deletes the selected vertex or all vertices." },
41
56
  "map_controls.open_advanced.description": { string: "Pengeditan manual lanjutan", developer_comment: "Aria-label for the map control button that opens the advanced coordinate editing panel." },
42
- "map_controls.open_full_screen.description": { string: "Perluas ke layar penuh", developer_comment: "Aria-label for the map control button that expands the map to full screen." },
43
- "map_controls.close_full_screen.description": { string: "Keluar dari layar penuh", developer_comment: "Aria-label for the map control button that exits full-screen mode." },
44
- "map_controls.open_info.description": { string: "Tampilkan informasi tentang tindakan peta", developer_comment: "Aria-label for the map control button that opens the info dialog listing available map actions." },
45
- "map_info_dialog.header.title": { string: "Bagaimana cara menggunakan peta?", developer_comment: "Title shown in the header of the dialog that explains available map actions." },
46
57
  "map_properties.remove_selection.label": { string: "Hapus pilihan", developer_comment: "Label for the button that removes the currently saved feature selection." },
47
58
  "map_properties.save_selected.label": { string: "Simpan pilihan", developer_comment: "Label for the button that saves the currently selected map feature." },
48
59
  "map_status_bar.no_trace_saved.label": { string: "Belum ada garis yang disimpan", developer_comment: "Status bar message shown when no trace (linestring) has been saved yet." },
@@ -93,8 +104,13 @@ const e = {
93
104
  "geopoint_accuracy.unknown.label": { string: "Akurasi tidak diketahui", developer_comment: "Label shown when no GPS accuracy value is available yet." },
94
105
  "upload_image_header.take_picture.label": { string: "Ambil gambar", developer_comment: "Label for the button to take a picture using the device's camera." },
95
106
  "upload_image_header.choose_image.label": { string: "Pilih gambar", developer_comment: "Label for the button to choose an image from the device's gallery or file system." },
107
+ "upload_image_header.annotation.label": { string: "Tandai gambar", developer_comment: "Label for the button to open the canvas in full-screen mode for annotating the image. Only visible on mobile devices." },
108
+ "upload_image_header.draw.label": { string: "Sketsa", developer_comment: "Label for the button to open the canvas in full-screen mode for drawing. Only visible on mobile devices." },
109
+ "upload_image_header.signature.label": { string: "Ambil tanda tangan", developer_comment: "Label for the button to open the canvas in full-screen mode for capturing a signature. Only visible on mobile devices." },
96
110
  "upload_control.choose_file.label": { string: "Pilih file", developer_comment: "Label for the button to choose a file from the device. Used in the audio, video, and generic file upload headers." },
97
111
  "upload_control.drag_and_drop.placeholder": { string: "Tarik dan lepas file di sini untuk mengunggah", developer_comment: "Placeholder text shown in the upload area when no file has been selected." },
112
+ "upload_control.no_signature.placeholder": { string: "Tidak ada tanda tangan yang diambil", developer_comment: "Placeholder text shown on mobile when no signature has been captured yet." },
113
+ "upload_control.no_drawing.placeholder": { string: "Tidak ada gambar yang diambil", developer_comment: "Placeholder text shown on mobile when no drawing has been captured yet." },
98
114
  "upload_control.file_too_large.error": { string: "Ukuran file yang dipilih melebihi batas maksimum yang diizinkan", developer_comment: "Error message shown when the selected file exceeds the maximum allowed size." },
99
115
  "upload_control.must_be_image.error": { string: "File yang dipilih harus berupa gambar", developer_comment: "Error message shown when the selected file is not an image." },
100
116
  "upload_control.must_be_video.error": { string: "File yang dipilih harus berupa video", developer_comment: "Error message shown when the selected file is not a video." },