mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-08 18:39:13 +00:00
31 lines
865 B
YAML
31 lines
865 B
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."
|
|
explorer:
|
|
title: "Data Explorer"
|
|
create: "Create New"
|
|
import:
|
|
label: "Import"
|
|
modal: "Import A Query"
|
|
export: "Export"
|
|
|