Italian translation
This commit is contained in:
parent
891be329d7
commit
5a19e83b69
|
@ -0,0 +1,60 @@
|
|||
# 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/
|
||||
|
||||
it:
|
||||
js:
|
||||
errors:
|
||||
explorer:
|
||||
no_semicolons: "Rimuovi i punti e virgola dalla query."
|
||||
dirty: "È necessario salvare la query prima di eseguirla."
|
||||
explorer:
|
||||
admins_only: "Data explorer è disponibile solo per gli amministratori."
|
||||
title: "Data Explorer"
|
||||
create: "Crea Nuovo"
|
||||
create_placeholder: "Nome query..."
|
||||
import:
|
||||
label: "Importa"
|
||||
modal: "Importa Una Query"
|
||||
schema:
|
||||
title: "Schema del Database "
|
||||
filter: "Cerca..."
|
||||
sensitive: "Il contenuto di questa colonna contiene informazioni particolarmente sensibili o private. Si prega di prestare attenzione quando si utilizzano i contenuti di questa colonna."
|
||||
type_help: "<a href='http://www.postgresql.org/docs/9.3/static/datatype.html#DATATYPE-TABLE' target='_blank'>Tipi di dati</a>"
|
||||
types:
|
||||
bool:
|
||||
yes: "Sì"
|
||||
no: "No"
|
||||
null_: "Vuoto"
|
||||
export: "Esporta"
|
||||
save: "Salva Modifiche"
|
||||
saverun: "Salva Modifiche e Esegui Query"
|
||||
run: "Esegui Query"
|
||||
undo: "Annulla Modifiche"
|
||||
edit: "Modifica"
|
||||
delete: "Elimina"
|
||||
recover: "Ripristina Query"
|
||||
download: "Scarica Resultati"
|
||||
download_json: "JSON"
|
||||
download_csv: "CSV"
|
||||
others_dirty: "Una query ha modifiche non salvate che andranno perse se esci."
|
||||
run_time: "Query completata in {{value}} ms."
|
||||
column: "Colonna {{number}}"
|
||||
explain_label: "Includere piano query?"
|
||||
save_params: "Impostazioni predefinite"
|
||||
reset_params: "Azzera"
|
||||
no_queries: "Non ci sono query. Perchè non ne "
|
||||
no_queries_hook: "crei una?"
|
Loading…
Reference in New Issue