solidus_i18n 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.gitignore +1 -1
- data/.travis.yml +11 -0
- data/Gemfile +4 -1
- data/README.md +32 -0
- data/Rakefile +4 -47
- data/app/controllers/spree/admin/locales_controller.rb +16 -0
- data/app/helpers/solidus_i18n/locale_helper.rb +1 -1
- data/app/overrides/spree/admin/shared/_configuration_menu/add_i18n_tab.html.erb.deface +2 -0
- data/app/views/spree/admin/locales/show.html.erb +27 -0
- data/config/locales/da.yml +237 -92
- data/config/locales/de.yml +42 -23
- data/config/locales/es.yml +1530 -766
- data/config/locales/fr.yml +22 -12
- data/config/locales/it.yml +374 -66
- data/config/locales/ja.yml +620 -512
- data/config/locales/ru.yml +4 -2
- data/config/locales/sk.yml +738 -549
- data/config/routes.rb +4 -0
- data/db/migrate/20150609154031_remove_translations_from_spree_tables.rb +1 -1
- data/lib/solidus_i18n.rb +2 -1
- data/lib/solidus_i18n/controller_locale_helper.rb +1 -1
- data/lib/solidus_i18n/version.rb +1 -1
- data/solidus_i18n.gemspec +3 -2
- data/spec/controllers/locales_controller_spec.rb +2 -2
- data/spec/features/admin/translations_spec.rb +1 -0
- data/spec/support/factory_girl.rb +2 -2
- metadata +29 -9
- data/app/controllers/spree/admin/general_settings_controller_decorator.rb +0 -12
- data/app/overrides/spree/admin/general_settings/edit/localization_settings.html.erb.deface +0 -20
- data/lib/solidus_i18n/utils.rb +0 -56
data/config/locales/fr.yml
CHANGED
@@ -826,6 +826,7 @@ fr:
|
|
826
826
|
dismiss_banner: Non Merci ! Ça ne m'intéresse pas, ne pas afficher ce message les prochaines fois
|
827
827
|
display: Afficher
|
828
828
|
display_currency: Devise d'affichage
|
829
|
+
download_promotion_code_list: Télécharger liste des codes
|
829
830
|
edit: Éditer
|
830
831
|
editing_option_type: Édition du type d'option
|
831
832
|
editing_payment_method: Édition de la méthode de paiement
|
@@ -906,6 +907,7 @@ fr:
|
|
906
907
|
general_settings: Paramètres généraux
|
907
908
|
google_analytics: Google Analytics
|
908
909
|
google_analytics_id: ID Google Analytics
|
910
|
+
group_size: Taille du groupe
|
909
911
|
guest_checkout: Passer la commande en tant qu'invité
|
910
912
|
guest_user_account: Invité
|
911
913
|
has_no_shipped_units: Aucune unité à été livré
|
@@ -1201,10 +1203,10 @@ fr:
|
|
1201
1203
|
product_properties: Propriété du produit
|
1202
1204
|
product_rule:
|
1203
1205
|
choose_products: Choississez des produits
|
1204
|
-
label:
|
1206
|
+
label: Commande doit contenir %{select} de ces produits
|
1205
1207
|
match_all: tout
|
1206
1208
|
match_any: au moins un
|
1207
|
-
match_none:
|
1209
|
+
match_none: aucun
|
1208
1210
|
product_source:
|
1209
1211
|
group: Dans les groupes de produits
|
1210
1212
|
manual: Choisir manuellement
|
@@ -1244,23 +1246,31 @@ fr:
|
|
1244
1246
|
description: Le client doit avoir visité la page spécifiée
|
1245
1247
|
name: Page de destination
|
1246
1248
|
one_use_per_user:
|
1247
|
-
description:
|
1248
|
-
name:
|
1249
|
+
description: Une seule utilisation par utilisateur
|
1250
|
+
name: Une utilisation par utilisateur
|
1249
1251
|
option_value:
|
1250
|
-
description:
|
1251
|
-
name:
|
1252
|
+
description: Commande comprend produit(s) spécifique(s) correspondant à une valeur(s) d'option
|
1253
|
+
name: Valeur(s) d'option
|
1252
1254
|
product:
|
1253
1255
|
description: La commande comprend le ou les produit(s) spécifié(s)
|
1254
1256
|
name: Produit(s)
|
1255
1257
|
taxon:
|
1256
|
-
description:
|
1257
|
-
name:
|
1258
|
+
description: Commande comprend des produits avec spécifique(s) taxon(s)
|
1259
|
+
name: Taxon(s)
|
1258
1260
|
user:
|
1259
1261
|
description: Disponible uniquement pour l'utilisateur spécifié
|
1260
1262
|
name: Utilisateur
|
1261
1263
|
user_logged_in:
|
1262
1264
|
description: Disponible seulement aux utilisateurs enregistrés
|
1263
1265
|
name: Utilisateur connecté
|
1266
|
+
nth_order:
|
1267
|
+
description: Appliquer une promotion à chaque nième commande que l'utilisateur a terminé
|
1268
|
+
name: Nth Commande
|
1269
|
+
form_text: Appliquer cette promotion sur Nième commande des utilisateurs
|
1270
|
+
first_repeat_purchase_since:
|
1271
|
+
description: Disponible uniquement à l'utilisateur qui n'a pas acheté dans un certain temps
|
1272
|
+
name: Répétition première achat depuis
|
1273
|
+
form_text: Appliquer cette promotion aux utilisateurs dont dernière commande était plus de X jours
|
1264
1274
|
promotion_uses:
|
1265
1275
|
promotionable:
|
1266
1276
|
promotions: Promotions
|
@@ -1499,10 +1509,10 @@ fr:
|
|
1499
1509
|
taxon_edit: Modifier l'aborescence
|
1500
1510
|
taxon_placeholder: Ajouter un taxon
|
1501
1511
|
taxon_rule:
|
1502
|
-
choose_taxons:
|
1503
|
-
label:
|
1504
|
-
match_all:
|
1505
|
-
match_any:
|
1512
|
+
choose_taxons: Choisissez taxons
|
1513
|
+
label: Commande doit contenir %{select} de ces taxons
|
1514
|
+
match_all: tout
|
1515
|
+
match_any: aucun
|
1506
1516
|
taxonomies: Arborescences
|
1507
1517
|
taxonomy: Taxonomy
|
1508
1518
|
taxonomy_edit: Modifier l'aborescence
|
data/config/locales/it.yml
CHANGED
@@ -11,6 +11,7 @@ it:
|
|
11
11
|
phone: Telefono
|
12
12
|
state: Provincia
|
13
13
|
zipcode: CAP
|
14
|
+
company: Azienda
|
14
15
|
spree/calculator/tiered_flat_rate:
|
15
16
|
preferred_base_amount: Importo Base
|
16
17
|
preferred_tiers: Livelli
|
@@ -23,6 +24,7 @@ it:
|
|
23
24
|
iso_name: Nome ISO
|
24
25
|
name: Nome
|
25
26
|
numcode: Codice ISO
|
27
|
+
states_required: Province o Stati Necessari
|
26
28
|
spree/credit_card:
|
27
29
|
base: ''
|
28
30
|
cc_type: Tipologia
|
@@ -31,18 +33,23 @@ it:
|
|
31
33
|
number: Numero
|
32
34
|
verification_value: Codice di Verifica
|
33
35
|
year: Anno
|
36
|
+
card_code: Codice Carta
|
37
|
+
expiration: Scadenza
|
34
38
|
spree/inventory_unit:
|
35
39
|
state: Stato
|
36
40
|
spree/line_item:
|
37
41
|
price: Prezzo
|
38
42
|
quantity: Quantità
|
43
|
+
description: Descrizione dell'articolo
|
44
|
+
name: Nome
|
45
|
+
total: Prezzo totale
|
39
46
|
spree/option_type:
|
40
47
|
name: Nome
|
41
48
|
presentation: Presentazione
|
42
49
|
spree/order:
|
43
50
|
checkout_complete: Checkout Completato
|
44
51
|
completed_at: Completato il
|
45
|
-
considered_risky: A
|
52
|
+
considered_risky: A rischio
|
46
53
|
coupon_code: Codice Coupon
|
47
54
|
created_at: Data Ordine
|
48
55
|
email: E-Mail Cliente
|
@@ -54,7 +61,13 @@ it:
|
|
54
61
|
special_instructions: Istruzioni Aggiuntive
|
55
62
|
state: Stato
|
56
63
|
total: Totale
|
57
|
-
|
64
|
+
additional_tax_total: Tassazione
|
65
|
+
approved_at: Approvato il
|
66
|
+
approver_id: Approvatore
|
67
|
+
canceled_at: Annullato il
|
68
|
+
canceler_id: Annullatore
|
69
|
+
included_tax_total: Tasse (incl.)
|
70
|
+
shipment_total: Totale Spedizione
|
58
71
|
spree/order/bill_address:
|
59
72
|
address1: Indirizzo di fatturazione
|
60
73
|
city: Città di fatturazione
|
@@ -73,8 +86,15 @@ it:
|
|
73
86
|
zipcode: CAP indirizzo di spedizione
|
74
87
|
spree/payment:
|
75
88
|
amount: Quantità
|
89
|
+
response_code: ID transazione
|
90
|
+
state: Stato Pagamento
|
76
91
|
spree/payment_method:
|
77
92
|
name: Nome
|
93
|
+
active: Attivo
|
94
|
+
auto_capture: Riscossione Automatica
|
95
|
+
description: Descrizione
|
96
|
+
display_on: Mostra
|
97
|
+
type: Fornitore
|
78
98
|
spree/product:
|
79
99
|
available_on: Disponibile dal
|
80
100
|
cost_currency: Valuta Costo
|
@@ -85,6 +105,16 @@ it:
|
|
85
105
|
on_hand: Disponibilità
|
86
106
|
shipping_category: Categoria di Spedizione
|
87
107
|
tax_category: Categoria di Tassazione
|
108
|
+
depth: Profondità
|
109
|
+
height: Altezza
|
110
|
+
meta_description: Meta Description
|
111
|
+
meta_keywords: Meta Keywords
|
112
|
+
meta_title: Meta Title
|
113
|
+
price: Prezzo principale
|
114
|
+
promotionable: Promuovibile
|
115
|
+
slug: Permalink
|
116
|
+
weight: Peso
|
117
|
+
width: Larghezza
|
88
118
|
spree/promotion:
|
89
119
|
advertise: Publicizza
|
90
120
|
code: Codice
|
@@ -106,6 +136,7 @@ it:
|
|
106
136
|
name: Nome
|
107
137
|
spree/return_authorization:
|
108
138
|
amount: Quantità
|
139
|
+
pre_tax_total: Totale al lordo delle tasse
|
109
140
|
spree/role:
|
110
141
|
name: Nome
|
111
142
|
spree/state:
|
@@ -123,20 +154,28 @@ it:
|
|
123
154
|
mail_from_address: Indirizzo Mittente Email
|
124
155
|
meta_description: Meta Description
|
125
156
|
meta_keywords: Meta Keywords
|
126
|
-
name:
|
157
|
+
name: Nome
|
127
158
|
seo_title: Titolo SEO
|
128
159
|
url: URL Sito
|
129
160
|
spree/tax_category:
|
130
161
|
description: Descrizione
|
131
162
|
name: Nome
|
163
|
+
is_default: Default
|
164
|
+
tax_code: Codice Tassa
|
132
165
|
spree/tax_rate:
|
133
166
|
amount: Tasso
|
134
167
|
included_in_price: Incluso nel Prezzo
|
135
168
|
show_rate_in_label: Mostra tasso nell'etichetta
|
169
|
+
name: Nome
|
136
170
|
spree/taxon:
|
137
171
|
name: Nome
|
138
172
|
permalink: Permalink
|
139
173
|
position: Posizione
|
174
|
+
description: Descrizione
|
175
|
+
icon: Icona
|
176
|
+
meta_description: Meta Description
|
177
|
+
meta_keywords: Meta Keywords
|
178
|
+
meta_title: Meta Title
|
140
179
|
spree/taxonomy:
|
141
180
|
name: Nome
|
142
181
|
spree/user:
|
@@ -155,25 +194,138 @@ it:
|
|
155
194
|
spree/zone:
|
156
195
|
description: Descrizione
|
157
196
|
name: Nome
|
197
|
+
default_tax: Zona di Tassazione di Default
|
198
|
+
spree/adjustment:
|
199
|
+
adjustable: Variabile
|
200
|
+
amount: Quantità
|
201
|
+
label: Descrizione
|
202
|
+
name: Nome
|
203
|
+
state: Stato
|
204
|
+
adjustment_reason_id: Motivazione
|
205
|
+
spree/adjustment_reason:
|
206
|
+
active: Attivo
|
207
|
+
code: Codice
|
208
|
+
name: Nome
|
209
|
+
state: Stato
|
210
|
+
spree/carton:
|
211
|
+
tracking: Tracciamento
|
212
|
+
spree/customer_return:
|
213
|
+
number: Numero Reso
|
214
|
+
pre_tax_total: Totale al lordo delle tasse
|
215
|
+
total: Totale
|
216
|
+
reimbursement_status: Stato Rimborso
|
217
|
+
name: Nome
|
218
|
+
spree/image:
|
219
|
+
alt: Testo Alternativo
|
220
|
+
attachment: Nome del file
|
221
|
+
spree/legacy_user:
|
222
|
+
email: Email
|
223
|
+
password: Password
|
224
|
+
password_confirmation: Conferma Password
|
225
|
+
spree/option_value:
|
226
|
+
name: Nome
|
227
|
+
presentation: Presentazione
|
228
|
+
spree/product_property:
|
229
|
+
value: Valore
|
230
|
+
spree/refund:
|
231
|
+
amount: Quantità
|
232
|
+
description: Descrizione
|
233
|
+
refund_reason_id: Motivazione
|
234
|
+
spree/refund_reason:
|
235
|
+
active: Attivo
|
236
|
+
name: Nome
|
237
|
+
code: Codice
|
238
|
+
spree/reimbursement:
|
239
|
+
number: Numero
|
240
|
+
reimbursement_status: Stato
|
241
|
+
total: Totale
|
242
|
+
spree/reimbursement/credit:
|
243
|
+
amount: Quantità
|
244
|
+
spree/reimbursement_type:
|
245
|
+
name: Nome
|
246
|
+
type: Tipo
|
247
|
+
spree/return_item:
|
248
|
+
acceptance_status: Stato Accettazione
|
249
|
+
acceptance_status_errors: Errori Accettazione
|
250
|
+
charged: Addebitato
|
251
|
+
exchange_variant: Cambio per
|
252
|
+
inventory_unit_state: Stato
|
253
|
+
override_reimbursement_type_id: Override Tipologia Rimborso
|
254
|
+
preferred_reimbursement_type_id: Tipologia di rimborso preferita
|
255
|
+
reception_status:
|
256
|
+
return_reason: Motivazione
|
257
|
+
total: Totale
|
258
|
+
spree/return_reason:
|
259
|
+
name: Nome
|
260
|
+
active: Attivo
|
261
|
+
memo: Memo
|
262
|
+
number: Numero RMA
|
263
|
+
state: Stato
|
264
|
+
spree/shipping_category:
|
265
|
+
name: Nome
|
266
|
+
spree/shipment:
|
267
|
+
tracking: Codice Tracciamento
|
268
|
+
spree/shipping_method:
|
269
|
+
admin_name: Nome Interno
|
270
|
+
code: Codice
|
271
|
+
display_on: Mostra
|
272
|
+
name: Nome
|
273
|
+
tracking_url: URL Tracciamento
|
274
|
+
spree/shipping_rate:
|
275
|
+
tax_rate: Aliquota
|
276
|
+
amount: Quantità
|
277
|
+
spree/store_credit:
|
278
|
+
amount: Quantità
|
279
|
+
memo: Memo
|
280
|
+
spree/store_credit_event:
|
281
|
+
action: Azione
|
282
|
+
spree/stock_item:
|
283
|
+
count_on_hand: Disponibilità
|
284
|
+
spree/stock_location:
|
285
|
+
admin_name: Nome Interno
|
286
|
+
active: Attivo
|
287
|
+
address1: Indirizzo
|
288
|
+
address2: Indirizzo (agg.)
|
289
|
+
backorderable_default: Ordinabile di default
|
290
|
+
city: Città
|
291
|
+
code: Codice
|
292
|
+
country_id: Paese
|
293
|
+
default: Default
|
294
|
+
internal_name: Nome Interno
|
295
|
+
name: Nome
|
296
|
+
phone: Telefono
|
297
|
+
propagate_all_variants: Propaga a tutte le varianti
|
298
|
+
state_id: Stato
|
299
|
+
zipcode: Cap
|
300
|
+
spree/stock_movement:
|
301
|
+
action: Azione
|
302
|
+
quantity: Quantità
|
303
|
+
spree/stock_transfer:
|
304
|
+
created_at: Creato Il
|
305
|
+
description: Descrizione
|
306
|
+
tracking_number: Codice Tracciamento
|
307
|
+
spree/tracker:
|
308
|
+
analytics_id: Analytics ID
|
309
|
+
active: Attivo
|
158
310
|
errors:
|
159
311
|
models:
|
160
312
|
spree/calculator/tiered_flat_rate:
|
161
313
|
attributes:
|
162
314
|
base:
|
163
|
-
keys_should_be_positive_number:
|
315
|
+
keys_should_be_positive_number: Le chiavi dei livelli devono tutti essere numeri maggiori di 0
|
164
316
|
preferred_tiers:
|
165
317
|
should_be_hash: deve essere un Hash
|
166
318
|
spree/calculator/tiered_percent:
|
167
319
|
attributes:
|
168
320
|
base:
|
169
|
-
keys_should_be_positive_number:
|
170
|
-
values_should_be_percent:
|
321
|
+
keys_should_be_positive_number: Le chiavi dei livelli devono tutti essere numeri maggiori di 0
|
322
|
+
values_should_be_percent: I valori dei livelli devono tutti essere percentuali tra 0% e 100%
|
171
323
|
preferred_tiers:
|
172
324
|
should_be_hash: deve essere un Hash
|
173
325
|
spree/classification:
|
174
326
|
attributes:
|
175
327
|
taxon_id:
|
176
|
-
already_linked:
|
328
|
+
already_linked: è già collegato a questo prodotto
|
177
329
|
spree/credit_card:
|
178
330
|
attributes:
|
179
331
|
base:
|
@@ -251,8 +403,8 @@ it:
|
|
251
403
|
one: Prototipo
|
252
404
|
other: Prototipi
|
253
405
|
spree/refund_reason:
|
254
|
-
one:
|
255
|
-
other:
|
406
|
+
one: Motivazione Rimborso
|
407
|
+
other: Motivazioni Rimborso
|
256
408
|
spree/reimbursement:
|
257
409
|
one: Rimborso
|
258
410
|
other: Rimborsi
|
@@ -316,6 +468,31 @@ it:
|
|
316
468
|
spree/zone:
|
317
469
|
one: Zona
|
318
470
|
other: Zone
|
471
|
+
activemodel:
|
472
|
+
attributes:
|
473
|
+
spree/adjustment:
|
474
|
+
one: Variazione
|
475
|
+
other: Variazioni
|
476
|
+
spree/calculator:
|
477
|
+
one: Calcolatore
|
478
|
+
spree/legacy_user:
|
479
|
+
one: Utente
|
480
|
+
other: Utenti
|
481
|
+
spree/log_entry:
|
482
|
+
other: Voci Log
|
483
|
+
spree/order_cancellations:
|
484
|
+
quantity: Quantità
|
485
|
+
state: Stato
|
486
|
+
shipment: Spedizione
|
487
|
+
cancel: Annulla
|
488
|
+
spree/product_property:
|
489
|
+
other: Proprietà del prodotto
|
490
|
+
spree/refund:
|
491
|
+
one: Rimborso
|
492
|
+
other: Rimborsi
|
493
|
+
spree/store_credit_category:
|
494
|
+
one: Categoria
|
495
|
+
other: Categorie
|
319
496
|
devise:
|
320
497
|
confirmations:
|
321
498
|
confirmed: Il tuo account è stato confermato. Hai effettuato il login.
|
@@ -336,8 +513,8 @@ it:
|
|
336
513
|
unlock_instructions:
|
337
514
|
subject: Istruzioni per Sbloccare
|
338
515
|
oauth_callbacks:
|
339
|
-
failure:
|
340
|
-
success:
|
516
|
+
failure: Non è stato possibile autorizzarti da %{kind} perché %{reason}.
|
517
|
+
success: Autorizzato correttamente dall'account %{kind}
|
341
518
|
unlocks:
|
342
519
|
send_instructions: Riceverai un'email con le istruzioni per sbloccare il tuo account entro pochi minuti.
|
343
520
|
unlocked: Il tuo account è stato sbloccato con successo. Hai effettuato il login.
|
@@ -348,7 +525,7 @@ it:
|
|
348
525
|
updated: Hai modificato la tua password con successo. Hai effettuato il login.
|
349
526
|
user_registrations:
|
350
527
|
destroyed: Ciao! Il tuo account è stato eliminato con successo. Speriamo di rivederti presto.
|
351
|
-
inactive_signed_up:
|
528
|
+
inactive_signed_up: Ti sei registrato con successo. Purtroppo non abbiamo potuto effettuare il login perché il tuo account è %{reason}
|
352
529
|
signed_up: Benvenuto! Hai effettuato il login con successo.
|
353
530
|
updated: Hai aggiornato il tuo account con successo.
|
354
531
|
user_sessions:
|
@@ -356,7 +533,7 @@ it:
|
|
356
533
|
signed_out: Hai effettuato il logout con successo.
|
357
534
|
errors:
|
358
535
|
messages:
|
359
|
-
already_confirmed:
|
536
|
+
already_confirmed: è già stato confermato
|
360
537
|
not_found: non trovato
|
361
538
|
not_locked: non era bloccato
|
362
539
|
not_saved:
|
@@ -383,6 +560,11 @@ it:
|
|
383
560
|
refund: Rimborso
|
384
561
|
save: Salva
|
385
562
|
update: Aggiorna
|
563
|
+
add: Aggiungi
|
564
|
+
delete: Elimina
|
565
|
+
remove: Rimuovi
|
566
|
+
ship: spedisci
|
567
|
+
split: Diviso
|
386
568
|
activate: Attiva
|
387
569
|
active: Attivo
|
388
570
|
add: Aggiungi
|
@@ -399,6 +581,7 @@ it:
|
|
399
581
|
add_state: Aggiungi Stato/Provincia
|
400
582
|
add_stock: Aggiungi Scorte
|
401
583
|
add_stock_management: Gestione Scorte
|
584
|
+
add_taxon: Aggiungi elemento
|
402
585
|
add_to_cart: Aggiungi al Carrello
|
403
586
|
add_variant: Aggiungi Variante
|
404
587
|
additional_item: Costo Aggiuntivo Articolo
|
@@ -407,35 +590,67 @@ it:
|
|
407
590
|
adjustable: Variabile
|
408
591
|
adjustment: Variazione
|
409
592
|
adjustment_amount: Importo
|
593
|
+
adjustment_labels:
|
594
|
+
tax_rates:
|
595
|
+
sales_tax_with_rate: tasse
|
596
|
+
vat_with_rate: di cui tasse
|
410
597
|
adjustment_successfully_closed: La variazione è stata chiusa correttamente
|
411
598
|
adjustment_successfully_opened: La variazione è stata aperta correttamente
|
412
599
|
adjustment_total: Totale Variazione
|
413
600
|
adjustments: Variazioni
|
414
601
|
admin:
|
415
602
|
tab:
|
603
|
+
areas: Zone
|
604
|
+
checkout: Checkout
|
416
605
|
configuration: Impostazioni
|
606
|
+
general: Generale
|
417
607
|
option_types: Opzioni
|
418
608
|
orders: Ordini
|
419
609
|
overview: Quadro generale
|
610
|
+
payments: Pagamenti
|
420
611
|
products: Prodotti
|
421
|
-
promotion_categories: Categorie Promozione
|
422
|
-
promotions: Promozioni
|
423
612
|
promotion_categories:
|
613
|
+
promotions: Promozioni
|
424
614
|
properties: Proprietà
|
425
615
|
prototypes: Prototipi
|
426
616
|
reports: Report
|
617
|
+
rma: Rma
|
618
|
+
settings: Impostazioni
|
619
|
+
shipping: Spedizione
|
620
|
+
stock: Stock
|
621
|
+
stock_items: Magazzino
|
622
|
+
stock_transfers: Trasferimento di magazzino
|
623
|
+
taxes: Tasse
|
427
624
|
taxonomies: Tassonomie
|
428
625
|
taxons: Taxon
|
429
626
|
users: Utenti
|
627
|
+
checkout: Checkout
|
628
|
+
general: Generale
|
629
|
+
payments: Pagamenti
|
630
|
+
settings: Impostazioni
|
631
|
+
shipping: Spedizione
|
632
|
+
stock: Stock
|
430
633
|
user:
|
431
634
|
account: Account
|
432
635
|
addresses: Indirizzi
|
433
636
|
items: Articoli
|
434
637
|
items_purchased: Articoli Acquistati
|
435
638
|
order_history: Storia Ordini
|
436
|
-
order_num:
|
639
|
+
order_num: 'Ordine #'
|
437
640
|
orders: Ordini
|
438
641
|
user_information: Informazioni Utente
|
642
|
+
store_credit: Credito
|
643
|
+
prices:
|
644
|
+
any_country: Tutte le nazioni
|
645
|
+
index:
|
646
|
+
amount_less_than: Quantità minore di
|
647
|
+
amount_greater_than: Quantità maggiore di
|
648
|
+
new_price: Nuovo prezzo
|
649
|
+
store_credits:
|
650
|
+
add: Nuovo credito
|
651
|
+
back_to_user_list: Lista utenti
|
652
|
+
select_reason: Motivo
|
653
|
+
admin_login: Login
|
439
654
|
administration: Amministrazione
|
440
655
|
advertise: Promuovi
|
441
656
|
agree_to_privacy_policy: Accetta Politica di Privacy
|
@@ -455,9 +670,9 @@ it:
|
|
455
670
|
analytics_desc_header_1: Spree Analytics
|
456
671
|
analytics_desc_header_2: Analytics in tempo reale integrato nella tua dashboard di Spree
|
457
672
|
analytics_desc_list_1: Ottieni informazioni sulle vendite in tempo reale
|
458
|
-
analytics_desc_list_2:
|
673
|
+
analytics_desc_list_2: È richiesto un account gratuito Spree per l'attivazione
|
459
674
|
analytics_desc_list_3: Assolutamente nessun codice da installare
|
460
|
-
analytics_desc_list_4:
|
675
|
+
analytics_desc_list_4: È completamente gratuito!
|
461
676
|
analytics_trackers: Tracker Analytics
|
462
677
|
and: e
|
463
678
|
api:
|
@@ -473,7 +688,7 @@ it:
|
|
473
688
|
are_you_sure: Sei sicuro?
|
474
689
|
are_you_sure_delete: Sei sicuro di voler eliminare questo record?
|
475
690
|
associated_adjustment_closed: La variazione associata è chiusa e non verrà ricalcolata. Vuoi riaprirla?
|
476
|
-
at_symbol:
|
691
|
+
at_symbol: "@"
|
477
692
|
authorization_failure: Autorizzazione Fallita
|
478
693
|
authorized: Autorizzato
|
479
694
|
auto_capture: Riscossione Automatica
|
@@ -482,13 +697,28 @@ it:
|
|
482
697
|
avs_response: Risposta AVS
|
483
698
|
back: Indietro
|
484
699
|
back_end: Backend
|
700
|
+
back_to_adjustment_reason_list: Lista motivi di modifica
|
701
|
+
back_to_countries_list: Lista nazioni
|
702
|
+
back_to_orders_list: Lista ordini
|
485
703
|
back_to_payment: Torna al Pagamento
|
704
|
+
back_to_products_list: Lista prodotti
|
705
|
+
back_to_reports_list: Lista reports
|
486
706
|
back_to_resource_list: "Torna alla Lista %{resource}"
|
487
707
|
back_to_rma_reason_list: Torna alla Lista Motivazioni RMA
|
708
|
+
back_to_shipping_categories: Lista categorie di spedizione
|
709
|
+
back_to_shipping_methods_list: Lista metodi di spedizione
|
710
|
+
back_to_states_list: Lista stati
|
711
|
+
back_to_stock_locations_list: Lista aliquote
|
712
|
+
back_to_stock_transfers_list: Lista trasferimenti di magazzino
|
488
713
|
back_to_store: Torna al Negozio
|
714
|
+
back_to_tax_categories_list: Lista categorie di tassazione
|
715
|
+
back_to_tax_rates_list: Lista aliquote
|
716
|
+
back_to_taxonomies_list: Lista tassonomie
|
489
717
|
back_to_users_list: Torna alla Lista degli Utenti
|
718
|
+
back_to_zones_list: Lista zone
|
490
719
|
backorderable: Ordinabile anche se terminato
|
491
720
|
backorderable_default: Ordinabile di default
|
721
|
+
backorderable_header: Approvvigionamento
|
492
722
|
backordered: Arretrato
|
493
723
|
backorders_allowed: consentiti ordini anche se terminato
|
494
724
|
balance_due: Saldo Dovuto
|
@@ -500,11 +730,14 @@ it:
|
|
500
730
|
both: Entrambi
|
501
731
|
calculated_reimbursements: Rimborsi Calcolati
|
502
732
|
calculator: Calcolatore
|
503
|
-
calculator_settings_warning:
|
733
|
+
calculator_settings_warning: Se stai cambiando la tipologia di calcolatore, devi prima salvare per modificare le impostazioni del calcolatore
|
504
734
|
cancel: annulla
|
735
|
+
cancel_inventory: Annulla movimento
|
736
|
+
canceled: annullato
|
505
737
|
canceled_at: Annullato il
|
506
738
|
canceler: Annullatore
|
507
739
|
cannot_create_customer_returns: Impossibile Create Resi Cliente
|
740
|
+
cannot_create_payment_link: Per favore definisci prima dei metodi di pagamento.
|
508
741
|
cannot_create_payment_without_payment_methods: Non puoi creare un pagamento per l'ordine senza alcun metodo di pagamento specificato.
|
509
742
|
cannot_create_returns: Impossibile creare un reso perché questo ordine non ha unità spedite.
|
510
743
|
cannot_perform_operation: Impossible effettuare l'operazione richiesta
|
@@ -518,7 +751,7 @@ it:
|
|
518
751
|
cart: Carrello
|
519
752
|
cart_subtotal:
|
520
753
|
one: Subtotale (1 articolo)
|
521
|
-
other:
|
754
|
+
other: Subtotale (%{count} articoli)
|
522
755
|
categories: Categorie
|
523
756
|
category: Categoria
|
524
757
|
charged: Addebitato
|
@@ -575,6 +808,7 @@ it:
|
|
575
808
|
create: Crea
|
576
809
|
create_a_new_account: Crea un nuovo account
|
577
810
|
create_new_order: Crea Nuovo Ordine
|
811
|
+
create_one: Creane una
|
578
812
|
create_reimbursement: Crea Rimborso
|
579
813
|
created_at: Creato Il
|
580
814
|
credit: Credito
|
@@ -620,7 +854,7 @@ it:
|
|
620
854
|
default_tax_zone: Zona di Tassazione di Default
|
621
855
|
delete: Elimina
|
622
856
|
delete_from_taxon: Rimuovi dalla Taxon
|
623
|
-
deleted_variants_present:
|
857
|
+
deleted_variants_present: Alcune linee di questo ordine hanno prodotti che non sono più disponibili.
|
624
858
|
delivery: Consegna
|
625
859
|
depth: Profondità
|
626
860
|
description: Descrizione
|
@@ -628,21 +862,29 @@ it:
|
|
628
862
|
destroy: Elimina
|
629
863
|
details: Dettagli
|
630
864
|
discount_amount: Importo dello sconto
|
631
|
-
dismiss_banner:
|
865
|
+
dismiss_banner: No, grazie! Non sono interessato, non mostrare più questo messaggio
|
632
866
|
display: Mostra
|
633
867
|
display_currency: Mostra valuta
|
634
868
|
doesnt_track_inventory: Non tiene traccia dell'inventario
|
635
869
|
edit: Modifica
|
870
|
+
editing_country: Modifica nazione
|
636
871
|
editing_resource: 'Modifica %{resource}'
|
637
872
|
editing_rma_reason: Modifica Motivazione RMA
|
873
|
+
editing_shipping_method: Modifica metodo di spedizione
|
874
|
+
editing_shipping_category: Modifica categoria di spedizione
|
875
|
+
editing_state: Modifica stati
|
876
|
+
editing_stock_location: Modifica magazzino
|
877
|
+
editing_tax_category: Modifica catgoria di tassazione
|
878
|
+
editing_tax_rate: Modifica aliquota
|
638
879
|
editing_user: Modifica Utente
|
880
|
+
editing_zone: Modifica zona
|
639
881
|
eligibility_errors:
|
640
882
|
messages:
|
641
883
|
has_excluded_product: Il carrello contiene un prodotto che non permette l'applicazione di questo codice coupon.
|
642
|
-
item_total_less_than:
|
643
|
-
item_total_less_than_or_equal:
|
644
|
-
item_total_more_than:
|
645
|
-
item_total_more_than_or_equal:
|
884
|
+
item_total_less_than: Questo codice coupon non può essere applicato a ordini di importo inferiore a %{amount}.
|
885
|
+
item_total_less_than_or_equal: Questo codice coupon non può essere applicato a ordini di importo inferiore o uguale a %{amount}.
|
886
|
+
item_total_more_than: Questo codice coupon non può essere applicato a ordini di importo maggiore di %{amount}.
|
887
|
+
item_total_more_than_or_equal: Questo codice coupon non può essere applicato a ordini di importo maggiore o uguale di %{amount}.
|
646
888
|
limit_once_per_user: Questo codice coupon può essere usato solamente una volta per utente.
|
647
889
|
missing_product: Questo codice coupon non può essere applicato poiché non hai nel carrello tutti i prodotti necessari.
|
648
890
|
missing_taxon: Devi aggiungere un prodotto da tutte le categorie appropriate prima di applicare questo codice coupon.
|
@@ -663,7 +905,7 @@ it:
|
|
663
905
|
messages:
|
664
906
|
could_not_create_taxon: Non è possibile creare il taxon
|
665
907
|
no_payment_methods_available: Non ci sono metodi di pagamenti configurati per questo ambiente
|
666
|
-
no_shipping_methods_available:
|
908
|
+
no_shipping_methods_available: Non ci sono metodi di spedizione disponibili per l'indirizzo scelto, prova ancora.
|
667
909
|
errors_prohibited_this_record_from_being_saved:
|
668
910
|
one: un errore non ha permesso di salvare questo record
|
669
911
|
other: "%{count} errori non hanno permesso di salvare questo record"
|
@@ -682,11 +924,11 @@ it:
|
|
682
924
|
user:
|
683
925
|
signup: Registrazione dell'utente
|
684
926
|
exceptions:
|
685
|
-
count_on_hand_setter:
|
927
|
+
count_on_hand_setter: Non è possibile impostare la disponibilità manualmente dato che è calcolata automaticamente dalla callback "recalculate_count_on_hand". Per favore usa il metodo "update_column(:count_on_hand, value)".
|
686
928
|
exchange_for: Cambio per
|
687
929
|
excl: escl.
|
688
930
|
existing_shipments: Spedizioni esistenti
|
689
|
-
expedited_exchanges_warning:
|
931
|
+
expedited_exchanges_warning: Ogni cambio specificato sarà spedito al cliente immediatamente dopo il salvataggio. Al cliente sarà addebitato l'importo completo dell'articolo se l'articolo originale non verrà restituito entro %{days_window} giorni.
|
690
932
|
expiration: Scadenza
|
691
933
|
extension: Estensione
|
692
934
|
failed_payment_attempts: Tentativi di Pagamento falliti
|
@@ -695,6 +937,7 @@ it:
|
|
695
937
|
filter: Filtro
|
696
938
|
filter_results: Filtra Risultati
|
697
939
|
finalize: Concludi
|
940
|
+
finalize_all_adjustments: Conferma la registrazione
|
698
941
|
finalized: Concluso
|
699
942
|
find_a_taxon: Cerca un Taxon
|
700
943
|
first_item: Costo primo articolo
|
@@ -744,11 +987,11 @@ it:
|
|
744
987
|
included_price_validation: non può essere selezionato senza aver impostato una Zona di Tassazione di Default
|
745
988
|
incomplete: incompleto
|
746
989
|
info_number_of_skus_not_shown:
|
747
|
-
one:
|
748
|
-
other:
|
749
|
-
info_product_has_multiple_skus:
|
990
|
+
one: e un'altra
|
991
|
+
other: e altre %{count}
|
992
|
+
info_product_has_multiple_skus: 'Questo prodotto ha %{count} varianti:'
|
750
993
|
instructions_to_reset_password: Per favore inserisci la tua email nel form sottostante
|
751
|
-
insufficient_stock:
|
994
|
+
insufficient_stock: Scorte insufficienti, ne rimangono solo %{on_hand}
|
752
995
|
insufficient_stock_lines_present: Alcune linee di questo ordine hanno quantità insufficiente.
|
753
996
|
intercept_email_address: Intercetta indirizzo Email
|
754
997
|
intercept_email_instructions: Sovrascrivi il destinatario dell'email con questo indirizzo.
|
@@ -762,6 +1005,11 @@ it:
|
|
762
1005
|
inventory_adjustment: Variazione dell'inventario
|
763
1006
|
inventory_error_flash_for_insufficient_quantity: Un articolo del tuo carrello non è più disponibile.
|
764
1007
|
inventory_state: Stato Inventario
|
1008
|
+
inventory_states:
|
1009
|
+
canceled: annullato
|
1010
|
+
returned: restituito
|
1011
|
+
shipped: spedito
|
1012
|
+
on_hand: disponibile
|
765
1013
|
is_not_available_to_shipment_address: non è disponibile per l'indirizzo di spedizione
|
766
1014
|
iso_name: Nome Iso
|
767
1015
|
item: articolo
|
@@ -786,6 +1034,12 @@ it:
|
|
786
1034
|
lifetime_stats: Statistiche Totali
|
787
1035
|
line_item_adjustments: Variazioni della riga d'ordine
|
788
1036
|
list: Lista
|
1037
|
+
listing_countries: Elenco nazioni
|
1038
|
+
listing_orders: Elenco ordini
|
1039
|
+
listing_products: Elenco prodotti
|
1040
|
+
listing_reports: Elenco reports
|
1041
|
+
listing_tax_categories: Elenco categorie di tassazione
|
1042
|
+
listing_users: Elenco utenti
|
789
1043
|
loading: Caricamento
|
790
1044
|
locale_changed: Lingua cambiata
|
791
1045
|
location: Luogo
|
@@ -804,6 +1058,7 @@ it:
|
|
804
1058
|
make_refund: Esegui rimborso
|
805
1059
|
make_sure_the_above_reimbursement_amount_is_correct: Assicurati che l'importo di rimborso qui sopra sia corretto
|
806
1060
|
manage_promotion_categories: Gestisci Categorie di Promozione
|
1061
|
+
manage_stock: Gestisci magazzino
|
807
1062
|
manage_variants: Gestisci le Varianti
|
808
1063
|
manual_intervention_required: È richiesto un'intervento manuale
|
809
1064
|
master_price: Prezzo principale
|
@@ -828,6 +1083,7 @@ it:
|
|
828
1083
|
name_or_sku: Nome o SKU (inserisci almeno i primi 4 caratteri del nome del prodotto)
|
829
1084
|
new: Nuovo
|
830
1085
|
new_adjustment: Nuova Variazione
|
1086
|
+
new_adjustment_reason: Nuovo motivo di modifica
|
831
1087
|
new_country: Nuova Nazione
|
832
1088
|
new_customer: Nuovo Cliente
|
833
1089
|
new_customer_return: Nuova Restituzione Cliente
|
@@ -863,10 +1119,13 @@ it:
|
|
863
1119
|
new_zone: Nuova Zona
|
864
1120
|
next: Prossimo
|
865
1121
|
no_actions_added: Nessuna azione aggiunta
|
1122
|
+
no_images_found: Nessuna immagine
|
866
1123
|
no_payment_found: Nessun pagamento trovato
|
867
1124
|
no_pending_payments: Nessun pagamento pendente
|
868
1125
|
no_products_found: Nessun prodotto trovato
|
1126
|
+
no_resource: Nessuna risorsa
|
869
1127
|
no_resource_found: "Nessun %{resource} trovato"
|
1128
|
+
no_resource_found_link: Aggiungine Uno
|
870
1129
|
no_results: Nessun risultato
|
871
1130
|
no_returns_found: Nessuna restituazione trovata
|
872
1131
|
no_rules_added: Nessuna regola aggiunta
|
@@ -889,6 +1148,7 @@ it:
|
|
889
1148
|
variant_deleted: La variante è stata eliminata
|
890
1149
|
variant_not_deleted: La variante non può essere eliminata
|
891
1150
|
num_orders: "# Ordini"
|
1151
|
+
number: Numero
|
892
1152
|
on_hand: Disponibilità
|
893
1153
|
open: Apri
|
894
1154
|
open_all_adjustments: Apri tutte le variazioni
|
@@ -911,22 +1171,30 @@ it:
|
|
911
1171
|
order_information: Informazioni sull'Ordine
|
912
1172
|
order_mailer:
|
913
1173
|
cancel_email:
|
914
|
-
dear_customer:
|
1174
|
+
dear_customer: 'Gentile Cliente,
|
1175
|
+
|
1176
|
+
'
|
915
1177
|
instructions: Il tuo ordine è stato ANNULLATO. Per favore conserva queste informazioni per attestare l'annullamento.
|
916
|
-
order_summary_canceled:
|
1178
|
+
order_summary_canceled: Riassunto Ordine [ANNULLATO]
|
917
1179
|
subject: Annullamento Ordine
|
918
|
-
subtotal:
|
919
|
-
total:
|
1180
|
+
subtotal: 'Subtotale:'
|
1181
|
+
total: 'Totale Ordine:'
|
920
1182
|
confirm_email:
|
921
|
-
dear_customer:
|
1183
|
+
dear_customer: 'Gentile Cliente,
|
1184
|
+
|
1185
|
+
'
|
922
1186
|
instructions: Per favore rivedi queste informazioni e conservale come riferimento.
|
923
1187
|
order_summary: Riassunto Ordine
|
924
1188
|
subject: Conferma Ordine
|
925
|
-
subtotal:
|
1189
|
+
subtotal: 'Subtotale:'
|
926
1190
|
thanks: Grazie per il tuo ordine.
|
927
|
-
total:
|
1191
|
+
total: 'Totale Ordine:'
|
1192
|
+
inventory_cancellation:
|
1193
|
+
dear_customer: 'Gentile Cliente,
|
1194
|
+
|
1195
|
+
'
|
928
1196
|
order_not_found: Non abbiamo trovato il tuo ordine. Per favore riprova ancora.
|
929
|
-
order_number:
|
1197
|
+
order_number: Ordine %{number}
|
930
1198
|
order_processed_successfully: Il tuo ordine è stato processato con successo
|
931
1199
|
order_resumed: Ordine Riattivato
|
932
1200
|
order_state:
|
@@ -942,7 +1210,7 @@ it:
|
|
942
1210
|
resumed: riattivato
|
943
1211
|
returned: restituito
|
944
1212
|
order_summary: Riassunto Ordine
|
945
|
-
order_sure_want_to:
|
1213
|
+
order_sure_want_to: Sei sicuro di voler %{event} questo ordine?
|
946
1214
|
order_total: Totale Ordine
|
947
1215
|
order_updated: Ordine Aggiornato
|
948
1216
|
orders: Ordini
|
@@ -951,7 +1219,7 @@ it:
|
|
951
1219
|
overview: Panoramica
|
952
1220
|
package_from: pacco da
|
953
1221
|
pagination:
|
954
|
-
next_page:
|
1222
|
+
next_page: pagina successiva »
|
955
1223
|
previous_page: "« pagina precedente"
|
956
1224
|
truncate: "…"
|
957
1225
|
password: Password
|
@@ -965,8 +1233,8 @@ it:
|
|
965
1233
|
payment_method: Metodo di Pagamento
|
966
1234
|
payment_method_not_supported: Quel metodo di pagamento non è supportato. Per favore scegline un'altro.
|
967
1235
|
payment_methods: Metodi di Pagamento
|
968
|
-
payment_processing_failed:
|
969
|
-
payment_processor_choose_banner_text:
|
1236
|
+
payment_processing_failed: Il pagamento non è stato processato correttamente, per favore controlla i dati inseriti
|
1237
|
+
payment_processor_choose_banner_text: Se hai bisogno di assistenza nella scelta di un processore di pagamento, per favore visita
|
970
1238
|
payment_processor_choose_link: la nostra pagina dei pagamenti
|
971
1239
|
payment_state: Stato Pagamento
|
972
1240
|
payment_states:
|
@@ -996,7 +1264,7 @@ it:
|
|
996
1264
|
preferred_reimbursement_type: Tipologia di rimborso preferita
|
997
1265
|
presentation: Presentazione
|
998
1266
|
previous: Precedente
|
999
|
-
previous_state_missing:
|
1267
|
+
previous_state_missing: n.a.
|
1000
1268
|
price: Prezzo
|
1001
1269
|
price_range: Gamma di Prezzo
|
1002
1270
|
price_sack: Costo imballaggio
|
@@ -1075,14 +1343,14 @@ it:
|
|
1075
1343
|
prototype: Prototipo
|
1076
1344
|
prototypes: Prototipi
|
1077
1345
|
provider: Fornitore
|
1078
|
-
provider_settings_warning:
|
1346
|
+
provider_settings_warning: Se stai cambiando la tipologia di fornitore, devi prima aver salvato le impostazioni del fornitore
|
1079
1347
|
qty: Qtà
|
1080
1348
|
quantity: Quantità
|
1081
1349
|
quantity_returned: Quantità Restituita
|
1082
1350
|
quantity_shipped: Quantità Spedita
|
1083
1351
|
quick_search: Ricerca Veloce
|
1084
1352
|
rate: Percentuale
|
1085
|
-
reason:
|
1353
|
+
reason: Motivazione
|
1086
1354
|
receive: ricevi
|
1087
1355
|
receive_stock: Ricevi Scorte
|
1088
1356
|
received: Ricevuto
|
@@ -1100,15 +1368,15 @@ it:
|
|
1100
1368
|
reimbursement: Rimborso
|
1101
1369
|
reimbursement_mailer:
|
1102
1370
|
reimbursement_email:
|
1103
|
-
days_to_send:
|
1104
|
-
dear_customer:
|
1371
|
+
days_to_send: Hai %{days} giorni per rispedire indietro gli articoli in attesa di cambio.
|
1372
|
+
dear_customer: Gentile Cliente,
|
1105
1373
|
exchange_summary: Riassunto cambi
|
1106
1374
|
for: per
|
1107
1375
|
instructions: Il tuo rimborso è stato processato.
|
1108
1376
|
refund_summary: Riassunto rimborso
|
1109
1377
|
subject: Notifica di Rimborso
|
1110
|
-
total_refunded:
|
1111
|
-
reimbursement_perform_failed:
|
1378
|
+
total_refunded: 'Totale Rimborsato: %{total}'
|
1379
|
+
reimbursement_perform_failed: 'Il rimborso non può essere effettuato. Errore: %{error}'
|
1112
1380
|
reimbursement_status: Stato Rimborso
|
1113
1381
|
reimbursement_type: Tipologia Rimborso
|
1114
1382
|
reimbursement_type_override: Override Tipologia Rimborso
|
@@ -1160,7 +1428,7 @@ it:
|
|
1160
1428
|
say_yes: Sì
|
1161
1429
|
scope: Campo
|
1162
1430
|
search: Cerca
|
1163
|
-
search_results:
|
1431
|
+
search_results: Risultati ricerca per '%{keywords}'
|
1164
1432
|
searching: Ricerca
|
1165
1433
|
secure_connection_type: Tipologia Connessione Sicura
|
1166
1434
|
security_settings: Impostazioni Sicurezza
|
@@ -1180,16 +1448,19 @@ it:
|
|
1180
1448
|
ship_total: Totale Spedizione
|
1181
1449
|
shipment: Spedizione
|
1182
1450
|
shipment_adjustments: Variazioni spedizioni
|
1183
|
-
shipment_details:
|
1451
|
+
shipment_details: Da %{stock_location} via %{shipping_method}
|
1184
1452
|
shipment_mailer:
|
1185
1453
|
shipped_email:
|
1186
|
-
dear_customer:
|
1454
|
+
dear_customer: 'Gentile Cliente,
|
1455
|
+
|
1456
|
+
'
|
1187
1457
|
instructions: Il tuo ordine è stato spedito
|
1188
1458
|
shipment_summary: Riassunto Spedizione
|
1189
1459
|
subject: Notifica di spedizione
|
1190
1460
|
thanks: Grazie per il tuo ordine.
|
1191
1461
|
track_information: 'Informazione Tracciamento: %{tracking}'
|
1192
1462
|
track_link: 'Link Tracciamento: %{url}'
|
1463
|
+
shipment_number: Numero di spedizione
|
1193
1464
|
shipment_state: Stato Spedizione
|
1194
1465
|
shipment_states:
|
1195
1466
|
backorder: arretrato
|
@@ -1214,13 +1485,14 @@ it:
|
|
1214
1485
|
shipping_methods: Metodi di Spedizione
|
1215
1486
|
shipping_price_sack: Costo imballaggio
|
1216
1487
|
shipping_total: Totale Spedizione
|
1217
|
-
shop_by_taxonomy:
|
1488
|
+
shop_by_taxonomy: Acquista per %{taxonomy}
|
1218
1489
|
shopping_cart: Carrello
|
1219
1490
|
show: Visualizza
|
1220
1491
|
show_active: Mostra Attivi
|
1221
1492
|
show_deleted: Mostra Eliminati
|
1222
1493
|
show_only_complete_orders: Visualizza solo ordini completi
|
1223
1494
|
show_only_considered_risky: Visualizza solo ordini a rischio
|
1495
|
+
show_only_open_transfers: Vedi solo trasferimenti aperti
|
1224
1496
|
show_rate_in_label: Mostra percentuale nell'etichetta
|
1225
1497
|
sku: SKU
|
1226
1498
|
skus: SKU
|
@@ -1277,19 +1549,28 @@ it:
|
|
1277
1549
|
stock_management: Gestione Scorte
|
1278
1550
|
stock_management_requires_a_stock_location: Per favore crea un Magazzino per poter gestire le scorte.
|
1279
1551
|
stock_movements: Movimenti di Magazzino
|
1280
|
-
stock_movements_for_stock_location:
|
1552
|
+
stock_movements_for_stock_location: Movimenti di Magazzino per %{stock_location_name}
|
1281
1553
|
stock_successfully_transferred: Le scorte sono state trasferito con successo.
|
1282
1554
|
stock_transfer: Trasferimento di Magazzino
|
1283
1555
|
stock_transfers: Trasferimenti di Magazzino
|
1284
1556
|
stop: Stop
|
1285
1557
|
store: Negozio
|
1558
|
+
store_credit:
|
1559
|
+
display_action:
|
1560
|
+
adjustment: Variazione
|
1561
|
+
admin:
|
1562
|
+
authorize: Autorizzato
|
1563
|
+
credit: Credito
|
1564
|
+
void: Credito
|
1565
|
+
store_credit_category:
|
1566
|
+
default: Default
|
1286
1567
|
street_address: Indirizzo
|
1287
1568
|
street_address_2: Indirizzo (agg.)
|
1288
1569
|
subtotal: Totale
|
1289
1570
|
subtract: Sottrai
|
1290
1571
|
success: Successo
|
1291
1572
|
successfully_created: "%{resource} è stata creata con successo!"
|
1292
|
-
successfully_refunded:
|
1573
|
+
successfully_refunded: "%{resource} è stato rimborsato con successo!"
|
1293
1574
|
successfully_removed: "%{resource} è stato rimosso con successo!"
|
1294
1575
|
successfully_signed_up_for_analytics: Registrazione a Spree Analytics avvenuta con successo
|
1295
1576
|
successfully_updated: "%{resource} è stata aggiornata con successo!"
|
@@ -1299,7 +1580,7 @@ it:
|
|
1299
1580
|
tax_category: Categoria di Tassazione
|
1300
1581
|
tax_code: Codice Tassa
|
1301
1582
|
tax_included: Tassa (incl.)
|
1302
|
-
tax_rate_amount_explanation:
|
1583
|
+
tax_rate_amount_explanation: Le aliquote sono specificate con valore decimale per facilitare le operazioni, (es. se l'aliquota è al 5% inserisci 0.05)
|
1303
1584
|
tax_rates: Aliquote
|
1304
1585
|
taxon: Taxon
|
1305
1586
|
taxon_edit: Modifica Taxon
|
@@ -1312,14 +1593,14 @@ it:
|
|
1312
1593
|
taxonomies: Tassonomie
|
1313
1594
|
taxonomy: Tassonomia
|
1314
1595
|
taxonomy_edit: Modifica tassonomia
|
1315
|
-
taxonomy_tree_error:
|
1596
|
+
taxonomy_tree_error: La modifica richiesta non è stata accettata e l'albero è stato riportato allo stato precedente, per favore riprova.
|
1316
1597
|
taxonomy_tree_instruction: "* Click destro su un nodo nell'albero per accedere al menu e aggiungere, rimuovere o ordinare."
|
1317
1598
|
taxons: Taxon
|
1318
1599
|
test: Test
|
1319
1600
|
test_mailer:
|
1320
1601
|
test_email:
|
1321
1602
|
greeting: Congratulazioni!
|
1322
|
-
message:
|
1603
|
+
message: Se hai ricevuto questa email, allora le tue impostazioni email sono corrette.
|
1323
1604
|
subject: E-Mail di Test
|
1324
1605
|
test_mode: Modalità Test
|
1325
1606
|
thank_you_for_your_order: Grazie per il tuo ordine. Per favore stampa una copia di questa conferma come riferimento.
|
@@ -1331,7 +1612,7 @@ it:
|
|
1331
1612
|
tiered_percent: Tariffa Fissa a Percentuale
|
1332
1613
|
tiers: Livelli
|
1333
1614
|
time: Ora
|
1334
|
-
to_add_variants_you_must_first_define:
|
1615
|
+
to_add_variants_you_must_first_define: Per aggiungere varianti, devi prima definire
|
1335
1616
|
total: Totale
|
1336
1617
|
total_per_item: Totale per articolo
|
1337
1618
|
total_pre_tax_refund: Totale Rimborso al lordo delle tasse
|
@@ -1352,6 +1633,7 @@ it:
|
|
1352
1633
|
unable_to_connect_to_gateway: Impossibile connettersi al gateway.
|
1353
1634
|
unable_to_create_reimbursements: Impossibile creare rimborsi perché ci sono articoli in attesa di intervento manuale.
|
1354
1635
|
under_price: "Inferiore di %{price}"
|
1636
|
+
unfinalize_all_adjustments: Annulla la registrazione
|
1355
1637
|
unlock: Sblocca
|
1356
1638
|
unrecognized_card_type: Carda di credito non riconosciuta
|
1357
1639
|
unshippable_items: Impossibile spedire gli articoli
|
@@ -1371,13 +1653,15 @@ it:
|
|
1371
1653
|
cannot_be_less_than_shipped_units: non può essere inferiore al numero di unità spedite.
|
1372
1654
|
cannot_destroy_line_item_as_inventory_units_have_shipped: Impossibile eliminare le righe d'ordine poiché alcune unità di inventario sono state spedite.
|
1373
1655
|
exceeds_available_stock: supera la disponibilità di magazzino. Per favore assicurati che la quantità degli articoli sia valida.
|
1374
|
-
is_too_large:
|
1656
|
+
is_too_large: è troppo grande -- il magazzino non può coprire la quantità richiesta!
|
1375
1657
|
must_be_int: deve essere un intero
|
1376
1658
|
must_be_non_negative: deve essere un valore non negativo
|
1377
|
-
unpaid_amount_not_zero:
|
1659
|
+
unpaid_amount_not_zero: 'L''importo non è stato completamente rimborsato. Rimangono: %{amount}'
|
1378
1660
|
value: Valore
|
1379
1661
|
variant: Variante
|
1380
1662
|
variant_placeholder: Scegli una variante
|
1663
|
+
variant_properties: Proprietà variante
|
1664
|
+
variant_search_placeholder: Cerca variante
|
1381
1665
|
variants: Varianti
|
1382
1666
|
version: Versione
|
1383
1667
|
void: Annullato
|
@@ -1388,8 +1672,32 @@ it:
|
|
1388
1672
|
year: Anno
|
1389
1673
|
you_have_no_orders_yet: Non hai alcun ordine
|
1390
1674
|
your_cart_is_empty: Il tuo carrello è vuoto
|
1391
|
-
your_order_is_empty_add_product:
|
1675
|
+
your_order_is_empty_add_product: Il tuo ordine è vuoto, per favore cerca e aggiungi un prodotto
|
1392
1676
|
zip: Cap
|
1393
1677
|
zipcode: Codice Cap
|
1394
1678
|
zone: Zona
|
1395
1679
|
zones: Zone
|
1680
|
+
canceled: annullato
|
1681
|
+
cannot_create_payment_link: Per favore definisci prima dei metodi di pagamento.
|
1682
|
+
inventory_states:
|
1683
|
+
canceled: annullato
|
1684
|
+
returned: restituito
|
1685
|
+
shipped: spedito
|
1686
|
+
no_resource_found_link: Aggiungine Uno
|
1687
|
+
number: Numero
|
1688
|
+
store_credit:
|
1689
|
+
display_action:
|
1690
|
+
adjustment: Variazione
|
1691
|
+
credit: Credito
|
1692
|
+
void: Credito
|
1693
|
+
admin:
|
1694
|
+
authorize: Autorizzato
|
1695
|
+
store_credit_category:
|
1696
|
+
default: Default
|
1697
|
+
activemodel:
|
1698
|
+
attributes:
|
1699
|
+
spree/order_cancellations:
|
1700
|
+
quantity: Quantità
|
1701
|
+
state: Stato
|
1702
|
+
shipment: Spedizione
|
1703
|
+
cancel: Annulla
|