From 24abcc3fb2c22053c42ecc17606cb12acdf5905c Mon Sep 17 00:00:00 2001 From: Calcom Bot <109866826+calcom-bot@users.noreply.github.com> Date: Tue, 4 Feb 2025 20:06:53 +0100 Subject: [PATCH] feat: update translations via @lingodotdev (#19098) Co-authored-by: Lingo.dev --- apps/web/public/static/locales/ar/common.json | 1 + apps/web/public/static/locales/az/common.json | 1 + apps/web/public/static/locales/bg/common.json | 1 + apps/web/public/static/locales/ca/common.json | 1 + apps/web/public/static/locales/cs/common.json | 1 + apps/web/public/static/locales/da/common.json | 1 + apps/web/public/static/locales/de/common.json | 1 + apps/web/public/static/locales/el/common.json | 1 + apps/web/public/static/locales/es-419/common.json | 1 + apps/web/public/static/locales/es/common.json | 1 + apps/web/public/static/locales/et/common.json | 1 + apps/web/public/static/locales/eu/common.json | 1 + apps/web/public/static/locales/fi/common.json | 1 + apps/web/public/static/locales/fr/common.json | 1 + apps/web/public/static/locales/he/common.json | 1 + apps/web/public/static/locales/hu/common.json | 1 + apps/web/public/static/locales/it/common.json | 1 + apps/web/public/static/locales/ja/common.json | 1 + apps/web/public/static/locales/km/common.json | 1 + apps/web/public/static/locales/ko/common.json | 1 + apps/web/public/static/locales/nl/common.json | 1 + apps/web/public/static/locales/no/common.json | 1 + apps/web/public/static/locales/pl/common.json | 1 + apps/web/public/static/locales/pt-BR/common.json | 1 + apps/web/public/static/locales/pt/common.json | 1 + apps/web/public/static/locales/ro/common.json | 1 + apps/web/public/static/locales/ru/common.json | 1 + apps/web/public/static/locales/sk-SK/common.json | 1 + apps/web/public/static/locales/sr/common.json | 1 + apps/web/public/static/locales/sv/common.json | 1 + apps/web/public/static/locales/tr/common.json | 1 + apps/web/public/static/locales/uk/common.json | 1 + apps/web/public/static/locales/vi/common.json | 1 + apps/web/public/static/locales/zh-CN/common.json | 1 + apps/web/public/static/locales/zh-TW/common.json | 1 + i18n.lock | 1 + 36 files changed, 36 insertions(+) diff --git a/apps/web/public/static/locales/ar/common.json b/apps/web/public/static/locales/ar/common.json index 914aa2be2a..858706e03a 100644 --- a/apps/web/public/static/locales/ar/common.json +++ b/apps/web/public/static/locales/ar/common.json @@ -108,6 +108,7 @@ "accept_license": "اقبل الترخيص", "still_waiting_for_approval": "يوجد حدث لا يزال في انتظار الموافقة", "event_is_still_waiting": "لا يزال طلب الحدث في الانتظار: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "لا توجد نتائج لـ \"{{searchTerm}}\"", "no_more_results": "لا يوجد مزيد من النتائج", "no_results": "لا نتائج", "load_more_results": "تحميل المزيد من النتائج", diff --git a/apps/web/public/static/locales/az/common.json b/apps/web/public/static/locales/az/common.json index 908905729b..e9c929b55d 100644 --- a/apps/web/public/static/locales/az/common.json +++ b/apps/web/public/static/locales/az/common.json @@ -108,6 +108,7 @@ "accept_license": "Lisenziyanı qəbul edin", "still_waiting_for_approval": "Tədbir hələ də təsdiq gözləyir", "event_is_still_waiting": "Tədbir sorğusu hələ də gözləyir: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "\"{{searchTerm}}\" üçün heç bir nəticə tapılmadı", "no_more_results": "Daha çox nəticə yoxdur", "no_results": "Nəticə yoxdur", "load_more_results": "Daha çox nəticə yüklə", diff --git a/apps/web/public/static/locales/bg/common.json b/apps/web/public/static/locales/bg/common.json index 284bcbbb90..91a434baf6 100644 --- a/apps/web/public/static/locales/bg/common.json +++ b/apps/web/public/static/locales/bg/common.json @@ -108,6 +108,7 @@ "accept_license": "Приемам лиценза", "still_waiting_for_approval": "Все още има събитие, очакващо одобрение", "event_is_still_waiting": "Заявката за събитие все още чака: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Няма намерени резултати за \"{{searchTerm}}\"", "no_more_results": "Няма повече резултати", "no_results": "Няма резултати", "load_more_results": "Зареди още резултати", diff --git a/apps/web/public/static/locales/ca/common.json b/apps/web/public/static/locales/ca/common.json index 67bc0fafff..3fadf124ba 100644 --- a/apps/web/public/static/locales/ca/common.json +++ b/apps/web/public/static/locales/ca/common.json @@ -108,6 +108,7 @@ "accept_license": "Accepta la llicència", "still_waiting_for_approval": "Un esdeveniment encara està pendent d'aprovació", "event_is_still_waiting": "La sol·licitud d'esdeveniment encara està pendent: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "No s'han trobat resultats per a \"{{searchTerm}}\"", "no_more_results": "No hi ha més resultats", "no_results": "No hi ha resultats", "load_more_results": "Carrega més resultats", diff --git a/apps/web/public/static/locales/cs/common.json b/apps/web/public/static/locales/cs/common.json index aaa8433d89..a1467a3cc2 100644 --- a/apps/web/public/static/locales/cs/common.json +++ b/apps/web/public/static/locales/cs/common.json @@ -108,6 +108,7 @@ "accept_license": "Přijmout licenci", "still_waiting_for_approval": "Událost stále čeká na schválení", "event_is_still_waiting": "Požadavek na událost stále čeká: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Pro \"{{searchTerm}}\" nebyly nalezeny žádné výsledky", "no_more_results": "Žádné další výsledky", "no_results": "Žádné výsledky", "load_more_results": "Načíst další výsledky", diff --git a/apps/web/public/static/locales/da/common.json b/apps/web/public/static/locales/da/common.json index 951d69b75a..62dcfd09e7 100644 --- a/apps/web/public/static/locales/da/common.json +++ b/apps/web/public/static/locales/da/common.json @@ -108,6 +108,7 @@ "accept_license": "Acceptér Licens", "still_waiting_for_approval": "En begivenhed venter stadig på godkendelse", "event_is_still_waiting": "Begivenhedsforespørgsel venter stadig: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Ingen resultater fundet for \"{{searchTerm}}\"", "no_more_results": "Ikke flere resultater", "no_results": "Ingen resultater", "load_more_results": "Indlæs flere resultater", diff --git a/apps/web/public/static/locales/de/common.json b/apps/web/public/static/locales/de/common.json index 05db884bb9..7a9734a9ee 100644 --- a/apps/web/public/static/locales/de/common.json +++ b/apps/web/public/static/locales/de/common.json @@ -108,6 +108,7 @@ "accept_license": "Lizenz akzeptieren", "still_waiting_for_approval": "Ein Termin wartet noch auf Bestätigung", "event_is_still_waiting": "Termin-Anfrage wartet: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Keine Ergebnisse gefunden für \"{{searchTerm}}\"", "no_more_results": "Keine weiteren Ergebnisse", "no_results": "Keine Ergebnisse", "load_more_results": "Weitere Ergebnisse laden", diff --git a/apps/web/public/static/locales/el/common.json b/apps/web/public/static/locales/el/common.json index caaae44189..4239529df0 100644 --- a/apps/web/public/static/locales/el/common.json +++ b/apps/web/public/static/locales/el/common.json @@ -108,6 +108,7 @@ "accept_license": "Αποδοχή Άδειας", "still_waiting_for_approval": "Ένα συμβάν εξακολουθεί να περιμένει έγκριση", "event_is_still_waiting": "Το αίτημα εκδήλωσης εξακολουθεί να περιμένει: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Δεν βρέθηκαν αποτελέσματα για \"{{searchTerm}}\"", "no_more_results": "Δεν υπάρχουν άλλα αποτελέσματα", "no_results": "Δεν υπάρχουν αποτελέσματα", "load_more_results": "Φόρτωση περισσότερων αποτελεσμάτων", diff --git a/apps/web/public/static/locales/es-419/common.json b/apps/web/public/static/locales/es-419/common.json index a3f492eb5d..28ba3b8ddf 100644 --- a/apps/web/public/static/locales/es-419/common.json +++ b/apps/web/public/static/locales/es-419/common.json @@ -108,6 +108,7 @@ "accept_license": "Aceptar licencia", "still_waiting_for_approval": "Un evento aún está esperando aprobación", "event_is_still_waiting": "La solicitud de evento aún está esperando: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "No se encontraron resultados para \"{{searchTerm}}\"", "no_more_results": "No hay más resultados", "no_results": "No hay resultados", "load_more_results": "Cargar más resultados", diff --git a/apps/web/public/static/locales/es/common.json b/apps/web/public/static/locales/es/common.json index 403c0f219b..b4fed8cf27 100644 --- a/apps/web/public/static/locales/es/common.json +++ b/apps/web/public/static/locales/es/common.json @@ -108,6 +108,7 @@ "accept_license": "Aceptar licencia", "still_waiting_for_approval": "Un evento aún está esperando su aprobación", "event_is_still_waiting": "La solicitud del evento todavía está esperando: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "No se encontraron resultados para \"{{searchTerm}}\"", "no_more_results": "No hay más resultados", "no_results": "Sin resultados", "load_more_results": "Cargar más resultados", diff --git a/apps/web/public/static/locales/et/common.json b/apps/web/public/static/locales/et/common.json index b63b1c7ce7..bd38c1cb59 100644 --- a/apps/web/public/static/locales/et/common.json +++ b/apps/web/public/static/locales/et/common.json @@ -108,6 +108,7 @@ "accept_license": "Nõustu litsentsiga", "still_waiting_for_approval": "Üritus ootab endiselt heakskiitu", "event_is_still_waiting": "Ürituse taotlus on endiselt ootel: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Otsingusõnale \"{{searchTerm}}\" ei leitud ühtegi tulemust", "no_more_results": "Enam tulemusi pole", "no_results": "Tulemused puuduvad", "load_more_results": "Lae rohkem tulemusi", diff --git a/apps/web/public/static/locales/eu/common.json b/apps/web/public/static/locales/eu/common.json index 6b746baa54..6cb2e5549f 100644 --- a/apps/web/public/static/locales/eu/common.json +++ b/apps/web/public/static/locales/eu/common.json @@ -108,6 +108,7 @@ "accept_license": "Onart Lizentzia", "still_waiting_for_approval": "Gertaera bat onarpenaren zain dago", "event_is_still_waiting": "Gertaera-eskaera oraindik zain dago: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Ez da emaitzarik aurkitu \"{{searchTerm}}\" bilaketarako", "no_more_results": "Emaitza gehiagorik ez", "no_results": "Emaitzarik ez", "load_more_results": "Kargatu emaitza gehiago", diff --git a/apps/web/public/static/locales/fi/common.json b/apps/web/public/static/locales/fi/common.json index 19e20290f3..f7f89126b0 100644 --- a/apps/web/public/static/locales/fi/common.json +++ b/apps/web/public/static/locales/fi/common.json @@ -108,6 +108,7 @@ "accept_license": "Hyväksy lisenssi", "still_waiting_for_approval": "Tapahtuma odottaa edelleen hyväksyntää", "event_is_still_waiting": "Tapahtumapyyntö odottaa edelleen: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Ei tuloksia hakusanalle \"{{searchTerm}}\"", "no_more_results": "Ei enempää tuloksia", "no_results": "Ei tuloksia", "load_more_results": "Lataa lisää tuloksia", diff --git a/apps/web/public/static/locales/fr/common.json b/apps/web/public/static/locales/fr/common.json index 23cf5a0aa1..59b5d0d903 100644 --- a/apps/web/public/static/locales/fr/common.json +++ b/apps/web/public/static/locales/fr/common.json @@ -108,6 +108,7 @@ "accept_license": "Accepter la licence", "still_waiting_for_approval": "Un événement est toujours en attente de validation", "event_is_still_waiting": "La demande d'événement est toujours en attente : {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Aucun résultat trouvé pour \"{{searchTerm}}\"", "no_more_results": "Il n'y a plus de résultats", "no_results": "Aucun résultat", "load_more_results": "Charger plus de résultats", diff --git a/apps/web/public/static/locales/he/common.json b/apps/web/public/static/locales/he/common.json index c3e21ff19b..957fdff46b 100644 --- a/apps/web/public/static/locales/he/common.json +++ b/apps/web/public/static/locales/he/common.json @@ -108,6 +108,7 @@ "accept_license": "אישור הרישיון", "still_waiting_for_approval": "אירוע עדיין ממתין לאישור", "event_is_still_waiting": "בקשת האירוע עדיין בהמתנה: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "לא נמצאו תוצאות עבור \"{{searchTerm}}\"", "no_more_results": "אין יותר תוצאות", "no_results": "אין תוצאות", "load_more_results": "לטעון תוצאות נוספות", diff --git a/apps/web/public/static/locales/hu/common.json b/apps/web/public/static/locales/hu/common.json index 3e9840b4ec..da6a7c7b6d 100644 --- a/apps/web/public/static/locales/hu/common.json +++ b/apps/web/public/static/locales/hu/common.json @@ -108,6 +108,7 @@ "accept_license": "Licensz elfogadása", "still_waiting_for_approval": "Egy esemény még jóváhagyásra vár", "event_is_still_waiting": "Még mindig függőben lévő kérés: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Nincs találat a következőre: \"{{searchTerm}}\"", "no_more_results": "Nincs több eredmény", "no_results": "Nincs eredmény", "load_more_results": "További eredmények betöltése", diff --git a/apps/web/public/static/locales/it/common.json b/apps/web/public/static/locales/it/common.json index b373b31cd2..385732a75e 100644 --- a/apps/web/public/static/locales/it/common.json +++ b/apps/web/public/static/locales/it/common.json @@ -108,6 +108,7 @@ "accept_license": "Accetta Licenza", "still_waiting_for_approval": "Un evento è ancora in attesa di approvazione", "event_is_still_waiting": "La richiesta d'evento è ancora in attesa: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Nessun risultato trovato per \"{{searchTerm}}\"", "no_more_results": "Nessun altro risultato", "no_results": "Nessun risultato", "load_more_results": "Carica più risultati", diff --git a/apps/web/public/static/locales/ja/common.json b/apps/web/public/static/locales/ja/common.json index 4a7a759786..37c840ea8c 100644 --- a/apps/web/public/static/locales/ja/common.json +++ b/apps/web/public/static/locales/ja/common.json @@ -108,6 +108,7 @@ "accept_license": "ライセンスに同意する", "still_waiting_for_approval": "イベントはまだ承認待ちです", "event_is_still_waiting": "イベントリクエストはまだ待機中です: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "\"{{searchTerm}}\"の検索結果が見つかりませんでした", "no_more_results": "他の結果はありません", "no_results": "結果はありません", "load_more_results": "さらに結果を読み込む", diff --git a/apps/web/public/static/locales/km/common.json b/apps/web/public/static/locales/km/common.json index e75c3045c0..061d183238 100644 --- a/apps/web/public/static/locales/km/common.json +++ b/apps/web/public/static/locales/km/common.json @@ -108,6 +108,7 @@ "accept_license": "ទទួលយកអាជ្ញាប័ណ្ណ", "still_waiting_for_approval": "ព្រឹត្តិការណ៍មួយនៅតែរង់ចាំការយល់ព្រម", "event_is_still_waiting": "សំណើព្រឹត្តិការណ៍កំពុងរង់ចាំ៖ {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "មិនមានលទ្ធផលសម្រាប់ \"{{searchTerm}}\" ទេ", "no_more_results": "មិនមានលទ្ធផលទៀតទេ", "no_results": "គ្មាន​លទ្ធផល", "load_more_results": "ផ្ទុកលទ្ធផលបន្ថែមទៀត", diff --git a/apps/web/public/static/locales/ko/common.json b/apps/web/public/static/locales/ko/common.json index 71571639ef..986f2ef8f1 100644 --- a/apps/web/public/static/locales/ko/common.json +++ b/apps/web/public/static/locales/ko/common.json @@ -108,6 +108,7 @@ "accept_license": "라이선스 승인", "still_waiting_for_approval": "이벤트가 아직 승인을 기다리고 있습니다.", "event_is_still_waiting": "이벤트 요청이 아직 대기중입니다: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "\"{{searchTerm}}\"에 대한 검색 결과가 없습니다", "no_more_results": "더 이상 결과 없음", "no_results": "결과 없음", "load_more_results": "더 많은 결과 보기", diff --git a/apps/web/public/static/locales/nl/common.json b/apps/web/public/static/locales/nl/common.json index 5fc30002d0..9d716b588c 100644 --- a/apps/web/public/static/locales/nl/common.json +++ b/apps/web/public/static/locales/nl/common.json @@ -108,6 +108,7 @@ "accept_license": "Licentie accepteren", "still_waiting_for_approval": "Er is nog een openstaande goedkeuring voor een evenement", "event_is_still_waiting": "Openstaand verzoek voor evenement: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Geen resultaten gevonden voor \"{{searchTerm}}\"", "no_more_results": "Geen verdere resultaten", "no_results": "Geen resultaten", "load_more_results": "Meer resultaten laden", diff --git a/apps/web/public/static/locales/no/common.json b/apps/web/public/static/locales/no/common.json index 5c4d12fff9..5572b99da2 100644 --- a/apps/web/public/static/locales/no/common.json +++ b/apps/web/public/static/locales/no/common.json @@ -108,6 +108,7 @@ "accept_license": "Godta lisens", "still_waiting_for_approval": "En hendelse venter fremdeles på godkjenning", "event_is_still_waiting": "Hendelsesforespørsel venter fortsatt: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Ingen resultater funnet for \"{{searchTerm}}\"", "no_more_results": "Ingen flere resultater", "no_results": "Ingen resultater", "load_more_results": "Last inn flere resultater", diff --git a/apps/web/public/static/locales/pl/common.json b/apps/web/public/static/locales/pl/common.json index a58e865e7d..6da5091010 100644 --- a/apps/web/public/static/locales/pl/common.json +++ b/apps/web/public/static/locales/pl/common.json @@ -108,6 +108,7 @@ "accept_license": "Akceptuj licencję", "still_waiting_for_approval": "Wydarzenie nadal oczekuje na zatwierdzenie", "event_is_still_waiting": "Prośba o wydarzenie nadal czeka: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Nie znaleziono wyników dla \"{{searchTerm}}\"", "no_more_results": "Brak więcej wyników", "no_results": "Brak wyników", "load_more_results": "Wczytaj więcej wyników", diff --git a/apps/web/public/static/locales/pt-BR/common.json b/apps/web/public/static/locales/pt-BR/common.json index 378d57696e..8a8a21252f 100644 --- a/apps/web/public/static/locales/pt-BR/common.json +++ b/apps/web/public/static/locales/pt-BR/common.json @@ -108,6 +108,7 @@ "accept_license": "Aceitar licença", "still_waiting_for_approval": "Um evento ainda aguarda aprovação", "event_is_still_waiting": "Solicitação de evento pendente: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Nenhum resultado encontrado para \"{{searchTerm}}\"", "no_more_results": "Não existem mais resultados", "no_results": "Nenhum resultado", "load_more_results": "Carregar mais resultados", diff --git a/apps/web/public/static/locales/pt/common.json b/apps/web/public/static/locales/pt/common.json index ab819c021f..863436266b 100644 --- a/apps/web/public/static/locales/pt/common.json +++ b/apps/web/public/static/locales/pt/common.json @@ -108,6 +108,7 @@ "accept_license": "Aceitar licença", "still_waiting_for_approval": "Um evento ainda aguarda aprovação", "event_is_still_waiting": "Pedido de evento pendente: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Nenhum resultado encontrado para \"{{searchTerm}}\"", "no_more_results": "Não existem mais resultados", "no_results": "Sem resultados", "load_more_results": "Carregar mais resultados", diff --git a/apps/web/public/static/locales/ro/common.json b/apps/web/public/static/locales/ro/common.json index 38eb2621a4..b576f195b3 100644 --- a/apps/web/public/static/locales/ro/common.json +++ b/apps/web/public/static/locales/ro/common.json @@ -108,6 +108,7 @@ "accept_license": "Îmi dau acordul pentru Licență", "still_waiting_for_approval": "Un eveniment încă așteaptă aprobare", "event_is_still_waiting": "Solicitarea evenimentului este încă în așteptare: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Nu s-au găsit rezultate pentru \"{{searchTerm}}\"", "no_more_results": "Nu mai există rezultate", "no_results": "Niciun rezultat", "load_more_results": "Încărcați mai multe rezultate", diff --git a/apps/web/public/static/locales/ru/common.json b/apps/web/public/static/locales/ru/common.json index 8fad2ab5e1..f4574c2bea 100644 --- a/apps/web/public/static/locales/ru/common.json +++ b/apps/web/public/static/locales/ru/common.json @@ -108,6 +108,7 @@ "accept_license": "Принять лицензию", "still_waiting_for_approval": "Событие все еще ждет одобрения", "event_is_still_waiting": "Запрос встречи все еще ожидает: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Ничего не найдено по запросу \"{{searchTerm}}\"", "no_more_results": "Ничего не найдено", "no_results": "Нет результатов", "load_more_results": "Загрузить больше результатов", diff --git a/apps/web/public/static/locales/sk-SK/common.json b/apps/web/public/static/locales/sk-SK/common.json index c5b987e6a7..e0059d2564 100644 --- a/apps/web/public/static/locales/sk-SK/common.json +++ b/apps/web/public/static/locales/sk-SK/common.json @@ -108,6 +108,7 @@ "accept_license": "Prijať licenciu", "still_waiting_for_approval": "Udalosť stále čaká na schválenie", "event_is_still_waiting": "Žiadosť o udalosť stále čaká: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Pre výraz \"{{searchTerm}}\" neboli nájdené žiadne výsledky", "no_more_results": "Žiadne ďalšie výsledky", "no_results": "Žiadne výsledky", "load_more_results": "Načítať ďalšie výsledky", diff --git a/apps/web/public/static/locales/sr/common.json b/apps/web/public/static/locales/sr/common.json index 786335e184..8f97359a2e 100644 --- a/apps/web/public/static/locales/sr/common.json +++ b/apps/web/public/static/locales/sr/common.json @@ -108,6 +108,7 @@ "accept_license": "Prihvati Licencu", "still_waiting_for_approval": "Dogadjaj još čeka na odobrenje", "event_is_still_waiting": "Zahtev na dogadjaj još čeka: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Nema rezultata za \"{{searchTerm}}\"", "no_more_results": "Nema više rezultata", "no_results": "Nema rezultata", "load_more_results": "Učitaj više rezultata", diff --git a/apps/web/public/static/locales/sv/common.json b/apps/web/public/static/locales/sv/common.json index c51ad7018e..80c6f5c178 100644 --- a/apps/web/public/static/locales/sv/common.json +++ b/apps/web/public/static/locales/sv/common.json @@ -108,6 +108,7 @@ "accept_license": "Godkänn licens", "still_waiting_for_approval": "En bokning väntar fortfarande på godkännande", "event_is_still_waiting": "Bokningsförfrågan väntar fortfarande: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Inga resultat hittades för \"{{searchTerm}}\"", "no_more_results": "Inga fler resultat", "no_results": "Inga resultat", "load_more_results": "Hämta fler resultat", diff --git a/apps/web/public/static/locales/tr/common.json b/apps/web/public/static/locales/tr/common.json index 022198ca78..74a1604e79 100644 --- a/apps/web/public/static/locales/tr/common.json +++ b/apps/web/public/static/locales/tr/common.json @@ -108,6 +108,7 @@ "accept_license": "Lisansı Kabul Et", "still_waiting_for_approval": "Bir etkinlik hâlâ onay bekliyor", "event_is_still_waiting": "Etkinlik isteği hâlâ beklemede: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "\"{{searchTerm}}\" için sonuç bulunamadı", "no_more_results": "Başka sonuç yok", "no_results": "Sonuç yok", "load_more_results": "Daha fazla sonuç yükle", diff --git a/apps/web/public/static/locales/uk/common.json b/apps/web/public/static/locales/uk/common.json index 980c6b6db7..8f89424a16 100644 --- a/apps/web/public/static/locales/uk/common.json +++ b/apps/web/public/static/locales/uk/common.json @@ -108,6 +108,7 @@ "accept_license": "Прийняти ліцензію", "still_waiting_for_approval": "Захід досі чекає на схвалення", "event_is_still_waiting": "Запит на захід досі в очікуванні: {{attendeeName}} – {{date}} – {{eventType}}", + "no_result_found_for": "За запитом \"{{searchTerm}}\" нічого не знайдено", "no_more_results": "Інших результатів немає", "no_results": "Немає результатів", "load_more_results": "Завантажити інші результати", diff --git a/apps/web/public/static/locales/vi/common.json b/apps/web/public/static/locales/vi/common.json index 39fe1c9dbb..5bad6df40e 100644 --- a/apps/web/public/static/locales/vi/common.json +++ b/apps/web/public/static/locales/vi/common.json @@ -108,6 +108,7 @@ "accept_license": "Chấp nhận giấy phép", "still_waiting_for_approval": "Một sự kiện vẫn đang chờ được chấp thuận", "event_is_still_waiting": "Lời mời sự kiện vẫn đang chờ: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "Không tìm thấy kết quả nào cho \"{{searchTerm}}\"", "no_more_results": "Không còn kết quả", "no_results": "Không có kết quả", "load_more_results": "Tải thêm kết quả", diff --git a/apps/web/public/static/locales/zh-CN/common.json b/apps/web/public/static/locales/zh-CN/common.json index e00b70c2e7..a467294195 100644 --- a/apps/web/public/static/locales/zh-CN/common.json +++ b/apps/web/public/static/locales/zh-CN/common.json @@ -108,6 +108,7 @@ "accept_license": "接受许可协议", "still_waiting_for_approval": "有活动正在等待您的批准", "event_is_still_waiting": "活动请求仍在等待中: {{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "未找到与\"{{searchTerm}}\"相关的结果", "no_more_results": "无更多结果", "no_results": "无结果", "load_more_results": "加载更多结果", diff --git a/apps/web/public/static/locales/zh-TW/common.json b/apps/web/public/static/locales/zh-TW/common.json index e51d5e9be0..70e13138fa 100644 --- a/apps/web/public/static/locales/zh-TW/common.json +++ b/apps/web/public/static/locales/zh-TW/common.json @@ -108,6 +108,7 @@ "accept_license": "接受授權", "still_waiting_for_approval": "活動還在等待核准", "event_is_still_waiting": "活動請求還在等待中:{{attendeeName}} - {{date}} - {{eventType}}", + "no_result_found_for": "找不到與「{{searchTerm}}」相關的結果", "no_more_results": "沒有更多結果", "no_results": "沒有任何結果", "load_more_results": "讀取更多結果", diff --git a/i18n.lock b/i18n.lock index 889f092ac4..e4f42543fd 100644 --- a/i18n.lock +++ b/i18n.lock @@ -110,6 +110,7 @@ checksums: accept_license: 1a83a54fdc1248f7a8f48386020e7c98 still_waiting_for_approval: 9a2d726b0c04f779cdea51bc2a41365a event_is_still_waiting: ff866d6d3fbe18bdacdc79956c6adbbb + no_result_found_for: ba54128bee4b5bc59760ea5ef5c0dc34 no_more_results: 1adb2c45a869a814fa64ed45fe7ff3ce no_results: 0e9b73265c6542240f5a3bf6b43e9280 load_more_results: 0ca3ac0fd1450284ce8dbd609e3b5b56