Skip to content

Commit 3547d42

Browse files
aleporeiNecas
authored andcommitted
add IT locale
1 parent 84baf71 commit 3547d42

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

config/locales/it.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
it:
2+
apipie:
3+
resources: Risorse
4+
resource: Risorsa
5+
description: Descrizione
6+
no_docs_found: Nessuna documentazione trovata
7+
no_docs_found_descr: Non abbiamo trovato nessuna documentazione per la tua API.
8+
follow_instructions_html: Leggi su %{href} come descrivere i tuoi controller.
9+
follow_instructions_href: ulteriori istruzioni
10+
oops: Ops!!
11+
resource_not_found_html: Risorsa %{resource} non trovata.
12+
method_not_found_html: Metodo %{method} non trovato per la risorsa %{resource}.
13+
goto_homepage_html: Prova ad andare su %{href}
14+
goto_homepage_href: "%{app_name} Homepage della documentazione API"
15+
required: richiesto
16+
optional: opzionale
17+
nil_allowed: consentito nil
18+
param_name: Nome parametro
19+
params: Parametri
20+
examples: Esempi
21+
metadata: Metadata
22+
errors: Errori
23+
error_code: Codice
24+
error_description: Descrizione
25+
error_metadata: Metadata
26+
supported_formats: Formati supportati
27+
enable_javascript_html: Abilita i JavaScript per vedere %{comments_href}.
28+
comments_powered_by_disqus: commenti forniti da %{disqus}
29+
api_documentation: Documentazione API
30+
headers: Header
31+
header_name: Nome Header

0 commit comments

Comments
 (0)