spree_i18n 1.0.0 → 5.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +22 -0
  3. data/.rspec +3 -0
  4. data/.rubocop.yml +7 -0
  5. data/.travis.yml +44 -0
  6. data/Appraisals +9 -0
  7. data/CONTRIBUTING.md +81 -0
  8. data/Gemfile +6 -0
  9. data/LICENSE.md +26 -0
  10. data/README.md +95 -9
  11. data/Rakefile +86 -0
  12. data/bin/rails +7 -0
  13. data/config/initializers/country_names.rb +51 -0
  14. data/config/locales/ar.yml +1341 -0
  15. data/config/locales/be.yml +1419 -0
  16. data/config/locales/bg.yml +1441 -0
  17. data/config/locales/ca.yml +1253 -1126
  18. data/config/locales/cs.yml +1363 -0
  19. data/config/locales/da.yml +1330 -1191
  20. data/config/locales/de-CH.yml +1284 -1202
  21. data/config/locales/de.yml +1928 -1113
  22. data/config/locales/en-AU.yml +1241 -1113
  23. data/config/locales/en-GB.yml +1249 -1117
  24. data/config/locales/en-IN.yml +1241 -1111
  25. data/config/locales/en-NZ.yml +1248 -1120
  26. data/config/locales/es-CL.yml +1398 -0
  27. data/config/locales/es-EC.yml +1338 -0
  28. data/config/locales/es-MX.yml +1327 -1196
  29. data/config/locales/es.yml +1785 -1195
  30. data/config/locales/et.yml +1246 -1136
  31. data/config/locales/fa.yml +1139 -1185
  32. data/config/locales/fi.yml +1362 -1200
  33. data/config/locales/fr.yml +1952 -1142
  34. data/config/locales/gr.yml +1336 -0
  35. data/config/locales/id.yml +1335 -0
  36. data/config/locales/it.yml +1391 -1187
  37. data/config/locales/ja.yml +1336 -0
  38. data/config/locales/km.yml +1358 -0
  39. data/config/locales/ko.yml +1292 -1204
  40. data/config/locales/ku.yml +1338 -0
  41. data/config/locales/lt.yml +1497 -1199
  42. data/config/locales/lv.yml +1319 -1194
  43. data/config/locales/nb.yml +1339 -0
  44. data/config/locales/nl.yml +1361 -1124
  45. data/config/locales/pl.yml +1640 -1139
  46. data/config/locales/pt-BR.yml +1512 -1196
  47. data/config/locales/pt.yml +1290 -0
  48. data/config/locales/ro.yml +1335 -0
  49. data/config/locales/ru.yml +1396 -1115
  50. data/config/locales/sk.yml +1339 -1200
  51. data/config/locales/sl-SI.yml +1286 -1204
  52. data/config/locales/sv.yml +1559 -0
  53. data/config/locales/th.yml +1319 -1195
  54. data/config/locales/tr.yml +1291 -0
  55. data/config/locales/uk.yml +1316 -1075
  56. data/config/locales/vi.yml +1296 -0
  57. data/config/locales/zh-CN.yml +1367 -1199
  58. data/config/locales/zh-TW.yml +1821 -1199
  59. data/gemfiles/spree_4_2.gemfile +8 -0
  60. data/gemfiles/spree_master.gemfile +8 -0
  61. data/lib/generators/spree_i18n/install/install_generator.rb +6 -0
  62. data/lib/spree/i18n_utils.rb +26 -20
  63. data/lib/spree_i18n.rb +6 -1
  64. data/lib/spree_i18n/engine.rb +43 -0
  65. data/lib/spree_i18n/locale.rb +13 -0
  66. data/lib/spree_i18n/version.rb +17 -0
  67. data/lib/tasks/spree_i18n/upgrade.rake +43 -0
  68. data/spec/features/russian_errors_translation_spec.rb +16 -0
  69. data/spec/features/translation_spec.rb +38 -0
  70. data/spec/spec_helper.rb +10 -0
  71. data/spec/support/i18n.rb +5 -0
  72. data/spree_i18n.gemspec +31 -0
  73. metadata +94 -110
  74. data/config/locales/cs-CZ.yml +0 -1206
  75. data/config/locales/il.yml +0 -1206
  76. data/config/locales/ja/spree_api.yml +0 -14
  77. data/config/locales/ja/spree_auth.yml +0 -46
  78. data/config/locales/ja/spree_core.rb +0 -16
  79. data/config/locales/ja/spree_core.yml +0 -1071
  80. data/config/locales/ja/spree_dash.yml +0 -5
  81. data/config/locales/ja/spree_promo.yml +0 -88
  82. data/config/locales/nb-NO.yml +0 -1206
  83. data/config/locales/nl-BE.yml +0 -1206
  84. data/config/locales/pt-PT.yml +0 -1206
  85. data/config/locales/sv-SE.yml +0 -1210
  86. data/config/locales/vn.yml +0 -1206
  87. data/default/spree_api.yml +0 -21
  88. data/default/spree_auth.yml +0 -46
  89. data/default/spree_core.yml +0 -1123
  90. data/default/spree_dash.yml +0 -11
  91. data/default/spree_promo.yml +0 -92
  92. data/lib/spree_i18n/railtie.rb +0 -24
  93. data/lib/tasks/i18n.rake +0 -107
@@ -1,1206 +1,1504 @@
1
1
  ---
2
- lt:
3
- a_copy_of_all_mail_will_be_sent_to_the_following_addresses: A copy of all mail be sent to the following addresses
4
- abbreviation: Abbreviation
5
- access_denied: "Access Denied"
6
- account: Account
7
- account_updated: "Account updated!"
8
- action: Action
9
- actions:
10
- cancel: Atšaukti
11
- create: Sukurti
12
- destroy: Panaikinti
13
- list: Įrašyti
14
- listing: Sąrašas
15
- new: Naujas
16
- update: Atnaujinti
17
- activate: "Activate"
18
- active: "Active"
19
- activerecord:
20
- attributes:
21
- spree/address:
22
- address1: Address
23
- address2: "Address (contd.)"
24
- city: City
25
- country: "Country"
26
- firstname: "First Name"
27
- lastname: "Last Name"
28
- phone: Phone
29
- state: "State"
30
- zipcode: "Zip Code"
31
- spree/country:
2
+ lt:
3
+ activerecord:
4
+ attributes:
5
+ spree/address:
6
+ address1: Adresas
7
+ address2: Adresas (antra eil.)
8
+ city: Miestas
9
+ country: Valstybė
10
+ firstname: Vardas
11
+ lastname: Pavardė
12
+ phone: Telefonas
13
+ state: Apskritis
14
+ zipcode: Pašto kodas
15
+ spree/calculator/tiered_flat_rate:
16
+ preferred_base_amount: Pagrindinis kiekis
17
+ preferred_tiers: Pakopos
18
+ spree/calculator/tiered_percent:
19
+ preferred_base_percent: Pagrindinis kiekis procentais
20
+ preferred_tiers: Pakopos
21
+ spree/country:
32
22
  iso: ISO
33
23
  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
24
+ iso_name: ISO Pavadinimas
25
+ name: Pavadinimas
26
+ numcode: ISO Kodas
27
+ spree/credit_card:
28
+ base: Kodas
29
+ cc_type: Tipas
30
+ month: Mėnuo
31
+ name: Vardas
32
+ number: Numeris
33
+ verification_value: Patvirtinimo kodas
34
+ year: Metai
35
+ spree/inventory_unit:
36
+ state: Apskritis
37
+ spree/line_item:
38
+ price: Kaina
39
+ quantity: Turimas likutis
40
+ spree/option_type:
41
+ name: Pavadinimas
42
+ presentation: Apibūdinimas
51
43
  spree/order:
52
- checkout_complete: "Pagamento Completato"
53
- completed_at: "Concluso il"
54
- created_at: Data dell'ordine
55
- email: Indirizzo email cliente
56
- ip_address: "Indirizzo IP"
57
- item_total: "Oggetti Totali"
58
- number: 'Numero'
59
- payment_state: Stato del pagamento
60
- shipment_state: Stato della spedizione
61
- special_instructions: "Istruzioni speciali"
62
- state: 'Stato'
63
- total: 'Totale'
44
+ checkout_complete: Apsipirkimas baigtas
45
+ completed_at: Užsakymo data
46
+ considered_risky: Rizika
47
+ coupon_code: Nuolaidos Kodas
48
+ created_at: Užsakymo Data
49
+ email: Pirkėjo el. paštas
50
+ ip_address: IP Adresas
51
+ item_total: Viso prekių
52
+ number: Kodas
53
+ payment_state: Apmokėjimo būsena
54
+ shipment_state: Siuntos būsena
55
+ special_instructions: Specialios Instrukcijos
56
+ state: Būsena
57
+ total: Suma
64
58
  spree/order/bill_address:
65
- address1: "Billing address street"
66
- city: "Billing address city"
67
- firstname: "Billing address first name"
68
- lastname: "Billing address last name"
69
- phone: "Billing address phone"
70
- state: "Billing address state"
71
- zipcode: "Billing address zipcode"
59
+ address1: Mokėtojo gatvė
60
+ city: Mokėtojo miestas
61
+ firstname: Mokėtojo vardas
62
+ lastname: Mokėtojo pavardė
63
+ phone: Mokėtojo telefonas
64
+ state: Mokėtojo apskritis
65
+ zipcode: Mokėtojo pašto kodas
72
66
  spree/order/ship_address:
73
- address1: "Shipping address street"
74
- city: "Shipping address city"
75
- firstname: "Shipping address first name"
76
- lastname: "Shipping address last name"
77
- phone: "Shipping address phone"
78
- state: "Shipping address state"
79
- zipcode: "Shipping address zipcode"
80
- spree/payment_method:
81
- name: Name
82
- spree/product:
83
- available_on: "Available On"
84
- cost_price: "Cost Price"
85
- description: Description
86
- master_price: "Master Price"
87
- name: Name
88
- on_demand: "On Demand"
89
- on_hand: "On Hand"
90
- shipping_category: "Shipping Category"
91
- tax_category: "Tax Category"
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: Name
104
- presentation: Presentation
105
- spree/prototype:
106
- name: Name
107
- spree/return_authorization:
108
- amount: Amount
109
- spree/role:
110
- name: Name
111
- spree/state:
112
- abbr: Abbreviation
113
- name: Name
114
- spree/tax_category:
115
- description: Description
116
- name: Name
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: Name
123
- permalink: Permalink
124
- position: Position
125
- spree/taxonomy:
126
- name: Name
127
- spree/user:
128
- email: Email
129
- password: "Password"
130
- password_confirmation: "Password Confirmation"
131
- spree/variant:
132
- cost_price: "Cost Price"
133
- depth: Depth
134
- height: Height
135
- price: Price
67
+ address1: Gavėjo gatvė
68
+ city: Gavėjo miestas
69
+ firstname: Gavėjo vardas
70
+ lastname: Gavėjo pavardė
71
+ phone: Gavėjo telefonas
72
+ state: Gavėjo apskritis
73
+ zipcode: Gavėjo pašto kodas
74
+ spree/payment:
75
+ amount: Kiekis
76
+ number: Kodas
77
+ spree/payment_method:
78
+ name: Pavadinimas
79
+ spree/product:
80
+ available_on: Atvyksta
81
+ cost_currency: Valiuta
82
+ cost_price: Savikaina
83
+ description: Aprašymas
84
+ discontinue_on: Nebeparduodamas nuo
85
+ master_price: Pagrindinė kaina
86
+ name: Pavadinimas
87
+ on_hand: Turimas Kiekis
88
+ shipping_category: Siuntimo kategorija
89
+ tax_category: Mokestinė kategorija
90
+ spree/promotion:
91
+ advertise: Skelbti
92
+ code: Nuolaidos kodas
93
+ description: Aprašymas
94
+ event_name: Įvykio pavadinimas
95
+ expires_at: Akcijos pabaiga
96
+ name: Pavadinimas
97
+ path: Nuolaidos kelias
98
+ starts_at: Akcijos pradžia
99
+ usage_limit: Kuponų skaičius
100
+ spree/promotion_category:
101
+ name: Akcijos kategorija
102
+ spree/property:
103
+ name: Pavadinimas
104
+ presentation: Aprašymas
105
+ spree/prototype:
106
+ name: Pavadinimas
107
+ spree/return_authorization:
108
+ amount: Kiekis
109
+ spree/role:
110
+ name: Pavadinimas
111
+ spree/shipment:
112
+ number: Numeris
113
+ spree/state:
114
+ abbr: Trumpinys
115
+ name: Pavadinimas
116
+ spree/state_change:
117
+ state_changes: Užsakymo būsenos istorija
118
+ state_from: Būsena pasikeitė iš
119
+ state_to: Būsena pasikeitė į
120
+ timestamp: Laikas
121
+ type: Tipas
122
+ updated: Atnaujinta
123
+ user: Vartotojas
124
+ spree/store:
125
+ mail_from_address: Parduotuvės Pašto Adresas
126
+ meta_description: Meta Aprašymas
127
+ meta_keywords: Meta Raktažodžiai
128
+ name: Parduotuvės Pavadinimas
129
+ seo_title: SEO Pavadinimas
130
+ url: URL Adresas
131
+ spree/tax_category:
132
+ description: Aprašymas
133
+ name: Pavadinimas
134
+ spree/tax_rate:
135
+ amount: Mokestis
136
+ included_in_price: Įtraukta į kainą
137
+ show_rate_in_label: Rodyti tarifą pirkėjui
138
+ spree/taxon:
139
+ name: Klasės pavadinimas
140
+ permalink: URL
141
+ position: Pozicija
142
+ spree/taxonomy:
143
+ name: Klasifikacijos pavadinimas
144
+ spree/user:
145
+ email: El. paštas
146
+ password: Slaptažodis
147
+ password_confirmation: Pakartokite slaptažodį
148
+ spree/variant:
149
+ cost_currency: Valiuta
150
+ cost_price: Savikaina
151
+ depth: Ilgis
152
+ height: Aukštis
153
+ price: Kaina
136
154
  sku: SKU
137
- weight: Weight
138
- width: Width
139
- spree/zone:
140
- description: Description
141
- name: Name
142
- models:
143
- spree/address:
144
- one: Address
145
- other: Addresses
146
- spree/cheque_payment:
147
- one: Cheque Payment
148
- other: Cheque Payments
149
- spree/country:
150
- one: Country
151
- other: Countries
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: Order
169
- other: Orders
170
- spree/payment:
171
- one: Payment
172
- other: Payments
173
- spree/product:
174
- one: Product
175
- other: Products
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: Shipment
190
- other: Shipments
191
- spree/shipping_category:
192
- one: "Shipping Category"
193
- other: "Shipping Categories"
194
- spree/state:
195
- one: State
196
- other: States
197
- spree/tax_category:
198
- one: "Tax Category"
199
- other: "Tax Categories"
200
- spree/tax_rate:
201
- one: "Tax Rate"
202
- other: "Tax Rates"
203
- spree/taxon:
204
- one: Taxon
205
- other: Taxons
206
- spree/taxonomy:
207
- one: Taxonomy
208
- other: Taxonomies
209
- spree/user:
210
- one: User
211
- other: Users
212
- spree/variant:
213
- one: Variant
214
- other: Variants
215
- spree/zone:
216
- one: Zone
217
- other: Zones
218
- add: Add
219
- add_action_of_type: Add action of type
220
- add_category: "Add Category"
221
- add_country: "Add Country"
222
- add_new_header: "Add New Header"
223
- add_new_style: "Add New Style"
224
- add_option_type: "Add Option Type"
225
- add_option_types: "Add Option Types"
226
- add_option_value: "Add Option Value"
227
- add_product: "Add Product"
228
- add_product_properties: "Add Product Properties"
229
- add_rule_of_type: Add rule of type
230
- add_scope: "Add a scope"
231
- add_state: "Add State"
232
- add_to_cart: "Įdėti į krepšelį"
233
- add_zone: "Add Zone"
234
- additional_item: Additional Item Cost
235
- address: Adresas
236
- address_information: "Address Information"
237
- adjustment: Adjustment
238
- adjustment_total: Adjustment Total
239
- adjustments: Adjustments
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: Administration
248
- all: "All"
249
- all_departments: Visos kategorijos
250
- allow_backorders: "Allow Backorders"
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: Already Registered?
256
- alt_text: Alternative Text
257
- alternative_phone: Alternative Phone
258
- amount: Amount
259
- analytics_trackers: Analytics Trackers
260
- and: and
261
- apply: "Apply"
262
- are_you_sure: "Are you sure?"
263
- are_you_sure_category: "Are you sure you want to delete this category?"
264
- are_you_sure_delete: "Are you sure you want to delete this record?"
265
- are_you_sure_delete_image: "Are you sure you want to delete this image?"
266
- are_you_sure_option_type: "Are you sure you want to delete this option type?"
267
- are_you_sure_you_want_to_capture: "Are you sure you want to capture?"
268
- assign_taxon: "Assign Taxon"
269
- assign_taxons: "Assign Taxons"
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: "Authorization Failure"
275
- authorized: Authorized
276
- availability: "Availability"
277
- available_on: "Available On"
278
- available_taxons: "Available Taxons"
279
- awaiting_return: Awaiting Return
280
- back: Back
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: "Grįžti į parduotuvę"
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: Backordered
302
- backordering_is_allowed: "Backordering %{not} allowed"
303
- balance_due: "Balance Due"
304
- bill_address: "Bill Address"
305
- billing: Apmokėjimas
306
- billing_address: "Apmokėjimo adresas"
307
- both: Both
308
- calculator: Calculator
309
- calculator_settings_warning: "If you are changing the calculator type, you must save first before you can edit the calculator settings"
310
- cancel: cancel
311
- cancel_my_account: Cancel my account
312
- cancel_my_account_description: "Unhappy?"
313
- canceled: Canceled
314
- cannot_create_payment_without_payment_methods: You cannot create a payment for an order without any payment methods defined.
315
- cannot_create_returns: Cannot create returns as this order has not shipped yet.
316
- cannot_perform_operation: "Cannot perform requested operation"
317
- capture: Capture
318
- card_code: "Card Code"
319
- card_details: "Card details"
320
- card_number: "Card Number"
321
- card_type_is: Card type is
322
- cart: Krepšelis
323
- categories: Categories
324
- category: Category
325
- change: Change
326
- change_language: "Change Language"
327
- change_my_password: "Change my password"
328
- charge_total: Charge Total
329
- charged: Charged
330
- charges: Charges
331
- checkout: Apmokėti
332
- cheque: Cheque
333
- city: Miestas
334
- clone: Clone
335
- code: Code
336
- combine: Combine
337
- complete: complete
338
- complete_list: "Complete List"
339
- configuration: Configuration
340
- configuration_options: "Configuration Options"
341
- configurations: Configurations
342
- configure_s3: "Configure S3"
343
- configured: Configured
344
- confirm: Patvirtinimas
345
- confirm_delete: "Confirm Deletion"
346
- confirm_password: "Password Confirmation"
347
- continue: Continue
348
- continue_shopping: "Tęsti apsipirkimą"
349
- copy_all_mails_to: Copy All Mails To
350
- cost_price: "Cost Price"
351
- count_of_reduced_by: "count of '%{name}' reduced by %{count}"
352
- country: Šalis
353
- country_based: "Country Based"
354
- coupon: Coupon
355
- coupon_code: Nuolaidos kodas
356
- coupon_code_applied: The coupon code was successfully applied to your order.
357
- create: Create
358
- create_a_new_account: "Create a new account"
359
- create_user_account: Create User Account
360
- created_successfully: "Created Successfully"
361
- credit: Credit
362
- credit_card: "Credit Card"
363
- credit_card_capture_complete: "Credit Card Was Captured"
364
- credit_card_payment: "Credit Card Payment"
365
- credit_cards: Credit Cards
366
- credit_owed: "Credit Owed"
367
- credit_total: Credit Total
368
- credits: Credits
369
- currency: Currency
370
- currency_settings: "Currency Settings"
371
- currency_symbol_position: "Put currency symbol before or after dollar amount?"
372
- current: Current
373
- customer: Customer
374
- customer_details: "Customer Details"
375
- customer_details_updated: "The customer's details have been updated."
376
- customer_search: "Customer Search"
377
- cut: Cut
378
- date_completed: Date Completed
379
- date_created: Date created
380
- date_range: "Date Range"
381
- debit: Debit
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: Delete
390
- delivery: Delivery
391
- depth: Depth
392
- description: Description
393
- destroy: Destroy
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: Display
399
- display_currency: "Display currency"
400
- dollar_amounts_displayed_as: "Dollar amounts displayed as %{example}"
401
- edit: Edit
402
- edit_general_settings: "Edit General Settings"
403
- editing_billing_integration: Editing Billing Integration
404
- editing_category: "Editing Category"
405
- editing_mail_method: Editing Mail Method
406
- editing_option_type: "Editing Option Type"
407
- editing_option_types: "Editing Option Types"
408
- editing_payment_method: Editing Payment Method
409
- editing_product: "Editing Product"
410
- editing_product_group: "Editing Product Group"
411
- editing_promotion: Editing Promotion
412
- editing_property: "Editing Property"
413
- editing_prototype: "Editing Prototype"
414
- editing_shipping_category: "Editing Shipping Category"
415
- editing_shipping_method: "Editing Shipping Method"
416
- editing_state: "Editing State"
417
- editing_tax_category: "Editing Tax Category"
418
- editing_tax_rate: "Editing Tax Rate"
419
- editing_tracker: Editing Tracker
420
- editing_user: "Editing User"
421
- editing_zone: "Editing Zone"
422
- email: Email
423
- email_address: "Email Address"
424
- email_server_settings_description: "Set email server settings."
425
- empty: "Tuščias"
426
- empty_cart: "Tuščias krepšelis"
427
- enable_login_via_login_password: "Use standard email/password"
428
- enable_login_via_openid: "Use OpenID instead"
429
- enable_mail_delivery: Enable Mail Delivery
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: Please enter exactly as shown on the card
433
- enter_password_to_confirm: "(we need your current password to confirm your changes)"
434
- enter_token: Enter Token
435
- environment: "Environment"
436
- error: error
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: Event
447
- events:
448
- spree:
449
- cart:
450
- add: 'Add to cart'
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: "Existing Customer"
461
- expiration: "Expiration"
462
- expiration_month: "Expiration Month"
463
- expiration_year: "Expiration Year"
464
- expiry: Expiry
465
- extension: Extension
466
- extensions: Extensions
467
- filename: Filename
468
- final_confirmation: "Final Confirmation"
469
- finalize: Finalize
470
- finalized_payments: Finalized Payments
471
- first_item: First Item Cost
472
- first_name: "Vardas"
473
- first_name_begins_with: "First Name Begins With"
474
- flat_percent: "Flat Percent"
475
- flat_rate_amount: Amount
476
- flat_rate_per_item: "Flat Rate (per item)"
477
- flat_rate_per_order: "Flat Rate (per order)"
478
- flexible_rate: "Flexible Rate"
479
- forgot_password: "Forgot Password?"
480
- free_shipping: Free Shipping
481
- from_state: From State
482
- front_end: Front End
483
- full_name: "Full Name"
484
- gateway: Gateway
485
- gateway_config_unavailable: "Gateway unavailable for environment"
486
- gateway_configuration: "Gateway configuration"
487
- gateway_error: "Gateway Error"
488
- gateway_setting_description: "Select a payment gateway and configure its settings."
489
- gateway_settings_warning: "If you are changing the gateway type, you must save first before you can edit the gateway settings"
490
- general: "General"
491
- general_settings: "General Settings"
492
- general_settings_description: "Configure general Spree settings."
493
- google_analytics: "Google Analytics"
494
- google_analytics_active: "Active"
495
- google_analytics_create: "Create New Google Analytics Account"
496
- google_analytics_id: "Analytics ID"
497
- google_analytics_new: "New Google Analytics Account"
498
- google_analytics_setting_description: "Manage Google Analytics ID"
499
- guest_checkout: Guest Checkout
500
- guest_user_account: Checkout as a Guest
501
- has_no_shipped_units: has no shipped units
502
- height: Height
503
- hello_user: "Hello User"
504
- history: History
505
- home: "Pagrindinis"
506
- icon: "Icon"
507
- icons_by: "Icons by"
508
- image: Image
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: Images
514
- images_for: "Images for"
515
- in_progress: "In Progress"
516
- include_in_shipment: Include in Shipment
517
- included_in_other_shipment: Included in another Shipment
518
- included_in_price: Included in Price
519
- included_in_this_shipment: Included in this Shipment
520
- included_price_validation: "cannot be selected unless you have set a Default Tax Zone"
521
- instructions_to_reset_password: "Fill out the form below and instructions to reset your password will be emailed to you:"
522
- insufficient_stock: "Insufficient stock available, only %{on_hand} remaining"
523
- integration_settings_warning: "If you are changing the billing integration, you must save first before you can edit the integration settings"
524
- intercept_email_address: Intercept Email Address
525
- intercept_email_instructions: "Override email recipient and replace with this address."
526
- invalid_search: "Invalid search criteria."
527
- inventory: Inventory
528
- inventory_adjustment: "Inventory Adjustment"
529
- inventory_setting_description: "Inventory Configuration, Backordering, Zero-Stock Display"
530
- inventory_settings: "Inventory Settings"
531
- is_not_available_to_shipment_address: is not available to shipment address
532
- issue_number: Issue Number
533
- item: Prekė
534
- item_description: "Prekės aprašymas"
535
- item_total: "Iš viso prekės"
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: "Pavardė"
543
- last_name_begins_with: "Last Name Begins With"
544
- learn_more: Learn More
545
- leave_blank_to_not_change: "(leave blank if you don't want to change it)"
546
- list: List
547
- listing_categories: "Listing Categories"
548
- listing_option_types: "Listing Option Types"
549
- listing_orders: "Listing Orders"
550
- listing_product_groups: "Listing Product Groups"
551
- listing_products: "Listing Products"
552
- listing_reports: "Listing Reports"
553
- listing_tax_categories: "Listing Tax Categories"
554
- listing_users: "Listing Users"
555
- live: "Live"
556
- loading: Loading
557
- locale_changed: "Locale Changed"
558
- logged_in_as: "Logged in as"
559
- logged_in_succesfully: "Logged in successfully"
560
- logged_out: "You have been logged out."
561
- login: Prisijungti
562
- login_as_existing: "Log In as Existing Customer"
563
- login_failed: "Login authentication failed."
564
- login_name: Login
565
- logout: Atsijungti
566
- look_for_similar_items: Panašios prekės
567
- maestro_or_solo_cards: Maestro/Solo cards
568
- mail_delivery_enabled: "Mail delivery is enabled"
569
- mail_delivery_not_enabled: "Mail delivery is not enabled"
570
- mail_methods: Mail Methods
571
- mail_server_preferences: Mail Server Preferences
572
- make_refund: Make refund
573
- mark_shipped: "Mark Shipped"
574
- master_price: "Master Price"
575
- match_choices:
576
- all: "All"
577
- none: "None"
578
- one: "One"
579
- match_rule: "Products That Must Match:"
580
- max_items: Max Items
581
- meta_description: "Meta Description"
582
- meta_keywords: "Meta Keywords"
583
- metadata: "Metadata"
584
- minimal_amount: "Minimal Amount"
585
- missing_required_information: "Missing Required Information"
586
- month: "Month"
587
- more: More
588
- my_account: "Mano sąskaita"
589
- my_orders: "My Orders"
590
- name: Name
591
- name_or_sku: "Name or SKU"
592
- new: New
593
- new_adjustment: "New Adjustment"
594
- new_billing_integration: New Billing Integration
595
- new_category: "New category"
596
- new_customer: "New Customer"
597
- new_group: New Group
598
- new_image: "New Image"
599
- new_mail_method: New Mail Method
600
- new_option_type: "New Option Type"
601
- new_option_value: "New Option Value"
602
- new_order: "New Order"
603
- new_order_completed: "New Order Completed"
604
- new_payment: "New Payment"
605
- new_payment_method: New Payment Method
606
- new_product: "New Product"
607
- new_product_group: New Product Group
608
- new_promotion: New Promotion
609
- new_property: "New Property"
610
- new_prototype: "New Prototype"
611
- new_return_authorization: New Return Authorization
612
- new_shipment: "New Shipment"
613
- new_shipping_category: "New Shipping Category"
614
- new_shipping_method: "New Shipping Method"
615
- new_state: "New State"
616
- new_tax_category: "New Tax Category"
617
- new_tax_rate: "New Tax Rate"
618
- new_taxon: "New Taxon"
619
- new_taxonomy: "New Taxonomy"
620
- new_tracker: New Tracker
621
- new_user: "New User"
622
- new_variant: "New Variant"
623
- new_zone: "New Zone"
624
- next: Sekantis
625
- no: "No"
626
- no_items_in_cart: ""
627
- no_match_found: "No Match Found"
628
- no_products_found: "No products found"
629
- no_results: "No results"
630
- no_rules_added: No rules added
631
- no_user_found: "No user was found with that email address"
632
- none: None
633
- none_available: "None Available"
634
- normal_amount: "Normal Amount"
635
- not: not
636
- not_available: "N/A"
637
- not_found: "%{resource} is not found"
638
- not_shown: "Not Shown"
639
- note: Note
640
- notice_messages:
641
- option_type_removed: "Succesfully removed option type."
642
- product_cloned: "Product has been cloned"
643
- product_deleted: "Product has been deleted"
644
- product_not_cloned: "Product could not be cloned"
645
- product_not_deleted: "Product could not be deleted"
646
- variant_deleted: "Variant has been deleted"
647
- variant_not_deleted: "Variant could not be deleted"
648
- on_hand: "On Hand"
649
- one_default_category_with_default_tax_rate: "You should configure exactly one default category with your countries default tax rate"
650
- operation: Operation
651
- option_type: "Option Type"
652
- option_types: "Option Types"
653
- option_value: "Option Value"
654
- option_values: "Option Values"
655
- options: Options
656
- or: or
657
- or_over_price: "%{price} or over"
658
- order: Order
659
- order_adjustments: "Order adjustments"
660
- order_confirmation_note: ""
661
- order_date: "Order Date"
662
- order_details: "Order Details"
663
- order_email_resent: "Order Email Resent"
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: That order number is not valid on this site.
681
- order_number: Order
682
- order_operation_authorize: Authorize
683
- order_processed_but_following_items_are_out_of_stock: "Your order has been processed, but following items are out of stock:"
684
- order_processed_successfully: "Jūsų užsakymas sėkmingai apdorotas"
685
- order_state:
686
- address: adresas
687
- adjustments: keičiamas
688
- awaiting_return: grąžinimo laukimas
689
- canceled: atšauktas
690
- cart: krepšelis
691
- complete: įvykdymas
692
- confirm: patvirtinimas
693
- delivery: pristatymas
694
- payment: apmokėjimas
695
- resumed: resumed
696
- returned: gražintas
697
- skrill: skrill
698
- order_summary: Užsakymo santrauka
699
- order_sure_want_to: "Are you sure you want to %{event} this order?"
700
- order_total: "Iš viso užsakymas"
701
- order_total_message: "The total amount charged to your card will be"
702
- order_updated: "Order Updated"
703
- orders: Orders
704
- other_payment_options: Other Payment Options
705
- out_of_stock: "Out of Stock"
706
- over_paid: "Over Paid"
707
- overview: Overview
708
- page_only_viewable_when_logged_in: You attempted to visit a page which can only be viewed when you are logged in
709
- page_only_viewable_when_logged_out: You attempted to visit a page which can only be viewed when you are logged out
710
- pagination:
711
- next_page: "next page »"
712
- previous_page: "« previous page"
713
- truncate: "…"
714
- paid: Paid
715
- parent_category: "Parent Category"
716
- password: Password
717
- password_reset_instructions: "Password Reset Instructions"
718
- password_reset_instructions_are_mailed: "Instructions to reset your password have been emailed to you. Please check your email."
719
- password_reset_token_not_found: "We're sorry, but we could not locate your account. If you are having issues try copying and pasting the URL from your email into your browser or restarting the reset password process."
720
- password_updated: "Password successfully updated"
721
- paste: Paste
722
- path: Path
723
- pay: pay
724
- payment: Payment
725
- payment_actions: "Actions"
726
- payment_gateway: "Payment Gateway"
727
- payment_information: "Apmokėjimo informacija"
728
- payment_method: Payment Method
729
- payment_methods: Payment Methods
730
- payment_methods_setting_description: Configure methods customers can use to pay
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: Payment State
735
- payment_states:
736
- balance_due: balance due
737
- checkout: checkout
738
- completed: completed
739
- credit_owed: credit owed
740
- failed: failed
741
- paid: paid
742
- pending: pending
743
- processing: processing
744
- void: void
745
- payment_updated: Payment Updated
746
- payments: Payments
747
- pending_payments: Pending Payments
748
- percent_per_item: Percent Per Item
749
- permalink: Permalink
750
- phone: Telefono nr.
751
- place_order: Patvirtinti užsakymą
752
- please_create_user: "Please create a user account"
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: "Powered by"
756
- presentation: Presentation
757
- preview: Preview
758
- previous: Ankstesnis
759
- price: Kaina
760
- price_range: Price Range
761
- price_sack: Price Sack
762
- problem_authorizing_card: "Problem authorizing credit card"
763
- problem_capturing_card: "Problem capturing credit card"
764
- problems_processing_order: "We had problems processing your order"
765
- proceed_as_guest: "No Thanks, Proceed as Guest"
766
- process: Process
767
- product: Product
768
- product_details: "Product Details"
769
- product_group: Product Group
770
- product_group_invalid: Product Group has invalid scopes
771
- product_groups: Product Groups
772
- product_has_no_description: This product has no description
773
- product_properties: "Product Properties"
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: "Selects all products that have at least one variant that have specified value as either option or property (eg. red)"
858
- name: With value
859
- sentence: with value <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: Prekės
893
- products_with_zero_inventory_display: "Products with a zero inventory will %{not} be displayed"
894
- promotion: Promotion
895
- promotion_action: Promotion Action
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 quantity of variant
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: Actions
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: Promotions
933
- promotions_description: Manage offers and coupons with promotions
934
- properties: Properties
935
- property: Property
936
- prototype: Prototype
937
- prototypes: Prototypes
938
- provider: "Provider"
939
- provider_settings_warning: "If you are changing the provider type, you must save first before you can edit the provider settings"
940
- qty: Vnt.
941
- quantity_returned: Quantity Returned
942
- quantity_shipped: Quantity Shipped
943
- range: "Range"
944
- rate: Rate
945
- reason: Reason
946
- recalculate_order_total: "Recalculate order total"
947
- receive: receive
948
- received: Received
949
- refund: Refund
950
- register: Register as a New User
951
- register_or_guest: Checkout as Guest or Register
952
- registration: Registration
953
- remember_me: "Remember me"
954
- remove: Remove
955
- rename: Rename
956
- reports: Reports
957
- required_for_solo_and_maestro: Required for Solo and Maestro cards.
958
- resend: Resend
959
- resend_confirmation_instructions: "Resend confirmation instructions"
960
- resend_unlock_instructions: "Resend unlock instructions"
961
- reset_password: "Reset my password"
962
- resource_controller:
963
- member_object_not_found: "Member object not found."
964
- successfully_created: "Successfully created!"
965
- successfully_removed: "Successfully removed!"
966
- successfully_updated: "Successfully updated!"
967
- response_code: "Response Code"
968
- resume: "resume"
969
- resumed: Resumed
970
- return: return
971
- return_authorization: Return Authorization
972
- return_authorization_updated: Return authorization updated
973
- return_authorizations: Return Authorizations
974
- return_quantity: Return Quantity
975
- returned: Returned
976
- review: Review
977
- rma_credit: RMA Credit
978
- rma_number: RMA Number
979
- rma_value: RMA Value
980
- roles: Roles
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: "Sales Tax"
990
- sales_total: "Sales Total"
991
- sales_total_description: "Sales Total For All Orders"
992
- save_and_continue: Išsaugoti ir tęsti
993
- save_preferences: Save Preferences
994
- scope: Scope
995
- scopes: Scopes
996
- search: Ieškoti
997
- search_results: "Search results for '%{keywords}'"
998
- searching: Searching
999
- secure_connection_type: Secure Connection Type
1000
- secure_credit_card: Secure Credit Card
1001
- security_settings: "Security Settings"
1002
- select: Select
1003
- select_from_prototype: "Select From Prototype"
1004
- select_preferred_shipping_option: "Select preferred shipping option"
1005
- send_copy_of_all_mails_to: Send Copy of All Mails To
1006
- send_copy_of_orders_mails_to: Send Copy of Order Mails To
1007
- send_mails_as: Send Mails As
1008
- send_me_reset_password_instructions: "Send me reset password instructions"
1009
- send_order_mails_as: Send Order Mails As
1010
- server: Server
1011
- server_error: "The server returned an error"
1012
- settings: Settings
1013
- ship: ship
1014
- ship_address: "Ship Address"
1015
- shipment: Shipment
1016
- shipment_details: Shipment Details
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: "Shipment "
1027
- shipment_state: Shipment State
1028
- shipment_states:
1029
- backorder: backorder
1030
- partial: partial
1031
- pending: pending
1032
- ready: ready
1033
- shipped: shipped
1034
- shipment_updated: Shipment Updated
1035
- shipments: "Shipments"
1036
- shipped: Shipped
1037
- shipping: Pristatymas
1038
- shipping_address: "Siuntimo adresas"
1039
- shipping_categories: "Shipping Categories"
1040
- shipping_categories_description: "Manage shipping categories to identify which products can be shipped via which method"
1041
- shipping_category: Shipping Category
1042
- shipping_category_choose: "Shipping Category"
1043
- shipping_cost: Cost
1044
- shipping_error: "Shipping Error"
1045
- shipping_instructions: "Shipping Instructions"
1046
- shipping_method: "Siuntimo būdas"
1047
- shipping_methods: "Siuntimo būdai"
1048
- shipping_methods_description: "Manage shipping methods"
1049
- shipping_total: "Shipping Total"
1050
- shop_by_taxonomy: "Tik %{taxonomy}"
1051
- shopping_cart: "Krepšelis"
1052
- short_description: "Short description"
1053
- show: Show
1054
- show_active: "Show Active"
1055
- show_deleted: "Show Deleted"
1056
- show_incomplete_orders: "Show Incomplete Orders"
1057
- show_only_complete_orders: "Only show complete orders"
1058
- show_only_unfulfilled_orders: "Show only unfulfilled orders"
1059
- show_out_of_stock_products: "Show out-of-stock products"
1060
- showing_first_n: "Showing first %{n}"
1061
- sign_up: "Sign up"
1062
- site_name: "Site Name"
1063
- site_url: "Site URL"
1064
- sku: SKU
1065
- smtp: SMTP
1066
- smtp_authentication_type: SMTP Authentication Type
1067
- smtp_domain: SMTP Domain
1068
- smtp_mail_host: SMTP Mail Host
1069
- smtp_password: SMTP Password
1070
- smtp_port: SMTP Port
1071
- smtp_send_all_emails_as_from_following_address: "Send all mails as from the following address."
1072
- smtp_send_copy_to_this_addresses: "Sends a copy of all outgoing mails to this address. For multiple addresses, separate with commas."
1073
- smtp_username: SMTP Username
1074
- sold: Sold
1075
- sort_ordering: "Sort ordering"
1076
- special_instructions: "Special Instructions"
1077
- spree:
1078
- spree/order:
1079
- coupon_code: Coupon Code
1080
- date: Date
1081
- date_picker:
1082
- format: 'yy/mm/dd'
1083
- time: Time
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 will be used in development and test mode if necessary."
1089
- ssl_will_be_used_in_production_mode: "SSL will be used in production mode"
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 will not be used in development and test mode if necessary."
1092
- ssl_will_not_be_used_in_production_mode: "SSL will not be used in production mode"
1093
- ssl_will_not_be_used_in_staging_mode: "SSL will not be used in staging mode"
1094
- start: Start
1095
- start_date: Valid from
1096
- state: Valstija
1097
- state_based: "State Based"
1098
- state_setting_description: "Administer the list of states/provinces associated with each country."
1099
- states: States
1100
- status: Status
1101
- stop: Stop
1102
- store: Store
1103
- street_address: "Gatvė"
1104
- street_address_2: "Gatvė (kampas)"
1105
- subtotal: Viso
1106
- subtract: Subtract
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: System
1111
- tax: Mokesčiai
1112
- tax_categories: "Tax Categories"
1113
- tax_categories_setting_description: "Set up tax categories to identify which products should be taxable."
1114
- tax_category: "Tax Category"
1115
- tax_rates: "Tax Rates"
1116
- tax_rates_description: Tax rates setup and configuration.
1117
- tax_settings: "Tax Settings"
1118
- tax_settings_description: Basic tax settings.
1119
- tax_total: "Tax Total"
1120
- tax_type: "Tax Type"
1121
- taxon: Taxon
1122
- taxon_edit: Edit Taxon
1123
- taxonomies: Taxonomies
1124
- taxonomies_setting_description: "Create and manage taxonomies"
1125
- taxonomy: Taxonomy
1126
- taxonomy_edit: "Edit taxonomy"
1127
- taxonomy_tree_error: "The requested change has not been accepted and the tree has been returned to its previous state, please try again."
1128
- taxonomy_tree_instruction: "* Right click a child in the tree to access the menu for adding, deleting or sorting a child."
1129
- taxons: Taxons
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: Test Mode
1137
- thank_you_for_your_order: "Thank you for your business. Please print out a copy of this confirmation page for your records."
1138
- there_were_problems_with_the_following_fields: "There were problems with the following fields"
1139
- this_file_language: "Lietuvos (LT)"
1140
- thumbnail: "Thumbnail"
1141
- to_add_variants_you_must_first_define: "To add variants, you must first define"
1142
- to_state: "To State"
1143
- total: Iš viso
1144
- tracking: Tracking
1145
- transaction: Transaction
1146
- transactions: Transactions
1147
- tree: Tree
1148
- try_again: "Try Again"
1149
- type: Type
1150
- type_to_search: Type to search
1151
- unable_ship_method: "Unable to generate shipping methods due to a server error."
1152
- unable_to_authorize_credit_card: "Unable to Authorize Credit Card"
1153
- unable_to_capture_credit_card: "Unable to Capture Credit Card"
1154
- unable_to_connect_to_gateway: "Unable to connect to gateway."
1155
- unable_to_save_order: "Unable to Save Order"
1156
- under_paid: "Under Paid"
1157
- under_price: "Under %{price}"
1158
- unrecognized_card_type: Unrecognized card type
1159
- update: Atnaujinti
1160
- update_password: "Update my password and log me in"
1161
- updated_successfully: "Updated Successfully"
1162
- updating: Updating
1163
- usage_limit: Usage Limit
1164
- use_as_shipping_address: Use as Shipping Address
1165
- use_billing_address: Naudoti apmokėjimo adresą
1166
- use_different_shipping_address: "Use Different Shipping Address"
1167
- use_new_cc: "Use a new card"
1168
- use_s3: "Use Amazon S3 For Images"
1169
- user: User
1170
- user_account: User Account
1171
- user_created_successfully: "User created successfully"
1172
- user_rule:
1173
- choose_users: Choose users
1174
- users: Users
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: "is too large -- stock on hand cannot cover requested quantity!"
1181
- must_be_int: "must be an integer"
1182
- must_be_non_negative: "must be a non-negative value"
1183
- value: Value
1184
- variant: Variant
1185
- variants: Variants
1186
- vat: "VAT"
1187
- version: Version
1188
- view_shipping_options: "View shipping options"
1189
- void: Void
1190
- website: Website
1191
- weight: Weight
1192
- welcome_to_sample_store: "Welcome to the sample store"
1193
- what_is_a_cvv: "What is a (CVV) Credit Card Code?"
1194
- what_is_this: "What's This?"
1195
- whats_this: "What's this"
1196
- width: Width
1197
- year: "Year"
1198
- yes: "Yes"
1199
- you_have_been_logged_out: "You have been logged out."
1200
- you_have_no_orders_yet: "You have no orders yet."
1201
- your_cart_is_empty: "Jūsų krepšelis yra tuščias"
1202
- zip: Pašto kodas
1203
- zone: Zone
1204
- zone_based: "Zone Based"
1205
- zone_setting_description: "Collections of countries, states or other zones to be used in various calculations."
1206
- zones: Zones
155
+ weight: Svoris
156
+ width: Plotis
157
+ spree/zone:
158
+ description: Aprašymas
159
+ name: Pavadinimas
160
+ errors:
161
+ models:
162
+ spree/calculator/tiered_flat_rate:
163
+ attributes:
164
+ base:
165
+ keys_should_be_positive_number: Turėtų būti teigiamas skaičius
166
+ preferred_tiers:
167
+ should_be_hash: Turėtų būti Hash'as
168
+ spree/calculator/tiered_percent:
169
+ attributes:
170
+ base:
171
+ keys_should_be_positive_number: Turėtų būti teigiamas skaičius
172
+ values_should_be_percent: Turėtų būti procentinė išraiška
173
+ preferred_tiers:
174
+ should_be_hash: Turėtų būti Hash'as
175
+ spree/classification:
176
+ attributes:
177
+ taxon_id:
178
+ already_linked: Jau priskirta prekei
179
+ spree/credit_card:
180
+ attributes:
181
+ base:
182
+ card_expired: Mokėjimo kortelės galiojimas baigėsi
183
+ expiry_invalid: Neteisinga galiojimo data
184
+ spree/line_item:
185
+ attributes:
186
+ currency:
187
+ must_match_order_currency: Turi sutapti su užsakymo valiuta
188
+ spree/product:
189
+ attributes:
190
+ base:
191
+ cannot_destroy_if_attached_to_line_items: Prekė negali būti ištrinta, jei ji yra naudojama rinkiniuose
192
+ spree/refund:
193
+ attributes:
194
+ amount:
195
+ greater_than_allowed: Suma didesnė nei leistina
196
+ spree/reimbursement:
197
+ attributes:
198
+ base:
199
+ return_items_order_id_does_not_match: Gražinamų prekių kodas nesutampa
200
+ spree/return_item:
201
+ attributes:
202
+ inventory_unit:
203
+ other_completed_return_item_exists: Rasta tokia pati jau grąžinta prekė
204
+ reimbursement:
205
+ cannot_be_associated_unless_accepted: Susiejimas negalimas, kol nepatvirtinta
206
+ spree/store:
207
+ attributes:
208
+ base:
209
+ cannot_destroy_default_store: Negalima ištrinti pagrindinės parduotuvės
210
+ spree/variant:
211
+ attributes:
212
+ base:
213
+ cannot_destroy_if_attached_to_line_items: Prekės variantas negali būti ištrintas, jei jis naudojamas rinkiniuose
214
+ models:
215
+ spree/address:
216
+ one: Adresas
217
+ other: Adresai
218
+ spree/country:
219
+ one: Valstybė
220
+ other: Valstybės
221
+ spree/credit_card:
222
+ one: Mokėjimo kortelė
223
+ other: Mokėjimo kortelės
224
+ spree/customer_return:
225
+ one: Grąžinimas
226
+ other: Grąžinimai
227
+ spree/inventory_unit:
228
+ one: Prekės vienetas
229
+ other: Prekių vienetai
230
+ spree/line_item:
231
+ one: Prekė
232
+ other: Prekės
233
+ spree/option_type:
234
+ one: Prekės variantas
235
+ other: Prekės variantai
236
+ spree/option_value:
237
+ one: Savybė
238
+ other: Savybės
239
+ spree/order:
240
+ one: Užsakymas
241
+ other: Užsakymai
242
+ spree/payment:
243
+ one: Mokėjimas
244
+ other: Mokėjimai
245
+ spree/payment_method:
246
+ one: Mokėjimo būdas
247
+ other: Mokėjimo būdai
248
+ spree/product:
249
+ one: Prekė
250
+ other: Prekės
251
+ spree/promotion:
252
+ one: Reklama
253
+ other: Reklamos
254
+ spree/promotion_category:
255
+ one: Akcijos kategorija
256
+ other: Akcijos kategorijos
257
+ spree/property:
258
+ one: Savybė
259
+ other: Savybės
260
+ spree/prototype:
261
+ one: Šablonas
262
+ other: Šablonai
263
+ spree/refund_reason:
264
+ one: Kompensacijos priežastis
265
+ other: Kompensacijos priežastys
266
+ spree/reimbursement:
267
+ one: Kompensacija
268
+ other: Kompensacijos
269
+ spree/reimbursement_type:
270
+ one: Kompensacijos būdas
271
+ other: Kompensacijos būdai
272
+ spree/return_authorization:
273
+ one: Grąžinimo patvirtinimas
274
+ other: Grąžinimo patvirtinimų
275
+ spree/return_authorization_reason:
276
+ one: Prekių grąžinimo patvirtinimo priežastis
277
+ other: Prekių grąžinimo patvirtinimo priežastys
278
+ spree/role:
279
+ one: Rolė
280
+ other: Rolės
281
+ spree/shipment:
282
+ one: Pristatymas
283
+ other: Pristatymai
284
+ spree/shipping_category:
285
+ one: Pristatymo kategorija
286
+ other: Pristatymo kategorijos
287
+ spree/shipping_method:
288
+ one: Pristatymo būdas
289
+ other: Pristatymo būdai
290
+ spree/state:
291
+ one: Apskritis
292
+ other: Apskritys
293
+ spree/state_change:
294
+ one: Būsenos pasikeitimas
295
+ other: Būsenos pasikeitimai
296
+ spree/stock_location:
297
+ one: Sandėlys
298
+ other: Sandėliai
299
+ spree/stock_movement:
300
+ one: Sandėlio likučio veiksmas
301
+ other: Sandėlio likučio veiksmai
302
+ spree/stock_transfer:
303
+ one: Sandėlio likučio perkėlimas
304
+ other: Sandėlio likučio perkėlimai
305
+ spree/tax_category:
306
+ one: Mokesčių kategorija
307
+ other: Mokesčių kategorijos
308
+ spree/tax_rate:
309
+ one: Mokesčio tarifas
310
+ other: Mokesčių tarifai
311
+ spree/taxon:
312
+ one: Prekių klasė
313
+ other: Prekių klasės
314
+ spree/taxonomy:
315
+ one: Prekių klasifikacija
316
+ other: Prekių klasifikacijos
317
+ spree/tracker:
318
+ one: Siuntos sekimas
319
+ other: Siuntos sekimai
320
+ spree/user:
321
+ one: Klientas
322
+ other: Klientai
323
+ spree/variant:
324
+ one: Variantas
325
+ other: Variantai
326
+ spree/zone:
327
+ one: Zona
328
+ other: Zonos
329
+ views:
330
+ pagination:
331
+ next: 'Kitas &#8250;'
332
+ last: 'Paskutinis &#8250;&#8250;'
333
+ previous: '&#8249; Ankstesnis'
334
+ first: '&#8249;&#8249; Pirmas'
335
+ devise:
336
+ confirmations:
337
+ confirmed: Jūs sėkmingai prisiregistravote ir prisijungėte.
338
+ send_instructions: Netrukus sulauksite el. laiško su instrukcijomis, kaip patvirtinti savo paskyrą.
339
+ failure:
340
+ inactive: Jūsų paskaita dar neaktyvuota.
341
+ invalid: Neteisingas el. pašto adresas arba slaptažodis.
342
+ invalid_token: Neteisingas prisijungimo raktas.
343
+ locked: Jūsų paskyra užrakinta.
344
+ timeout: Jūsų sesija baigėsi. Prašome prisijungti iš naujo.
345
+ unauthenticated: Prašome prisijungti prie savo paskyros.
346
+ unconfirmed: Prašome patvirtinti savo paskyrą, kad galėtumėte tęsti.
347
+ mailer:
348
+ confirmation_instructions:
349
+ subject: Paskyros patvirtinimo instrukcijos
350
+ reset_password_instructions:
351
+ subject: Slaptažodžio keitimo instrukcijos
352
+ unlock_instructions:
353
+ subject: Atrakinimo instrukcijos
354
+ oauth_callbacks:
355
+ failure: Negalime Jūsų autorizuoti %{kind} nes \%{reason}\.
356
+ success: Sėkmingai patvirtinote %{kind} paskyrą.
357
+ unlocks:
358
+ send_instructions: Netrukus gausite el. laišką su instrukcijomis, kaip atsirakinti savo paskyrą.
359
+ unlocked: Jūsų paskyra sėkmingai atrakinta. Jūs esate prisijungęs.
360
+ user_passwords:
361
+ user:
362
+ cannot_be_blank: Įveskite slaptažodį.
363
+ send_instructions: Netrukus gausite el. laišką su instrukcijomis, kaip pasikeisti savo slaptažodį.
364
+ updated: Jūsų slaptažodis pakeistas sėkmingai. Jūs prisijungėte prie savo paskyros.
365
+ user_registrations:
366
+ destroyed: Jūsų paskyra ištrinta. Tikimės, kad ateityje sugrįšite.
367
+ inactive_signed_up: Jūs sėkmingai prisiregistravote. Deja negalite prisijungti prie savo paskyros, nes %{reason}.
368
+ signed_up: Sveikiname sėkmingai prisiregistravus!
369
+ updated: Sėkmingai atnaujinote savo paskyros duomenis.
370
+ sessions:
371
+ spree_user:
372
+ signed_in: Sėkmingai prisijungėte.
373
+ signed_out: Sėkmingai atsijungėte.
374
+ errors:
375
+ messages:
376
+ already_confirmed: jau buvo patvirtinta
377
+ not_found: nerastas
378
+ not_locked: nebuvo užrakinta
379
+ not_saved:
380
+ one: '1 klaida neleido išsaugoti %{resource}:'
381
+ other: "%{count} klaidos neleido išsaugoti %{resource}:"
382
+ number:
383
+ percentage:
384
+ format:
385
+ precision: 1
386
+ spree:
387
+ abbreviation: Sutrumpinimas
388
+ accept: Patvirtinti
389
+ acceptance_errors: Patvirtinimo klaidos
390
+ acceptance_status: Patvirtinimo statusas
391
+ accepted: Patvirtinta
392
+ account: Paskyra
393
+ account_updated: Paskyra atnaujinta!
394
+ action: Veiksmas
395
+ actions:
396
+ actions:
397
+ cancel: Atšaukti
398
+ destroy: Sunaikinti
399
+ edit: Redaguoti
400
+ save: Išsaugoti
401
+ cancel: Atšaukti
402
+ continue: Tęsti
403
+ create: Sukurti
404
+ destroy: Panaikinti
405
+ edit: Redaguoti
406
+ list: Sąrašas
407
+ listing: Sąrašas
408
+ new: Naujas
409
+ refund: Pinigų grąžinimas
410
+ save: Išsaugoti
411
+ update: Atnaujinti
412
+ activate: Aktyvuoti
413
+ active: Aktyvus
414
+ add: Pridėti
415
+ add_action_of_type: Nuolaidos tipas
416
+ add_country: Pridėti šalį
417
+ add_coupon_code: Pridėti nuolaidos kodą
418
+ add_new_header: Pridėti naują antraštę
419
+ add_new_style: Pridėti naują stilių
420
+ add_one: sukurkite naują
421
+ add_option_value: Pridėti savybę
422
+ add_product: Pridėti prekę
423
+ add_product_properties: Pridėti prekės savybę
424
+ add_rule_of_type: Pridėti taisyklę
425
+ add_state: Pridėti būseną
426
+ add_stock: Pridėti likutį
427
+ add_stock_management: Pridėti sandėlio likučio valdymą
428
+ add_store_credit: Suteikti kreditą
429
+ add_to_cart: Į krepšelį
430
+ add_variant: Pridėti tipą
431
+ additional_item: papildomą prekę
432
+ address: Adresas
433
+ address1: Adresas
434
+ address2: Adresas (antra eil.)
435
+ adjustable: Taisoma
436
+ adjustment: Nuolaida
437
+ adjustment_amount: Nustatymų kiekis
438
+ adjustment_labels:
439
+ tax_rates:
440
+ excluding_tax: "%{name}%{amount}"
441
+ including_tax: "%{name}%{amount} (Įskaičiuota į kainą)"
442
+ adjustment_successfully_closed: Nustatymas sėkmingai baigtas!
443
+ adjustment_successfully_opened: Nustatymas sėkmingai pradėtas!
444
+ adjustment_total: Mokesčiai / nuolaidos
445
+ adjustments: Kainos korekcijos
446
+ admin:
447
+ order:
448
+ events:
449
+ admin:
450
+ order:
451
+ events:
452
+ resend: Pakartotinai išsiųsti
453
+ approve: patvirtinti
454
+ cancel: atšaukti
455
+ resend: Siųsti užsakymo patvirtinimą naujo
456
+ resume: tęsti
457
+ tab:
458
+ configuration: Konfigūravimas
459
+ option_types: Prekių variantai
460
+ orders: Užsakymai
461
+ overview: Peržiūra
462
+ products: Prekės
463
+ promotions: Akcijos
464
+ promotion_categories: Akcijų kategorijos
465
+ properties: Savybės
466
+ prototypes: Šablonai
467
+ reports: Ataskaitos
468
+ taxonomies: Klasifikacijos
469
+ taxons: Prekės pagal klasifikaciją
470
+ users: Vartotojai
471
+ user:
472
+ account: Paskyra
473
+ addresses: Adresai
474
+ admin:
475
+ user:
476
+ order_num: Užsakymo numeris
477
+ items: Nupirktos prekės
478
+ items_purchased: Nupirktos prekės
479
+ order_history: Užsakymų istorija
480
+ store_credits: Suteikti kreditai
481
+ order_num:
482
+ orders: Užsakymai
483
+ user_information: Kliento informacija
484
+ administration: Administravimas
485
+ advertise: Rodyti parduotuvėje
486
+ agree_to_privacy_policy: Sutinku su privatumo politika
487
+ agree_to_terms_of_service: Sutinku su pirkimo sąlygomis
488
+ all: Visi
489
+ all_adjustments_closed: Kainos korekcijos anuliuotos!
490
+ all_adjustments_opened: Kainos korekcijos pritaikytos!
491
+ all_departments: Visi
492
+ all_items_have_been_returned: Visos prekės buvo grąžintos
493
+ allow_ssl_in_development_and_test: Leisti naudoti SSL development ir test aplinkose.
494
+ allow_ssl_in_production: Leisti naudoti SSL kliento serveryje (production)
495
+ allow_ssl_in_staging: Leisti naudoti SSL staging aplinkoje
496
+ already_signed_up_for_analytics: Jūs jau užsiregistravote Spree analitikoje
497
+ alt_text: Alt tekstas
498
+ alternative_phone: Alternatyvus telefonas
499
+ amount: Suma
500
+ analytics_desc_header_1: Spree Analitika
501
+ analytics_desc_header_2: Realaus laiko analitika integruota į Jūsų Spree skydelį
502
+ analytics_desc_list_1: Gaukite pardavimų informaciją realiu laiku, kai tik prekė parduodama
503
+ analytics_desc_list_2: Reikalauja tik nemokamos Spree paskyros
504
+ analytics_desc_list_3: Nereikialauja instaliuoti jokio kodo
505
+ analytics_desc_list_4: Tai visiškai nemokama!
506
+ analytics_trackers: Google Analytics Trackeriai
507
+ and: ir
508
+ api:
509
+ access: API prieiga
510
+ clear_key: Panaikinti raktą
511
+ generate_key: Generuoti naują raktą
512
+ key: API raktas
513
+ no_key: API raktas nepriskirtas
514
+ regenerate_key: Išnaujo generuoti raktą
515
+ key_cleared: API raktas ištrintas
516
+ key_generated: API raktas sugeneruotas
517
+ approve: Patvirtinti
518
+ approved_at: Patvirtinta
519
+ approver: Patvirtino
520
+ are_you_sure: Ar jūs tikras
521
+ are_you_sure_delete: Ar tikrai norite ištrinti šį įrašą?
522
+ associated_adjustment_closed: Šis susijęs pataisymas yra uždarytas ir nebus perskaičiuotas. Ar norite jį atidaryti?
523
+ at_symbol: '@'
524
+ authorization_failure: Autorizacijos klaida
525
+ authorized: Patvirtinti
526
+ auto_capture: Automatinis užfiksavimas
527
+ available: Parduodamas
528
+ available_on: Parduodamas nuo
529
+ average_order_value: Vidutinė užsakymo vertė
530
+ avs_response: Adreso patvirtinimo rezultatas
531
+ back: Atgal
532
+ back_end: Back End
533
+ back_to_payment: Grįžti prie mokėjimo
534
+ back_to_resource_list: Grįžti į rezursų sąrašą
535
+ back_to_rma_reason_list: Grįžti į priežasčių sąrašą
536
+ back_to_stock_locations_list: Grįžti į sandėlio likučio buvimo vietų sąrašą
537
+ back_to_stock_movements_list: Grįžti į sandėlio likučių judėjimo sąrašą
538
+ back_to_store: Grįžti į parduotuvę
539
+ back_to_users_list: Grįžti į vartotojų sąrašą
540
+ backorder: Išankstinis užsakymas
541
+ backorderable: Galimas išankstinis užsakymas
542
+ backorderable_default: Numatytas išankstinis užsakymas
543
+ backordered: Užsakytas anksto
544
+ backorders_allowed: Leidžiami išankstiniai užsakymai
545
+ balance_due: Mokėjimo likutis
546
+ base_amount: Bazinė nuolaida
547
+ base_percent: Bazinė nuolaida proc.
548
+ bill_address: Sąskaito adresas
549
+ billing: Atsiskaitymas
550
+ billing_address: Mokėtojo adresas
551
+ both: Abu
552
+ calculated_reimbursements: Paskaičiuotos kompensacijos
553
+ calculator: Skaičiuotuvas
554
+ calculator_settings_warning: Jei keičiate skaičiuotuvo tipą, pirma turite išsaugoti nustatymus, kad galėtumėte juos redaguoti
555
+ cancel: atšaukti
556
+ canceled: Atšaukti
557
+ canceled_at: Atšaukta
558
+ canceler: Atšaukė
559
+ cannot_create_customer_returns: Nepavyko sukurti vartotojų gražinimų
560
+ cannot_create_payment_without_payment_methods: Negalite sukurti mokėjimo užsakymui, nes nėra sukonfigūruotų mokėjimo būdų.
561
+ cannot_create_returns: Negalite sukurti grąžinimo, nes užsakymas dar neišsiųstas.
562
+ cannot_destroy_if_attached_to_line_items: Negalite ištrinti, jei naudojama rinkiniams.
563
+ cannot_perform_operation: Negalima atlikti pageidautos operacijos.
564
+ cannot_set_shipping_method_without_address: Negalima pridėti prekių pristatymo adreso, kol nesuvesti kliento duomenys.
565
+ capture: Gautas
566
+ capture_events: užfiksuoti įvykius
567
+ card_code: Kortelės kodas
568
+ card_number: Kortelės numeris
569
+ card_type: Kortelės tipas
570
+ card_type_is: Kortelės tipas yra
571
+ cart: Krepšelyje
572
+ cart_subtotal: Viso
573
+ categories: Kategorijos
574
+ category: Kategorija
575
+ change_your_password: Pakeiskite slaptažodį
576
+ charged: Apmokestinta
577
+ check_for_spree_alerts: Patikrinkite Spree pranešimus
578
+ checkout: Pirkti
579
+ choose_a_customer: Pasirinkti klientą
580
+ choose_a_taxon_to_sort_products_for: Pasirinkti klasę prekių klasifikavimui
581
+ choose_currency: Pasirinkti valiutą
582
+ choose_dashboard_locale: Pasirinkti skydelio kalbą
583
+ choose_location: Pasirinkti vietą
584
+ city: Miestas
585
+ clear_cache: Išvalyti užkešuotus duomenis
586
+ clear_cache_ok: Užkešuoti duomenys išvalyti
587
+ clear_cache_warning: Ar norite išvalyti užkešuotus duomenis?
588
+ click_and_drag_on_the_products_to_sort_them: Paspauskite ir vilkite, kad surūšiuotumėte prekes
589
+ clone: Klonuoti
590
+ close: Uždaryti
591
+ close_all_adjustments: Anuliuoti korekcijas
592
+ code: Kodas
593
+ company: Įmonė
594
+ complete: Užsakymas pateiktas
595
+ configuration: Konfiguracija
596
+ configurations: Nustatymai
597
+ confirm: Patvirtinti
598
+ confirm_delete: Patvirtinti ištrynimą
599
+ confirm_password: Pakartokite slaptažodį
600
+ continue: Tęsti
601
+ continue_shopping: Rinktis prekes
602
+ cost_currency: Valiuta
603
+ cost_price: Savikaina
604
+ could_not_connect_to_jirafe: Nepavyko prisijungti prie Jirafe duomenų sinchronizavimui. Sistema automatiškai pabandys prisijungti vėliau.
605
+ could_not_create_customer_return: Nepavyko sukurti prekės grąžinimo.
606
+ could_not_create_stock_movement: Nepavyko išsaugoti sandėlio likučio pakeitimų. Pabandykite dar kartą.
607
+ count_on_hand: Turimas kiekis
608
+ countries: Valstybės
609
+ country: Valstybė
610
+ country_based: Taikoma valstybei
611
+ country_name: Šalies pavadinimas
612
+ country_names:
613
+ CA: Kanada
614
+ FRA: Prancūzija
615
+ ITA: Italija
616
+ US: Jungtinės Valstijos
617
+ coupon: Kuponas
618
+ coupon_code: Nuolaidos kodas
619
+ coupon_code_already_applied: Nuolaidos kodas jau buvo pritaikytas šiam užsakymui
620
+ coupon_code_apply: Naudoti
621
+ coupon_code_applied: Nuolaida buvo sėkmingai pritaikyta jūsų užsakymui.
622
+ coupon_code_better_exists: Ankstesnis kuponas turi didesnę nuolaidą
623
+ coupon_code_expired: Nuolaidos galiojimo laikas baigėsi
624
+ coupon_code_max_usage: Visos nuolaidos jau panaudotos
625
+ coupon_code_not_eligible: Nuolaida netaikoma šiam užsakymui
626
+ coupon_code_not_found: Įvestas nuolaidos kodas neegzistuoja. Pabandykite dar kartą.
627
+ coupon_code_unknown_error: Nenustatyta klaida bandant panaudoti nuolaidos kodą
628
+ create: Registruotis
629
+ create_a_new_account: Registruotis
630
+ create_new_order: Sukurti naują užsakymą
631
+ create_reimbursement: Sukurti kompensaciją
632
+ created_at: Sukurta
633
+ credit: Kreditas
634
+ credit_allowed: Leistinas kreditas
635
+ credit_card: Mokėjimo kortelė
636
+ credit_cards: Mokėjimo kortelės
637
+ credit_owed: Turimas Kreditas
638
+ credits: Kreditai
639
+ currency: Valiuta
640
+ currency_decimal_mark: Valiutos dešimčių žymeklis
641
+ currency_settings: Valiutos nustatymai
642
+ currency_symbol_position: Valiutos ženklą dėti prieš ar po sumos?
643
+ currency_thousands_separator: Valiutos tūkstančių žymeklis
644
+ current: Dabartinis
645
+ current_promotion_usage: 'Panaudoti kuponai: %{count}'
646
+ customer: Klientas
647
+ customer_details: Detalės apie klientą
648
+ customer_details_updated: Kliento detalės atnaujintos.
649
+ customer_return: Kliento grąžinimas
650
+ customer_returns: Kliento grąžinimai
651
+ customer_search: Klientų paieška
652
+ cut: Iškirpti
653
+ cvv_response: CVV Atsakymas
654
+ dash:
655
+ jirafe:
656
+ app_id: App ID
657
+ app_token: App Token
658
+ currently_unavailable: Jirafe šiuo metu nepasiekiama. Spree automatiškai prisijungs prie Jirafe, kai servisas taps pasiekiamas.
659
+ explanation: Žemiau esantys laukai gali būti užpildyti anksčiau jei pasirinkote prisijungti su Jirafe iš administratoriaus panelės.
660
+ header: Jirafe Analytics nustatymai
661
+ site_id: Site ID
662
+ token: Token
663
+ jirafe_settings_updated: Jirafe nustatymai atnaujinti.
664
+ date: Data
665
+ date_completed: Baigimo data
666
+ date_picker:
667
+ date_picker:
668
+ first_day: Pirma diena
669
+ js_format: Js Format
670
+ first_day: 0
671
+ format: "%Y/%m/%d"
672
+ js_format: yy/mm/dd
673
+ date_range: Datos intervalas
674
+ default: Numatytas
675
+ default_refund_amount: Numatyta kompensacijos suma
676
+ default_tax: Numatytas mokestis
677
+ default_tax_zone: Numatyta mokesčių zona
678
+ delete: Ištrinti
679
+ delete_from_taxon: Ištrinti iš klasės
680
+ deleted: Ištrintas
681
+ deleted_variants_present: Ištrinti variantai
682
+ delivery: Pristatymas
683
+ depth: Gylis
684
+ description: Aprašymas
685
+ destination: Paskirties vieta
686
+ destroy: Sunaikinti
687
+ details: Detalės
688
+ discontinue_on: Nebeprekiauti nuo
689
+ discontinued: Pardavimai baigti
690
+ discount_amount: Nuolaidos suma
691
+ dismiss_banner: Ačiū, manęs tai nedomina! Prašau daugiau nerodyti šios žinutės
692
+ display: Matoma
693
+ display_currency: Rodoma valiuta
694
+ doesnt_track_inventory: Inventorius nesekamas
695
+ edit: Keisti
696
+ edit_reimbursement: Redaguoti išankstinį užsakymą
697
+ editing_resource: Redaguojamas rezursas
698
+ editing_rma_reason: Redaguojama RMA priežastis
699
+ editing_user: Kliento duomenų keitimas
700
+ eligibility_errors:
701
+ messages:
702
+ has_excluded_product: produktas neįtrauktas
703
+ item_total_less_than: galutinė suma mažesnė nei
704
+ item_total_less_than_or_equal: galutinė suma mažesnė arba lygi
705
+ item_total_more_than: galutinė suma didesnė nei
706
+ item_total_more_than_or_equal: galutinė suma didesnė arba lygi
707
+ limit_once_per_user: leisti tik kartą kiekvienam vartotojui
708
+ missing_product: nerasta prekė
709
+ missing_taxon: nerasta prekių kategorija
710
+ no_applicable_products: Krepšelyje nėra prekių, kurioms taikoma nuolaida.
711
+ no_matching_taxons: Krepšelyje nėra prekių kategorijų, kurioms taikoma nuolaida.
712
+ no_user_or_email_specified: nepasirinktas vartotojas ar el. paštas
713
+ no_user_specified: nepasirinktas vartotojas
714
+ not_first_order: ne pirmas užsakymas.
715
+ email: El. paštas
716
+ empty: Tuščias
717
+ empty_cart: Išvalyti krepšelį
718
+ enable_mail_delivery: Įjungti el. laiškų siuntimą
719
+ end: Pabaiga
720
+ ending_in: Baigsis
721
+ environment: Aplinka
722
+ error: klaida
723
+ error_user_destroy_with_orders: Negalima ištrinti kliento, turinčio nebaigtų užsakymų
724
+ errors:
725
+ messages:
726
+ blank: Tuščias
727
+ could_not_create_taxon: Nepavyko sukurti prekių kategorijos
728
+ no_payment_methods_available: Šiai aplinkai nėra sukurta mokėjimo būdų
729
+ no_shipping_methods_available: Negalime pristatyti į pasirinktą vietovę. Prašome pakeisti adresą ir pabandyti dar kartą.
730
+ errors_prohibited_this_record_from_being_saved:
731
+ one: Nepavyko išsaugoti įrašo
732
+ other: "Rasta klaidų. Neįmanoma išsaugoti įrašo"
733
+ event: Įvykis
734
+ events:
735
+ spree:
736
+ cart:
737
+ add: Į krepšelį
738
+ checkout:
739
+ coupon_code_added: Nuolaidos kodas pridėtas
740
+ content:
741
+ visited: Statinis svetainės turinys
742
+ order:
743
+ contents_changed: Užsakymo turinys pakeistas
744
+ page_view: Statinis puslapis peržiūrėtas
745
+ user:
746
+ signup: Registruotis
747
+ exceptions:
748
+ count_on_hand_setter: Negalima nustatyti count_on_hand rankiniu būdu, nes tai automatiškai nustato recalculate_count_on_hand callback'as. Prašome naudoti `update_column(:count_on_hand, value)`.
749
+ exchange_for:
750
+ excl:
751
+ existing_shipments: Esami pristatymai
752
+ expedited_exchanges_warning: Ekspedijuojamų siuntų perspėjimas
753
+ expiration: Galiojimo pabaiga
754
+ extension: Prailginimas
755
+ failed_payment_attempts: Nepavykę mokėjimo bandymai
756
+ filename: Failo pavadinimas
757
+ fill_in_customer_info: Prašome įvesti kliento informaciją
758
+ filter: Filtruoti
759
+ filter_results: Filtruoti rezultatus
760
+ finalize: Užbaigti
761
+ finalized: Užbaigta
762
+ find_a_taxon: Ieškoti klasifikacijos
763
+ first_item: pirmą prekę
764
+ first_name: Vardas
765
+ first_name_begins_with: Vardo pradžia
766
+ flat_percent: Procentai
767
+ flat_rate_per_order: Fiksuota nuolaida rinkiniui
768
+ flexible_rate: Kintanti nuolaida
769
+ forgot_password: Slaptažodžio priminimas
770
+ free_shipping: Nemokamas pristatymas
771
+ free_shipping_amount: Nemokamų pristatymų kiekis
772
+ front_end: Front End
773
+ gateway: Gateway
774
+ gateway_config_unavailable: Gateway šiai aplinkai negalimas
775
+ gateway_error: Gateway Klaida
776
+ general: Bendras
777
+ general_settings: Bendri nustatymai
778
+ google_analytics: Google Analytics
779
+ google_analytics_id: Analytics ID
780
+ guest_checkout: Neregistruotas pirkėjas
781
+ guest_user_account: Pirkimas kaip svečiui
782
+ has_no_shipped_units: nėra išsiųstų prekių
783
+ height: Aukštis
784
+ hide_cents: Slėpti centus
785
+ home: Pagrindinis
786
+ i18n:
787
+ available_locales: Galimos kalbos
788
+ fields: Laukai
789
+ language: Kalba
790
+ localization_settings: Lokalizacijos nustatymai
791
+ locales_displayed_on_frontend_select_box: Kalbos rodomos vartotojams pasirinkimo sąraše
792
+ only_complete: Tik baigti
793
+ only_incomplete: Tik nebaigti
794
+ select_locale: Pasirinkti kalbą
795
+ show_only: Rodyti tik
796
+ supported_locales: Palaikomos kalbos
797
+ this_file_language: Lietuvių
798
+ translations: Vertimai
799
+ icon: Paveikslėlis
800
+ id: ID
801
+ identifier: ID
802
+ image: Paveikslėlis
803
+ images: Paveikslėliai
804
+ implement_eligible_for_return: 'EligibilityValidator validatoriui #eligible_for_return? metodas yra privalomas.'
805
+ implement_requires_manual_intervention: 'EligibilityValidator validatoriui #requires_manual_intervention? metodas yra privalomas.'
806
+ inactive: Neaktyvus
807
+ incl: Įsk.
808
+ included_in_price: Įskaičiuota į kainą
809
+ included_price_validation: negali būti pažymėta, nebent nustatėte numatytąją mokesčių zoną
810
+ incomplete: Nebaigta
811
+ info_number_of_skus_not_shown:
812
+ one: ir vienas tolesnis
813
+ other: ir %{count} tolesni(ų)
814
+ info_product_has_multiple_skus: 'Ši prekė turi %{count} variantus:'
815
+ instructions_to_reset_password: 'Įveskite savo elektroninio pašto, kuriuo registravotės svetainėje, adresą, kad galėtume išsiųsti slaptažodžio keitimo instrukcijas:'
816
+ insufficient_stock: 'Nepakankamas prekių likutis. Liko vienetų: %{on_hand}.'
817
+ insufficient_stock_lines_present: Nepakankamas prekių likutis.
818
+ intercept_email_address: Rodomas el. pašto adresas
819
+ intercept_email_instructions: Siunčiant el. laišką iš parduotuvės dėžutės, pakeisti rodomą el. pašto adresą į įvestą.
820
+ internal_name: Vidinis pavadinimas
821
+ invalid_credit_card: Bloga mokėjimo kortelė
822
+ invalid_exchange_variant: Blogas keitimo variantas
823
+ invalid_payment_provider: Neteisingas mokėtojas.
824
+ invalid_promotion_action: Neteisingas reklamos veiksmas.
825
+ invalid_promotion_rule: Neteisinga reklamos taisyklė.
826
+ inventory: Inventorius
827
+ inventory_adjustment: Inventoriaus tikslinimas
828
+ inventory_error_flash_for_insufficient_quantity: Prekė jūsų krepšelyje tapo nebepasiekiama.
829
+ inventory_state: Inventoriaus apskritis
830
+ is_not_available_to_shipment_address: negalimas pristatymo adresas
831
+ iso_name: Iso Name
832
+ item: Prekė
833
+ item_description: Prekės aprašymas
834
+ item_total: prekes
835
+ item_total_rule:
836
+ operators:
837
+ gt: daugiau nei
838
+ gte: daugiau arba lygu
839
+ lt: mažiau nei
840
+ lte: mažiau arba lygu
841
+ items_cannot_be_shipped: Deja, negalime pristatyti pasirinktų prekių jūsų nurodytu adresu. Pasirinkite kitą adresą.
842
+ items_in_rmas:
843
+ items_reimbursed: Kompensuotos prekės
844
+ items_to_be_reimbursed: Kompensuotinos prekės
845
+ jirafe: Jirafe
846
+ landing_page_rule:
847
+ must_have_visited_path: Privalo turėti aplankyto puslapio kelią
848
+ path: Kelias
849
+ last_name: Pavardė
850
+ last_name_begins_with: Pavardė prasideda
851
+ learn_more: Plačiau
852
+ lifetime_stats: Visa vartotojo statistika
853
+ line_item_adjustments: Prekių grupės reguliavimai
854
+ list: Sąrašas
855
+ loading: Kraunama
856
+ loading_tree: Vyksta medžio užkrovimas. Prašome palaukti...
857
+ locale_changed: Lokalė pakeista
858
+ locale_not_changed: Lokalė nepakeista
859
+ location: Vieta
860
+ lock: Užrakinti
861
+ log_entries:
862
+ logged_in_as: Prisijungęs, kaip
863
+ logged_in_succesfully: Sėkmingai prisijungėte
864
+ logged_out: Jūs atsijungėte.
865
+ login: Prisijungti
866
+ login_as_existing: Prisijungti
867
+ login_failed: Prisijungti nepavyko.
868
+ login_name: Prisijungti
869
+ logout: Atsijungti
870
+ logs:
871
+ look_for_similar_items: Panašios prekės
872
+ mail_methods:
873
+ send_testmail: Siųsti bandomąjį laišką
874
+ make_refund: Grąžinti pinigus
875
+ make_sure_the_above_reimbursement_amount_is_correct: Įsitikinkite ar kompensacijos suma teisinga.
876
+ manage_promotion_categories: Tvarkyti reklamos kategorijas
877
+ manage_variants: Tvarkyti variantus
878
+ manual_intervention_required: Reikalingas rankinis įsikišimas
879
+ master_price: Pardavimo kaina
880
+ match_choices:
881
+ all: Visi
882
+ none: Jokių
883
+ max_items: Maks. prekių
884
+ member_since: Užsiregistravo
885
+ memo: Užrašai
886
+ meta_description: Meta aprašymas
887
+ meta_keywords: Meta raktažodžiai
888
+ meta_title: Meta pavadinimas
889
+ metadata: Metadata
890
+ minimal_amount: Mažiausias kiekis
891
+ missing_return_authorization:
892
+ month: Mėnuo
893
+ more: Daugiau
894
+ move_stock_between_locations: Perkelti likutį į naują vietą
895
+ move_variant_to: Perkelti variantą į
896
+ mutable: Keičiamas
897
+ my_account: Mano paskyra
898
+ my_orders: Mano užsakymai
899
+ name: Pavadinimas
900
+ name_on_card: Vardas ant kortelės
901
+ name_or_sku: Pavadinimas arba SKU
902
+ new: Naujas
903
+ new_adjustment: Nauja kainos korekcija
904
+ new_country: Nauja valstybė
905
+ new_customer: Naujo kliento registracija
906
+ new_customer_return: Naujas grąžinimas
907
+ new_image: Naujas Paveiksliukas
908
+ new_option_type: Naujas prekės variantas
909
+ new_order: Formuoti užsakymą
910
+ new_order_completed: Užsakymas atliktas
911
+ new_payment: Naujas mokėjimas
912
+ new_payment_method: Naujas mokėjimo būdas
913
+ new_product: Nauja prekė
914
+ new_promotion: Nauja akcija
915
+ new_promotion_category: Nauja akcijų kategorija
916
+ new_property: Nauja savybė
917
+ new_prototype: Naujas šablonas
918
+ new_refund: Naujas pinigų grąžinimas
919
+ new_refund_reason: Nauja kompensacijos priežastis
920
+ new_reimbursement_type: Naujas kompensacijos būdas
921
+ new_return_authorization: Naujas gražinimo patvirtinimas
922
+ new_rma_reason: Nauja gražinimo priežastis
923
+ new_role: Nauja grupė
924
+ new_shipment_at_location: Nauja pristatymo vieta
925
+ new_shipping_category: Nauja pristatymo kategorija
926
+ new_shipping_method: Naujas pristatymo būdas
927
+ new_state: Nauja apskritis
928
+ new_stock_location: Naujas sandėlys
929
+ new_stock_movement: Naujas sandėlio likučio judesys
930
+ new_stock_transfer: Naujas sandėlio likučio perkėlimas
931
+ new_tax_category: Nauja mokesčių kategorija
932
+ new_tax_rate: Naujas mokestis
933
+ new_taxon: Nauja klasė
934
+ new_taxonomy: Nauja klasifikacija
935
+ new_tracker: Naujas trackeris
936
+ new_user: Naujas Klientas
937
+ new_variant: Naujas Variantas
938
+ new_zone: Nauja zona
939
+ next: Toliau
940
+ no_actions_added: Veiksmų nepridėta
941
+ no_available_date_set: Nenustatyta data, nuo kurios prekė parduodama
942
+ no_payment_found: Mokėjimas nerastas
943
+ no_pending_payments: Nėra laukiančių mokėjimų
944
+ no_products_found: Atsiprašome, prekių, atitinkančių kriterijus, nėra.
945
+ no_resource_found: Įrašų nėra
946
+ no_results: Nėra rezultatų
947
+ no_returns_found: Grąžinimai nerasti
948
+ no_rules_added: Taisyklės nepridėtos
949
+ no_shipping_method_selected: Nepasirinktas pristatymo būdas
950
+ no_state_changes: Apskritys nepakeistos
951
+ no_tracking_present: Neįvestas siuntos kodas
952
+ none: Tuščia
953
+ none_selected: Nepažymėta
954
+ normal_amount: Normalus kiekis
955
+ not: ne
956
+ not_available: N/A
957
+ not_enough_stock: Nepakanka prekės likučio atlikti pervedimui.
958
+ not_found: "%{resource} nerastas"
959
+ note: žinutė
960
+ notice_messages:
961
+ product_cloned: Prekė nukopijuota
962
+ product_deleted: Prekė ištrinta
963
+ product_not_cloned: Prekės nukopijuoti nepavyko
964
+ product_not_deleted: Prekės ištrinti nepavyko
965
+ variant_deleted: Variantas ištrintas
966
+ variant_not_deleted: Varianto ištrinti nepavyko
967
+ num_orders: Užsakymai
968
+ number: Numeris
969
+ on_hand: Turimas kiekis
970
+ open: Atidaryti
971
+ open_all_adjustments: Taikyti korekcijas
972
+ option_type: Kriterijaus tipas
973
+ option_type_placeholder: Pasirinkite kriterijaus tipą
974
+ option_types: Prekių variantai
975
+ option_value: Kriterijus
976
+ option_values: Kriterijai
977
+ optional: Neprivalomas
978
+ options: Kategorijos
979
+ or: arba
980
+ or_over_price: "%{price} arba daugiau"
981
+ order: Užsakymas
982
+ order_adjustments: Kainos korekcijos
983
+ order_already_updated: Užsakymas jau atnaujintas
984
+ order_approved: Užsakymas patvirtintas
985
+ order_canceled: Užsakymas atšauktas
986
+ order_details: Užsakymo detalės
987
+ order_email_resent: Užsakymo el. laiškas išsiųstas iš naujo
988
+ order_has_no_payments: Užsakymas neturi mokėjimų
989
+ order_information: Užsakymo informacija
990
+ order_line_items: Užsakymo krepšelis
991
+ order_mailer:
992
+ cancel_email:
993
+ dear_customer: Mielas pirkėjau,
994
+ instructions: Jūsų užsakymas buvo ATŠAUKTAS.
995
+ order_summary_canceled: Užsakymo statusas [ATŠAUKTAS]
996
+ subject: Užsakymo atšaukimas
997
+ subtotal: Suma be mokesčių
998
+ total: Suma
999
+ confirm_email:
1000
+ dear_customer: Mielas pirkėjau,
1001
+ instructions: Prašome išsaugoti šią žinutę.
1002
+ order_summary: Užsakymo santrauka
1003
+ subject: Užsakymo patvirtinimas
1004
+ subtotal: Suma be mokesčių
1005
+ thanks: Ačiū, kad perkate!
1006
+ total: Viso
1007
+ subtotal: prekes
1008
+ total: Viso
1009
+ order_not_found: Neradome jūsų užsakymo. Pabandykite dar kartą.
1010
+ order_number: Užsakymas %{number}
1011
+ order_processed_successfully: Jūsų užsakymas sėkmingai priimtas
1012
+ order_resumed: Užsakymas tęsiamas
1013
+ order_state:
1014
+ address: adresas
1015
+ awaiting_return: laukiama grąžinimo
1016
+ canceled: atšaukta
1017
+ cart: krepšelis
1018
+ complete: pateiktas
1019
+ confirm: patvirtinti
1020
+ considered_risky: laikomas rizikingu
1021
+ delivery: pristatymas
1022
+ payment: mokėjimas
1023
+ resumed: tęsiamas
1024
+ returned: grąžintas
1025
+ order_summary: Užsakymo santrauka
1026
+ order_sure_want_to: ar tikrai norite %{event} šį užsakymą?
1027
+ order_total: Viso mokėti
1028
+ order_updated: Užsakymas atnaujintas
1029
+ orders: Užsakymai
1030
+ other_items_in_other: Kitos prekės
1031
+ out_of_stock: Atsiprašome, prekės šiuo metu neturime.
1032
+ overview: Peržiūra
1033
+ package_from: siunta iš sandėlio
1034
+ pagination:
1035
+ next_page: kitas puslapis »
1036
+ previous_page: "« ankstesnis puslapis"
1037
+ truncate: "…"
1038
+ password: Naujas slaptažodis
1039
+ paste: Įklijuoti
1040
+ path: Kelias
1041
+ pay: mokėti
1042
+ payment: Apmokejimo būdas
1043
+ payment_amount: Viso
1044
+ payment_could_not_be_created: Nepavyko sukurti mokėjimo
1045
+ payment_identifier: Mokėjimo ID
1046
+ payment_information: Mokėjimo informacija
1047
+ payment_method: Mokėjimo būdas
1048
+ payment_method_not_supported: Nepalaikomas mokėjimo būdas
1049
+ payment_methods: Mokėjimo būdai
1050
+ payment_processing_failed: Nepavyko atlikti mokėjimo, patikrinkite ar gerai įvedėte duomenis
1051
+ payment_processor_choose_banner_text: Jei jums reikalinga pagalba pasirenkant mokėjimo būdą, apsilankykite
1052
+ payment_processor_choose_link: mūsų mokėjimų puslapis
1053
+ payment_state: Apmokėjimo būsena
1054
+ payment_states:
1055
+ balance_due: neapmokėtas
1056
+ checkout: laukiama mokėjimo
1057
+ completed: apmokėtas
1058
+ credit_owed: skirtas kreditas
1059
+ failed: nepavyko
1060
+ paid: apmokėtas
1061
+ pending: laukiamas
1062
+ processing: vykdomas
1063
+ void: anuliuotas
1064
+ payment_updated: Mokėjimas atnaujintas
1065
+ payments: Mokėjimai
1066
+ payments_count: Mokėjimų kiekis
1067
+ pending: Laukiama
1068
+ pending_sale: Pardavimo pradžia nustatyta
1069
+ percent: Procentas
1070
+ percent_per_item: Procentas vienai prekei
1071
+ permalink: URL
1072
+ phone: Telefonas
1073
+ place_order: Sukurti užsakymą
1074
+ please_define_payment_methods: Pirma sukurkite mokėjimo būdus.
1075
+ please_enter_reasonable_quantity: Prašome įvesti tinkamą kiekį
1076
+ populate_get_error: Įvyko klaida. Pabandykite pridėti prekę iš naujo.
1077
+ powered_by: Powered by
1078
+ pre_tax_amount: Suma be mokesčių
1079
+ pre_tax_refund_amount: Grąžintina suma be mokesčių
1080
+ pre_tax_total: Visa suma prieš mokesčius
1081
+ preferred_reimbursement_type: Pageidaujamas kompensavimo būdas
1082
+ presentation: Rodomas pavadinimas
1083
+ previous: Ankstesnis
1084
+ previous_state_missing: Nėra ankstesnės būsenos
1085
+ price: Kaina
1086
+ price_range: Kainų intervalas
1087
+ price_sack: Kainų krepšelis
1088
+ process: Apdoroti
1089
+ product: Prekė
1090
+ product_details: Prekės Aprašymas
1091
+ product_has_no_description: Ši prekė neturi aprašymo
1092
+ product_not_available_in_this_currency: Prekės negalima apmokėti pasirinkta valiuta.
1093
+ product_properties: Prekės savybės
1094
+ product_rule:
1095
+ choose_products: Pasirinkite prekes
1096
+ label: Krepšelyje privalo būti
1097
+ match_all: visos
1098
+ match_any: bent viena
1099
+ match_none: turi nebūti nurodytų prekių
1100
+ product_source:
1101
+ group: Iš prekių grupės
1102
+ manual: Pasirinkite patys
1103
+ products: Prekės
1104
+ promotion: Reklama
1105
+ promotion_action: Reklaminė akcija
1106
+ promotion_action_types:
1107
+ create_adjustment:
1108
+ description: Suteikti nuolaidą visam krepšeliui
1109
+ name: Nuolaida krepšeliui
1110
+ create_item_adjustments:
1111
+ description: Suteikti nuolaidą prekių rinkiniui
1112
+ name: Nuolaida prekių rinkiniui
1113
+ create_line_items:
1114
+ description: Įkelti nurodytas prekes į kliento krepšelį
1115
+ name: Įkelti prekes į krepšelį
1116
+ free_shipping:
1117
+ description: Nemokamas prekių išsiuntimas klientui
1118
+ name: Nemokamas siuntimas
1119
+ promotion_actions: Akcijos taikomos nuolaidos
1120
+ promotion_category: Akcijos kategorija
1121
+ promotion_form:
1122
+ match_policies:
1123
+ all: Turi atitikti visas sąlygas
1124
+ any: Turi atitikti bet kurią iš sąlygų
1125
+ promotion_label: Akcija (%{name})
1126
+ promotion_rule: Reklamos taisyklė
1127
+ promotion_rule_types:
1128
+ first_order:
1129
+ description: Pirmas kliento užsakymas
1130
+ name: Pirmas užsakymas
1131
+ item_total:
1132
+ description: Užsakymo kaina yra intervale
1133
+ name: Užsakymo kaina
1134
+ landing_page:
1135
+ description: Klientas privalo būti aplankęs šį puslapį
1136
+ name: Pagrindinis
1137
+ one_use_per_user:
1138
+ description: Suteikiamas tik vieną kartą vienam vartotojui
1139
+ name: 1x vartotojui
1140
+ option_value:
1141
+ description: Užsakymo krepšelyje yra prekių atitinkančių nurodytas savybes
1142
+ name: Savybės
1143
+ product:
1144
+ description: Užsakymo krepšelyje yra nurodytos prekės
1145
+ name: Nustatytos prekės
1146
+ taxon:
1147
+ description: Užsakymo krepšelyje yra prekių rinkinys
1148
+ name: Klasifikacija
1149
+ user:
1150
+ description: Skirta tik nurodytiems klientams
1151
+ name: Klientai
1152
+ user_logged_in:
1153
+ description: Skirta tik užsiregistravusiems klientams
1154
+ name: Prisijungę klientai
1155
+ promotion_uses: Akcijos naudojimas
1156
+ promotionable: Akcijos leidžiamos
1157
+ promotions: Akcijos
1158
+ propagate_all_variants: Visiems prekių variantams
1159
+ properties: Prekės savybės
1160
+ property: Savybė
1161
+ prototype: Šablonas
1162
+ prototypes: Šablonai
1163
+ provider: Valdiklis
1164
+ provider_settings_warning: Jei keičiate tiekėją, pirmiausia išsaugokite, kad galėtumėte keisti tiekėjo duomenis
1165
+ qty: Vnt.
1166
+ quantity: Kiekis
1167
+ quantity_returned: Grąžintų prekių kiekis
1168
+ quantity_shipped: Išsiųstų prekių kiekis
1169
+ quick_search: Greitoji paieška
1170
+ rate: Dažnis
1171
+ reason: Priežastis
1172
+ receive: gauti
1173
+ receive_stock: Gauti likutį
1174
+ received: Gauta
1175
+ reception_status: Gavimo būsena
1176
+ reference: Vieta
1177
+ reference_contains: Raktažodžiai
1178
+ refund: Kompensacija
1179
+ refund_amount_must_be_greater_than_zero: Kompensacijos suma turi būti didesnė nei 0
1180
+ refund_reasons: Kompensavimo priežastys
1181
+ refunded_amount: Kompensuota suma
1182
+ refunds: Kompensacijos
1183
+ register: Naujo vartotojo registracija
1184
+ registration: Registracija
1185
+ reimburse: Kompensuoti
1186
+ reimbursed: Kompensuota
1187
+ reimbursement: Kompensacija
1188
+ reimbursement_mailer:
1189
+ reimbursement_email:
1190
+ days_to_send: Dienos išsiųsti
1191
+ dear_customer: Gerbiamas kliente
1192
+ exchange_summary: Rinkos apžvalga
1193
+ for: Skirta
1194
+ instructions: Instrukcijos
1195
+ refund_summary: Grąžinimo santrauka
1196
+ subject: Tema
1197
+ total_refunded: viso kompensuota
1198
+ reimbursement_perform_failed: Nepavyko atlikti kompensavimo
1199
+ reimbursement_status: Kompensacijos būsena
1200
+ reimbursement_type: Kompensacijos tipas
1201
+ reimbursement_type_override: Nepaisyti kompensacijos tipo
1202
+ reimbursement_types: Kompensacijos būdai
1203
+ reimbursements: Kompensacijos
1204
+ reject: Atmesti
1205
+ rejected: Atmestas
1206
+ remember_me: Prisiminti mane
1207
+ remove: Panaikinti
1208
+ rename: Pervadinti
1209
+ report: Ataskaita
1210
+ reports: Ataskaitos
1211
+ resellable: Perparduodamas
1212
+ resend: Pakartotinis
1213
+ reset_password: Keisti slaptažodį
1214
+ response_code: Response Code
1215
+ resume: atnaujinti
1216
+ resumed: Atnaujinta
1217
+ return: grįžti
1218
+ return_authorization: Grąžinimo patvirtinimas
1219
+ return_authorization_reasons: Prekių grąžinimo patvirtinimo priežastys
1220
+ return_authorization_updated: Prekių grąžinimo patvirtinimas atnaujintas
1221
+ return_authorizations: Grąžinimo patvirtinimai
1222
+ return_item_inventory_unit_ineligible: Grąžinama prekė iš inventoriaus netinkama
1223
+ return_item_inventory_unit_reimbursed: inventoriaus grąžintina prekė kompensuota
1224
+ return_item_order_not_completed: Prekės grąžinimas neužbaigtas
1225
+ return_item_rma_ineligible: Grąžintinos prekės RMA netinkamas
1226
+ return_item_time_period_ineligible: Grąžintinos prekės laikotarpis netinkamas
1227
+ return_items: Grąžintinos prekės
1228
+ return_items_cannot_be_associated_with_multiple_orders: Grąžintinos prekės negali būti susietos su keliais užsakymais iš karto
1229
+ return_number: Grąžinimo numeris
1230
+ return_quantity: Grąžintinas kiekis
1231
+ returned: Grąžinta
1232
+ returns: Grąžinimai
1233
+ review: Atsiliepimas
1234
+ risk: Rizika
1235
+ risk_analysis: Rizikos analizė
1236
+ risky: Rizikinga
1237
+ rma_credit: RMA Kreditas
1238
+ rma_number: RMA Numeris
1239
+ rma_value: RMA Reikšmė
1240
+ role_id: Grupės pavadinimas
1241
+ roles: Vartotojų grupės
1242
+ rules: Taisyklės
1243
+ safe: Saugu
1244
+ sales_total: Viso
1245
+ sales_total_description: Visų užsakymų suma
1246
+ sales_totals: Visi pardavimai
1247
+ save_and_continue: Toliau
1248
+ save_my_address: Išsaugoti mano adresą
1249
+ say_no: false
1250
+ say_yes: true
1251
+ scope: Apimtis
1252
+ search: Paieška
1253
+ search_results: "Paieškos rezultatai: '%{keywords}'"
1254
+ searching: Ieškoma
1255
+ secure_connection_type: Saugaus susijungimo tipas
1256
+ security_settings: Saugumo nustatymai
1257
+ select: Pasirinkti
1258
+ select_a_return_authorization_reason: Pasirinkti grąžinimo patvirtinimo priežastį
1259
+ select_a_stock_location: Pasirikti sandėlio likučio vietą
1260
+ select_a_store_credit_reason: Priežastis suteikti kreditą
1261
+ select_from_prototype: Pasirinkti iš šablono
1262
+ select_stock: Pasirinkti likutį
1263
+ selected_quantity_not_available: "%{item} yra per mažas."
1264
+ send_copy_of_all_mails_to: Siųsti visų el. laiškų kopijas į
1265
+ send_mails_as: Siųsti el. laiškus, kaip
1266
+ server: Serveris
1267
+ server_error: Serverio klaida
1268
+ settings: Nustatymai
1269
+ ship: Išsiųsti
1270
+ ship_address: Siuntimo adresas
1271
+ ship_total: Viso už siuntimą
1272
+ shipment: Siuntos būsena
1273
+ shipment_adjustments: Siuntos pataisymai
1274
+ shipment_details: Siuntos detalės
1275
+ shipment_mailer:
1276
+ shipped_email:
1277
+ dear_customer: Mielas pirkėjau,
1278
+ instructions: Jūsų užsakymas buvo išsiųstas
1279
+ shipment_summary: Siuntos santrauka
1280
+ subject: Siuntos pranešimas
1281
+ thanks: Ačiū, kad perkate!
1282
+ track_information: 'Siuntos kodas: %{tracking}'
1283
+ track_link: 'Sekimo nuoroda: %{url}'
1284
+ shipping_method: Išsiųsta per
1285
+ shipment_state: Siuntos būsena
1286
+ shipment_states:
1287
+ backorder: išankstinis užsakymas
1288
+ canceled: užsakymas atšauktas
1289
+ partial: dalinai išsiųsta
1290
+ pending: laukiama apmokėjimo
1291
+ ready: paruošta siuntimui
1292
+ shipped: išsiųsta
1293
+ shipment_transfer_error: Siuntos perkėlimo klaida
1294
+ shipment_transfer_success: Siuntos perkėlimas sėkmingas
1295
+ shipments: Siuntos
1296
+ shipped: Išsiųsta
1297
+ shipping: Už pristatymą
1298
+ shipping_address: Pristatymo adresas
1299
+ shipping_categories: Siuntimo kategorijos
1300
+ shipping_category: Pristatymo kategorija
1301
+ shipping_flat_rate_per_item: Pristatymo mokestis grupei
1302
+ shipping_flat_rate_per_order: Pristatymo mokestis
1303
+ shipping_flexible_rate: Kintantis mokestis
1304
+ shipping_instructions: Pristatymo instrukcijos
1305
+ shipping_method: Pristatymo būdas
1306
+ shipping_methods: Pristatymo būdai
1307
+ shipping_price_sack: Kainų eilė
1308
+ shipping_rates:
1309
+ display_price:
1310
+ excluding_tax: "%{price} (+ %{tax_amount} %{tax_rate_name})"
1311
+ including_tax: "%{price} (Įsk. %{tax_amount} %{tax_rate_name})"
1312
+ shipping_total: Pristatymas
1313
+ shop_by_taxonomy: "%{taxonomy}:"
1314
+ shopping_cart: Prekių krepšelis
1315
+ show: Rodyti
1316
+ show_active: Rodyti aktyvius
1317
+ show_deleted: Rodyti ištrintus
1318
+ show_discontinued: Rodyti išparduotus
1319
+ show_only_complete_orders: Rodyti tik atliktus užsakymus
1320
+ show_only_considered_risky: Rodyti tik laikomus nesaugiais užsakymus
1321
+ show_rate_in_label: Rodyti tarifą pirkėjui
1322
+ sku: SKU kodas
1323
+ skus:
1324
+ slug: URL
1325
+ smtp_authentication_type: SMTP autentikacijos tipas
1326
+ smtp_send_all_emails_as_from_following_address: Siųsti el. laiškus iš šio pašto adreso.
1327
+ smtp_send_copy_to_this_addresses: Visų iš parduotuvės pašto dėžutės išsiųstų laiškų kopijas siųsti į šią dėžutę.
1328
+ smtp_username: SMTP vartotojo vardas
1329
+ smtp_password: SMTP slaptažodis
1330
+ smtp_port: SMTP prievadas
1331
+ source: Vieta
1332
+ special_instructions: Specialios instrukcijos
1333
+ split: Išskaidyti
1334
+ spree_gateway_error_flash_for_checkout: Įvyko klaida su Jūsų mokėjimo informacija. Patikrinkite duomenis ir pabandykite iš naujo.
1335
+ ssl:
1336
+ change_protocol: Pakeisti protokolą
1337
+ start: Nuo
1338
+ state: Apskritis
1339
+ state_based: Taikoma apskričiai
1340
+ state_machine_states:
1341
+ accepted: Priimta
1342
+ address: Adresas
1343
+ authorized: Patvirtinta
1344
+ awaiting: Laukiama
1345
+ awaiting_return: Laukiama grąžinimo
1346
+ backordered: Išanksto užsakyta
1347
+ canceled: Atšaukta
1348
+ cart: Vežimėlis
1349
+ checkout: Pirkti
1350
+ closed: Uždaryta
1351
+ complete: Atlikti
1352
+ completed: Atlikta
1353
+ confirm: Patvirtinti
1354
+ delivery: Pristatymas
1355
+ errored: Klaida
1356
+ failed: Nepavyko
1357
+ given_to_customer: Perduota pirkėjui
1358
+ invalid: Neleistinas
1359
+ manual_intervention_required: Reikalingas rankinis įsikišimas
1360
+ on_hand: Turima
1361
+ open: Atidaryta
1362
+ order: Užsakymas
1363
+ payment: Mokėjimas
1364
+ pending: Laukiama
1365
+ processing: Apdorojama
1366
+ ready: Paruošta
1367
+ reimbursed: Kompensuota
1368
+ resumed: Atnaujintas
1369
+ returned: Grąžintas
1370
+ shipped: Išsiųstas
1371
+ void: Tuščias
1372
+ states: Apskritys
1373
+ states_required: Reikia pasirinkti apskritį
1374
+ status: Statusas
1375
+ stock: Likutis
1376
+ stock_item: Prekė
1377
+ stock_item_id: Prekės ID
1378
+ stock_location: Prekės likučio buvimo vieta
1379
+ stock_location_info: Prekės likučio buvimo vietos informacija
1380
+ stock_locations: Sandėliai
1381
+ stock_locations_need_a_default_country: Prekės likučio buvimo vietoms reikia numatytos šalies
1382
+ stock_management: Prekės likučio valdymas
1383
+ stock_management_requires_a_stock_location: Pridėkite prekės likučio buvimo vietą, kad galėtumėte redaguoti likutį.
1384
+ stock_movements: Sandėlio būsena
1385
+ stock_movements_for_stock_location: Sandėlio '%{stock_location_name}' likučiai
1386
+ stock_successfully_transferred: Likutis sėkmingai perkeltas į naują vietą.
1387
+ stock_transfer: Prekės likučio perkėlimas
1388
+ stock_transfers: Prekės likučių perkėlimai
1389
+ stop: Iki
1390
+ store: Saugoti
1391
+ store_credits: Kreditai
1392
+ street_address: Gatvė
1393
+ street_address_2: Gatvė (tęsinys)
1394
+ subtotal: Tarpinė suma
1395
+ subtract: Atimti
1396
+ success: Pavyko
1397
+ successfully_created: "%{resource} buvo sėkmingai sukurtas!"
1398
+ successfully_refunded: Kompensuota sėkmingai
1399
+ successfully_removed: "%{resource} buvo sėkmingai ištrintas!"
1400
+ successfully_signed_up_for_analytics: Sėkmingai prisiregistravote prie Spree Analytics
1401
+ successfully_updated: "%{resource} buvo sėkmingai atnaujintas!"
1402
+ summary: Santrauka
1403
+ tags: Raktažodžiai
1404
+ tags_placeholder: Prekes apibūdinantys raktažodžiai
1405
+ tax: Mokestis
1406
+ tax_categories: Mokesčių kategorijos
1407
+ tax_category: Mokesčių kategorija
1408
+ tax_code: Mokesčio kodas
1409
+ tax_included: Mokestis įskaičiuotas
1410
+ tax_rate_amount_explanation: Įveskite mokesčio tarifą formatu nuo 0 iki 1 (pavyzdžiui, 0.05 bus 5% mokestis)
1411
+ tax_rates: Mokesčio tarifai
1412
+ taxon: Klasė
1413
+ taxon_edit: Keisti klasę
1414
+ taxon_placeholder: Pridėti klasę
1415
+ taxon_rule:
1416
+ choose_taxons: Pasirinkti prekių klasę
1417
+ label: Etiketė
1418
+ match_all: Turi atitikti visus
1419
+ match_any: Turi atitikti bet kurį
1420
+ taxonomies: Klasifikacijos
1421
+ taxonomy: Klasifikacija
1422
+ taxonomy_edit: Redaguoti klasifikaciją
1423
+ taxonomy_tree_error: Atlikti pakeitimai buvo atmesti. Klasifikacijos hierarchija grąžinta į pradinę būklę. Pabandykite dar kartą.
1424
+ taxonomy_tree_instruction: "* Paspauskite dešiniu pelės klavišu ant klasifikacijos medžio elemento, kad galėtumėte pridėti, pašalinti ar rikiuoti elementus."
1425
+ taxons: Klasifikacijos
1426
+ test: Testas
1427
+ test_mailer:
1428
+ test_email:
1429
+ greeting: Sveikiname!
1430
+ message: Jei gavote šį el. laišką, tuomet jūsų el. laiškų nustatymai yra teisingi.
1431
+ subject: Testinis laiškas
1432
+ test_mode: Testinis Rėžimas
1433
+ thank_you_for_your_order: Ačiū, kad perkate!
1434
+ there_are_no_items_for_this_order: Nepridėtos prekės šiam užsakymui. Pridėkite prekę, kad galėtumėte tęsti.
1435
+ there_were_problems_with_the_following_fields: Neteisingai užpildyti laukai
1436
+ this_order_has_already_received_a_refund: Šis užsakymas jau buvo kompensuotas
1437
+ thumbnail: Paveiksliukas
1438
+ tiered_flat_rate: Pakopiniės sumos
1439
+ tiered_percent: Pakopiniai procentai
1440
+ tiers: Pakopos
1441
+ time: Laikas
1442
+ to_add_variants_you_must_first_define: Kad galėtumėte pridėti variantus, pirma turite pridėti
1443
+ total: Viso
1444
+ total_per_item: Viso prekėms
1445
+ total_pre_tax_refund: Viso kompensacijos prieš mokesčius
1446
+ total_price: Galutinė kaina
1447
+ total_sales: Visų užsakymų suma
1448
+ track_inventory: Sekti likutį
1449
+ tracking: Siuntos kodas
1450
+ tracking_number: Siuntos kodas
1451
+ tracking_url: Sekimo URL
1452
+ tracking_url_placeholder: pvz. http://quickship.com/package?num=:tracking
1453
+ transaction_id: Transakcijos ID
1454
+ transfer_from_location: Perkelti iš
1455
+ transfer_stock: Perkelti likutį
1456
+ transfer_to_location: Perkelti į
1457
+ tree: Hierarchija
1458
+ type: Tipas
1459
+ type_to_search: Ieškoti tipo
1460
+ unable_to_connect_to_gateway: Nepavyko prisijungti prie sąsajos.
1461
+ unable_to_create_reimbursements: Nepavyko sukurti kompensacijų
1462
+ under_price: Mažiau nei %{price}
1463
+ unlock: Atrakinti
1464
+ unrecognized_card_type: Nežinoma mokėjimo kortelė
1465
+ unshippable_items: Neįmanomos išsiųsti prekės
1466
+ update: Atnaujinti
1467
+ updating: Atnaujinama
1468
+ usage_limit: Naudojimo limitas
1469
+ use_app_default: Naudoti aplikacijos numatytąją reikšmę
1470
+ use_billing_address: Naudoti mokėtojo adresą
1471
+ use_existing_cc: Naudoti įvestą mokėjimo kortelę
1472
+ use_new_cc: Naudoti naują mokėjimo kortelę
1473
+ use_new_cc_or_payment_method: Naudoti naują mokėjimo kortelę arba kitą mokėjimo metodą
1474
+ use_s3: Naudoti Amazon S3 paveikslėliams
1475
+ user: Vartotojas
1476
+ user_rule:
1477
+ choose_users: Pasirinkti vartotojus
1478
+ users: Vartotojai
1479
+ validation:
1480
+ cannot_be_less_than_shipped_units: negali būti mažiau, nei išsiųstų vienetų skaičius.
1481
+ cannot_destroy_line_item_as_inventory_units_have_shipped: Negalima ištrinti rinkinio, kadangi turimos prekės išsiųstos.
1482
+ exceeds_available_stock: exceeds available stock. Įsitikinkite, kad rinkiniui priklausančios prekės turi teisingą likutį.
1483
+ is_too_large: yra per daug -- turimas likutis nepakankamas užsakymui!
1484
+ must_be_int: turi būti sveikas skaičius
1485
+ must_be_non_negative: turi būti teigiamas skaičius
1486
+ unpaid_amount_not_zero: negali būti nulis
1487
+ value: Reikšmė
1488
+ variant: Prekės variantas
1489
+ variant_placeholder: Pasirinkti prekės variantą
1490
+ variants: Variantai
1491
+ version: Versija
1492
+ void: Anuliuoti
1493
+ weight: Svoris
1494
+ what_is_a_cvv: Kas yra (CVV) Mokėjimo kortelės kodas?
1495
+ what_is_this: Kas tai?
1496
+ width: Plotis
1497
+ year: Metai
1498
+ you_have_no_orders_yet: Kolkas nieko neužsisakėte.
1499
+ your_cart_is_empty: Jūsų krepšelis tuščias
1500
+ your_order_is_empty_add_product: Jūsų užsakymas tuščias. Raskite patinkančią prekę ir įsidėkite.
1501
+ zip: Pašto kodas
1502
+ zipcode: Pašto kodas
1503
+ zone: Zona
1504
+ zones: Zonos