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:
authorStefan Giehl <stefan@matomo.org>2019-06-24 15:05:53 +0300
committerGitHub <noreply@github.com>2019-06-24 15:05:53 +0300
commit2429e0ad12c02c3b69a20d985e5a8ee17e03c0a9 (patch)
treec1a5d8cd81b437923be75f5f2c24995396aa5601 /lang
parent0dbeb8c40e86a529a668de6e3cd1cd5deff59299 (diff)
language update (#14567)
Diffstat (limited to 'lang')
-rw-r--r--lang/cs.json4
-rw-r--r--lang/da.json4
-rw-r--r--lang/de.json4
-rw-r--r--lang/el.json8
-rw-r--r--lang/fr.json4
-rw-r--r--lang/it.json4
-rw-r--r--lang/nl.json4
-rw-r--r--lang/pt-br.json21
-rw-r--r--lang/ro.json4
-rw-r--r--lang/ru.json3
-rw-r--r--lang/sq.json11
-rw-r--r--lang/tr.json8
-rw-r--r--lang/zh-tw.json2
13 files changed, 67 insertions, 14 deletions
diff --git a/lang/cs.json b/lang/cs.json
index 3528d9046d..7753c23112 100644
--- a/lang/cs.json
+++ b/lang/cs.json
@@ -566,7 +566,9 @@
"VerifyAccount": "Ověřování účtu",
"ValidateSslCertificate": "Ověřit SSL certifikát",
"VerifyLoginData": "Ujistěte se, že kombinace vašeho uživatelského jména a hesla je správná.",
- "YouAreOffline": "Omlouváme se, momentálně jste offline"
+ "YouAreOffline": "Omlouváme se, momentálně jste offline",
+ "ExceptionNoViewAccess": "Zkontrolujte vaše uživatelské jméno a heslo a ujistěte se, že máte přístup %s alespoň pro jedny stránky.",
+ "Mobile_HowtoExitAndroid": "Klikněte na zpět pro ukončení"
},
"RowEvolution": {
"AvailableMetrics": "Dostupná měření",
diff --git a/lang/da.json b/lang/da.json
index a0fc6f1957..dc88d3d0e4 100644
--- a/lang/da.json
+++ b/lang/da.json
@@ -551,7 +551,9 @@
"VerifyAccount": "Bekræftelse af konto",
"ValidateSslCertificate": "Valider SSL-certifikat",
"VerifyLoginData": "Kontroller at kombinationen af brugernavn og adgangskode er korrekt.",
- "YouAreOffline": "Beklager, du er i øjeblikket offline"
+ "YouAreOffline": "Beklager, du er i øjeblikket offline",
+ "ExceptionNoViewAccess": "Kontroller dit brugernavn og adgangskode og sørg for at have %s adgang til mindst én hjemmeside.",
+ "Mobile_HowtoExitAndroid": "Klik TILBAGE igen for at afslutte"
},
"RowEvolution": {
"AvailableMetrics": "Tilgængelige målinger",
diff --git a/lang/de.json b/lang/de.json
index 8ac44ebfb3..889f04c873 100644
--- a/lang/de.json
+++ b/lang/de.json
@@ -566,7 +566,9 @@
"VerifyAccount": "Account wird überprüft...",
"ValidateSslCertificate": "Validiere SSL Zertifikat",
"VerifyLoginData": "Bitte überprüfen Sie, ob die Kombination aus Benutzername und Passwort korrekt ist.",
- "YouAreOffline": "Sie sind derzeit offline"
+ "YouAreOffline": "Sie sind derzeit offline",
+ "ExceptionNoViewAccess": "Bitte überprüfen Sie Ihren Benutzernamen und Passwort und stellen Sie sicher dass Sie mindestens auf eine Website %s Zugriff haben.",
+ "Mobile_HowtoExitAndroid": "Drücken Sie zum Verlassen erneut auf Zurück"
},
"RowEvolution": {
"AvailableMetrics": "Verfügbare Metriken",
diff --git a/lang/el.json b/lang/el.json
index 69702ec706..02d48ceb1d 100644
--- a/lang/el.json
+++ b/lang/el.json
@@ -566,7 +566,13 @@
"VerifyAccount": "Πιστοποίηση λογαριασμού",
"ValidateSslCertificate": "Επαλήθευση του πιστοποιητικού SSL",
"VerifyLoginData": "Βεβαιωθείτε ότι ο συνδυασμός ονόματος χρήστη και συνθηματικού είναι σωστός.",
- "YouAreOffline": "Συγγνώμη, είστε εκτός σύνδεσης αυτή την στιγμή"
+ "YouAreOffline": "Συγγνώμη, είστε εκτός σύνδεσης αυτή την στιγμή",
+ "ExceptionNoViewAccess": "Παρακαλώ ελέγξτε το όνομα χρήστη και το συνθηματικό και βεβαιωθείτε ότι έχετε %s πρόσβαση τουλάχιστον σε έναν ιστοτόπο.",
+ "Mobile_HowtoExitAndroid": "Παρακαλώ κάντε κλικ στο BACK πάλι για έξοδο",
+ "MatomoMarketplace": "Αγορά του Matomo",
+ "EnterAuthCode": "Εισάγετε κωδικό αυθεντικοποίησης",
+ "EnterCorrectAuthCode": "Εισάγετε σωστό κωδικό αυθεντικοποίησης",
+ "EnterAuthCodeExplanation": "Φαίνεται ότι χρησιμοποιείτε αυθεντικοποίηση δύο παραγόντων. Παρακαλούμε εισάγετε τον 6-ψήφιο κωδικό για να κάνετε είσοδο στο λογαριασμό σας."
},
"RowEvolution": {
"AvailableMetrics": "Διαθέσιμες μετρήσεις",
diff --git a/lang/fr.json b/lang/fr.json
index 8517c11b27..2e38d8e2fd 100644
--- a/lang/fr.json
+++ b/lang/fr.json
@@ -566,7 +566,9 @@
"VerifyAccount": "Vérification du compte",
"ValidateSslCertificate": "Valider le certificat SSL",
"VerifyLoginData": "Verifier votre nom d'utilisateur et votre mot de passe.",
- "YouAreOffline": "Désolé, vous êtes actuellement déconnecté(e)"
+ "YouAreOffline": "Désolé, vous êtes actuellement déconnecté(e)",
+ "ExceptionNoViewAccess": "Veuillez vérifier votre nom d'utilisateur et mot de passe et vous assurer que vous avez un accès %s à au moins un des sites web.",
+ "Mobile_HowtoExitAndroid": "Veuillez cliquer sur RETOUR une nouvelle fois pour quitter"
},
"RowEvolution": {
"AvailableMetrics": "Métriques disponibles",
diff --git a/lang/it.json b/lang/it.json
index b695031076..f88c2c7c2c 100644
--- a/lang/it.json
+++ b/lang/it.json
@@ -566,7 +566,9 @@
"VerifyAccount": "Verifica Account",
"ValidateSslCertificate": "Valida Certificato SSL",
"VerifyLoginData": "Verifica username e password.",
- "YouAreOffline": "Spiacente, sei al momento offline"
+ "YouAreOffline": "Spiacente, sei al momento offline",
+ "ExceptionNoViewAccess": "Si prega di controllare user name e password e di assicurarsi di avere accesso %s almeno a un sito.",
+ "Mobile_HowtoExitAndroid": "Clicca ancora su INDIETRO per uscire"
},
"RowEvolution": {
"AvailableMetrics": "Metriche disponibili",
diff --git a/lang/nl.json b/lang/nl.json
index c76a7dc614..8d269771d0 100644
--- a/lang/nl.json
+++ b/lang/nl.json
@@ -566,7 +566,9 @@
"VerifyAccount": "Verifiëren account",
"ValidateSslCertificate": "SSL-certificaat valideren",
"VerifyLoginData": "Zorg ervoor dat uw gebruikersnaam- en wachtwoordcombinatie juist zijn.",
- "YouAreOffline": "Sorry, u bent momenteel offline."
+ "YouAreOffline": "Sorry, u bent momenteel offline.",
+ "ExceptionNoViewAccess": "Controleer gebruikersnaam en wachtwoord. Wees er zeker van dat je op ten minste één website de volgende rechten hebt: %s",
+ "Mobile_HowtoExitAndroid": "Klik nogmaals op de terugtoets om het programma te beëindigen"
},
"RowEvolution": {
"AvailableMetrics": "Beschikbare statistieken",
diff --git a/lang/pt-br.json b/lang/pt-br.json
index 3fc195cafa..6343cdd1cb 100644
--- a/lang/pt-br.json
+++ b/lang/pt-br.json
@@ -187,7 +187,9 @@
"ExceptionLanguageFileNotFound": "Ficheiro de idioma %s não encontrado.",
"ExceptionMethodNotFound": "O método '%1$s' não existe ou não está disponível no módulo '%2$s'.",
"ExceptionMissingFile": "Arquivo faltando: %s.",
+ "ExceptionUnexpectedFile": "Arquivos foram encontrados no seu Matomo, mas nós não esperávamos por eles.",
"ExceptionUnexpectedFilePleaseDelete": "Por favor, apague estes arquivos para prevenir erros.",
+ "ExceptionUnexpectedDirectory": "Diretórios foram encontrados no seu Matomo, mas nós não esperávamos por eles.",
"ExceptionUnexpectedDirectoryPleaseDelete": "Por favor, apague estes diretórios para prevenir erros.",
"ExceptionFileToDelete": "Arquivo para apagar: %s",
"ExceptionDirectoryToDelete": "Diretório para apagar: %s",
@@ -235,6 +237,7 @@
"Hide": "ocultar",
"HoursMinutes": "%1$s horas %2$s minutos",
"Id": "Id",
+ "IfArchivingIsFastYouCanSetupCronRunMoreOften": "Assumindo que o arquivamento é rápido para as suas configurações, você pode programar o crontab para funcionar com mais frequência.",
"InfoFor": "informações para %s",
"Installed": "Instalado",
"InvalidDateRange": "Período de datas inválido , Por favor tente novamente",
@@ -324,11 +327,14 @@
"OverlayRowActionTooltipTitle": "Sobreposição de Página aberta",
"Overview": "Visão Geral",
"Pages": "Páginas",
+ "Pagination": "%1$s–%2$s de %3$s",
+ "PaginationWithoutTotal": "%1$s–%2$s",
"ParameterMustIntegerBetween": "O parâmetro %1$s deve ser um valor inteiro entre %2$s e %3$s.",
"Password": "Senha",
"Period": "Período",
"Piechart": "Gráfico circular",
"Print": "Imprimir",
+ "Profiles": "Perfis",
"MatomoIsACollaborativeProjectYouCanContributeAndDonateNextRelease": "%1$s Matomo %2$s, anteriormente conhecido como Piwik, é um projeto colaborativo trazido a você pelos %7$s membros da equipe %8$s, além de muitos outros colaboradores em todo o mundo. <br\/> Se você é fã do Matomo, pode ajudar: descubra %3$s Como participar do Matomo %4$s, ou %5$s para ajudar %6$s a financiar o próximo grande lançamento do Matomo!",
"PiwikXIsAvailablePleaseNotifyPiwikAdmin": "%1$s está disponível. Por favor notifique o %2$sadministrator Matomo%3$s.",
"PiwikXIsAvailablePleaseUpdateNow": "Matomo %1$s está disponível. %2$s Por favor atualize agora!%3$s (veja %4$sas mudanças%5$s).",
@@ -367,6 +373,7 @@
"ReportsWillBeProcessedAtMostEveryHour": "Os relatórios então serão processados a cada hora no máximo.",
"RequestTimedOut": "O pedido de informação %s expirou. Por favor tente novamente.",
"Required": "%s necessário",
+ "Required2": "Requerido",
"ReturningVisitor": "Retorno do Visitante",
"ReturningVisitorAllVisits": "Ver todas as visitas",
"RowEvolutionRowActionTooltip": "Veja como as métricas para este registro foi alterado ao longo do tempo",
@@ -406,6 +413,7 @@
"ToDeleteAllDirectoriesRunThisCommand": "Para apagar todos estes diretórios de uma vez, você pode executar esse comando:",
"ToDeleteAllFilesRunThisCommand": "Para apagar todos estes arquivos de uma vez, você pode executar esse comando:",
"Total": "Total",
+ "Totals": "Totais",
"TotalRatioTooltip": "Este é %1$s de todos os %2$s %3$s.",
"TotalRevenue": "Total de Revendas",
"TotalVisitsPageviewsActionsRevenue": "(Total: %1$s visitas, %2$s visualizações, %3$s ações, %4$s receita)",
@@ -439,6 +447,7 @@
"VisitorIPs": "Visitante IPs",
"Visitors": "Visitantes",
"VisitsWith": "Visitas com %s",
+ "VisitorFingerprint": "Impressão digital",
"VisitorSettings": "Configurações dos visitantes",
"VisitType": "Tipo de visita",
"VisitTypes": "Tipos de visitas",
@@ -482,7 +491,9 @@
"YouAreCurrentlyUsing": "Você está usando atualmente Matomo %s.",
"YouAreViewingDemoMessage": "Você está visualizando a versão de demonstração do 1%1$s Matomo 2%2$s",
"YouMustBeLoggedIn": "Tem de estar ligado para aceder a essa funcionalidade.",
- "YourChangesHaveBeenSaved": "Suas alterações foram salvas"
+ "YourChangesHaveBeenSaved": "Suas alterações foram salvas",
+ "ThankYouForUsingMatomo": "Obrigado por usar Matomo",
+ "TheMatomoTeam": "A equipe de Matomo"
},
"Mobile": {
"AboutPiwikMobile": "Sobre o Matomo Móvel",
@@ -555,7 +566,13 @@
"VerifyAccount": "Verificando conta",
"ValidateSslCertificate": "Validar certificado SSL",
"VerifyLoginData": "Certifique-se de que sua combinação 'nome de usuário e senha' esteja correta.",
- "YouAreOffline": "Desculpe, no momento você está offline."
+ "YouAreOffline": "Desculpe, no momento você está offline.",
+ "ExceptionNoViewAccess": "Por favor, verifique seu usuário e senha e tenha certeza que você tem %s acesso a pelo menos um site.",
+ "Mobile_HowtoExitAndroid": "Por favor, clicar novamente para sair.",
+ "MatomoMarketplace": "Matomo Marketplace",
+ "EnterAuthCode": "Informe o código de autenticação",
+ "EnterCorrectAuthCode": "Informe o código de autenticação correto",
+ "EnterAuthCodeExplanation": "Parece que você está usando a autenticação de dois fatores. Por favor, informe o código de seis dígitos para fazer login na sua conta."
},
"RowEvolution": {
"AvailableMetrics": "Métricas disponíveis",
diff --git a/lang/ro.json b/lang/ro.json
index 6f0fb2cd84..c7006968f4 100644
--- a/lang/ro.json
+++ b/lang/ro.json
@@ -363,7 +363,7 @@
"YourChangesHaveBeenSaved": "Schimbarile au fost salvate"
},
"Mobile": {
- "AboutPiwikMobile": "Despre Matomo Mobil",
+ "AboutPiwikMobile": "Despre Matomo Mobile",
"AccessUrlLabel": "URL Acces Matomo",
"Account": "Cont",
"Accounts": "Conturi",
@@ -431,7 +431,7 @@
},
"RowEvolution": {
"AvailableMetrics": "măsurători disponibile",
- "CompareDocumentation": "Faceți clic pe link-ul de mai jos și deschide acest pop-up pentru un alt rând de la aceeași masă pentru a compara mai multe înregistrări. <br\/> Folosiți-shift clic pentru a marca rândul de comparație, fără a deschide acest pop-up.",
+ "CompareDocumentation": "Faceți clic pe link-ul de mai jos și deschideți acest pop-up pentru un alt rând de la același tabel pentru a compara mai multe înregistrări. <br\/> Folosiți-shift clic pentru a marca rândul pentru comparație, fără a deschide acest pop-up.",
"CompareRows": "Compara inregistrari",
"ComparingRecords": "Comparând %s rânduri",
"Documentation": "Faceți clic pe metrici pentru a le afișa în Graficul de mare evoluție. Utilizați Shift-clic pentru a afișa mai multe valori dintr-o dată.",
diff --git a/lang/ru.json b/lang/ru.json
index 91e17a5be6..416b06f034 100644
--- a/lang/ru.json
+++ b/lang/ru.json
@@ -562,7 +562,8 @@
"VerifyAccount": "Верификация аккаунта",
"ValidateSslCertificate": "Проверить SSL-сертификат",
"VerifyLoginData": "Убедитесь, что Вы ввели имя пользователя и пароль правильно.",
- "YouAreOffline": "Извините, но Вы сейчас офлайн"
+ "YouAreOffline": "Извините, но Вы сейчас офлайн",
+ "ExceptionNoViewAccess": "Пожалуйста, проверьте свои имя и пароль и убедитесь, что у вас есть доступ %s, по крайней мере, к одному сайту."
},
"RowEvolution": {
"AvailableMetrics": "Доступные показатели",
diff --git a/lang/sq.json b/lang/sq.json
index 561a54ab53..cb7c163017 100644
--- a/lang/sq.json
+++ b/lang/sq.json
@@ -187,7 +187,9 @@
"ExceptionLanguageFileNotFound": "S’u gjet kartela e gjuhës '%s'.",
"ExceptionMethodNotFound": "Metoda '%1$s' s’ekziston ose s’është e mundshme në modulin '%2$s'.",
"ExceptionMissingFile": "Kartelë që mungon: %s",
+ "ExceptionUnexpectedFile": "U gjetën kartela në Matomo-n tuaj, por nuk prisnim të tilla.",
"ExceptionUnexpectedFilePleaseDelete": "Ju lutemi, fshijini këto kartela që të parandalohet gabime.",
+ "ExceptionUnexpectedDirectory": "U gjetën drejtori te Matomo juaj, por s’pritnim të tilla.",
"ExceptionUnexpectedDirectoryPleaseDelete": "Ju lutemi, fshijini këto drejtori që të parandalohen gabime.",
"ExceptionFileToDelete": "Kartelë për t’u fshirë: %s",
"ExceptionDirectoryToDelete": "Drejtori që duhen fshirë: %s",
@@ -235,6 +237,7 @@
"Hide": "fshihe",
"HoursMinutes": "%1$s orë %2$s minuta",
"Id": "Id",
+ "IfArchivingIsFastYouCanSetupCronRunMoreOften": "Duke pranuar që arkivimi në instancën tuaj është i shpejtë, mund ta rregulloni crontab-in të xhirojë më shpesh.",
"InfoFor": "Të dhëna për %s",
"Installed": "E instaluar",
"InvalidDateRange": "Interval i Pavlefshëm Datash, Ju lutemi, Riprovoni",
@@ -563,7 +566,13 @@
"VerifyAccount": "Verifikim Llogarie",
"ValidateSslCertificate": "Vleftëso Dëshminë SSL",
"VerifyLoginData": "Sigurohuni që dyshja emër përdoruesi dhe fjalëkalim të jetë e saktë.",
- "YouAreOffline": "Na ndjeni, jeni i palidhur në internet"
+ "YouAreOffline": "Na ndjeni, jeni i palidhur në internet",
+ "ExceptionNoViewAccess": "Ju lutemi, kontrolloni emrin tuaj të përdoruesit dhe fjalëkalimin dhe sigurohuni se keni hyrje %s për të paktën një sajt.",
+ "Mobile_HowtoExitAndroid": "Ju lutemi, riklikoni mbi BACK që të dilet",
+ "MatomoMarketplace": "Matomo Marketplace",
+ "EnterAuthCode": "Jepni kod mirëfilltësimi",
+ "EnterCorrectAuthCode": "Jepni kod të saktë mirëfilltësimi",
+ "EnterAuthCodeExplanation": "Duket sikur mund të jeni duke përdorur mirëfilltësim dyfaktorësh. Ju lutemi, jepni kodin gjashtëshifror që të hyni në llogarinë tuaj."
},
"RowEvolution": {
"AvailableMetrics": "Vlera të mundshme",
diff --git a/lang/tr.json b/lang/tr.json
index 16614128ac..7b366814a5 100644
--- a/lang/tr.json
+++ b/lang/tr.json
@@ -566,7 +566,13 @@
"VerifyAccount": "Hesap Doğrulama",
"ValidateSslCertificate": "SSL Sertifikasını Doğrula",
"VerifyLoginData": "Kullanıcı adı ve parolanın doğru olduğundan emin olun.",
- "YouAreOffline": "Maalesef, şu anda çevrimdışısınız"
+ "YouAreOffline": "Maalesef, şu anda çevrimdışısınız",
+ "ExceptionNoViewAccess": "Lütfen kullanıcı adı ve parolanızı denetleyin ve en az bir web sitesi için %s izniniz olduğundan emin olun.",
+ "Mobile_HowtoExitAndroid": "Çıkmak için yeniden GERİ üzerine tıklayın",
+ "MatomoMarketplace": "Matomo Mağazası",
+ "EnterAuthCode": "Kimlik doğrulama kodunu yazın",
+ "EnterCorrectAuthCode": "Doğru kimlik doğrulama kodunu yazın",
+ "EnterAuthCodeExplanation": "İki aşamalı kimlik doğrulama kullanıyorsunuz gibi görünüyor. Lütfen oturum açmak için 6 haneli kodu yazın."
},
"RowEvolution": {
"AvailableMetrics": "Kullanılabilecek ölçümler",
diff --git a/lang/zh-tw.json b/lang/zh-tw.json
index 2b49d262a6..cec1a086ac 100644
--- a/lang/zh-tw.json
+++ b/lang/zh-tw.json
@@ -187,7 +187,9 @@
"ExceptionLanguageFileNotFound": "找不到語系檔案「%s」。",
"ExceptionMethodNotFound": "方法「%1$s」不存在或不適用於模組「%2$s」。",
"ExceptionMissingFile": "檔案遺失:%s",
+ "ExceptionUnexpectedFile": "檔案已在你的 Matomo 中找到,但並不在我們預料中。",
"ExceptionUnexpectedFilePleaseDelete": "請刪除這些檔案來防止錯誤。",
+ "ExceptionUnexpectedDirectory": "資料夾已在你的 Matomo 中找到,但並不在我們預料中。",
"ExceptionUnexpectedDirectoryPleaseDelete": "請刪除這些資料夾來防止錯誤。",
"ExceptionFileToDelete": "要刪除的檔案:%s",
"ExceptionDirectoryToDelete": "要刪除的資料夾:%s",