- {isLoading ? 'Searching ...' : 'No results found'}
+ {isLoading
+ ? APP_TEXT.cmdk.searching
+ : APP_TEXT.cmdk.noResults}
{queriedSections
.concat(categorySections)
@@ -629,7 +631,7 @@ export default function CommandKClient({
key={heading}
heading={
diff --git a/src/i18n/locales/pt-br.ts b/src/i18n/locales/pt-br.ts
index ce4d5ce0..fcd47c7d 100644
--- a/src/i18n/locales/pt-br.ts
+++ b/src/i18n/locales/pt-br.ts
@@ -46,6 +46,8 @@ const TEXT: I18NDeepPartial = {
},
cmdk: {
placeholder: 'Pesquisar fotos, visualizações, configurações ...',
+ searching: 'Pesquisando ...',
+ noResults: 'Nenhum resultado encontrado',
},
tooltip: {
'35mm': 'Equivalente 35mm',
diff --git a/src/i18n/locales/us-en.ts b/src/i18n/locales/us-en.ts
index 9e548b40..ee373834 100644
--- a/src/i18n/locales/us-en.ts
+++ b/src/i18n/locales/us-en.ts
@@ -45,6 +45,8 @@ const TEXT = {
},
cmdk: {
placeholder: 'Search photos, views, settings ...',
+ searching: 'Searching ...',
+ noResults: 'No results found',
},
tooltip: {
'35mm': '35mm Equivalent',