refactor: change word: Countries -> Country or Region
This commit is contained in:
parent
6e8c28026e
commit
1ad9aa95f9
@ -90,6 +90,7 @@
|
||||
"k5ec0de4": "Für die HTTPS-Überwachung werden bei Zuweisung einer Benachrichtigungsmethode Benachrichtigungen 1, 3, 7 und 14 Tage vor Ablauf gesendet.",
|
||||
"k5ecf04b0": "Ansicht",
|
||||
"k6067f0ff": "TLS/SSL-Fehler ignorieren",
|
||||
"k611549c6": "Land oder Region",
|
||||
"k621317b5": "Neue Seite",
|
||||
"k62e19375": "Letzte Aktualisierung: {{date}}",
|
||||
"k646a3a80": "Metriken von {{monitorName}}",
|
||||
|
@ -90,6 +90,7 @@
|
||||
"k5ec0de4": "For HTTPS monitoring, if any notification method is assigned, notifications will be sent at 1, 3, 7 and 14 days before expiration.",
|
||||
"k5ecf04b0": "View",
|
||||
"k6067f0ff": "Ignore TLS/SSL error",
|
||||
"k611549c6": "Country or Region",
|
||||
"k621317b5": "New page",
|
||||
"k62e19375": "Last updated at: {{date}}",
|
||||
"k646a3a80": "{{monitorName}}'s Metrics",
|
||||
|
@ -90,6 +90,7 @@
|
||||
"k5ec0de4": "Pour la surveillance HTTPS, si une méthode de notification est assignée, des notifications seront envoyées à 1, 3, 7 et 14 jours avant l'expiration.",
|
||||
"k5ecf04b0": "Vue",
|
||||
"k6067f0ff": "Ignorer l'erreur TLS/SSL",
|
||||
"k611549c6": "Pays ou région",
|
||||
"k621317b5": "Nouvelle page",
|
||||
"k62e19375": "Dernière mise à jour : {{date}}",
|
||||
"k646a3a80": "Métriques de {{monitorName}}",
|
||||
|
@ -90,6 +90,7 @@
|
||||
"k5ec0de4": "HTTPSモニタリングの場合、通知方法が割り当てられている場合、有効期限の1、3、7、14日前に通知が送信されます。",
|
||||
"k5ecf04b0": "ビュー",
|
||||
"k6067f0ff": "TLS/SSLエラーを無視",
|
||||
"k611549c6": "国または地域",
|
||||
"k621317b5": "新しいページ",
|
||||
"k62e19375": "最終更新:{{date}}",
|
||||
"k646a3a80": "{{monitorName}}のメトリック",
|
||||
|
@ -90,6 +90,7 @@
|
||||
"k5ec0de4": "Dla monitorowania HTTPS, jeśli przypisana jest jakakolwiek metoda powiadamiania, powiadomienia zostaną wysłane 1, 3, 7 i 14 dni przed wygaśnięciem.",
|
||||
"k5ecf04b0": "Widok",
|
||||
"k6067f0ff": "Ignoruj błąd TLS/SSL",
|
||||
"k611549c6": "Państwo bądź region",
|
||||
"k621317b5": "Nowa strona",
|
||||
"k62e19375": "Ostatnia aktualizacja: {{date}}",
|
||||
"k646a3a80": "Metryki {{monitorName}}",
|
||||
|
@ -90,6 +90,7 @@
|
||||
"k5ec0de4": "Para monitoramento HTTPS, se algum método de notificação estiver atribuído, notificações serão enviadas com 1, 3, 7 e 14 dias antes do vencimento.",
|
||||
"k5ecf04b0": "Ver",
|
||||
"k6067f0ff": "Ignorar erro TLS/SSL",
|
||||
"k611549c6": "país ou região",
|
||||
"k621317b5": "Nova página",
|
||||
"k62e19375": "Última atualização em: {{date}}",
|
||||
"k646a3a80": "Métricas de {{monitorName}}",
|
||||
|
@ -90,6 +90,7 @@
|
||||
"k5ec0de4": "Для мониторинга HTTPS, если назначен любой метод уведомления, уведомления будут отправлены за 1, 3, 7 и 14 дней до истечения срока действия.",
|
||||
"k5ecf04b0": "Просмотр",
|
||||
"k6067f0ff": "Игнорировать ошибку TLS/SSL",
|
||||
"k611549c6": "Страна или Регион",
|
||||
"k621317b5": "Новая страница",
|
||||
"k62e19375": "Последнее обновление: {{date}}",
|
||||
"k646a3a80": "Метрики {{monitorName}}",
|
||||
|
@ -90,6 +90,7 @@
|
||||
"k5ec0de4": "对于 HTTPS 监控,如果分配了任何通知方法,则将在到期前 1、3、7 和 14 天发送通知。",
|
||||
"k5ecf04b0": "查看",
|
||||
"k6067f0ff": "忽略 TLS/SSL 错误",
|
||||
"k611549c6": "国家或地区",
|
||||
"k621317b5": "新页面",
|
||||
"k62e19375": "最后更新时间:{{date}}",
|
||||
"k646a3a80": "{{monitorName}}的指标",
|
||||
|
@ -196,7 +196,7 @@ function TelemetryDetailComponent() {
|
||||
<TelemetryMetricsTable
|
||||
telemetryId={telemetryId}
|
||||
type="country"
|
||||
title={[t('Countries'), t('Visitors')]}
|
||||
title={[t('Country or Region'), t('Visitors')]}
|
||||
startAt={startAt}
|
||||
endAt={endAt}
|
||||
/>
|
||||
|
@ -141,7 +141,7 @@ function WebsiteDetailComponent() {
|
||||
<WebsiteMetricsTable
|
||||
websiteId={websiteId}
|
||||
type="country"
|
||||
title={[t('Countries'), t('Visitors')]}
|
||||
title={[t('Country or Region'), t('Visitors')]}
|
||||
startAt={startAt}
|
||||
endAt={endAt}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user