i18n: add translations for 30 locales from Quartz v4

This commit is contained in:
saberzero1 2026-04-04 01:35:39 +02:00
parent 3c51a807e3
commit dfac501077
No known key found for this signature in database
2 changed files with 24 additions and 0 deletions

12
src/i18n/locales/pt-BR.ts Normal file
View file

@ -0,0 +1,12 @@
export default {
components: {
search: {
title: "Pesquisar",
searchBarPlaceholder: "Pesquisar por algo",
noResults: "No results.",
noResultsHint: "Try another search term?",
tagFilterHint: "Filter by tag",
noTagsFound: "No matching tags",
},
},
};

12
src/i18n/locales/ro-RO.ts Normal file
View file

@ -0,0 +1,12 @@
export default {
components: {
search: {
title: "Căutare",
searchBarPlaceholder: "Introduceți termenul de căutare...",
noResults: "No results.",
noResultsHint: "Try another search term?",
tagFilterHint: "Filter by tag",
noTagsFound: "No matching tags",
},
},
};