Ignore:
Timestamp:
2021-12-10T14:40:29+13:00 (2 years ago)
Author:
cstephen
Message:

Update translations

Location:
main/trunk/model-interfaces-dev/atea
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/ocr/src/components/MainPage.vue

    r35798 r35800  
    7979                }
    8080
     81                const that = this;
    8182                this.ocrInProgress = true;
    8283                const longTimeout = setTimeout(function() {
    83                     SnackController.addSnack("This is taking longer than expected! Please, sit tight.", 8000);
     84                    SnackController.addSnack(that.translations.get("MainPage_DelayedOcrMessage"), 8000);
    8485                }, 10000);
    8586
  • main/trunk/model-interfaces-dev/atea/resources/interface_atea.properties

    r35799 r35800  
    5353atea.ocr.MainPage_PerformOCR=Perform OCR
    5454atea.ocr.MainPage_Upload=Upload an image
     55atea.ocr.MainPage_DelayedOcrMessage=This is taking longer than expected! Please sit tight.
    5556
    5657atea.ocr.OcrImageDisplay_ShowThresholdedImage=Show Thresholded Image
  • main/trunk/model-interfaces-dev/atea/resources/interface_atea_mi.properties

    r35799 r35800  
    5353atea.ocr.MainPage_PerformOCR=Whakahohe OCR
    5454atea.ocr.MainPage_Upload=Tukuna he āhua
     55atea.ocr.MainPage_DelayedOcrMessage=Kei te roa ake tēnei i te mea e tÅ«manakohia ana. Tatari koa!
    5556
    5657atea.ocr.OcrImageDisplay_ShowThresholdedImage=Whakaatuhia te atahanga kua tatau
Note: See TracChangeset for help on using the changeset viewer.