You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/en.ts
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1835,17 +1835,16 @@ const message = {
1835
1835
noUpgrade: 'It is currently the latest version',
1836
1836
versionHelper:
1837
1837
'Name rules: [major version].[functional version].[Bug fix version], as shown in the following example:',
1838
-
versionHelper1: 'v1.0.1 is a Bug fix after v1.0.0',
1839
-
versionHelper2: 'v1.1.0 is a feature release after v1.0.0',
1838
+
rollbackLocalHelper:
1839
+
'The primary node does not support direct rollback. Please manually execute the [1pctl restore] command to rollback!',
1840
1840
upgradeCheck: 'Check for updates',
1841
1841
upgradeNotes: 'Release note',
1842
1842
upgradeNow: 'Upgrade now',
1843
1843
source: 'Download source',
1844
-
hasNewVersion: 'New version Available',
1845
-
versionHigher:
1846
-
'Detected that node {0} version is higher than the main node, switching is not supported at this time. Please upgrade the main node system version and try again!',
1847
-
versionLower:
1848
-
'Detected that node {0} version is lower than the main node, switching is not supported at this time. Please upgrade the system version of this node and try again!',
1844
+
versionNotSame:
1845
+
'The version of this node does not match the primary node. Switching is not supported at this time. Please check and try again!',
1846
+
versionCompare:
1847
+
'Detected that node {0} is already at the latest upgradable version. Please check the primary node version and try again!',
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/ms.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1797,10 +1797,16 @@ const message = {
1797
1797
'Pulangkan semula pemulihan ini akan menggantikan semua fail dari pemulihan ini, dan mungkin memerlukan mulakan semula perkhidmatan Docker dan 1Panel. Adakah anda mahu meneruskan?',
1798
1798
1799
1799
upgradeHelper: 'Kemas kini memerlukan mulakan semula perkhidmatan 1Panel. Adakah anda mahu meneruskan?',
1800
+
rollbackLocalHelper:
1801
+
'Nod utama tidak menyokong rollback secara langsung. Sila laksanakan arahan [1pctl restore] secara manual untuk rollback!',
1800
1802
noUpgrade: 'Ia adalah versi terbaru pada masa ini',
1801
1803
upgradeNotes: 'Nota pelepasan',
1802
1804
upgradeNow: 'Kemas kini sekarang',
1803
1805
source: 'Sumber muat turun',
1806
+
versionNotSame:
1807
+
'Versi nod ini tidak sepadan dengan nod utama. Penukaran tidak disokong buat masa ini. Sila periksa dan cuba lagi!',
1808
+
versionCompare:
1809
+
'Nod {0} telah berada pada versi terkini yang boleh dinaik taraf. Sila periksa versi nod utama dan cuba lagi!',
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/pt-br.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1782,10 +1782,16 @@ const message = {
1782
1782
'Reverter essa recuperação substituirá todos os arquivos dessa recuperação e pode exigir reiniciar os serviços Docker e 1Panel. Você deseja continuar?',
1783
1783
1784
1784
upgradeHelper: 'A atualização requer reiniciar o serviço 1Panel. Você deseja continuar?',
1785
+
rollbackLocalHelper:
1786
+
'O nó principal não suporta rollback direto. Por favor, execute manualmente o comando [1pctl restore] para fazer o rollback!',
1785
1787
noUpgrade: 'Esta é a versão mais recente',
1786
1788
upgradeNotes: 'Notas de versão',
1787
1789
upgradeNow: 'Atualizar agora',
1788
1790
source: 'Fonte para download',
1791
+
versionNotSame:
1792
+
'A versão deste nó não corresponde ao nó principal. A troca não é suportada no momento. Por favor, verifique e tente novamente!',
1793
+
versionCompare:
1794
+
'Detectado que o nó {0} já está na última versão atualizável. Por favor, verifique a versão do nó principal e tente novamente!',
0 commit comments