chore: translate i18n files (#12118)

Co-authored-by: laipz8200 <16485841+laipz8200@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-12-26 23:33:11 +08:00
committed by GitHub
parent 9c3cf7b69a
commit a2855fa24a
109 changed files with 1894 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ const translation = {
uploadTime: 'CZAS WGRANIA',
status: 'STATUS',
action: 'AKCJA',
chunkingMode: 'TRYB CHUNKINGU',
},
name: 'Nazwa',
rename: 'Przemianować',
@@ -78,6 +79,7 @@ const translation = {
ok: 'OK',
},
addUrl: 'Dodaj adres URL',
learnMore: 'Dowiedz się więcej',
},
metadata: {
title: 'Metadane',
@@ -329,6 +331,10 @@ const translation = {
automatic: 'Automatyczny',
custom: 'Niestandardowy',
previewTip: 'Podgląd akapitu będzie dostępny po zakończeniu osadzania',
parentMaxTokens: 'Rodzic',
hierarchical: 'Rodzic-dziecko',
childMaxTokens: 'Dziecko',
pause: 'Pauza',
},
segment: {
paragraphs: 'Akapity',
@@ -347,6 +353,43 @@ const translation = {
newTextSegment: 'Nowy segment tekstowy',
newQaSegment: 'Nowy segment Q&A',
delete: 'Usunąć ten fragment?',
parentChunks_one: 'FRAGMENT NADRZĘDNY',
parentChunks_other: 'FRAGMENTY NADRZĘDNE',
searchResults_one: 'WYNIK',
chunk: 'Kawał',
parentChunk: 'Fragment nadrzędny',
characters_other: 'Znaków',
addChunk: 'Dodaj kawałek',
addChildChunk: 'Dodaj fragment podrzędny',
addAnother: 'Dodaj kolejny',
childChunkAdded: 'Dodano 1 fragment podrzędny',
editChunk: 'Edytuj fragment',
regenerationSuccessTitle: 'Regeneracja zakończona',
edited: 'EDYTOWANE',
editedAt: 'Zredagowane w',
collapseChunks: 'Zwijanie fragmentów',
empty: 'Nie znaleziono fragmentu',
newChunk: 'Nowy fragment',
regenerationConfirmTitle: 'Czy chcesz zregenerować fragmenty podrzędne?',
chunks_other: 'KAWAŁKI',
editChildChunk: 'Edytuj fragment podrzędny',
characters_one: 'znak',
regeneratingMessage: 'To może chwilę potrwać, proszę czekać...',
chunkDetail: 'Szczegóły kawałka',
chunkAdded: 'Dodano 1 kawałek',
regeneratingTitle: 'Regenerowanie fragmentów podrzędnych',
childChunks_other: 'FRAGMENTY POTOMNE',
expandChunks: 'Rozwijanie fragmentów',
childChunk: 'Fragment podrzędny',
regenerationConfirmMessage: 'Ponowne wygenerowanie fragmentów podrzędnych spowoduje zastąpienie bieżących fragmentów podrzędnych, w tym fragmentów edytowanych i nowo dodanych fragmentów. Regeneracji nie można cofnąć.',
regenerationSuccessMessage: 'Możesz zamknąć to okno.',
searchResults_other: 'WYNIKI',
searchResults_zero: 'WYNIK',
chunks_one: 'KAWAŁ',
editParentChunk: 'Edytuj fragment nadrzędny',
newChildChunk: 'Nowy fragment podrzędny',
clearFilter: 'Wyczyść filtr',
childChunks_one: 'FRAGMENT POTOMNY',
},
}