2015-06-25 12:25:15 -04:00
en :
js :
2015-06-25 14:58:14 -04:00
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 :
2021-07-02 06:22:40 -04:00
or : "or"
2015-09-21 14:19:31 -04:00
admins_only : "The data explorer is only available to admins."
2020-01-06 06:08:35 -05:00
allow_groups : "Allow groups to access this query"
2015-06-25 16:26:31 -04:00
title : "Data Explorer"
create : "Create New"
2015-06-25 17:53:03 -04:00
create_placeholder : "Query name..."
2018-08-19 00:54:53 -04:00
description_placeholder : "Enter a description here"
2015-06-25 16:26:31 -04:00
import :
label : "Import"
modal : "Import A Query"
2021-08-20 06:26:48 -04:00
unparseable_json : "Unparseable JSON file."
wrong_json : "Wrong JSON file. A JSON file should contain a 'query' object, which should at least have an 'sql' property."
2021-04-15 11:17:07 -04:00
help :
label : "Help"
modal_title : "Data Explorer Help"
auto_resolution : "<h2>Automatic Entity Resolution</h2>
<p>When your query returns an entity id, Data Explorer may automatically substitute it with
the entity name and other useful information in query results. Automatic resolution is available for
<i><b>user_id</b></i>, <i><b>group_id</b></i>, <i><b>topic_id</b></i>, <i><b>category_id</b></i>
and <i><b>badge_id</b></i>. To try this out run this query:</p>
<pre><code>SELECT user_id\nFROM posts</code></pre>"
custom_params : "<h2>Creating Custom Parameters</h2>
<p>To create custom parameters for your queries, put this at the top of your query and follow the format:</p>
<pre><code>-- [params]\n-- int :num = 1\n\nSELECT :num</code></pre>
<p><i>Note : the first line with [params] is required, along with two dashes preceding it and every
custom parameter you want to declare.</i></p>"
default_values : "<h3>Default Values</h3>
<p>You can declare parameters with or without default values. Default values will show up in a text field
below the query editor, which you can edit to your needs. Parameters declared without default values will
still generate a text field, but will be empty and highlighted red.</p>
<pre><code>-- [params]\n-- text :username = my_username\n-- int :age</code></pre>"
data_types : "<h3>Data Types</h3>
<p>Here are common data types you can use:</p>
<ul>
2021-07-02 04:31:16 -04:00
<li><b>integer</b> - signed four-byte Integer</li>
<li><b>text</b> - variable-length character string</li>
<li><b>boolean</b> – true/false</li>
<li><b>date</b> - calendar date (year, month, day)</li>
2021-04-15 11:17:07 -04:00
</ul>
<p>For more information on data types, visit
<a href='http://www.postgresql.org/docs/9.3/static/datatype.html#DATATYPE-TABLE' target='_blank'>this website</a>.</p>"
2015-07-08 16:45:13 -04:00
schema :
title : "Database Schema"
filter : "Search..."
2015-07-14 13:34:23 -04: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-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"
2019-02-05 03:51:52 -05:00
saverun : "Save Changes and Run"
run : "Run"
2015-07-14 13:34:23 -04:00
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_json : "JSON"
download_csv : "CSV"
2021-02-18 06:06:22 -05:00
show_table : "Table"
show_graph : "Graph"
2015-07-14 13:34:23 -04:00
others_dirty : "A query has unsaved changes that will be lost if you navigate away."
2020-06-02 13:22:46 -04:00
run_time : "Query completed in %{value} ms."
2018-09-16 12:28:16 -04:00
result_count :
one : "%{count} result."
other : "%{count} results."
max_result_count :
2022-01-24 10:02:42 -05:00
one : "Showing top %{count} result."
2018-09-16 12:28:16 -04:00
other : "Showing top %{count} results."
2018-08-12 12:08:25 -04:00
query_name : "Query"
2019-09-11 10:09:41 -04:00
query_groups : "Groups"
2019-10-28 15:32:09 -04:00
link : "Link for"
2019-09-11 10:09:41 -04:00
report_name : "Report"
2018-08-12 12:08:25 -04:00
query_description : "Description"
2018-08-24 07:58:51 -04:00
query_time : "Last run"
2018-08-12 12:08:25 -04:00
query_user : "Created by"
2020-06-02 13:22:46 -04:00
column : "Column %{number}"
2015-06-30 18:56:09 -04:00
explain_label : "Include query plan?"
2015-06-30 22:51:38 -04:00
save_params : "Set Defaults"
reset_params : "Reset"
2018-11-02 08:41:20 -04:00
search_placeholder : "Search..."
no_search_results : "Sorry, we couldn't find any results matching your text."
2019-09-11 10:09:41 -04:00
group :
reports : "Reports"
2022-01-20 23:15:04 -05:00
admin :
api :
scopes :
descriptions :
2023-03-22 17:29:08 -04:00
discourse_data_explorer :
2022-01-20 23:15:04 -05:00
run_queries : "Run Data Explorer queries. Restrict the API key to a set of queries by specifying queries IDs."
2023-03-24 04:38:42 -04:00
discourse_automation :
scriptables :
recurring_data_explorer_result_pm :
fields :
recipients :
label : Send to User, Group or Email
query_id :
label : Data Explorer Query
query_params :
label : Data Explorer Query parameters