Ignore:
Timestamp:
2021-11-24T15:17:22+13:00 (2 years ago)
Author:
cstephen
Message:

Update language strings

File:
1 edited

Legend:

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

    r35746 r35747  
    88            <span class="heading1">{{ translations.get("Title") }}</span>
    99            <span class="material-icons mdi-xl">upload_file</span>
    10             <span>Upload an image/PDF</span>
     10            <span>{{ translations.get("MainPage_Upload") }}</span>
    1111        </div>
    1212
     
    1515                <button class="btn-primary" @click="doOcr" :disabled="ocrInProgress">
    1616                    <span class="material-icons">play_arrow</span>
    17                     <span>{{ translations.get("Main_PerformOCR") }}</span>
     17                    <span>{{ translations.get("MainPage_PerformOCR") }}</span>
    1818                </button>
    1919
    2020                <button class="btn-primary" @click="showEditor = true" :disabled="ocrInProgress">
    2121                    <span class="material-icons">edit</span>
    22                     <span>Edit Image</span>
     22                    <span>{{ translations.get("MainPage_EditImage") }}</span>
    2323                </button>
    2424
    2525                <button class="btn-primary" @click="reset" :disabled="ocrInProgress">
    2626                    <span class="material-icons">restart_alt</span>
    27                     <span>New</span>
     27                    <span>{{ translations.get("MainPage_NewImage") }}</span>
    2828                </button>
    2929
Note: See TracChangeset for help on using the changeset viewer.