inventory / sebn_inventory_app / lib / l10n / intl_en.arb
intl_en.arb
Raw
{
    "singInAppTitle": "Inventory application",
    "signInTitle": "Sign-in",
    "signInusernameLabel": "Username",
    "signInusernamePassword": "Password",
    "signInButton": "Sign in",
    "signInQRcodeTitleForWebOnly": "Download Android app",
    "errorServerError": "ServerError",
    "errorUsernameInvalid": "Invalid username! Use domain credentials, like Name.Surname",
    "errorShortPassword": "Short password, required minimum {lenght} symbols!",
    "connectivityChecking": "checking connection",
    "connectivityConnected": "connected to server",
    "fetchingBranches": "fetching branches",
    "connectivityDisconnected": "no connection to inventory server!",
    "branchNotSelected": "Select branch!",
    "scanWidgetTitle": "Scan code",
    "scanWidgetBtnRescanHint": "Rescan",
    "scanWidgetBtnAcceptHint": "Approve",
    "scanWidgetBtnCloseHint": "Close",
    "mainBranchDropDownHint": "Choose your location!",
    "mainNoInventoryStatus": "No active inventory!",
    "tabsInventoryNoInventoryMessage": "No active inventory, entry is disabled",
    "tabsInventoryTabTitle": "Inventory",
    "tabsHistoryTabTitle": "History",
    "labelFormText": "Enter label",
    "labelbtnChangeLabel": "Edit initial label",
    "labelFormTextError": "Invalid label!",
    "labelFormHelperText": "First label from batch to start inventory",
    "invNbrFormText": "Enter inventory number",
    "invNbrFormTextError": "Invalid inventory number! Must be {maxLenght} numbers.",
    "invNbrFormHelperText": "current label: {currentLabel}.",
    "serialNbrFormText": "Enter serial number",
    "serialNbrFormTextError": "Invalid serial number! Maximum lenght {maxLenght}.",
    "serialNbrFormHelperText": "current label: {currentLabel}.",
    "invButtonSwitchText": "Search by inventory number",
    "invButtonAddUnknownItem": "Inventory unknown item",
    "serialButtonSwitchText": "Search by serial",
    "sapResultTotalItemsTitle": "Found {resultLenght} items.",
    "sapResultTotalItemsTitleMore": "Found more than {resultLenght} items.",
    "sapResultNotFindItemsTitle": "No items found.",
    "sapResultServerErrorTitle": "Server error!",
    "sapResultCardSerialTitle": "Serial number:",
    "sapResultCardNoInventoryNbr": "No inventory!",
    "inventoryItemEditPageTitleForNew": "Create",
    "inventoryItemEditPageTitleForEdit": "Verify and edit",
    "inventoryItemEditPageNameFormText": "Enter item name",
    "inventoryItemEditPageNameFormError": "Invalid item name! Maximum lenght {maxLenght}.",
    "inventoryItemEditPageEmptyNameFormError": "Item name cannot be empty!",
    "inventoryItemEditPageDescriptionFormText": "Enter item description",
    "inventoryItemEditPageDescriptionFormError": "Invalid item description! Maximum lenght {maxLenght}.",
    "inventoryItemEditPageLabelText": "Current label",
    "inventoryItemEditPageSendButtonText": "Send",
    "inventoryItemEditPageVerifyError": "Not all fields verified!",
    "inventoryItemEditPageAreaError": "Area not selected!",
    "mainSuccessInventFlushbarTitle": "Item inventoried",
    "mainSuccessInventFlushbarText": "{inventoryNbr}, {itemName}",
    "mainFailedBadRequestInventFlushbarText": "Bad request!",
    "mainFailedSaveToCacheInventFlushbarText": "Server not responding, item saved locally",
    "historyTitleText": "Total {lenght} items in history",
    "historyResendButtonText": "Re-send {lenght} items",
    "historyDismissWarning": "You cant delete sended items!",
    "undecryptableDatabaseFailure": "Impossible to decrypt the database. The database will be recreated, all data will be deleted!",
    "undecryptableDatabaseFailureWeb": "Impossible to decrypt the database. Clean cookies to remove database from browser",
    "undecryptableDatabaseButton": "Delete database and close app",
    "undecryptableDatabaseButtonWeb": "Close app",
    "updatePageTextTitle": "Update found!",
    "updatePageTextAdditionalinfo": "Аpplication will ask for permission to access the storage to download the update  file, and it will also need to allow installation from unknown sources",
    "updatePageButton": "Download update",
    "test": "TEST22222"
}