Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
PoltoS committed Apr 11, 2024
1 parent 6a6156f commit b6468a6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/controller_ui_lang_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ const controller_lang_en:ControllerUiLangClassList =
[ControllerUiLangClassId.TABLE_NAME_REGION]: "Region:",
[ControllerUiLangClassId.TABLE_NAME_REGION_TITLE]: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
[ControllerUiLangClassId.TABLE_NAME_REGION_SELECT_TITLE]: "Select region",
[ControllerUiLangClassId.TABLE_NAME_REGION_BUTTON]: "Apple",
[ControllerUiLangClassId.TABLE_NAME_REGION_BUTTON_TITLE]: "Apple select region",
[ControllerUiLangClassId.TABLE_NAME_REGION_BUTTON]: "Apply",
[ControllerUiLangClassId.TABLE_NAME_REGION_BUTTON_TITLE]: "Apply the selected region",
[ControllerUiLangClassId.TABLE_NAME_RESET_DEFAULT]: "Reset default:",
[ControllerUiLangClassId.TABLE_NAME_RESET_DEFAULT_TITLE]: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
[ControllerUiLangClassId.TABLE_NAME_RESET_DEFAULT_BUTTON]: "Reset",
[ControllerUiLangClassId.TABLE_NAME_RESET_DEFAULT_BUTTON_TITLE]: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
[ControllerUiLangClassId.TABLE_NAME_POWER]: "Power:",
[ControllerUiLangClassId.TABLE_NAME_POWER]: "TX power level:",
[ControllerUiLangClassId.TABLE_NAME_POWER_TITLE]: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
[ControllerUiLangClassId.TABLE_NAME_POWER_SELECT_TITLE]: "Select power",
[ControllerUiLangClassId.TABLE_NAME_POWER_BUTTON]: "Apple",
[ControllerUiLangClassId.TABLE_NAME_POWER_BUTTON_TITLE]: "Apple select power",
[ControllerUiLangClassId.TABLE_NAME_POWER_SELECT_TITLE]: "Select the TX power level",
[ControllerUiLangClassId.TABLE_NAME_POWER_BUTTON]: "Apply",
[ControllerUiLangClassId.TABLE_NAME_POWER_BUTTON_TITLE]: "Apply the selected TX power",
[ControllerUiLangClassId.TABLE_NAME_UPDATE_FINWARE_BUTTON]: "Update",
[ControllerUiLangClassId.TABLE_NAME_UPDATE_FINWARE_BUTTON_TITLE]: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
[ControllerUiLangClassId.TABLE_NAME_UPDATE_BOOTLOADER_BUTTON]: "Update",
[ControllerUiLangClassId.TABLE_NAME_UPDATE_BOOTLOADER_BUTTON_TITLE]: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
[ControllerUiLangClassId.TABLE_NAME_LICENSE_UUID]: "Uuid:",
[ControllerUiLangClassId.TABLE_NAME_LICENSE_UUID]: "UUID:",
[ControllerUiLangClassId.TABLE_NAME_LICENSE_UUID_TITLE]: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
[ControllerUiLangClassId.TABLE_NAME_LICENSE_MORE_OPTIONS]: "More options:",
[ControllerUiLangClassId.TABLE_NAME_LICENSE_MORE_OPTIONS_TITLE]: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
Expand All @@ -61,7 +61,7 @@ const controller_lang_en:ControllerUiLangClassList =
[ControllerUiLangClassId.TABLE_NAME_UPDATE_FINWARE]: 'Finware:',
[ControllerUiLangClassId.TABLE_NAME_UPDATE_FINWARE_TITLE]: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
[ControllerUiLangClassId.TABLE_NAME_UPDATE_FINWARE_SELECT_TITLE]: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
[ControllerUiLangClassId.TABLE_NAME_UPDATE_NOT_UPDATE_SELECT_TITLE]: "Not update",
[ControllerUiLangClassId.TABLE_NAME_UPDATE_NOT_UPDATE_SELECT_TITLE]: "Not updated",
[ControllerUiLangClassId.TABLE_NAME_UPDATE_BOOTLOADER]: 'Bootloader:',
[ControllerUiLangClassId.TABLE_NAME_UPDATE_BOOTLOADER_TITLE]: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
[ControllerUiLangClassId.TABLE_NAME_UPDATE_BOOTLOADER_SELECT_TITLE]: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
Expand All @@ -78,8 +78,8 @@ const controller_lang_en:ControllerUiLangClassList =
[ControllerUiLangClassId.LOG_XHR_TIMEOUT]: "Internet request {{url}} - timeout",
[ControllerUiLangClassId.LOG_XHR_ERROR]: "Internet request {{url}} - error",
[ControllerUiLangClassId.LOG_XHR_INVALID_DATA]: "Internet request {{url}} - invalid data",
[ControllerUiLangClassId.BUTTON_COPY_TEXT]: "Copy",
[ControllerUiLangClassId.BUTTON_COPY_TEXT]: "Copy log",
[ControllerUiLangClassId.BUTTON_COPY_TITLE]: "Copy the log to clipboard",
[ControllerUiLangClassId.BUTTON_CLOSE_TEXT]: "Close",
[ControllerUiLangClassId.BUTTON_CLOSE_TITLE]: "Closes and stops working with the com port",
[ControllerUiLangClassId.BUTTON_CLOSE_TITLE]: "Closes and stops working with the port",
};

0 comments on commit b6468a6

Please sign in to comment.