Skip to content

Commit 733a6e8

Browse files
committed
fix: improve Romanian UI translations
1 parent 187a2f7 commit 733a6e8

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

.changeset/ro-translation-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@astrojs/starlight': patch
3+
---
4+
5+
Improve Romanian UI translations by fixing a typo and translating remaining English strings.

packages/starlight/translations/ro.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"i18n.untranslatedContent": "Acest conținut nu este încă disponibil în limba selectată.",
1717
"page.editLink": "Editează pagina",
1818
"page.lastUpdated": "Ultima actualizare:",
19-
"page.previousLink": "Pagina precendentă",
19+
"page.previousLink": "Pagina precedentă",
2020
"page.nextLink": "Pagina următoare",
21-
"page.draft": "This content is a draft and will not be included in production builds.",
21+
"page.draft": "Acest conținut este o schiță și nu va fi inclus în versiunile de producție.",
2222
"404.text": "Pagina nu a fost găsită. Verifică adresa URL sau încercă să folosești bara de căutare.",
2323
"aside.note": "Mențiune",
2424
"aside.tip": "Sfat",
2525
"aside.caution": "Atenție",
2626
"aside.danger": "Pericol",
27-
"fileTree.directory": "Directory",
28-
"builtWithStarlight.label": "Built with Starlight",
29-
"heading.anchorLabel": "Section titled “{{title}}”"
27+
"fileTree.directory": "Director",
28+
"builtWithStarlight.label": "Creat cu Starlight",
29+
"heading.anchorLabel": "Secțiune intitulată „{{title}}”"
3030
}

0 commit comments

Comments
 (0)