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/langs/en-us.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,8 @@
331
331
"set_key_filter": "Set Key Filter",
332
332
"filter_pattern": "Pattern",
333
333
"filter_pattern_tip": "Filter by directly input, and scan by press 'Enter'.\n\n* matches 0 or more chars, e.g. 'key*' \n? matches single char, e.g. 'key?'\n[] matches range, e.g. 'key[1-3]'\n\\ escapes special chars",
334
-
"exact_match_tip": "Exact Match"
334
+
"exact_match_tip": "Exact Match",
335
+
"filter_type_not_support": "Type filtering is not supported for Redis 5.x and below."
Copy file name to clipboardExpand all lines: frontend/src/langs/es-es.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,8 @@
331
331
"set_key_filter": "Establecer filtro de clave",
332
332
"filter_pattern": "Patrón",
333
333
"filter_pattern_tip": "Filtre la lista actual ingresando directamente, y escanee el servidor presionando 'Ingresar'.\n\n* coincide con 0 o más caracteres, ej. 'key*'\n? coincide con un carácter, ej. 'key?'\n[] coincide con un rango, ej. 'key[1-3]'\n\\ escapa caracteres especiales",
334
-
"exact_match_tip": "Coincidencia exacta"
334
+
"exact_match_tip": "Coincidencia exacta",
335
+
"filter_type_not_support": "El filtrado por tipo no es compatible con Redis 5.x y versiones anteriores"
Copy file name to clipboardExpand all lines: frontend/src/langs/fr-fr.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,8 @@
331
331
"set_key_filter": "Définir le filtre de clé",
332
332
"filter_pattern": "Modèle",
333
333
"filter_pattern_tip": "Filtrez la liste actuelle en saisissant directement, et scannez le serveur en appuyant sur 'Entrée'.\n\n* correspond à 0 ou plusieurs caractères, ex : 'key*'\n? correspond à un seul caractère, ex : 'key?'\n[] correspond à une plage, ex : 'key[1-3]' échappe les caractères spéciaux",
334
-
"exact_match_tip": "Correspondance exacte"
334
+
"exact_match_tip": "Correspondance exacte",
335
+
"filter_type_not_support": "Le filtrage par type n’est pas pris en charge pour Redis 5.x et les versions antérieures"
Copy file name to clipboardExpand all lines: frontend/src/langs/ko-kr.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,8 @@
331
331
"set_key_filter": "키 필터 설정",
332
332
"filter_pattern": "패턴",
333
333
"filter_pattern_tip": "직접 입력하여 현재 목록을 필터링하고, Enter키를 누르면 서버를 스캔할 수 있습니다.\n\n* 0개 이상의 문자 일치, 예) 'key*'\n? 단일 문자 일치, 예) 'key?'\n[] 범위 일치, 예) 'key[1-3]'\n\\ 특수문자 이스케이프",
334
-
"exact_match_tip": "완전 일치"
334
+
"exact_match_tip": "완전 일치",
335
+
"filter_type_not_support": "타입 필터링은 Redis 5.x 및 이전 버전을 지원하지 않습니다"
Copy file name to clipboardExpand all lines: frontend/src/langs/pt-br.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,8 @@
331
331
"set_key_filter": "Definir Filtro de Chave",
332
332
"filter_pattern": "Padrão",
333
333
"filter_pattern_tip": "Filtre a lista atual inserindo diretamente, e escaneie o servidor pressionando 'Enter'.\n\n* corresponde a 0 ou mais caracteres, ex: 'chave*'\n? corresponde a um único caractere, ex: 'chave?'\n[] corresponde a um intervalo, ex: 'chave[1-3]'\n\\ escapa caracteres especiais",
334
-
"exact_match_tip": "Correspondência Exata"
334
+
"exact_match_tip": "Correspondência Exata",
335
+
"filter_type_not_support": "A filtragem por tipo não é suportada para Redis 5.x e versões anteriores"
0 commit comments