Skip to content

Commit 74d841a

Browse files
committed
feat:Perform permission processing on the page rustfs/rustfs#1267
1 parent 1ff09ba commit 74d841a

File tree

15 files changed

+108
-19
lines changed

15 files changed

+108
-19
lines changed

i18n/locales/de-DE.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,5 +883,8 @@
883883
"Invalid JSON format": "Ungültiges JSON-Format",
884884
"JSON content is empty": "JSON-Inhalt ist leer",
885885
"JSON formatted successfully": "JSON erfolgreich formatiert",
886-
"JSON is already formatted": "JSON ist bereits formatiert"
886+
"JSON is already formatted": "JSON ist bereits formatiert",
887+
"Access Denied": "Zugriff verweigert",
888+
"You do not have permission to access this page. This may be due to insufficient permissions or not being logged in.": "Sie haben keine Berechtigung, auf diese Seite zuzugreifen. Dies kann auf unzureichende Berechtigungen oder nicht angemeldet sein zurückzuführen sein.",
889+
"Back to Home": "Zurück zur Startseite"
887890
}

i18n/locales/en-US.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,5 +883,8 @@
883883
"Invalid JSON format": "Invalid JSON format",
884884
"JSON content is empty": "JSON content is empty",
885885
"JSON formatted successfully": "JSON formatted successfully",
886-
"JSON is already formatted": "JSON is already formatted"
886+
"JSON is already formatted": "JSON is already formatted",
887+
"Access Denied": "Access Denied",
888+
"You do not have permission to access this page. This may be due to insufficient permissions or not being logged in.": "You do not have permission to access this page. This may be due to insufficient permissions or not being logged in.",
889+
"Back to Home": "Back to Home"
887890
}

i18n/locales/es-ES.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,5 +883,8 @@
883883
"Invalid JSON format": "Formato JSON inválido",
884884
"JSON content is empty": "El contenido JSON está vacío",
885885
"JSON formatted successfully": "JSON formateado exitosamente",
886-
"JSON is already formatted": "JSON ya está formateado"
886+
"JSON is already formatted": "JSON ya está formateado",
887+
"Access Denied": "Acceso Denegado",
888+
"You do not have permission to access this page. This may be due to insufficient permissions or not being logged in.": "No tiene permiso para acceder a esta página. Esto puede deberse a permisos insuficientes o no estar conectado.",
889+
"Back to Home": "Volver al Inicio"
887890
}

i18n/locales/fr-FR.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,5 +883,8 @@
883883
"Invalid JSON format": "Format JSON invalide",
884884
"JSON content is empty": "Le contenu JSON est vide",
885885
"JSON formatted successfully": "JSON formaté avec succès",
886-
"JSON is already formatted": "JSON est déjà formaté"
886+
"JSON is already formatted": "JSON est déjà formaté",
887+
"Access Denied": "Accès Refusé",
888+
"You do not have permission to access this page. This may be due to insufficient permissions or not being logged in.": "Vous n'avez pas la permission d'accéder à cette page. Cela peut être dû à des permissions insuffisantes ou à une non-connexion.",
889+
"Back to Home": "Retour à l'Accueil"
887890
}

i18n/locales/id-ID.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,5 +883,8 @@
883883
"Invalid JSON format": "Format JSON tidak valid",
884884
"JSON content is empty": "Konten JSON kosong",
885885
"JSON formatted successfully": "JSON berhasil diformat",
886-
"JSON is already formatted": "JSON sudah diformat"
887-
}
886+
"JSON is already formatted": "JSON sudah diformat",
887+
"Access Denied": "Akses Ditolak",
888+
"You do not have permission to access this page. This may be due to insufficient permissions or not being logged in.": "Anda tidak memiliki izin untuk mengakses halaman ini. Ini mungkin karena izin tidak cukup atau tidak masuk.",
889+
"Back to Home": "Kembali ke Beranda"
890+
}

i18n/locales/it-IT.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,5 +883,8 @@
883883
"Invalid JSON format": "Formato JSON non valido",
884884
"JSON content is empty": "Il contenuto JSON è vuoto",
885885
"JSON formatted successfully": "JSON formattato con successo",
886-
"JSON is already formatted": "JSON è già formattato"
886+
"JSON is already formatted": "JSON è già formattato",
887+
"Access Denied": "Accesso Negato",
888+
"You do not have permission to access this page. This may be due to insufficient permissions or not being logged in.": "Non hai il permesso di accedere a questa pagina. Ciò può essere dovuto a permessi insufficienti o al fatto di non essere connesso.",
889+
"Back to Home": "Torna alla Home"
887890
}

i18n/locales/ja-JP.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,5 +883,8 @@
883883
"Invalid JSON format": "無効なJSON形式",
884884
"JSON content is empty": "JSONコンテンツが空です",
885885
"JSON formatted successfully": "JSONのフォーマットが成功しました",
886-
"JSON is already formatted": "JSONは既にフォーマットされています"
886+
"JSON is already formatted": "JSONは既にフォーマットされています",
887+
"Access Denied": "アクセス拒否",
888+
"You do not have permission to access this page. This may be due to insufficient permissions or not being logged in.": "このページにアクセスする権限がありません。権限が不足しているか、ログインしていない可能性があります。",
889+
"Back to Home": "ホームに戻る"
887890
}

i18n/locales/ko-KR.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,5 +883,8 @@
883883
"Invalid JSON format": "잘못된 JSON 형식",
884884
"JSON content is empty": "JSON 내용이 비어 있습니다",
885885
"JSON formatted successfully": "JSON 형식화 성공",
886-
"JSON is already formatted": "JSON이 이미 형식화되었습니다"
886+
"JSON is already formatted": "JSON이 이미 형식화되었습니다",
887+
"Access Denied": "액세스 거부",
888+
"You do not have permission to access this page. This may be due to insufficient permissions or not being logged in.": "이 페이지에 액세스할 권한이 없습니다. 권한이 부족하거나 로그인하지 않았을 수 있습니다.",
889+
"Back to Home": "홈으로 돌아가기"
887890
}

i18n/locales/pt-BR.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,5 +883,8 @@
883883
"Invalid JSON format": "Formato JSON inválido",
884884
"JSON content is empty": "O conteúdo JSON está vazio",
885885
"JSON formatted successfully": "JSON formatado com sucesso",
886-
"JSON is already formatted": "JSON já está formatado"
886+
"JSON is already formatted": "JSON já está formatado",
887+
"Access Denied": "Acesso Negado",
888+
"You do not have permission to access this page. This may be due to insufficient permissions or not being logged in.": "Você não tem permissão para acessar esta página. Isso pode ser devido a permissões insuficientes ou não estar conectado.",
889+
"Back to Home": "Voltar ao Início"
887890
}

i18n/locales/ru-RU.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,5 +883,8 @@
883883
"Invalid JSON format": "Неверный формат JSON",
884884
"JSON content is empty": "Содержимое JSON пусто",
885885
"JSON formatted successfully": "JSON успешно отформатирован",
886-
"JSON is already formatted": "JSON уже отформатирован"
886+
"JSON is already formatted": "JSON уже отформатирован",
887+
"Access Denied": "Доступ запрещен",
888+
"You do not have permission to access this page. This may be due to insufficient permissions or not being logged in.": "У вас нет разрешения на доступ к этой странице. Это может быть связано с недостаточными разрешениями или тем, что вы не вошли в систему.",
889+
"Back to Home": "Вернуться на главную"
887890
}

0 commit comments

Comments
 (0)