SETTINGS.TITLE
SETTINGS.TITLE
SETTINGS.DISPLAY_DIVIDER
COMMON.LANGUAGE
{{ locale.value }}
MENU.ACCOUNT
SETTINGS.EXPERT_MODE
@if (expertMode) {
SETTINGS.DURATION_BETWEEN_UD_CLAIM
@for (period of redeemPeriodOptions; track period.key) {
{{ period.i18nKey }}
}
}
COMMON.BTN_RELATIVE_UNIT
SETTINGS.NETWORK_SETTINGS
SETTINGS.PEER
{{ peer }}
...
SETTINGS.INDEXER
{{ indexer }}
...
SETTINGS.POD
{{ pod }}
...
SETTINGS.IPFS
{{ ipfsGateway }}
...
SETTINGS.AUTHENTICATION_SETTINGS
SETTINGS.KEEP_AUTH
{{ item.label | translate: { value: item.labelParam } }}
COMMON.BTN_CANCEL
SETTINGS.POPUP_PEER.BTN_SHOW_LIST
PEER.CUSTOM_PEER
{{ peer }}
@if (property && peer === this[property]) {
}
@if (!mobile) {
COMMON.BTN_CANCEL
}