Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-09-14 00:11:39 +0300
committerGitHub <noreply@github.com>2020-09-14 00:11:39 +0300
commit62ca05397a50d2aca2a1d2e6e49cdf6f38e781da (patch)
tree78e86796ab7df639a0d2083e9097be5cdec29fba /lang
parentef5b1ece3fcb9331eefdef26056664ff48bef95d (diff)
language update (#16431)
Co-authored-by: tsteur <tsteur@users.noreply.github.com>
Diffstat (limited to 'lang')
-rw-r--r--lang/cs.json3
-rw-r--r--lang/pt-br.json5
-rw-r--r--lang/zh-tw.json8
3 files changed, 12 insertions, 4 deletions
diff --git a/lang/cs.json b/lang/cs.json
index d173d13c92..34fd2fbf7d 100644
--- a/lang/cs.json
+++ b/lang/cs.json
@@ -519,7 +519,8 @@
"MaximumNumberOfPeriodsComparedIs": "Maximální počet period, které lze porovnat současně, je %s.",
"Custom": "Vlastní",
"PreviousPeriod": "Předchozí období",
- "PreviousYear": "Předchozí rok"
+ "PreviousYear": "Předchozí rok",
+ "ViewAccessRequired": "Použitý token_auth má příliš mnoho přístupu, aby mohl být použit v URL požadavku bez API. Použijte heslo pro konkrétní aplikaci pro uživatele, který má pouze přístup pro zobrazení."
},
"Mobile": {
"AboutPiwikMobile": "O Matomo Mobile",
diff --git a/lang/pt-br.json b/lang/pt-br.json
index ff60a1ebfa..ddaa7ea9f3 100644
--- a/lang/pt-br.json
+++ b/lang/pt-br.json
@@ -23,7 +23,7 @@
"AverageX": "Média %s",
"BackToPiwik": "Volta ao Matomo",
"Broken": "Quebrado",
- "BrokenDownReportDocumentation": "Subdividem-se em vários relatórios, que são exibidos em sparklines na parte inferior da página. Você pode ampliar os gráficos, clicando no relatório que gostaria de ver.",
+ "BrokenDownReportDocumentation": "Subdividem-se em vários relatórios, que são exibidos em minigráficos na parte inferior da página. Você pode ampliar os gráficos, clicando no relatório que gostaria de ver.",
"Cancel": "Cancelar",
"CannotUnzipFile": "Não pode descompactar o arquivo %1$s: %2$s",
"ChangePassword": "Modificar senha",
@@ -519,7 +519,8 @@
"MaximumNumberOfPeriodsComparedIs": "O número máximo de períodos que podem ser comparados simultaneamente é %s.",
"Custom": "Personalizado",
"PreviousPeriod": "Período anterior",
- "PreviousYear": "Ano anterior"
+ "PreviousYear": "Ano anterior",
+ "ViewAccessRequired": "O token_auth usado tem muito acesso para ser usado em um pedido URL não-API. Por favor use uma senha específica do aplicativo para um usuário que só tenha acesso para visualização."
},
"Mobile": {
"AboutPiwikMobile": "Sobre o Matomo Móvel",
diff --git a/lang/zh-tw.json b/lang/zh-tw.json
index e9ccd62d30..4c23487b7c 100644
--- a/lang/zh-tw.json
+++ b/lang/zh-tw.json
@@ -133,7 +133,10 @@
"DaysHours": "%1$s 天 %2$s 小時",
"DaysSinceFirstVisit": "和第一次訪問間隔",
"DaysSinceLastEcommerceOrder": "和上次下單間隔",
+ "SecondsSinceLastEcommerceOrder": "秒自上次下單",
"DaysSinceLastVisit": "和上次訪問間隔",
+ "SecondsSinceLastVisit": "秒自上次訪問",
+ "SecondsSinceFirstVisit": "秒自首次訪問",
"Default": "預設",
"DefaultAppended": "(預設)",
"Delete": "刪除",
@@ -305,6 +308,7 @@
"OneVisit": "1 訪問數",
"OnlyEnterIfRequired": "只在你的 SMTP 伺服器需要使用者名稱時才輸入",
"OnlyEnterIfRequiredPassword": "只在你的 SMTP 伺服器需要密碼時才輸入",
+ "SmtpFromEmailHelp": "預設值是 noreply@{DOMAIN},你的 Matomo 網域 %1$s 會取代 {DOMAIN} 參數。<br>如果你寄信失敗,你可能要設定此位址與你的 SMTP 帳號一樣。",
"NameShownInTheSenderColumn": "寄件人欄位顯示的名字",
"OnlyUsedIfUserPwdIsSet": "只在使用者名稱\/密碼設定後才會生效,如果你不確定要使用何種方法,請詢問你的供應商。",
"OpenSourceWebAnalytics": "免費分析平台",
@@ -507,7 +511,9 @@
"MaximumNumberOfSegmentsComparedIs": "最多僅能同時比較 %s 個區隔。",
"CompareDatesParamMustMatchComparePeriods": "%1$s 的參數長度必須符合 %2$s 的參數長度。",
"MaximumNumberOfPeriodsComparedIs": "最多僅能同時比較 %s 個期間。",
- "Custom": "自訂"
+ "Custom": "自訂",
+ "PreviousPeriod": "前一段期間",
+ "PreviousYear": "前一年"
},
"Mobile": {
"AboutPiwikMobile": "關於 Matomo 行動版",