diff --git a/src/i18n/locales/pt-BR.ts b/src/i18n/locales/pt-BR.ts new file mode 100644 index 0000000..7229265 --- /dev/null +++ b/src/i18n/locales/pt-BR.ts @@ -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", + }, + }, +}; diff --git a/src/i18n/locales/ro-RO.ts b/src/i18n/locales/ro-RO.ts new file mode 100644 index 0000000..364e2e2 --- /dev/null +++ b/src/i18n/locales/ro-RO.ts @@ -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", + }, + }, +};