2015-06-25 09:25:15 -07:00
# encoding: utf-8
# This file contains content for the client portion of Discourse, sent out
# to the Javascript app.
#
# To work with us on translations, see:
# https://www.transifex.com/projects/p/discourse-org/
#
# This is a "source" file, which is used by Transifex to get translations for other languages.
# After this file is changed, it needs to be pushed by a maintainer to Transifex:
#
# tx push -s
#
# Read more here: https://meta.discourse.org/t/contribute-a-translation-to-discourse/14882
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
en :
js :
2015-06-25 11:58:14 -07:00
errors :
explorer :
no_semicolons : "Remove the semicolons from the query."
2015-06-30 09:07:33 -07:00
dirty : "You must save the query before running."
2015-06-25 13:26:31 -07:00
explorer :
title : "Data Explorer"
create : "Create New"
2015-06-25 14:53:03 -07:00
create_placeholder : "Query name..."
2015-06-25 13:26:31 -07:00
import :
label : "Import"
modal : "Import A Query"
2015-07-08 13:45:13 -07:00
schema :
title : "Database Schema"
filter : "Search..."
sensitive : "The contents of this column may contain particularly sensitive or private information."
type_help : "<a href='http://www.postgresql.org/docs/9.3/static/datatype.html' target='_blank'>Types explanation</a>"
2015-06-25 13:26:31 -07:00
export : "Export"
2015-06-30 09:07:33 -07:00
save : "Save Changes"
2015-06-25 14:53:03 -07:00
run : "Run Query"
2015-06-30 12:52:17 -07:00
undo : "Revert"
delete : "Delete"
recover : "Undelete Query"
2015-06-30 15:12:12 -07:00
download_json : "Save Query Results"
run_time : "Query completed in {{value}} ms."
column : "Column {{number}}"
2015-06-30 15:56:09 -07:00
explain_label : "Include query plan?"
2015-06-30 19:51:38 -07:00
save_params : "Set Defaults"
reset_params : "Reset"
2015-06-30 21:21:14 -07:00
https_warning : "Use of the Data Explorer on sites not protected by HTTPS is discouraged. Please be careful to not retrieve sensitive information over insecure links."
2015-07-02 09:15:55 -07:00
no_queries : "There are no queries. Why not "
no_queries_hook : "create one?"