discourse-data-explorer/config/locales/client.en.yml

61 lines
2.1 KiB
YAML
Raw Normal View History

# 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."
2015-06-30 12:07:33 -04:00
dirty: "You must save the query before running."
2015-06-25 16:26:31 -04:00
explorer:
admins_only: "The data explorer is only available to admins."
2015-06-25 16:26:31 -04:00
title: "Data Explorer"
create: "Create New"
create_placeholder: "Query name..."
2015-06-25 16:26:31 -04:00
import:
label: "Import"
modal: "Import A Query"
2015-07-08 16:45:13 -04:00
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."
2015-07-08 19:46:36 -04:00
type_help: "<a href='http://www.postgresql.org/docs/9.3/static/datatype.html#DATATYPE-TABLE' target='_blank'>Types</a>"
2015-07-14 19:01:38 -04:00
types:
bool:
yes: "Yes"
no: "No"
null_: "Null"
2015-06-25 16:26:31 -04:00
export: "Export"
2015-06-30 12:07:33 -04:00
save: "Save Changes"
2015-07-08 19:46:36 -04:00
saverun: "Save Changes and Run Query"
run: "Run Query"
undo: "Discard Changes"
2015-07-14 19:01:38 -04:00
edit: "Edit"
2015-06-30 15:52:17 -04:00
delete: "Delete"
recover: "Undelete Query"
2015-08-03 18:07:29 -04:00
download: "Download Results"
download_json: "JSON"
download_csv: "CSV"
others_dirty: "A query has unsaved changes that will be lost if you navigate away."
2015-06-30 18:12:12 -04:00
run_time: "Query completed in {{value}} ms."
column: "Column {{number}}"
explain_label: "Include query plan?"
2015-06-30 22:51:38 -04:00
save_params: "Set Defaults"
reset_params: "Reset"
no_queries: "There are no queries. Why not "
no_queries_hook: "create one?"