From b49b7ae3ff6dafdd7feaa9e0d47f3130f2e793d9 Mon Sep 17 00:00:00 2001 From: rdavis Date: Fri, 20 Feb 2026 02:02:01 -0600 Subject: [PATCH] add other languages --- locales/de-DE.json | 3 ++- locales/en-GB.json | 3 ++- locales/es-ES.json | 3 ++- locales/fr-FR.json | 3 ++- locales/hu-HU.json | 3 ++- locales/it-IT.json | 3 ++- locales/ja-JP.json | 3 ++- locales/ru-RU.json | 3 ++- locales/sl-SI.json | 3 ++- locales/zh-CN.json | 3 ++- 10 files changed, 20 insertions(+), 10 deletions(-) diff --git a/locales/de-DE.json b/locales/de-DE.json index 28e25f6..6769acf 100644 --- a/locales/de-DE.json +++ b/locales/de-DE.json @@ -217,7 +217,8 @@ "match_of": "Treffer {{current}} von {{total}}", "result_singular": "Ergebnis", "result_plural": "Ergebnisse", - "no_results": "Keine Notizen enthalten \"{{query}}\"" + "no_results": "Keine Notizen enthalten \"{{query}}\"", + "searching": "Suche nach \"{{query}}\"..." }, "theme": { diff --git a/locales/en-GB.json b/locales/en-GB.json index 3d4825b..c98141e 100644 --- a/locales/en-GB.json +++ b/locales/en-GB.json @@ -216,7 +216,8 @@ "match_of": "Match {{current}} of {{total}}", "result_singular": "result", "result_plural": "results", - "no_results": "No notes contain \"{{query}}\"" + "no_results": "No notes contain \"{{query}}\"", + "searching": "Searching for \"{{query}}\"..." }, "theme": { diff --git a/locales/es-ES.json b/locales/es-ES.json index 1b9fdaf..3fdcc32 100644 --- a/locales/es-ES.json +++ b/locales/es-ES.json @@ -217,7 +217,8 @@ "match_of": "Coincidencia {{current}} de {{total}}", "result_singular": "resultado", "result_plural": "resultados", - "no_results": "Ninguna nota contiene \"{{query}}\"" + "no_results": "Ninguna nota contiene \"{{query}}\"", + "searching": "Buscando \"{{query}}\"..." }, "theme": { diff --git a/locales/fr-FR.json b/locales/fr-FR.json index 042b065..39a779c 100644 --- a/locales/fr-FR.json +++ b/locales/fr-FR.json @@ -217,7 +217,8 @@ "match_of": "Résultat {{current}} sur {{total}}", "result_singular": "résultat", "result_plural": "résultats", - "no_results": "Aucune note ne contient \"{{query}}\"" + "no_results": "Aucune note ne contient \"{{query}}\"", + "searching": "Recherche de \"{{query}}\"..." }, "theme": { diff --git a/locales/hu-HU.json b/locales/hu-HU.json index cd6ddf8..6f34a3d 100644 --- a/locales/hu-HU.json +++ b/locales/hu-HU.json @@ -217,7 +217,8 @@ "match_of": "Megfelelő {{current}} / {{total}}", "result_singular": "eredmény", "result_plural": "eredmények", - "no_results": "Nincs jegyzet amely tartalmazza a következőt: \"{{query}}\"" + "no_results": "Nincs jegyzet amely tartalmazza a következőt: \"{{query}}\"", + "searching": "\"{{query}}\" keresése..." }, "theme": { diff --git a/locales/it-IT.json b/locales/it-IT.json index 2953e65..88b2347 100644 --- a/locales/it-IT.json +++ b/locales/it-IT.json @@ -216,7 +216,8 @@ "match_of": "Risultato {{current}} di {{total}}", "result_singular": "risultato", "result_plural": "risultati", - "no_results": "Nessuna nota contiene \"{{query}}\"" + "no_results": "Nessuna nota contiene \"{{query}}\"", + "searching": "Ricerca di \"{{query}}\"..." }, "theme": { diff --git a/locales/ja-JP.json b/locales/ja-JP.json index a6c86d3..b9ff7c7 100644 --- a/locales/ja-JP.json +++ b/locales/ja-JP.json @@ -216,7 +216,8 @@ "match_of": "{{total}}件中{{current}}件目", "result_singular": "件", "result_plural": "件", - "no_results": "「{{query}}」を含むノートはありません" + "no_results": "「{{query}}」を含むノートはありません", + "searching": "「{{query}}」を検索中..." }, "theme": { diff --git a/locales/ru-RU.json b/locales/ru-RU.json index d25eb66..118f03f 100644 --- a/locales/ru-RU.json +++ b/locales/ru-RU.json @@ -216,7 +216,8 @@ "match_of": "Результат {{current}} из {{total}}", "result_singular": "результат", "result_plural": "результатов", - "no_results": "Нет заметок с \"{{query}}\"" + "no_results": "Нет заметок с \"{{query}}\"", + "searching": "Поиск \"{{query}}\"..." }, "theme": { diff --git a/locales/sl-SI.json b/locales/sl-SI.json index 783a9d2..55d4e5f 100644 --- a/locales/sl-SI.json +++ b/locales/sl-SI.json @@ -216,7 +216,8 @@ "match_of": "Zadetek {{current}} od {{total}}", "result_singular": "rezultat", "result_plural": "rezultatov", - "no_results": "Nobena beležka ne vsebuje \"{{query}}\"" + "no_results": "Nobena beležka ne vsebuje \"{{query}}\"", + "searching": "Iskanje \"{{query}}\"..." }, "theme": { diff --git a/locales/zh-CN.json b/locales/zh-CN.json index 3716f8d..257724e 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -216,7 +216,8 @@ "match_of": "第 {{current}} 个,共 {{total}} 个", "result_singular": "个结果", "result_plural": "个结果", - "no_results": "没有笔记包含\"{{query}}\"" + "no_results": "没有笔记包含\"{{query}}\"", + "searching": "正在搜索\"{{query}}\"..." }, "theme": {