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 :
2015-09-21 11:19:31 -07:00
admins_only : "The data explorer is only available to admins."
2015-06-25 13:26:31 -07:00
title : "Data Explorer"
create : "Create New"
2015-06-25 14:53:03 -07:00
create_placeholder : "Query name..."
2018-08-19 10:24:53 +05:30
description_placeholder : "Enter a description here"
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..."
2015-07-14 10:34:23 -07:00
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 16:46:36 -07:00
type_help : "<a href='http://www.postgresql.org/docs/9.3/static/datatype.html#DATATYPE-TABLE' target='_blank'>Types</a>"
2015-07-14 16:01:38 -07:00
types :
bool :
yes : "Yes"
no : "No"
null_ : "Null"
2015-06-25 13:26:31 -07:00
export : "Export"
2015-06-30 09:07:33 -07:00
save : "Save Changes"
2015-07-08 16:46:36 -07:00
saverun : "Save Changes and Run Query"
2015-06-25 14:53:03 -07:00
run : "Run Query"
2015-07-14 10:34:23 -07:00
undo : "Discard Changes"
2015-07-14 16:01:38 -07:00
edit : "Edit"
2015-06-30 12:52:17 -07:00
delete : "Delete"
recover : "Undelete Query"
2015-08-03 15:07:29 -07:00
download_json : "JSON"
download_csv : "CSV"
2015-07-14 10:34:23 -07:00
others_dirty : "A query has unsaved changes that will be lost if you navigate away."
2015-06-30 15:12:12 -07:00
run_time : "Query completed in {{value}} ms."
2018-09-16 21:58:16 +05:30
result_count :
one : "%{count} result."
other : "%{count} results."
max_result_count :
one : "Showing top %{count} results."
other : "Showing top %{count} results."
2018-08-12 21:38:25 +05:30
query_name : "Query"
query_description : "Description"
2018-08-24 17:28:51 +05:30
query_time : "Last run"
2018-08-12 21:38:25 +05:30
query_user : "Created by"
2015-06-30 15:12:12 -07:00
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"
2018-11-02 18:11:20 +05:30
search_placeholder : "Search..."
no_search_results : "Sorry, we couldn't find any results matching your text."