mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-22 12:30:19 +08:00
Fixes #1326 This PR moves all json in side_menu.json to common.json. We have an issue with the side menu layout as it's a high level component and this causes hydration issues with SSR when global namespaces are not passed by default.
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"about": "O nas",
|
|
"account_settings": "Konto",
|
|
"admin_dashboard": "Panel Administratora",
|
|
"connect": "Dołącz",
|
|
"conversational": "Konwersacyjna SI dla każdego.",
|
|
"copied": "Skopiowano",
|
|
"dark_mode": "Tryb ciemny",
|
|
"dashboard_home": "Strona Główna Panelu",
|
|
"dashboard": "Panel",
|
|
"delete": "Usuń",
|
|
"discord": "Discord",
|
|
"docs": "Dokumentacja",
|
|
"github": "GitHub",
|
|
"leaderboard": "Ranking",
|
|
"legal": "Prawa",
|
|
"light_mode": "Tryb jasny",
|
|
"loading": "Wczytywanie...",
|
|
"messages_dashboard": "Strona Główna Wiadomości",
|
|
"messages": "Wiadomości",
|
|
"more_information": "Więcej Informacji",
|
|
"no": "Nie",
|
|
"privacy_policy": "Polityka Prywatności",
|
|
"report_a_bug": "Zgłoś Błąd",
|
|
"sign_in": "Zaloguj Się",
|
|
"sign_out": "Wyloguj Się",
|
|
"status_dashboard": "Panel Statusu",
|
|
"status": "Status",
|
|
"success": "Sukces",
|
|
"terms_of_service": "Warunki Usługi",
|
|
"title": "Open Assistant",
|
|
"user_leaderboard": "Ranking Użytkowników",
|
|
"users_dashboard": "Panel Użytkownika",
|
|
"users": "Użytkownicy",
|
|
"yes": "Tak"
|
|
}
|