Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update from master #1

Merged
merged 51 commits into from
May 17, 2016
Merged

update from master #1

merged 51 commits into from
May 17, 2016

Conversation

bnpysse
Copy link
Owner

@bnpysse bnpysse commented May 5, 2016

Chinese translations for Caravel.

Copyright (C) 2016 ORGANIZATION

This file is distributed under the same license as the Caravel project.

Maxime Beauchemin <maximebeauchemin @ gmail.com>, 2016.

msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2016-05-02 00:21-0700\n"
"PO-Revision-Date: 2016-05-04 23:37+0800\n"
"Last-Translator: FULL NAME EMAIL@ADDRESS\n"
"Language: zh\n"
"Language-Team: zh LL@li.org\n"
"Plural-Forms: nplurals=1; plural=0\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.3.4\n"

: caravel/models.py:564

msgid ""
"Datetime column not provided as part table configuration and is required "
"by this type of chart"
msgstr ""

: caravel/models.py:1153

msgid "No data was returned."
msgstr ""

: caravel/views.py:116

msgid ""
"Whether to make this column available as a [Time Granularity] option, "
"column has to be DATETIME or DATETIME-like"
msgstr ""

: caravel/views.py:215

msgid "Databases"
msgstr "数据库"

: caravel/views.py:217 caravel/views.py:261 caravel/views.py:284

msgid "Sources"
msgstr "源"

: caravel/views.py:260

msgid "Tables"
msgstr "表"

: caravel/views.py:282

msgid "Druid Clusters"
msgstr "Druid簇"

: caravel/views.py:313

msgid "Slices"
msgstr "切片"

: caravel/views.py:341

msgid ""
"This json object describes the positioning of the widgets in the "
"dashboard. It is dynamically generated when adjusting the widgets size "
"and positions by using drag & drop in the dashboard view"
msgstr ""

: caravel/views.py:346

msgid ""
"The css for individual dashboards can be altered here, or in the "
"dashboard view where changes are immediately visible"
msgstr ""

: caravel/views.py:367

msgid "Dashboards"
msgstr "仪表盘"

: caravel/views.py:392

msgid "Action Log"
msgstr "动作日志"

: caravel/views.py:393

msgid "Security"
msgstr "安全"

: caravel/views.py:430

msgid "Druid Datasources"
msgstr "Druid数据源"

: caravel/views.py:514

msgid "The datasource seems to have been deleted"
msgstr "此数据源好像已被删除"

: caravel/views.py:522

msgid "You don't seem to have access to this datasource"
msgstr "看来您不能读取此数据源"

: caravel/views.py:843

msgid "This view requires the all_datasource_access permission"
msgstr "此视图需要'读取所有数据源'权限"

: caravel/views.py:954

msgid "CSS Templates"
msgstr "CSS模板"

: caravel/templates/appbuilder/navbar_right.html:34

msgid "Profile"
msgstr "专业文件"

: caravel/templates/appbuilder/navbar_right.html:35

msgid "Logout"
msgstr "注销"

: caravel/templates/appbuilder/navbar_right.html:40

msgid "Login"
msgstr "登录"

: caravel/templates/caravel/welcome.html:8

: caravel/templates/caravel/welcome.html:13

msgid "Welcome!"
msgstr "欢迎"

mistercrunch and others added 30 commits April 26, 2016 09:29
* add navigation, zoom to treemap

* don't use stale form data
* Introducing more security features

* Many to many owners for slices and dashboards
* Slices are filtered to only slices that the user has access to

* Adding unit tests
[bugfix] allow repeated values across levels when building sunburst hierarchy
* attempt to enchance logging

* clean up logging

* clean up logging

* reset to logger

* clean up imports

* add comments in config.py

* remove redundant declaration of logging.config. Already exists in caravel/__init__.py

* replace RotatingFileHandler with TimedRotatingFileHandler

* revert back running web server in debug mode

* fix debug in bin/caravel

* resolve build errors - formatting

* need to test

* enable time rotateloghandler

* revert back print statements - add feature for rotatetimelog which is needed and make it configurable

* revert back to default in master

* fix build issues

* remove extra print statement

* change log location to default

* configure console log level and format
* Improving SQLA query generation

* Fixing debug
* Druid post aggregations

* Fixing tests
* A white theme

* Updating TODO

* Fixing tests
Otherwise "local variable '_' referenced before assignment" will be raised
* Make sure anonymous user with proper permissions can access data

* Review fixes: naming changes

* Review fixes: add more granular tests for public user dashboard access

* Review fixes: test that public user has access only to permitted data sets
* add unicode data to tests

* make tests pass on 2.7

* clean up data loading

- remove duplicate keys in slice_data
- reduce line length

* change manager option flag to -t, --load-test-data

* test --> load_test_data
Change some Chinese translations to make them sound less robotic
…to load all druid datasources metadata which is not even required (given the use cases user should be able to blacklist data sources which are not required to be refreshed). (#441)
sid88in and others added 21 commits May 10, 2016 09:22
* add timestamp toggle in chart options (Table Viz)

* refactor timestamp choices

* fix build error
* Improving the parallel coordinate viz

* Clear container on refresh
* Order of columns is kept
* Option to show/hide the series column in viz
* Color metric not shown by default

* JS linting
* Attempting to fix #412

* More flushes
* Fixing the missing searchbox bug

* Linting JS

* Layout tweaks
* Allowing for templated urls in iFrame

This can allow for passing {{ width }} and {{ height }} as dynamic
attributes in the iFrame's URL.

The new method Slice.render_template method could do more eventually
exposing more variables to be used in dynamic strings.

* Passing function references

* js linting
Before we limited the table size to 10 rows, now there's no limit and it
will overflow properly with a scrollbar.
* Use varchar(255) in MySQL

* Adjust the key lengths in old migration scripts
* Added sqlite Grains

* Calendar heatmap visualization

* Linting

* Explicit metric setting was breaking tests

* Python linting

* Code cleanup + review

* [fixing the build] a new version of eslint is more picky

* Linting

* Added sqlite Grains

* Calendar heatmap visualization

* Linting

* Linting

* Explicit metric setting was breaking tests

* Python linting

* Code cleanup + review
* Introducing Horizon charts

* JS Lintin
@bnpysse bnpysse changed the title my messages.po file. update from master May 17, 2016
@bnpysse bnpysse merged commit 58ad2e2 into bnpysse:master May 17, 2016
@wuya2357
Copy link

wuya2357 commented May 27, 2016

your english is realy poor.guy.
the translation is not appropriate.
come on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet