dify/web/i18n/pl-PL/run-log.json
Stephen Zhou 6d0e36479b
refactor(i18n): use JSON with flattened key and namespace (#30114)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-29 14:52:32 +08:00

24 lines
846 B
JSON

{
"actionLogs": "Dzienniki akcji",
"circularInvocationTip": "W bieżącym przepływie pracy istnieje cykliczne wywoływanie narzędzi/węzłów.",
"detail": "SZCZEGÓŁY",
"input": "WEJŚCIE",
"meta.executor": "Wykonawca",
"meta.startTime": "Czas rozpoczęcia",
"meta.status": "Status",
"meta.steps": "Kroki wykonania",
"meta.time": "Czas trwania",
"meta.title": "METADANE",
"meta.tokens": "Liczba tokenów",
"meta.version": "Wersja",
"result": "WYNIK",
"resultEmpty.link": "panelu szczegółów",
"resultEmpty.tipLeft": "proszę przejdź do ",
"resultEmpty.tipRight": " aby je zobaczyć.",
"resultEmpty.title": "To wykonanie generuje tylko format JSON,",
"resultPanel.status": "STATUS",
"resultPanel.time": "CZAS WYKONANIA",
"resultPanel.tokens": "CAŁKOWITA LICZBA TOKENÓW",
"tracing": "ŚLEDZENIE"
}