Skip to content

Commit

Permalink
feat: tip remote updates are disabled due to browser limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jan 15, 2023
1 parent 3c38f6b commit 99ba987
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/js/options/views/Setting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="setting-input" v-if="defaultConfig.enableRemoteRules">
<el-button style="" size="medium" @click="refreshRu" :disabled="refreshDisabled">{{ refreshDisabled ? $i18n.t('updating') : $i18n.t('update now') }}</el-button><el-progress :text-inside="true" :stroke-width="20" :percentage="percentage"></el-progress><span class="time">{{ time }} {{ $i18n.t('before update') }}, {{ leftTime }} {{ $i18n.t('after automatic update') }}</span>
</div>
<div class="setting-name" v-if="!defaultConfig.enableRemoteRules">{{ $i18n.t('enable remote rules') }}</div>
<div class="setting-name" v-if="!defaultConfig.enableRemoteRules">{{ $i18n.t('remote updates are disabled due to browser limitations') }}</div>
</div>
<div class="subtitle">{{ $i18n.t('one-click subscription') }}</div>
<div class="setting-item">
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"update now": "Update Now",
"before update": "before update",
"after automatic update": "after automatic update",
"enable remote rules": "Enable remote rules",
"remote updates are disabled due to browser limitations": "Remote updates are disabled due to browser limitations",
"enter rsshub domain": "Please enter your RSSHub domain name, leave it blank to use the official domain name",
"for more rules join us": "For more rules support, <a target=\"_blank\" href=\"https://docs.rsshub.app/en/joinus/quick-start.html\">join us</a>!",
"general": "General",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"current site RSSHub": "RSSHub para website actual",
"documentation": "Info",
"enable": "Activar",
"enable remote rules": "Habilitar reglas remotas",
"remote updates are disabled due to browser limitations": "Las actualizaciones remotas están desactivadas debido a las limitaciones del navegador",
"enter rsshub domain": "Introduce to dominio de RSSHub, deja el espacio en blanco para utilizar el dominio oficial",
"for more rules join us": "Para más reglas <a target=\"_blank\" href=\"https://docs.rsshub.app/en/joinus/quick-start.html\">únete</a>!",
"general": "General",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/eu.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"current site RSSHub": "Gune honetarako RSSHub-ak",
"documentation": "Info",
"enable": "Gaitu",
"enable remote rules": "Hurruneko arauak gaitu",
"remote updates are disabled due to browser limitations": "Urruneko eguneraketak desgaituta daude arakatzailearen mugak direla eta",
"enter rsshub domain": "Mesedez sartu zure RSSHub domeinua, domeinu ofiziala erabiltzeko utzi zuriz",
"for more rules join us": "Arau gehiago jasatzeko <a target=\"_blank\" href=\"https://docs.rsshub.app/en/joinus/quick-start.html\">batu zaitez</a>!",
"general": "Orokorra",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"current site RSSHub": "RSSHub para o site atual",
"documentation": "Informação",
"enable": "Habilitar",
"enable remote rules": "Desabilitar regras remotas",
"remote updates are disabled due to browser limitations": "As actualizações remotas são desactivadas devido a limitações do navegador",
"enter rsshub domain": "Por favor insira o seu nome de domínio RSSHub, deixe em branco para usar o nome de domínio oficial",
"for more rules join us": "Para suporte a mais regras, <a target=\"_blank\" href=\"https://docs.rsshub.app/en/joinus/quick-start.html\">junte-se a nós</a>!",
"general": "Geral",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"update now": "立即更新",
"before update": "前更新",
"after automatic update": "后自动更新",
"enable remote rules": "远程更新被禁用",
"remote updates are disabled due to browser limitations": "由于浏览器限制,远程更新被禁用",
"enter rsshub domain": "请输入你的 RSSHub 域名,留空使用官方域名",
"for more rules join us": "更多规则支持中,快来<a target=\"_blank\" href=\"https://docs.rsshub.app/joinus/quick-start.html\">参与我们</a>吧!",
"general": "常规",
Expand Down

0 comments on commit 99ba987

Please sign in to comment.