mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-07 01:08:58 +00:00
76 lines
4.0 KiB
JSON
76 lines
4.0 KiB
JSON
{
|
|
"app.head.titleSuffix": "Agent kodujący AI zbudowany dla terminala",
|
|
"app.header.home": "Strona główna",
|
|
"app.header.docs": "Dokumentacja",
|
|
"app.footer.issueLink": "Znalazles blad? Otworz issue",
|
|
"app.footer.discordLink": "Dolacz do naszej spolecznosci Discord",
|
|
"app.lander.hero.title": "Agent kodujący AI zbudowany dla terminala.",
|
|
"app.lander.cta.getStarted": "Rozpocznij",
|
|
"app.lander.features.native_tui.title": "Natywny TUI",
|
|
"app.lander.features.native_tui.description": "Responsywny, natywny, tematyczny interfejs terminala.",
|
|
"app.lander.features.lsp_enabled.title": "Włączone LSP",
|
|
"app.lander.features.lsp_enabled.description": "Automatycznie ładuje odpowiednie LSP dla LLM.",
|
|
"app.lander.features.multi_session.title": "Wiele sesji",
|
|
"app.lander.features.multi_session.description": "Uruchom wielu agentów równolegle w tym samym projekcie.",
|
|
"app.lander.features.shareable_links.title": "Udostępniane linki",
|
|
"app.lander.features.shareable_links.description": "Udostępnij link do dowolnych sesji w celach informacyjnych lub do debugowania.",
|
|
"app.lander.features.github_copilot.description": "Zaloguj się w GitHub, aby korzystać ze swojego konta Copilot.",
|
|
"app.lander.features.chatgpt_plus_pro.description": "Zaloguj się za pomocą OpenAI, aby korzystać ze swojego konta ChatGPT Plus lub Pro.",
|
|
"app.lander.features.use_any_model.title": "Użyj dowolnego modelu",
|
|
"app.lander.features.use_any_model.prefix": "Obsługuje ponad 75 dostawców LLM",
|
|
"app.lander.features.use_any_model.suffix": "w tym modele lokalne.",
|
|
"app.lander.images.tui.caption": "opencode TUI z motywem tokyonight",
|
|
"app.lander.images.tui.alt": "opencode TUI z motywem tokyonight",
|
|
"app.lander.images.vscode.caption": "opencode w VS Code",
|
|
"app.lander.images.vscode.alt": "opencode w VS Code",
|
|
"app.lander.images.github.caption": "opencode w GitHub",
|
|
"app.lander.images.github.alt": "opencode w GitHub",
|
|
"share.meta_description": "opencode — agent kodujący AI zbudowany dla terminala.",
|
|
"share.not_found": "Nie znaleziono",
|
|
"share.link_to_message": "Link do tej wiadomości",
|
|
"share.copied": "Skopiowano!",
|
|
"share.copy": "Kopiuj",
|
|
"share.show_more": "Pokaż więcej",
|
|
"share.show_less": "Pokaż mniej",
|
|
"share.show_results": "Pokaż wyniki",
|
|
"share.hide_results": "Ukryj wyniki",
|
|
"share.show_details": "Pokaż szczegóły",
|
|
"share.hide_details": "Ukryj szczegóły",
|
|
"share.show_preview": "Pokaż podgląd",
|
|
"share.hide_preview": "Ukryj podgląd",
|
|
"share.show_contents": "Pokaż zawartość",
|
|
"share.hide_contents": "Ukryj zawartość",
|
|
"share.show_output": "Pokaż dane wyjściowe",
|
|
"share.hide_output": "Ukryj dane wyjściowe",
|
|
"share.error": "Błąd",
|
|
"share.waiting_for_messages": "Czekam na wiadomości...",
|
|
"share.status_connected_waiting": "Połączono, czekam na wiadomości...",
|
|
"share.status_connecting": "Łączenie...",
|
|
"share.status_disconnected": "Rozłączono",
|
|
"share.status_reconnecting": "Ponowne łączenie...",
|
|
"share.status_error": "Błąd",
|
|
"share.status_unknown": "Nieznany",
|
|
"share.error_id_not_found": "nie znaleziono identyfikatora",
|
|
"share.error_api_url_not_found": "Nie znaleziono API URL",
|
|
"share.error_connection_failed": "Połączenie nie powiodło się",
|
|
"share.opencode_version": "wersja opencode",
|
|
"share.opencode_name": "opencode",
|
|
"share.models": "Modele",
|
|
"share.cost": "Koszt",
|
|
"share.input_tokens": "Tokeny wejściowe",
|
|
"share.output_tokens": "Tokeny wyjściowe",
|
|
"share.reasoning_tokens": "Tokeny rozumowania",
|
|
"share.scroll_to_bottom": "Przewiń w dół",
|
|
"share.attachment": "Załącznik",
|
|
"share.thinking": "Myślenie",
|
|
"share.thinking_pending": "Myślenie...",
|
|
"share.creating_plan": "Tworzenie planu",
|
|
"share.completing_plan": "Uzupełnianie planu",
|
|
"share.updating_plan": "Aktualizacja planu",
|
|
"share.match_one": "dopasowanie",
|
|
"share.match_other": "dopasowania",
|
|
"share.result_one": "wynik",
|
|
"share.result_other": "wyniki",
|
|
"share.debug_key": "Klawisz"
|
|
}
|