60 lines
2.0 KiB
YAML
60 lines
2.0 KiB
YAML
# 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:
|
|
errors:
|
|
explorer:
|
|
no_semicolons: "Remove the semicolons from the query."
|
|
dirty: "You must save the query before running."
|
|
explorer:
|
|
title: "Data Explorer"
|
|
create: "Create New"
|
|
create_placeholder: "Query name..."
|
|
import:
|
|
label: "Import"
|
|
modal: "Import A Query"
|
|
schema:
|
|
title: "Database Schema"
|
|
filter: "Search..."
|
|
sensitive: "The contents of this column may contain particularly sensitive or private information. Please exercise caution when using the contents of this column."
|
|
type_help: "<a href='http://www.postgresql.org/docs/9.3/static/datatype.html#DATATYPE-TABLE' target='_blank'>Types</a>"
|
|
types:
|
|
bool:
|
|
yes: "Yes"
|
|
no: "No"
|
|
null_: "Null"
|
|
export: "Export"
|
|
save: "Save Changes"
|
|
saverun: "Save Changes and Run Query"
|
|
run: "Run Query"
|
|
undo: "Discard Changes"
|
|
edit: "Edit"
|
|
delete: "Delete"
|
|
recover: "Undelete Query"
|
|
download: "Download Results"
|
|
download_json: "JSON"
|
|
download_csv: "CSV"
|
|
others_dirty: "A query has unsaved changes that will be lost if you navigate away."
|
|
run_time: "Query completed in {{value}} ms."
|
|
column: "Column {{number}}"
|
|
explain_label: "Include query plan?"
|
|
save_params: "Set Defaults"
|
|
reset_params: "Reset"
|
|
no_queries: "There are no queries. Why not "
|
|
no_queries_hook: "create one?"
|