chore: translate i18n files (#12118)
Co-authored-by: laipz8200 <16485841+laipz8200@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9c3cf7b69a
commit
a2855fa24a
@@ -13,6 +13,7 @@ const translation = {
|
||||
uploadTime: 'ČAS NALAGANJA',
|
||||
status: 'STATUS',
|
||||
action: 'DEJANJE',
|
||||
chunkingMode: 'NAČIN KOŠČENJA',
|
||||
},
|
||||
rename: 'Preimenuj',
|
||||
name: 'Ime',
|
||||
@@ -77,6 +78,7 @@ const translation = {
|
||||
error: 'Napaka pri uvozu',
|
||||
ok: 'V redu',
|
||||
},
|
||||
learnMore: 'Izvedi več',
|
||||
},
|
||||
metadata: {
|
||||
title: 'Metapodatki',
|
||||
@@ -328,6 +330,10 @@ const translation = {
|
||||
automatic: 'Samodejno',
|
||||
custom: 'Po meri',
|
||||
previewTip: 'Predogled odstavkov bo na voljo po zaključku vdelave',
|
||||
hierarchical: 'Starš-otrok',
|
||||
childMaxTokens: 'Otrok',
|
||||
pause: 'Pavza',
|
||||
parentMaxTokens: 'Starš',
|
||||
},
|
||||
segment: {
|
||||
paragraphs: 'Odstavki',
|
||||
@@ -346,6 +352,43 @@ const translation = {
|
||||
newTextSegment: 'Nov besedilni segment',
|
||||
newQaSegment: 'Nov Q&A segment',
|
||||
delete: 'Izbriši ta del?',
|
||||
regenerationSuccessTitle: 'Regeneracija končana',
|
||||
expandChunks: 'Razširitev kosov',
|
||||
childChunk: 'Otroški kos',
|
||||
editedAt: 'Urejeno na',
|
||||
edited: 'UREJATI',
|
||||
addAnother: 'Dodajanje še enega',
|
||||
childChunks_one: 'OTROŠKI KOS',
|
||||
chunkDetail: 'Detajl koščka',
|
||||
chunkAdded: 'Dodan 1 kos',
|
||||
editChildChunk: 'Urejanje podrejenega kosa',
|
||||
regenerationConfirmTitle: 'Ali želite regenerirati otroške koščke?',
|
||||
empty: 'Ni najdenega koščka',
|
||||
searchResults_other: 'REZULTATI',
|
||||
childChunks_other: 'OTROŠKI KOŠČKI',
|
||||
addChildChunk: 'Dodajanje podrejenega kosa',
|
||||
editParentChunk: 'Urejanje nadrejenega kosa',
|
||||
regenerationConfirmMessage: 'Obnavljanje podrejenih kosov bo prepisalo trenutne podrejene koščke, vključno z urejenimi koščki in na novo dodanimi kosi. Regeneracije ni mogoče razveljaviti.',
|
||||
editChunk: 'Uredi kos',
|
||||
chunks_one: 'KOS',
|
||||
searchResults_one: 'REZULTAT',
|
||||
parentChunks_one: 'STARŠEVSKI KOS',
|
||||
characters_other: 'Znakov',
|
||||
chunks_other: 'KOSE',
|
||||
clearFilter: 'Počisti filter',
|
||||
newChildChunk: 'Nov podzakonski kos',
|
||||
characters_one: 'znak',
|
||||
regeneratingTitle: 'Regeneracija otroških kosov',
|
||||
regeneratingMessage: 'To lahko traja trenutek, prosim počakajte ...',
|
||||
parentChunks_other: 'STARŠEVSKI KOSI',
|
||||
collapseChunks: 'Strniti koščke',
|
||||
parentChunk: 'Starševski kos',
|
||||
regenerationSuccessMessage: 'To okno lahko zaprete.',
|
||||
newChunk: 'Nov kos',
|
||||
searchResults_zero: 'REZULTAT',
|
||||
chunk: 'Kos',
|
||||
addChunk: 'Dodajanje kosa',
|
||||
childChunkAdded: 'Dodan je 1 kos otroka',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user