spree_i18n 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. data/README.md +15 -0
  2. data/config/locales/ca.yml +1207 -0
  3. data/config/locales/cs-CZ.yml +1206 -0
  4. data/config/locales/da.yml +1206 -0
  5. data/config/locales/de-CH.yml +1206 -0
  6. data/config/locales/de.yml +1206 -0
  7. data/config/locales/en-AU.yml +1206 -0
  8. data/config/locales/en-GB.yml +1206 -0
  9. data/config/locales/en-IN.yml +1206 -0
  10. data/config/locales/en-NZ.yml +1206 -0
  11. data/config/locales/es-MX.yml +1206 -0
  12. data/config/locales/es.yml +1206 -0
  13. data/config/locales/et.yml +1206 -0
  14. data/config/locales/fa.yml +1209 -0
  15. data/config/locales/fi.yml +1206 -0
  16. data/config/locales/fr.yml +1206 -0
  17. data/config/locales/il.yml +1206 -0
  18. data/config/locales/it.yml +1193 -0
  19. data/config/locales/ja/spree_api.yml +14 -0
  20. data/config/locales/ja/spree_auth.yml +46 -0
  21. data/config/locales/ja/spree_core.rb +16 -0
  22. data/config/locales/ja/spree_core.yml +1071 -0
  23. data/config/locales/ja/spree_dash.yml +5 -0
  24. data/config/locales/ja/spree_promo.yml +88 -0
  25. data/config/locales/ko.yml +1206 -0
  26. data/config/locales/lt.yml +1206 -0
  27. data/config/locales/lv.yml +1206 -0
  28. data/config/locales/nb-NO.yml +1206 -0
  29. data/config/locales/nl-BE.yml +1206 -0
  30. data/config/locales/nl.yml +1134 -0
  31. data/config/locales/pl.yml +1206 -0
  32. data/config/locales/pt-BR.yml +1206 -0
  33. data/config/locales/pt-PT.yml +1206 -0
  34. data/config/locales/ru.yml +1206 -0
  35. data/config/locales/sk.yml +1206 -0
  36. data/config/locales/sl-SI.yml +1206 -0
  37. data/config/locales/sv-SE.yml +1210 -0
  38. data/config/locales/th.yml +1206 -0
  39. data/config/locales/uk.yml +1206 -0
  40. data/config/locales/vn.yml +1206 -0
  41. data/config/locales/zh-CN.yml +1206 -0
  42. data/config/locales/zh-TW.yml +1206 -0
  43. data/default/spree_api.yml +21 -0
  44. data/default/spree_auth.yml +46 -0
  45. data/default/spree_core.yml +1123 -0
  46. data/default/spree_dash.yml +11 -0
  47. data/default/spree_promo.yml +92 -0
  48. data/lib/spree/i18n_utils.rb +50 -0
  49. data/lib/spree_i18n.rb +2 -0
  50. data/lib/spree_i18n/railtie.rb +24 -0
  51. data/lib/tasks/i18n.rake +107 -0
  52. metadata +224 -0
@@ -0,0 +1,1206 @@
1
+ ---
2
+ et:
3
+ a_copy_of_all_mail_will_be_sent_to_the_following_addresses: Koopia kõikidest postitustest saadetakse järgmisele aadressile
4
+ abbreviation: Lühend
5
+ access_denied: Juurdepääs keelatud
6
+ account: Konto
7
+ account_updated: Konto uuendatud
8
+ action: Toiming
9
+ actions:
10
+ cancel: Tühista
11
+ create: Loo uus
12
+ destroy: Kustuta
13
+ list: Loetelu
14
+ listing: Loetelu
15
+ new: Uus
16
+ update: Uuendus
17
+ activate: "Activate"
18
+ active: Aktiivne
19
+ activerecord:
20
+ attributes:
21
+ spree/address:
22
+ address1: Aadress
23
+ address2: "Aadress (jätkub)"
24
+ city: Linn
25
+ country: Riik
26
+ firstname: Eesnimi
27
+ lastname: Perekonnanimi
28
+ phone: Telefon
29
+ state: Maakond
30
+ zipcode: Postiindeks
31
+ spree/country:
32
+ iso: ISO
33
+ iso3: ISO3
34
+ iso_name: "ISO Name"
35
+ name: Name
36
+ numcode: "ISO Code"
37
+ spree/credit_card:
38
+ cc_type: Type
39
+ month: Month
40
+ number: Number
41
+ verification_value: "Verification Value"
42
+ year: Year
43
+ spree/inventory_unit:
44
+ state: State
45
+ spree/line_item:
46
+ price: Price
47
+ quantity: Quantity
48
+ spree/option_type:
49
+ name: Name
50
+ presentation: Presentation
51
+ spree/order/bill_address:
52
+ address1: "Billing address street"
53
+ city: "Billing address city"
54
+ firstname: "Billing address first name"
55
+ lastname: "Billing address last name"
56
+ phone: "Billing address phone"
57
+ state: "Billing address state"
58
+ zipcode: "Billing address zipcode"
59
+ spree/order/ship_address:
60
+ address1: "Shipping address street"
61
+ city: "Shipping address city"
62
+ firstname: "Shipping address first name"
63
+ lastname: "Shipping address last name"
64
+ phone: "Shipping address phone"
65
+ state: "Shipping address state"
66
+ zipcode: "Shipping address zipcode"
67
+ spree/order:
68
+ checkout_complete: "Checkout Complete"
69
+ completed_at: Esitatud
70
+ created_at: Order Date
71
+ email: Customer E-Mail
72
+ ip_address: "IP Address"
73
+ item_total: "Item Total"
74
+ number: Number
75
+ payment_state: Payment State
76
+ shipment_state: Shipment State
77
+ special_instructions: "Special Instructions"
78
+ state: State
79
+ total: Total
80
+ spree/payment_method:
81
+ name: Nimetus
82
+ spree/product:
83
+ available_on: Saadaval alates
84
+ cost_price: "Cost Price"
85
+ description: Kirjeldus
86
+ master_price: Hind
87
+ name: Nimetus
88
+ on_demand: "On Demand"
89
+ on_hand: Laoseis
90
+ shipping_category: Tarnekategooria
91
+ tax_category: Maksukategooria
92
+ spree/promotion:
93
+ advertise: Advertise
94
+ code: Code
95
+ description: Description
96
+ event_name: Event Name
97
+ expires_at: Expires At
98
+ name: Name
99
+ path: Path
100
+ starts_at: Starts At
101
+ usage_limit: Usage Limit
102
+ spree/property:
103
+ name: Nimetus
104
+ presentation: Presentation
105
+ spree/prototype:
106
+ name: Nimetus
107
+ spree/return_authorization:
108
+ amount: Kogus
109
+ spree/role:
110
+ name: Nimetus
111
+ spree/state:
112
+ abbr: Abbreviation
113
+ name: Name
114
+ spree/tax_category:
115
+ description: Kirjeldus
116
+ name: Nimetus
117
+ spree/tax_rate:
118
+ amount: Rate
119
+ included_in_price: Included in Price
120
+ show_rate_in_label: Show rate in label
121
+ spree/taxon:
122
+ name: Nimetus
123
+ permalink: Püsiviide
124
+ position: Positsioon
125
+ spree/taxonomy:
126
+ name: Nimetus
127
+ spree/user:
128
+ email: Email
129
+ password: Salasõna
130
+ password_confirmation: Salasõna kordus
131
+ spree/variant:
132
+ cost_price: "Cost Price"
133
+ depth: Depth
134
+ height: Height
135
+ price: Price
136
+ sku: SKU
137
+ weight: Weight
138
+ width: Width
139
+ spree/zone:
140
+ description: Kirjeldus
141
+ name: Nimetus
142
+ models:
143
+ spree/address:
144
+ one: Aadress
145
+ other: Adaressid
146
+ spree/cheque_payment:
147
+ one: Cheque Payment
148
+ other: Cheque Payments
149
+ spree/country:
150
+ one: Riik
151
+ other: Riigid
152
+ spree/credit_card:
153
+ one: "Credit Card"
154
+ other: "Credit Cards"
155
+ spree/creditcard_payment:
156
+ one: "Credit Card Payment"
157
+ other: "Credit Card Payments"
158
+ spree/creditcard_txn:
159
+ one: "Credit Card Transaction"
160
+ other: "Credit Card Transactions"
161
+ spree/inventory_unit:
162
+ one: "Inventory Unit"
163
+ other: "Inventory Units"
164
+ spree/line_item:
165
+ one: "Line Item"
166
+ other: "Line Items"
167
+ spree/order:
168
+ one: Tellimus
169
+ other: Tellimused
170
+ spree/payment:
171
+ one: Makse
172
+ other: Maksed
173
+ spree/product:
174
+ one: Toode
175
+ other: Tooted
176
+ spree/property:
177
+ one: Property
178
+ other: Properties
179
+ spree/prototype:
180
+ one: Prototype
181
+ other: Prototypes
182
+ spree/return_authorization:
183
+ one: Return Authorization
184
+ other: Return Authorizations
185
+ spree/role:
186
+ one: Roles
187
+ other: Roles
188
+ spree/shipment:
189
+ one: Tarne
190
+ other: Tarned
191
+ spree/shipping_category:
192
+ one: Tarnekategooria
193
+ other: Tarnekategooriad
194
+ spree/state:
195
+ one: Maakond
196
+ other: Maakonnad
197
+ spree/tax_category:
198
+ one: Maksukategooria
199
+ other: Maksukategooriad
200
+ spree/tax_rate:
201
+ one: "Tax Rate"
202
+ other: "Tax Rates"
203
+ spree/taxon:
204
+ one: Takson
205
+ other: Taksonid
206
+ spree/taxonomy:
207
+ one: Taksonoomia
208
+ other: Taksonoomiad
209
+ spree/user:
210
+ one: Kasutaja
211
+ other: Kasutajad
212
+ spree/variant:
213
+ one: Variant
214
+ other: Variants
215
+ spree/zone:
216
+ one: Zone
217
+ other: Zones
218
+ add: Lisa
219
+ add_action_of_type: Lisa toimingu tüüp
220
+ add_category: Lisa kategooria
221
+ add_country: Lisa riik
222
+ add_new_header: "Add New Header"
223
+ add_new_style: "Add New Style"
224
+ add_option_type: Lisa variatsioonitüüp
225
+ add_option_types: Lisa variatsioonitüüpe
226
+ add_option_value: Lisa variatsionitüübi variante
227
+ add_product: Lisa toode
228
+ add_product_properties: Lisa toote omadusi
229
+ add_rule_of_type: Add rule of type
230
+ add_scope: Add a scope lisa käsitlusala /ulatus
231
+ add_state: Lisa maakond
232
+ add_to_cart: Lisa ostukorvi
233
+ add_zone: Lisa tsoon
234
+ additional_item: Iga järgneva toote summa
235
+ address: Address aadress
236
+ address_information: Aadressi informatsioon
237
+ adjustment: Täiendus
238
+ adjustment_total: Adjustment Total
239
+ adjustments: Täiendused
240
+ admin:
241
+ mail_methods:
242
+ send_testmail: 'Send Testmail'
243
+ testmail:
244
+ delivery_error: 'Testmail delivery error'
245
+ delivery_success: 'Testmail sent successfully'
246
+ error: 'Testmail error: %{e}'
247
+ administration: Administreerimisliides
248
+ all: Kõik
249
+ all_departments: Kõik osakonnad
250
+ allow_backorders: Backorderid lubatud
251
+ allow_ssl_in_development_and_test: Allow SSL to be used when in development and test modes
252
+ allow_ssl_in_production: Allow SSL to be used in production mode
253
+ allow_ssl_in_staging: Allow SSL to be used in staging mode
254
+ allowed_ssl_in_production_mode: SSL will %{not} be used in production
255
+ already_registered: Juba registreeritud?
256
+ alt_text: Alternatiivne tekst
257
+ alternative_phone: Teine telefoninumber
258
+ amount: Summa
259
+ analytics_trackers: Google Analytics
260
+ and: and
261
+ apply: "Apply"
262
+ are_you_sure: Kas oled kindel?
263
+ are_you_sure_category: Kas oled kindel, et soovid seda kategooriat kustutada?
264
+ are_you_sure_delete: Kas oled kindel, et soovid seda kirjet kustutada?
265
+ are_you_sure_delete_image: Kas oled kindel, et soovid seda pilti kustutada?
266
+ are_you_sure_option_type: Kas oled kindel, et soovid seda valikut kustutada?
267
+ are_you_sure_you_want_to_capture: Kas oled kindel, et soovid makset lõpetada?
268
+ assign_taxon: Määra taksonoomia
269
+ assign_taxons: Määra taksonoomiad
270
+ attachment_default_style: "Attachments Style"
271
+ attachment_default_url: "Attachments URL"
272
+ attachment_path: "Attachments Path"
273
+ attachment_styles: "Paperclip Styles"
274
+ authorization_failure: Tõrge autoriseerimisel
275
+ authorized: Autoriseeritud
276
+ availability: "Availability"
277
+ available_on: Saadaval alates
278
+ available_taxons: Võimalikud taksonoomiad
279
+ awaiting_return: Tagastamist ootav
280
+ back: Tagasi
281
+ back_end: Back End
282
+ back_to_adjustments_list: "Back To Adjustments List"
283
+ back_to_images_list: "Back To Images List"
284
+ back_to_mail_methods_list: "Back To Mail Methods List"
285
+ back_to_option_tyles_list: "Back To Option Types List"
286
+ back_to_payment_methods_list: "Back To Payment Methods List"
287
+ back_to_payments_list: "Back To Payments List"
288
+ back_to_products_list: "Back To Products List"
289
+ back_to_promotions_list: "Back To Promotions List"
290
+ back_to_properties_list: "Back To Products List"
291
+ back_to_prototypes_list: "Back To Prototypes List"
292
+ back_to_reports_list: "Back To Reports List"
293
+ back_to_shipping_categories: "Back To Shipping Categories"
294
+ back_to_shipping_methods_list: "Back To Shipping Methods List"
295
+ back_to_states_list: "Back To States List"
296
+ back_to_store: Mine tagasi poodi
297
+ back_to_tax_categories_list: "Back To Tax Categories List"
298
+ back_to_taxonomies_list: "Back To Taxonomies List"
299
+ back_to_trackers_list: "Back To Trackers List"
300
+ back_to_zones_list: "Back To Zones List"
301
+ backordered: Tagasitellitud
302
+ backordering_is_allowed: Tagasitellimine %{ei ole} lubatud
303
+ balance_due: Tasuda jäänud
304
+ bill_address: Arve saaja aadress
305
+ billing: Arve esitamine
306
+ billing_address: Arve saaja aadress
307
+ both: Mõlemad
308
+ calculator: Kalkulaator
309
+ calculator_settings_warning: Kalkulaatoritüübi ja -seadete muutmiseks pead kõigepealt salvestama.
310
+ cancel: Tühista
311
+ cancel_my_account: Cancel my account
312
+ cancel_my_account_description: "Unhappy?"
313
+ canceled: Tühistatud
314
+ cannot_create_payment_without_payment_methods: You cannot create a payment for an order without any payment methods defined.
315
+ cannot_create_returns: Tellimust ei saa tagastada, kuna seda pole veel väljastatud.
316
+ cannot_perform_operation: "Cannot perform requested operation"
317
+ capture: Lõpeta makse
318
+ card_code: Kaardikood
319
+ card_details: Kaardi detailid
320
+ card_number: Kaardi number
321
+ card_type_is: Kaarditüüp on
322
+ cart: Ostukorv
323
+ categories: Katergooriad
324
+ category: Kategooria
325
+ change: Muuda
326
+ change_language: Muuda keelt
327
+ change_my_password: Muuda salasõna
328
+ charge_total: Kogusumma
329
+ charged: Kaardilt võetud
330
+ charges: Tasud
331
+ checkout: Vormista tellimus
332
+ cheque: Tšekk
333
+ city: Linn
334
+ clone: Võta aluseks
335
+ code: Kood
336
+ combine: Kombineeritud
337
+ complete: Esitatud
338
+ complete_list: Kogu nimekiri
339
+ configuration: Konfiguratsioon
340
+ configuration_options: Configuration Options konfiguratsiooni valikud
341
+ configurations: Konfiguratsioon
342
+ configure_s3: "Configure S3"
343
+ configured: Configured konfigureeritud või paigaldatud
344
+ confirm: Kinnita
345
+ confirm_delete: Kinnita kustutamine
346
+ confirm_password: Kinnita salasõna
347
+ continue: Jätka
348
+ continue_shopping: Jätka ostlemist
349
+ copy_all_mails_to: Koopia kõikidest meilidest aadressile
350
+ cost_price: Omahind
351
+ count_of_reduced_by: count of '%{name}' reduced by %{count}
352
+ country: Riik
353
+ country_based: Riigipõhine
354
+ coupon: Coupon
355
+ coupon_code: Coupon code
356
+ coupon_code_applied: The coupon code was successfully applied to your order.
357
+ create: Loo kasutajakonto
358
+ create_a_new_account: Loo uus konto
359
+ create_user_account: Loo kasutajakonto
360
+ created_successfully: Kasutajakonto loodud
361
+ credit: Krediit
362
+ credit_card: Krediitkaart
363
+ credit_card_capture_complete: Krediitkaardi makse lõpetatud
364
+ credit_card_payment: Krediitkaardimakse
365
+ credit_cards: Credit Cards
366
+ credit_owed: Krediit võlgu
367
+ credit_total: Krediit kokku
368
+ credits: Krediit
369
+ currency: Currency
370
+ currency_settings: "Currency Settings"
371
+ currency_symbol_position: "Put currency symbol before or after dollar amount?"
372
+ current: Praegune
373
+ customer: Klient
374
+ customer_details: Kliendi andmed
375
+ customer_details_updated: "The customer's details have been updated."
376
+ customer_search: Kliendi otsing
377
+ cut: Cut
378
+ date_completed: Date Completed
379
+ date_created: Loomise kuupäev
380
+ date_range: Vali vahemik
381
+ debit: Deebet
382
+ default: Default
383
+ default_meta_description: Default Meta Description
384
+ default_meta_keywords: Default Meta Keywords
385
+ default_seo_title: Default Seo Title
386
+ default_tax: Default Tax
387
+ default_tax_zone: Default Tax Zone
388
+ defined_paperclip_styles: Defined Paperclip Styles
389
+ delete: Kustuta
390
+ delivery: Delivery
391
+ depth: Sügavus
392
+ description: Kirjeldus
393
+ destroy: Kustuta
394
+ didnt_receive_confirmation_instructions: "Didn't receive confirmation instructions?"
395
+ didnt_receive_unlock_instructions: "Didn't receive unlock instructions?"
396
+ discount_amount: "Discount Amount"
397
+ dismiss_banner: "No. Thanks! I'm not interested, do not display this message again"
398
+ display: Kuvatav väärtus
399
+ display_currency: "Display currency"
400
+ dollar_amounts_displayed_as: "Dollar amounts displayed as %{example}"
401
+ edit: Muuda
402
+ edit_general_settings: "Edit General Settings"
403
+ editing_billing_integration: Redigeeri Billing Integration-it
404
+ editing_category: Redigeeri kategooriat
405
+ editing_mail_method: Editing Mail Method
406
+ editing_option_type: Redigeeri variatsioonitüüpi
407
+ editing_option_types: Redigeeri variatsioonitüüpe
408
+ editing_payment_method: Redigeeri maksmisviisi
409
+ editing_product: Redigeeri toodet
410
+ editing_product_group: Redigeeri tootegruppi
411
+ editing_promotion: Editing Promotion
412
+ editing_property: Redigeeri omadusi
413
+ editing_prototype: Redigeeri prototüüpi
414
+ editing_shipping_category: Redigeeri tarnekategooriat
415
+ editing_shipping_method: Redigeeri tarnemeetodit
416
+ editing_state: Redigeeri maakonda
417
+ editing_tax_category: redigeeri maksukategooriat
418
+ editing_tax_rate: redigeeri maksumäära
419
+ editing_tracker: redigeeri jälgijat
420
+ editing_user: Muuda kasutajakonto andmeid
421
+ editing_zone: Redigeeri tsooni
422
+ email: E-mail
423
+ email_address: E-mail
424
+ email_server_settings_description: Seadista meiliserveri sätteid
425
+ empty: Tühi
426
+ empty_cart: Tühjenda ostukorv
427
+ enable_login_via_login_password: Kasuta sisselogimiseks e-maili ja salasõna
428
+ enable_login_via_openid: Logi sisse OpenID-d kasutades
429
+ enable_mail_delivery: Luba e-mailide saatmine
430
+ ending_in: "Ending in"
431
+ enter_at_least_five_letters: Enter at least five letters of customer name
432
+ enter_exactly_as_shown_on_card: Palun sisestage täpselt nii, nagu kaardil näidatud
433
+ enter_password_to_confirm: "(we need your current password to confirm your changes)"
434
+ enter_token: Enter Token
435
+ environment: Keskkond
436
+ error: Viga
437
+ error_user_destroy_with_orders: "Users with completed orders may not be deleted"
438
+ errors:
439
+ messages:
440
+ could_not_create_taxon: "Could not create taxon"
441
+ no_payment_methods_available: "No payment methods are configured for this environment"
442
+ no_shipping_methods_available: "No shipping methods available for selected location, please change your address and try again."
443
+ errors_prohibited_this_record_from_being_saved:
444
+ one: "1 error prohibited this record from being saved"
445
+ other: "%{count} errors prohibited this record from being saved"
446
+ event: Sündmus
447
+ events:
448
+ spree:
449
+ cart:
450
+ add: Lisa ostukorvi
451
+ checkout:
452
+ coupon_code_added: Coupon code added
453
+ content:
454
+ visited: Visit static content page
455
+ order:
456
+ contents_changed: "Order contents changed"
457
+ page_view: "Static page viewed"
458
+ user:
459
+ signup: 'User signup'
460
+ existing_customer: Olemasolev klient
461
+ expiration: Aegub
462
+ expiration_month: Aegumise kuu
463
+ expiration_year: Aegumise aasta
464
+ expiry: Expiry
465
+ extension: Laiendus
466
+ extensions: Laiendused
467
+ filename: Faili nimi
468
+ final_confirmation: Lõplik kinnitus
469
+ finalize: Lõpeta
470
+ finalized_payments: Tehtud maksed
471
+ first_item: Esimese toote summa
472
+ first_name: Eesnimi
473
+ first_name_begins_with: Eesnimi algab
474
+ flat_percent: Fikseeritud protsent
475
+ flat_rate_amount: Fikseeritud summa
476
+ flat_rate_per_item: Fikseeritud summa eseme kohta
477
+ flat_rate_per_order: Fikseeritud summa tellimuse kohta
478
+ flexible_rate: Paindlik summa
479
+ forgot_password: Unustasid salasõna?
480
+ free_shipping: Free Shipping
481
+ from_state: Lähtestaatus
482
+ front_end: Front End
483
+ full_name: Täisnimi
484
+ gateway: Lüüs
485
+ gateway_config_unavailable: "Gateway unavailable for environment"
486
+ gateway_configuration: Lüüsi konfiguratsioon
487
+ gateway_error: Lüüsi viga
488
+ gateway_setting_description: Vali payment gateway ja konfigureeri sätteid.
489
+ gateway_settings_warning: Gateway tüübi ja -seadete muutmiseks pead kõigepealt salvestama.
490
+ general: Üldine
491
+ general_settings: Üldised sätted
492
+ general_settings_description: Konfigureeri üldiseid Spree sätteid
493
+ google_analytics: Google Analytics
494
+ google_analytics_active: Aktiveeritud
495
+ google_analytics_create: Loo uus Google Analytics konto
496
+ google_analytics_id: Google Analytics ID
497
+ google_analytics_new: Uus Google Analytics konto
498
+ google_analytics_setting_description: Halda Google Analytics ID-d
499
+ guest_checkout: Sooritas ostu külalisena
500
+ guest_user_account: Vormista ost külalisena
501
+ has_no_shipped_units: Postitatud esemed puuduvad
502
+ height: Kõrgus
503
+ hello_user: Tere, kasutaja!
504
+ history: Ajalugu
505
+ home: Avaleht
506
+ icon: "Icon"
507
+ icons_by: Ikoonid
508
+ image: Pilt
509
+ image_settings: "Image Settings"
510
+ image_settings_description: "Image Settings Description"
511
+ image_settings_updated: "Image Settings successfully updated."
512
+ image_settings_warning: "You will need to regenerate thumbnails if you update the paperclip styles. Use rake paperclip:refresh:thumbnails to do this."
513
+ images: Pildid
514
+ images_for: Pildid
515
+ in_progress: Töös
516
+ include_in_shipment: Lisa tarnele
517
+ included_in_other_shipment: Lisatud teisele tarnele
518
+ included_in_price: Included in Price
519
+ included_in_this_shipment: Lisatud sellele tarnele
520
+ included_price_validation: "cannot be selected unless you have set a Default Tax Zone"
521
+ instructions_to_reset_password: Täida allolev vorm. Juhised salasõna uuesti seadistamiseks saadetakse Teile e-maili teel.
522
+ insufficient_stock: "Insufficient stock available, only %{on_hand} remaining"
523
+ integration_settings_warning: Billing integration-i mugandamiseks ja -seadete muutmiseks pead kõigepealt salvestama.
524
+ intercept_email_address: Intercept Email Address
525
+ intercept_email_instructions: "Override email recipient and replace with this address."
526
+ invalid_search: Vigane otsingukriteerium
527
+ inventory: Varustus
528
+ inventory_adjustment: Laoseisu korrigeerimine
529
+ inventory_setting_description: Varustuse sätete kirjeldus; varustuse konfigureerimine, pikem tarneaeg, laojäägi kuvamine
530
+ inventory_settings: Varustuse sätted
531
+ is_not_available_to_shipment_address: Pole tarneaadressile saadaval
532
+ issue_number: Väljalaske number
533
+ item: Toode
534
+ item_description: Toote kirjeldus
535
+ item_total: Tooted kokku
536
+ item_total_rule:
537
+ operators:
538
+ gt: greater than
539
+ gte: greater than or equal to
540
+ landing_page_rule:
541
+ path: Path
542
+ last_name: Perekonnanimi
543
+ last_name_begins_with: Perekonnanimi algab
544
+ learn_more: Learn More
545
+ leave_blank_to_not_change: "(leave blank if you don't want to change it)"
546
+ list: Loetelu
547
+ listing_categories: Kategooriate loetelu
548
+ listing_option_types: Valikute loetelu
549
+ listing_orders: Tellimuste loetelu
550
+ listing_product_groups: Tootegruppide loetelu
551
+ listing_products: Toodete loetelu
552
+ listing_reports: Aruannete loetelu
553
+ listing_tax_categories: Maksekategooriate loetelu
554
+ listing_users: Kasutajate loetelu
555
+ live: Otseülekanne
556
+ loading: Laen...
557
+ locale_changed: Keel vahetatud
558
+ logged_in_as: "Sisse logitud:"
559
+ logged_in_succesfully: Sisselogimine õnnestus!
560
+ logged_out: Oled välja logitud!
561
+ login: Login
562
+ login_as_existing: Logi sisse
563
+ login_failed: Sisselogimine ebaõnnestus. Palun kontrolli sisestatud andmeid.
564
+ login_name: Kasutajanimi
565
+ logout: Logi välja
566
+ look_for_similar_items: Teised sarnased tooted
567
+ maestro_or_solo_cards: Maestro või Solo kaardid
568
+ mail_delivery_enabled: E-mailide saatmine aktiveeritud
569
+ mail_delivery_not_enabled: E-mailide saatmine välja lülitatud
570
+ mail_methods: Mail Methods
571
+ mail_server_preferences: meiliserveri eelistused
572
+ make_refund: Teosta tagasimakse
573
+ mark_shipped: Märgi tarnituks
574
+ master_price: Hind
575
+ match_choices:
576
+ all: "All"
577
+ none: "None"
578
+ one: "One"
579
+ match_rule: "Products That Must Match:"
580
+ max_items: Maksimaalne toodete arv
581
+ meta_description: Kirjeldus
582
+ meta_keywords: Märksõnad
583
+ metadata: Metaandmed
584
+ minimal_amount: "Minimal Amount"
585
+ missing_required_information: Puudub nõutav informatsioon
586
+ month: Kuu
587
+ more: More
588
+ my_account: Minu konto
589
+ my_orders: Minu tellimused
590
+ name: Nimi
591
+ name_or_sku: "Nimetus või SKU"
592
+ new: Uus
593
+ new_adjustment: Uus täiendus
594
+ new_billing_integration: Uus Billing Integration
595
+ new_category: Uus kategooria
596
+ new_customer: Registreeru
597
+ new_group: New Group
598
+ new_image: Uus pilt
599
+ new_mail_method: New Mail Method
600
+ new_option_type: Uus valik
601
+ new_option_value: Uus valikuväärtus
602
+ new_order: Uus tellimus
603
+ new_order_completed: "Uus tellimus täidetud"
604
+ new_payment: Uus makse
605
+ new_payment_method: Uus maksemeetod
606
+ new_product: Uus toode
607
+ new_product_group: Uus tootegrupp
608
+ new_promotion: New Promotion
609
+ new_property: Uus omadus
610
+ new_prototype: Uus prototüüp
611
+ new_return_authorization: Uue toote tagastamine
612
+ new_shipment: Uus tarne
613
+ new_shipping_category: Uus tarnekategooria
614
+ new_shipping_method: Uus tarnemeetod
615
+ new_state: Uus maakond
616
+ new_tax_category: Uus maksukategooria
617
+ new_tax_rate: Uus maksumäär
618
+ new_taxon: Uus liik
619
+ new_taxonomy: Uus liigitus
620
+ new_tracker: Uus jälgija
621
+ new_user: Uus kasutaja
622
+ new_variant: Uus variant
623
+ new_zone: Uus tsoon
624
+ next: Järgmine
625
+ no: "No"
626
+ no_items_in_cart: Ostukorv on tühi
627
+ no_match_found: Vastet ei leitud
628
+ no_products_found: tooteid ei leitud
629
+ no_results: "No results"
630
+ no_rules_added: No rules added
631
+ no_user_found: Sellise e-mailiga kasutajat ei leitud.
632
+ none: Puuduvad
633
+ none_available: Puuduvad
634
+ normal_amount: "Normal Amount"
635
+ not: mitte
636
+ not_available: "N/A"
637
+ not_found: "%{resource} is not found"
638
+ not_shown: "Peidetud"
639
+ note: Märkus
640
+ notice_messages:
641
+ option_type_removed: Valik edukalt eemaldatud
642
+ product_cloned: Toode on kloonitud
643
+ product_deleted: Toode on kustutatud
644
+ product_not_cloned: Toote kloonimine ei õnnestunud
645
+ product_not_deleted: Toote kustutamine ebaõnnestus
646
+ variant_deleted: Variant kustutatud
647
+ variant_not_deleted: Variandi kustutamine ebaõnnestus
648
+ on_hand: Laoseis
649
+ one_default_category_with_default_tax_rate: "You should configure exactly one default category with your countries default tax rate"
650
+ operation: Operatsioon
651
+ option_type: "Option Type"
652
+ option_types: Variatsioonid
653
+ option_value: "Option Value"
654
+ option_values: valiku väärtused
655
+ options: Variatsioonid
656
+ or: või
657
+ or_over_price: "%{price} or over"
658
+ order: Tellimus
659
+ order_adjustments: "Order adjustments"
660
+ order_confirmation_note: Märge kinnitatud tellimusest
661
+ order_date: Tellimuse kuupäev
662
+ order_details: Tellimuse info
663
+ order_email_resent: E-mail tellimuse kohta uuesti saadetud
664
+ order_mailer:
665
+ cancel_email:
666
+ dear_customer: "Dear Customer,"
667
+ instructions: "Your order has been CANCELED. Please retain this cancellation information for your records."
668
+ order_summary_canceled: "Order Summary [CANCELED]"
669
+ subject: "Cancellation of Order"
670
+ subtotal: "Subtotal:"
671
+ total: "Order Total:"
672
+ confirm_email:
673
+ dear_customer: "Dear Customer,"
674
+ instructions: "Please review and retain the following order information for your records."
675
+ order_summary: "Order Summary"
676
+ subject: "Order Confirmation"
677
+ subtotal: "Subtotal:"
678
+ thanks: "Thank you for your business."
679
+ total: "Order Total:"
680
+ order_not_in_system: Tellimuse numbrit ei leitud sellelt saidilt
681
+ order_number: Tellimuse number
682
+ order_operation_authorize: tellimuse teostamine autoriseeritud
683
+ order_processed_but_following_items_are_out_of_stock: Teie tellimus on läbi vaadatud, kuid järgmisi esemeid ei ole hetkel laos.
684
+ order_processed_successfully: Tellimus edastatud
685
+ order_state: # keys correspond to Checkout state names:
686
+ address: Aadress
687
+ adjustments: Täiendused
688
+ awaiting_return: ootab tagastamist
689
+ canceled: Tühistatud
690
+ cart: Ostukorv
691
+ complete: Esitatud
692
+ confirm: kinnitamine
693
+ delivery: Saatmine
694
+ payment: Tasumine
695
+ resumed: resumed
696
+ returned: Tagastamine
697
+ skrill: skrill
698
+ order_summary: Tellimuse kokkuvõte
699
+ order_sure_want_to: Kas olete kindel, et soovite %{event} seda tellimust?
700
+ order_total: Tellimus kokku
701
+ order_total_message: Teie kaardilt maha laetav summa on
702
+ order_updated: Tellimus uuendatud
703
+ orders: Tellimused
704
+ other_payment_options: Teised maksevõimalused
705
+ out_of_stock: Laost lõppenud
706
+ over_paid: Ülemakstud
707
+ overview: Ülevaade
708
+ page_only_viewable_when_logged_in: Soovitud lehekülje külastamine võimalik vaid sisse logides.
709
+ page_only_viewable_when_logged_out: Soovitud lehekülje külastamine võimalik vaid välja logides.
710
+ pagination:
711
+ next_page: "next page »"
712
+ previous_page: "« previous page"
713
+ truncate: "…"
714
+ paid: Makstud
715
+ parent_category: Peakategooria
716
+ password: Salasõna
717
+ password_reset_instructions: Juhised salasõna lähtestamiseks
718
+ password_reset_instructions_are_mailed: Juhised salasõna lähtestamiseks saadeti Teile e-maili teel. Palun kontrollige oma e-posti.
719
+ password_reset_token_not_found: Vabandame, Teie kasutajakontot ei leitud. Palun kopeerige ja kleepige e-mailist internetiaadress brauseriaknasse või alustage salasõna lähtestamist uuesti.
720
+ password_updated: Salasõna edukalt uuendatud
721
+ paste: Paste
722
+ path: Teekond
723
+ pay: Maksa
724
+ payment: Makse
725
+ payment_actions: Toimingud
726
+ payment_gateway: Makse lüüs
727
+ payment_information: Makse informatsioon
728
+ payment_method: Makseviis
729
+ payment_methods: Makseviisid
730
+ payment_methods_setting_description: Konfigureeri kliendi maksevõimalusi
731
+ payment_processing_failed: "Payment could not be processed, please check the details you entered"
732
+ payment_processor_choose_banner_text: "If you need help choosing a payment processor, please visit"
733
+ payment_processor_choose_link: "our payments page"
734
+ payment_state: Makse staatus
735
+ payment_states:
736
+ balance_due: Ootab tasumist
737
+ checkout: checkout
738
+ completed: Lõpetatud
739
+ credit_owed: credit owed
740
+ failed: Ebaõnnestunud
741
+ paid: Tasutud
742
+ pending: Ootel
743
+ processing: processing
744
+ void: Kehtetu
745
+ payment_updated: Makse uuendatud
746
+ payments: Maksed
747
+ pending_payments: Ootel olevad maksed
748
+ percent_per_item: Percent Per Item
749
+ permalink: Püsiviide
750
+ phone: Telefon
751
+ place_order: Esita tellimus
752
+ please_create_user: Palun loo kasutajakonto
753
+ please_define_payment_methods: "Please define some payment methods first."
754
+ populate_get_error: "Something went wrong. Please try adding the item again."
755
+ powered_by: Toetab
756
+ presentation: Kuvatav väärtus
757
+ preview: Eelvaade
758
+ previous: Eelmine
759
+ price: Hind
760
+ price_range: Price Range
761
+ price_sack: Price Sack
762
+ problem_authorizing_card: Probleem krediitkaardi autoriseesimisel
763
+ problem_capturing_card: Probleem krediiktaardi tehingu lõpetamisel
764
+ problems_processing_order: Teie tellimuse töötlemisel esines probleeme
765
+ proceed_as_guest: Tänan, ei! Jätka külalisena
766
+ process: Töötle
767
+ product: Toode
768
+ product_details: Tooteinfo
769
+ product_group: Tootegrupp
770
+ product_group_invalid: Product Group has invalid scopes tootegrupil kehtetu käsitlusala
771
+ product_groups: Tootegrupid
772
+ product_has_no_description: Tootel puudub kirjeldus
773
+ product_properties: Toote omadused
774
+ product_rule:
775
+ choose_products: Choose products
776
+ label: "Order must contain %{select} of these products"
777
+ match_all: all
778
+ match_any: at least one
779
+ product_source:
780
+ group: From product group
781
+ manual: Manually choose
782
+ product_scopes:
783
+ groups:
784
+ price:
785
+ description: "Scopes for selecting products based on Price"
786
+ name: Price
787
+ search:
788
+ description: "Scopes for selecting products based on name, keywords and description of product"
789
+ name: "Text search"
790
+ taxon:
791
+ description: "Scopes for selecting products based on Taxons"
792
+ name: Taxon
793
+ values:
794
+ description: "Scopes for selecting products based on option and property values"
795
+ name: Values
796
+ scopes:
797
+ ascend_by_name:
798
+ name: Ascend by product name
799
+ ascend_by_updated_at:
800
+ name: Ascend by actualization date
801
+ descend_by_name:
802
+ name: Descend by product name
803
+ descend_by_updated_at:
804
+ name: Descend by actualization date
805
+ in_name:
806
+ args:
807
+ words: Words
808
+ description: "(separated by space or comma)"
809
+ name: "Product name have following"
810
+ sentence: product name contain <em>%s</em>
811
+ in_name_or_description:
812
+ args:
813
+ words: Words
814
+ description: "(separated by space or comma)"
815
+ name: "Product name or description have following"
816
+ sentence: name or description contain <em>%s</em>
817
+ in_name_or_keywords:
818
+ args:
819
+ words: Words
820
+ description: "(separated by space or comma)"
821
+ name: "Product name or meta keywords have following"
822
+ sentence: name or keywords contain <em>%s</em>
823
+ in_taxons:
824
+ args:
825
+ "taxon_names": "Taxon names"
826
+ description: "Taxon names have to be separated by comma or space(eg. adidas,shoes)"
827
+ name: "In taxons and all their descendants"
828
+ sentence: in <em>%s</em> and all their descendants
829
+ master_price_gte:
830
+ args:
831
+ amount: Amount
832
+ description: ""
833
+ name: "Master price greater or equal to"
834
+ sentence: price greater or equal to <em>%.2f</em>
835
+ master_price_lte:
836
+ args:
837
+ amount: Amount
838
+ description: ""
839
+ name: "Master price lesser or equal to"
840
+ sentence: price less or equal to <em>%.2f</em>
841
+ price_between:
842
+ args:
843
+ high: High
844
+ low: Low
845
+ description: ""
846
+ name: "Price between"
847
+ sentence: price between <em>%.2f</em> and <em>%.2f</em>
848
+ taxons_name_eq:
849
+ args:
850
+ taxon_name: "Taxon name"
851
+ description: "In specific taxon - without descendants"
852
+ name: "In Taxon(without descendants)"
853
+ sentence: in <em>%s</em>
854
+ with:
855
+ args:
856
+ value: Value
857
+ description: "Select specific products"
858
+ name: Products with IDs
859
+ sentence: with IDs <em>%s</em>
860
+ with_ids:
861
+ args:
862
+ ids: IDs
863
+ description: "Select specific products"
864
+ name: Products with IDs
865
+ sentence: with IDs <em>%s</em>
866
+ with_option:
867
+ args:
868
+ option: Option
869
+ description: "Selects all products that have specified option(eg. color)"
870
+ name: "With option"
871
+ sentence: with option <em>%s</em>
872
+ with_option_value:
873
+ args:
874
+ option: Option
875
+ value: Value
876
+ description: "Selects all products that have at least one variant with specified option and value(eg. color:red)"
877
+ name: "With option and value"
878
+ sentence: with option <em>%s</em> and value <em>%s</em>
879
+ with_property:
880
+ args:
881
+ property: Property
882
+ description: "Selects all products that have specified property(eg. weight)"
883
+ name: "With property"
884
+ sentence: with property <em>%s</em>
885
+ with_property_value:
886
+ args:
887
+ property: Property
888
+ value: Value
889
+ description: "Selects all products that have at least one variant with specified property and value(eg. weight:10kg)"
890
+ name: "With property value"
891
+ sentence: with property <em>%s</em> and value <em>%s</em>
892
+ products: Tooted
893
+ products_with_zero_inventory_display: Products with a zero inventory will %{not} be displayed TODO
894
+ promotion: Kampaania
895
+ promotion_action: Kampaania toimingud
896
+ promotion_action_types:
897
+ create_adjustment:
898
+ description: Creates a promotion credit adjustment on the order
899
+ name: Create adjustment
900
+ create_line_items:
901
+ description: Populates the cart with the specified variants and quantities
902
+ name: Create line items
903
+ give_store_credit:
904
+ description: Gives the user store credit of the amount specified
905
+ name: Give store credit
906
+ promotion_actions: Toimingud
907
+ promotion_form:
908
+ match_policies:
909
+ all: Match any of these rules
910
+ any: Match all of these rules
911
+ promotion_not_found: The coupon code you entered doesn't exist. Please try again.
912
+ promotion_rule: Promotion Rule
913
+ promotion_rule_types:
914
+ first_order:
915
+ description: Must be the customer's first order
916
+ name: First order
917
+ item_total:
918
+ description: Order total meets these criteria
919
+ name: Item total
920
+ landing_page:
921
+ description: Customer must have visited the specified page
922
+ name: Landing Page
923
+ product:
924
+ description: Order includes specified product(s)
925
+ name: Product(s)
926
+ user:
927
+ description: Available only to the specified users
928
+ name: User
929
+ user_logged_in:
930
+ description: Available only to logged in users
931
+ name: User Logged In
932
+ promotions: Kampaaniad
933
+ promotions_description: Manage offers and coupons with promotions
934
+ properties: Omadused
935
+ property: Omadus
936
+ prototype: Prototüüp
937
+ prototypes: Prototüübid
938
+ provider: Varustaja
939
+ provider_settings_warning: Varustaja sätete muutmiseks peab eelnevalt varustaja salvestama
940
+ qty: Kogus
941
+ quantity_returned: Quantity Returned
942
+ quantity_shipped: Tarnitud kogus
943
+ range: Ulatus
944
+ rate: Hind
945
+ reason: Põhjus
946
+ recalculate_order_total: Arvuta tellimuse kogus uuesti
947
+ receive: Võta vastu
948
+ received: Vastu võetud
949
+ refund: Tagasimakse
950
+ register: Registreeri kasutajakonto
951
+ register_or_guest: Vormist ost külalisena
952
+ registration: Registreeru või vormista ost külalisena
953
+ remember_me: Mäleta mind
954
+ remove: Eemalda
955
+ rename: Rename
956
+ reports: Aruanded
957
+ required_for_solo_and_maestro: Nõutav Solo ja Maestro kaartide puhul
958
+ resend: Saada uuesti
959
+ resend_confirmation_instructions: "Resend confirmation instructions"
960
+ resend_unlock_instructions: "Resend unlock instructions"
961
+ reset_password: Lähtesta salasõna
962
+ resource_controller:
963
+ member_object_not_found: Objekti ei leitud
964
+ successfully_created: Edukalt loodud!
965
+ successfully_removed: Edukalt eemaldatud!
966
+ successfully_updated: Edukalt uuendatud!
967
+ response_code: Vastuse kood
968
+ resume: Jätka
969
+ resumed: Jätkatud
970
+ return: Tagastama
971
+ return_authorization: Tagasta toode
972
+ return_authorization_updated: Toote tagastamine uuendatud
973
+ return_authorizations: Tagasta tooted
974
+ return_quantity: Tagastatav kogus
975
+ returned: Tagastatud
976
+ review: Review
977
+ rma_credit: RMA Credit
978
+ rma_number: Tagastatud toote number
979
+ rma_value: Tagastatud toote väärtus
980
+ roles: Rollid
981
+ rules: Rules
982
+ s3_access_key: "Access Key"
983
+ s3_bucket: "Bucket"
984
+ s3_headers: "S3 Headers"
985
+ s3_not_used_for_product_images: "S3 is not being used for product images"
986
+ s3_protocol: "S3 Protocol"
987
+ s3_secret: "Secret Key"
988
+ s3_used_for_product_images: "S3 is being used for product images"
989
+ sales_tax: Käibemaks
990
+ sales_total: Kogumüük
991
+ sales_total_description: "Tellimuste tulu kokku"
992
+ save_and_continue: Salvesta ja jätka
993
+ save_preferences: Salvesta eelistused
994
+ scope: Käsitlusala
995
+ scopes: Käsitlusalad
996
+ search: Otsing
997
+ search_results: Otsingu '%{keywords}' tulemused
998
+ searching: Searching
999
+ secure_connection_type: Turvalise ühenduse tüüp
1000
+ secure_credit_card: Secure Credit Card
1001
+ security_settings: "Security Settings"
1002
+ select: Vali
1003
+ select_from_prototype: Vali prototüüpide hulgast
1004
+ select_preferred_shipping_option: Vali eelistatud saatmismeetod
1005
+ send_copy_of_all_mails_to: Saada koopia kõikidest e-mailidest
1006
+ send_copy_of_orders_mails_to: Saada koopia tellimuse e-mailidest
1007
+ send_mails_as: Saada e-mailid kui
1008
+ send_me_reset_password_instructions: "Send me reset password instructions"
1009
+ send_order_mails_as: Saada tellimuse e-mailid kui
1010
+ server: Server
1011
+ server_error: Serveris esines viga
1012
+ settings: Sätted
1013
+ ship: Saada
1014
+ ship_address: Kättetoimetamise aadress
1015
+ shipment: Tarne
1016
+ shipment_details: Tarneinfo
1017
+ shipment_inc_vat: "Shipment including VAT"
1018
+ shipment_mailer:
1019
+ shipped_email:
1020
+ dear_customer: "Dear Customer,"
1021
+ instructions: "Your order has been shipped"
1022
+ shipment_summary: "Shipment Summary"
1023
+ subject: "Shipment Notification"
1024
+ thanks: "Thank you for your business."
1025
+ track_information: "Tracking Information: %{tracking}"
1026
+ shipment_number: Tarne number
1027
+ shipment_state: Tarne staatus
1028
+ shipment_states:
1029
+ backorder: backorder
1030
+ partial: partial
1031
+ pending: Ootel
1032
+ ready: Tarneks valmis
1033
+ shipped: Tarnitud
1034
+ shipment_updated: Tarne uuendatud
1035
+ shipments: Tarned
1036
+ shipped: Saadetud
1037
+ shipping: Transport
1038
+ shipping_address: Kättetoimetamise aadress
1039
+ shipping_categories: Saatmiskategooriad
1040
+ shipping_categories_description: Halda tarnekategooriaid selgitamaks välja erinevate toodete kohaletoimetusviise
1041
+ shipping_category: Saatmiskategooria
1042
+ shipping_category_choose: "Shipping Category"
1043
+ shipping_cost: Maksumus
1044
+ shipping_error: Saatmise viga
1045
+ shipping_instructions: Kättetoimetamise lisainfo
1046
+ shipping_method: Tarneviis
1047
+ shipping_methods: Tarneviisid
1048
+ shipping_methods_description: Halda saatmisviise
1049
+ shipping_total: Saadetised kokku
1050
+ shop_by_taxonomy: "%{taxonomy}:"
1051
+ shopping_cart: Ostukorv
1052
+ short_description: "Short description"
1053
+ show: Näita
1054
+ show_active: "Näita aktiivseid"
1055
+ show_deleted: Näita kustutatuid
1056
+ show_incomplete_orders: Näita täitmata tellimusi
1057
+ show_only_complete_orders: Näita ainult täidetud tellimusi
1058
+ show_only_unfulfilled_orders: "Show only unfulfilled orders"
1059
+ show_out_of_stock_products: Näita laost lõppenud tooteid
1060
+ showing_first_n: näita esmalt…
1061
+ sign_up: Liitu
1062
+ site_name: Poe nimi
1063
+ site_url: Poe aadress
1064
+ sku: SKU
1065
+ smtp: SMTP
1066
+ smtp_authentication_type: SMTP autentimise tüüp
1067
+ smtp_domain: SMTP domeen
1068
+ smtp_mail_host: SMTP serveri aadress
1069
+ smtp_password: SMTP salasõna
1070
+ smtp_port: SMTP port
1071
+ smtp_send_all_emails_as_from_following_address: "Saada kõik e-mailid järgnevalt aadressilt"
1072
+ smtp_send_copy_to_this_addresses: Saada kõikide väljuvate e-mailide koopia järgnevale aadressile. Rohkem kui ühe adressaadi puhul eralda aadressid komaga.
1073
+ smtp_username: SMTP kasutajanimi
1074
+ sold: Müüdud
1075
+ sort_ordering: Sorteerimise järjestus
1076
+ special_instructions: Tarne lisajuhised
1077
+ spree:
1078
+ spree/order:
1079
+ coupon_code: Coupon Code
1080
+ date: Kuupäev
1081
+ date_picker:
1082
+ format: 'yy/mm/dd'
1083
+ time: Kellaaeg
1084
+ spree_alert_checking: "Check for Spree security and release alerts"
1085
+ spree_alert_not_checking: "Not checking for Spree security and release alerts"
1086
+ spree_gateway_error_flash_for_checkout: "There was a problem with your payment information. Please check your information and try again."
1087
+ spree_inventory_error_flash_for_insufficient_quantity: "An item in your cart has become unavailable."
1088
+ ssl_will_be_used_in_development_and_test_modes: SSL’i kasutatakse vajadusel arendus- ja testrežiimil
1089
+ ssl_will_be_used_in_production_mode: SSL’i kasutatakse tooterežiimil
1090
+ ssl_will_be_used_in_staging_mode: "SSL will be used in staging mode"
1091
+ ssl_will_not_be_used_in_development_and_test_modes: SSL’i ei kasutata vajadusel arendus- ja testrežiimil
1092
+ ssl_will_not_be_used_in_production_mode: SSL’i ei kasutata tooterežiimil
1093
+ ssl_will_not_be_used_in_staging_mode: "SSL will not be used in staging mode"
1094
+ start: Alates
1095
+ start_date: Kehtiv alates
1096
+ state: Maakond
1097
+ state_based: Maakonnapõhine
1098
+ state_setting_description: Halda iga riigiga seotud maakondi
1099
+ states: Maakonnad
1100
+ status: Staatus
1101
+ stop: Kuni
1102
+ store: Pood
1103
+ street_address: Tänav
1104
+ street_address_2: "Tänav (jätkub)"
1105
+ subtotal: Vahesumma
1106
+ subtract: Lahuta
1107
+ successfully_created: "%{resource} has been successfully created!"
1108
+ successfully_removed: "%{resource} has been successfully removed!"
1109
+ successfully_updated: "%{resource} has been successfully updated!"
1110
+ system: Süsteem
1111
+ tax: Maksud
1112
+ tax_categories: Maksukategooriad
1113
+ tax_categories_setting_description: Loo maksukategooriad tuvastamaks, millised tooted peaksid olema maksustatavad
1114
+ tax_category: Maksukategooria
1115
+ tax_rates: Maksumäärad
1116
+ tax_rates_description: Maksumäärade seaded ja konfiguratsioon
1117
+ tax_settings: Maksuseaded
1118
+ tax_settings_description: Maksuseadete kirjeldus
1119
+ tax_total: Maks kokku
1120
+ tax_type: Maksetüüp
1121
+ taxon: Taksonoomia
1122
+ taxon_edit: Redigeeri taksonoomiaid
1123
+ taxonomies: Taksonoomia
1124
+ taxonomies_setting_description: Loo ja halda taksonoomiaid
1125
+ taxonomy: Taxonomy
1126
+ taxonomy_edit: Redigeeri taksonoomiaid
1127
+ taxonomy_tree_error: Soovitud muutuse tegemine ebaõnnestus ja puu muudeti tagasi endisele kujule. Palun proovige uuesti.
1128
+ taxonomy_tree_instruction: "* Elementide lisamiseks, muutmisek ja kustutamiseks kliki hiire parema nupuga mõnel puu elemendil"
1129
+ taxons: Taksonid
1130
+ test: Test
1131
+ test_mailer:
1132
+ test_email:
1133
+ greeting: 'Congratulations!'
1134
+ message: 'If you have received this email, then your email settings are correct.'
1135
+ subject: 'Testmail'
1136
+ test_mode: Testrežiim
1137
+ thank_you_for_your_order: Täname teid tellimuse eest
1138
+ there_were_problems_with_the_following_fields: "There were problems with the following fields"
1139
+ this_file_language: Eesti keel
1140
+ thumbnail: Pisipilt
1141
+ to_add_variants_you_must_first_define: variantide lisamiseks pead esmalt defineerima TODO
1142
+ to_state: Lõppstaatus
1143
+ total: Kokku
1144
+ tracking: Jälgimisnumber
1145
+ transaction: Tehing
1146
+ transactions: Tehingud
1147
+ tree: Puu
1148
+ try_again: Proovi uuesti
1149
+ type: Tüüp
1150
+ type_to_search: Type to search
1151
+ unable_ship_method: Tarneviiside loomine ebaõnnestus serveri vea tõttu.
1152
+ unable_to_authorize_credit_card: Krediitkaardi autoriseerimine ebaõnnestus.
1153
+ unable_to_capture_credit_card: Krediitkaardi makse lõpetamine ebaõnnestus.
1154
+ unable_to_connect_to_gateway: Juurdepääs ebaõnnestus.
1155
+ unable_to_save_order: Tellimuse salvestamine ebaõnnestus
1156
+ under_paid: Alamakstud
1157
+ under_price: "Under %{price}"
1158
+ unrecognized_card_type: Tundmatu kaarditüüp
1159
+ update: Uuenda
1160
+ update_password: Uuenda mu salasõna ja logi mind sisse
1161
+ updated_successfully: Edukalt uuendatud
1162
+ updating: Uuendan
1163
+ usage_limit: Kasutuslimiit
1164
+ use_as_shipping_address: Kasuta tarneaadressina
1165
+ use_billing_address: Kasuta arve saaja aadressi
1166
+ use_different_shipping_address: Kasuta teist postiaadressi
1167
+ use_new_cc: Kasuta uut kaarti
1168
+ use_s3: "Use Amazon S3 For Images"
1169
+ user: Kasutaja
1170
+ user_account: Kasutajakonto
1171
+ user_created_successfully: Kasutajakonto loomine õnnestus
1172
+ user_rule:
1173
+ choose_users: Choose users
1174
+ users: Kasutajad
1175
+ validate_on_profile_create: Validate on profile create
1176
+ validation:
1177
+ cannot_be_greater_than_available_stock: "cannot be greater than available stock."
1178
+ cannot_be_less_than_shipped_units: "cannot be less than the number of shipped units."
1179
+ cannot_destory_line_item_as_inventory_units_have_shipped: "Cannot destory line item as some inventory units have shipped."
1180
+ is_too_large: on liiga suur – laos puudub soovitud kogus!
1181
+ must_be_int: peab olema täisarv
1182
+ must_be_non_negative: peab olema positiivne arv
1183
+ value: Väärtus
1184
+ variant: Variant
1185
+ variants: Variandid
1186
+ vat: Käibemaks
1187
+ version: Versioon
1188
+ view_shipping_options: Vaata tarnevõimalusi
1189
+ void: Muuda kehtetuks
1190
+ website: Veebileht
1191
+ weight: Kaal
1192
+ welcome_to_sample_store: Tere tulemast näidispoodi!
1193
+ what_is_a_cvv: Mis on krediitkaardi turvakood (CVV)?
1194
+ what_is_this: Mis see on?
1195
+ whats_this: Mis see on?
1196
+ width: Laius
1197
+ year: Aasta
1198
+ yes: "Yes"
1199
+ you_have_been_logged_out: Olete välja logitud
1200
+ you_have_no_orders_yet: "You have no orders yet."
1201
+ your_cart_is_empty: Ostukorv on tühi
1202
+ zip: Postiindeks
1203
+ zone: Tsoon
1204
+ zone_based: Tsoonipõhine
1205
+ zone_setting_description: Kasuta erinevates arvutustes riikide, maakondade ja teiste tsoonide kogumeid.
1206
+ zones: Tsoonid