Skip to content

Commit 4956549

Browse files
Merge pull request #75 from quick123official/hotfix/2.6.1
Hotfix/2.6.1
2 parents e6611d3 + dc0bf38 commit 4956549

File tree

29 files changed

+291
-131
lines changed

29 files changed

+291
-131
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "QuickRedis",
3-
"version": "2.6.0",
3+
"version": "2.6.2",
44
"private": true,
55
"description": "QuickRedis",
66
"author": "https://quick123.net/",

public/locales/cs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"SystemConfig.start": "#### SystemConfig ####",
4343
"SystemConfig.lang": "Vyberte jazyk",
4444
"SystemConfig.tree.split": "Nastavit oddělovač",
45+
"SystemConfig.auto.format.json": "Format json automatically",
4546
"SystemConfig.title": "Konfigurace systému",
4647
"SystemConfig.needRestart": "Abyste se projevili, musíte restartovat.",
4748
"SystemConfig.end00": "#### SystemConfig ####",

public/locales/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"SystemConfig.start": "#### SystemConfig ####",
4343
"SystemConfig.lang": "Sprache auswählen",
4444
"SystemConfig.tree.split": "Trennzeichen einstellen",
45+
"SystemConfig.auto.format.json": "Format json automatically",
4546
"SystemConfig.title": "Systemkonfiguration",
4647
"SystemConfig.needRestart": "Sie müssen neu starten, um wirksam zu werden.",
4748
"SystemConfig.end00": "#### SystemConfig ####",

public/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"SystemConfig.start": "#### SystemConfig ####",
4343
"SystemConfig.lang": "Select language",
4444
"SystemConfig.tree.split": "Set separator",
45+
"SystemConfig.auto.format.json": "Format json automatically",
4546
"SystemConfig.title": "System configuration",
4647
"SystemConfig.needRestart": "You need to restart to take effect.",
4748
"SystemConfig.end00": "#### SystemConfig ####",

public/locales/es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"SystemConfig.start": "#### SystemConfig ####",
4343
"SystemConfig.lang": "Seleccionar idioma",
4444
"SystemConfig.tree.split": "Establecer separador",
45+
"SystemConfig.auto.format.json": "Format json automatically",
4546
"SystemConfig.title": "Configuración del sistema",
4647
"SystemConfig.needRestart": "Necesita reiniciar para que surta efecto",
4748
"SystemConfig.end00": "#### SystemConfig ####",

public/locales/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"SystemConfig.start": "#### SystemConfig ####",
4343
"SystemConfig.lang": "Sélectionnez la langue",
4444
"SystemConfig.tree.split": "Définir le séparateur",
45+
"SystemConfig.auto.format.json": "Format json automatically",
4546
"SystemConfig.title": "Configuration système",
4647
"SystemConfig.needRestart": "Vous devez redémarrer pour prendre effet.",
4748
"SystemConfig.end00": "#### SystemConfig ####",

public/locales/id.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"SystemConfig.start": "#### SystemConfig ####",
4343
"SystemConfig.lang": "Pilih bahasa",
4444
"SystemConfig.tree.split": "Atur pemisah",
45+
"SystemConfig.auto.format.json": "Format json automatically",
4546
"SystemConfig.title": "Konfigurasi sistem",
4647
"SystemConfig.needRestart": "Anda perlu memulai ulang untuk menerapkannya.",
4748
"SystemConfig.end00": "#### SystemConfig ####",

public/locales/it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"SystemConfig.start": "#### SystemConfig ####",
4343
"SystemConfig.lang": "Seleziona lingua",
4444
"SystemConfig.tree.split": "Imposta separatore",
45+
"SystemConfig.auto.format.json": "Format json automatically",
4546
"SystemConfig.title": "Configurazione del sistema",
4647
"SystemConfig.needRestart": "È necessario riavviare per avere effetto.",
4748
"SystemConfig.end00": "#### SystemConfig ####",

public/locales/ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"SystemConfig.start": "#### SystemConfig ####",
4343
"SystemConfig.lang": "言語を選択してください",
4444
"SystemConfig.tree.split": "区切り文字を設定する",
45+
"SystemConfig.auto.format.json": "Format json automatically",
4546
"SystemConfig.title": "システム構成",
4647
"SystemConfig.needRestart": "有効にするには再起動する必要があります。",
4748
"SystemConfig.end00": "#### SystemConfig ####",

public/locales/ko.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"SystemConfig.start": "#### SystemConfig ####",
4343
"SystemConfig.lang": "언어 선택",
4444
"SystemConfig.tree.split": "구분자 설정",
45+
"SystemConfig.auto.format.json": "Format json automatically",
4546
"SystemConfig.title": "시스템 구성",
4647
"SystemConfig.needRestart": "적용하려면 다시 시작해야합니다.",
4748
"SystemConfig.end00": "#### SystemConfig ####",

0 commit comments

Comments
 (0)