| | |
| | | description: "Nici o descriere furnizată", |
| | | }, |
| | | components: { |
| | | callout: { |
| | | note: "Notă", |
| | | abstract: "Rezumat", |
| | | info: "Informație", |
| | | todo: "De făcut", |
| | | tip: "Sfat", |
| | | success: "Succes", |
| | | question: "Întrebare", |
| | | warning: "Avertisment", |
| | | failure: "Eșec", |
| | | danger: "Pericol", |
| | | bug: "Bug", |
| | | example: "Exemplu", |
| | | quote: "Citat", |
| | | }, |
| | | backlinks: { |
| | | title: "Legături înapoi", |
| | | noBacklinksFound: "Nu s-au găsit legături înapoi", |
| | |
| | | lightMode: "Modul luminos", |
| | | darkMode: "Modul întunecat", |
| | | }, |
| | | readerMode: { |
| | | title: "Modul de citire", |
| | | }, |
| | | explorer: { |
| | | title: "Explorator", |
| | | }, |
| | |
| | | tableOfContents: { |
| | | title: "Cuprins", |
| | | }, |
| | | contentMeta: { |
| | | readingTime: ({ minutes }) => |
| | | minutes == 1 ? `lectură de 1 minut` : `lectură de ${minutes} minute`, |
| | | }, |
| | | }, |
| | | pages: { |
| | | rss: { |
| | |
| | | error: { |
| | | title: "Pagina nu a fost găsită", |
| | | notFound: "Fie această pagină este privată, fie nu există.", |
| | | home: "Reveniți la pagina de pornire", |
| | | }, |
| | | folderContent: { |
| | | folder: "Dosar", |