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
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2015-09-30 21:37:53 +0300
committersgiehl <stefan@piwik.org>2015-09-30 21:37:53 +0300
commita8131ace4b8daf1b6f91a8aa3dd95feced77932c (patch)
tree962aaba5cde9f6f84cab6366792617ec9707ba42 /plugins/API
parent3cf40d355cb90b08e41259bcf9cac65dcb714d44 (diff)
language update
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/lang/pt-br.json2
-rw-r--r--plugins/API/lang/vi.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/plugins/API/lang/pt-br.json b/plugins/API/lang/pt-br.json
index 1869a845e4..2733193420 100644
--- a/plugins/API/lang/pt-br.json
+++ b/plugins/API/lang/pt-br.json
@@ -1,6 +1,6 @@
{
"API": {
- "GenerateVisits": "Se você não tem nenhum dado hoje, você pode gerar alguns dados usando o plugin %s. Você pode habilitar o plugin %s, então clique no menu \"Gerador de Visitantes\" na área Piwik Admin.",
+ "GenerateVisits": "Se você não tem nenhum dado hoje, primeiro você pode gerar alguns dados usando o plugin %s. Basta ativar o plugin %s e clicar no menu \"Gerador de Visitantes\" na área de Admin do Piwik.",
"KeepTokenSecret": "Esse token_auth é tão secreto quanto seu login e sua senha, %s não compartilhe isso %s!",
"LoadedAPIs": "%s APIs carregadas com sucesso",
"MoreInformation": "Para mais informações sobre as APIs Piwik, por favor, dê uma olhada no %s Introdução para Piwik API %s e a %s API Piwik de Referência %s .",
diff --git a/plugins/API/lang/vi.json b/plugins/API/lang/vi.json
index d3d6f747e6..18bf5e4d5b 100644
--- a/plugins/API/lang/vi.json
+++ b/plugins/API/lang/vi.json
@@ -4,6 +4,8 @@
"KeepTokenSecret": "token_auth này chặt chẽ như mật khẩu đăng nhập của bạn, %s không thể chia sẻ nó %s!",
"LoadedAPIs": "Nạp thành công API %s",
"MoreInformation": "Để biết thêm thông tin về các API của Piwik, vui lòng xem ở Giới thiệu %s về %s API Piwik và API %s Piwik Reference %s",
+ "PluginDescription": "Tất cả dữ liệu của Piwik đều tủy cập được thông qua API. Plugin này là 1 web service, từ đó bạn có thể gọi để truy cập dữ liệu dưới dạng xml, json, csv,...",
+ "ReportingApiReference": "Tham chiếu API báo cáo",
"TopLinkTooltip": "Truy cập dữ liệu lập trình Web Analytics của bạn thông qua một API đơn giản trong JSON, xml, vv",
"UserAuthentication": "Xác thực người dùng",
"UsingTokenAuth": "Nếu bạn muốn %s truy vấn dữ liệu trong script hoặc crontab, ... %s bạn cần phải thêm tham số %s vào các API call URL yêu cầu xác thực."