mirror of
https://github.com/quartz-community/search.git
synced 2026-07-22 02:50:25 +00:00
i18n: add translations for 30 locales from Quartz v4
This commit is contained in:
parent
3c51a807e3
commit
dfac501077
2 changed files with 24 additions and 0 deletions
12
src/i18n/locales/pt-BR.ts
Normal file
12
src/i18n/locales/pt-BR.ts
Normal 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
12
src/i18n/locales/ro-RO.ts
Normal 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",
|
||||
},
|
||||
},
|
||||
};
|
||||
Loading…
Reference in a new issue