solidus_i18n 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +20 -0
- data/.hound.yml +25 -0
- data/.rubocop.yml +7 -0
- data/.travis.yml +12 -0
- data/CONTRIBUTING.md +70 -0
- data/Gemfile +13 -0
- data/Guardfile +11 -0
- data/LICENSE.md +26 -0
- data/README.md +74 -0
- data/Rakefile +85 -0
- data/app/assets/javascripts/spree/backend/solidus_i18n.js +2 -0
- data/app/assets/javascripts/spree/backend/translations.js.coffee +5 -0
- data/app/assets/javascripts/spree/frontend/cart_decorator.js.coffee +5 -0
- data/app/assets/javascripts/spree/frontend/locale.js.coffee +3 -0
- data/app/assets/javascripts/spree/frontend/solidus_i18n.js +2 -0
- data/app/assets/stylesheets/spree/backend/solidus_i18n.css +8 -0
- data/app/assets/stylesheets/spree/frontend/solidus_i18n.css +8 -0
- data/app/controllers/spree/admin/general_settings_controller_decorator.rb +12 -0
- data/app/controllers/spree/api/base_controller_decorator.rb +3 -0
- data/app/controllers/spree/base_controller_decorator.rb +3 -0
- data/app/controllers/spree/locale_controller_decorator.rb +6 -0
- data/app/helpers/solidus_i18n/locale_helper.rb +31 -0
- data/app/overrides/spree/admin/general_settings/edit/localization_settings.html.erb.deface +20 -0
- data/app/overrides/spree/shared/_main_nav_bar/cart_link.html.erb.deface +9 -0
- data/app/overrides/spree/shared/_main_nav_bar/locale_selector.html.erb.deface +16 -0
- data/bin/rails +7 -0
- data/config/initializers/country_names.rb +51 -0
- data/config/initializers/routing_filter.rb +2 -0
- data/config/locales/bg.yml +1330 -0
- data/config/locales/ca.yml +1334 -0
- data/config/locales/cs.yml +1363 -0
- data/config/locales/da.yml +1336 -0
- data/config/locales/de-CH.yml +1288 -0
- data/config/locales/de.yml +1477 -0
- data/config/locales/en-AU.yml +1334 -0
- data/config/locales/en-GB.yml +1338 -0
- data/config/locales/en-IN.yml +1336 -0
- data/config/locales/en-NZ.yml +1334 -0
- data/config/locales/es-CL.yml +1398 -0
- data/config/locales/es-EC.yml +1338 -0
- data/config/locales/es-MX.yml +1337 -0
- data/config/locales/es.yml +1338 -0
- data/config/locales/et.yml +1316 -0
- data/config/locales/fa.yml +1163 -0
- data/config/locales/fi.yml +1352 -0
- data/config/locales/fr.yml +1588 -0
- data/config/locales/id.yml +1335 -0
- data/config/locales/it.yml +1395 -0
- data/config/locales/ja.yml +1336 -0
- data/config/locales/ko.yml +1294 -0
- data/config/locales/lv.yml +1328 -0
- data/config/locales/nb.yml +1339 -0
- data/config/locales/nl.yml +1338 -0
- data/config/locales/pl.yml +1345 -0
- data/config/locales/pt-BR.yml +1364 -0
- data/config/locales/pt.yml +1290 -0
- data/config/locales/ro.yml +1335 -0
- data/config/locales/ru.yml +1400 -0
- data/config/locales/sk.yml +1345 -0
- data/config/locales/sl-SI.yml +1288 -0
- data/config/locales/sv.yml +1372 -0
- data/config/locales/th.yml +1330 -0
- data/config/locales/tr.yml +1291 -0
- data/config/locales/uk.yml +1447 -0
- data/config/locales/vi.yml +1290 -0
- data/config/locales/zh-CN.yml +1345 -0
- data/config/locales/zh-TW.yml +1293 -0
- data/config/routes.rb +6 -0
- data/db/migrate/20150609154031_remove_translations_from_spree_tables.rb +65 -0
- data/lib/generators/solidus_i18n/install/install_generator.rb +27 -0
- data/lib/solidus_i18n/configuration.rb +9 -0
- data/lib/solidus_i18n/controller_locale_helper.rb +29 -0
- data/lib/solidus_i18n/engine.rb +45 -0
- data/lib/solidus_i18n/locale.rb +13 -0
- data/lib/solidus_i18n/utils.rb +56 -0
- data/lib/solidus_i18n/version.rb +18 -0
- data/lib/solidus_i18n.rb +8 -0
- data/lib/tasks/solidus_i18n/upgrade.rake +43 -0
- data/solidus_i18n.gemspec +46 -0
- data/spec/controllers/locales_controller_spec.rb +24 -0
- data/spec/features/admin/translations_spec.rb +33 -0
- data/spec/features/russian_errors_translation_spec.rb +17 -0
- data/spec/features/translation_spec.rb +31 -0
- data/spec/features/translations_spec.rb +28 -0
- data/spec/spec_helper.rb +31 -0
- data/spec/support/capybara.rb +11 -0
- data/spec/support/database_cleaner.rb +23 -0
- data/spec/support/factory_girl.rb +5 -0
- data/spec/support/i18n.rb +5 -0
- data/spec/support/spree.rb +12 -0
- metadata +411 -0
@@ -0,0 +1,1335 @@
|
|
1
|
+
ro:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
spree/address:
|
5
|
+
address1: Adresă
|
6
|
+
address2: Adresă (continuare)
|
7
|
+
city: Localitate
|
8
|
+
country: "Țara"
|
9
|
+
firstname: Prenume
|
10
|
+
lastname: Nume
|
11
|
+
phone: Telefon
|
12
|
+
state: Județ / Regiune
|
13
|
+
zipcode: Cod poștal
|
14
|
+
spree/calculator/tiered_flat_rate:
|
15
|
+
preferred_base_amount:
|
16
|
+
preferred_tiers:
|
17
|
+
spree/calculator/tiered_percent:
|
18
|
+
preferred_base_percent:
|
19
|
+
preferred_tiers:
|
20
|
+
spree/country:
|
21
|
+
iso: ISO
|
22
|
+
iso3: ISO3
|
23
|
+
iso_name: Denumire ISO
|
24
|
+
name: Nume
|
25
|
+
numcode: Cod ISO
|
26
|
+
spree/credit_card:
|
27
|
+
base: Bază
|
28
|
+
cc_type: Tip
|
29
|
+
month: Luna
|
30
|
+
name:
|
31
|
+
number: Număr
|
32
|
+
verification_value: Cod de verificare
|
33
|
+
year: An
|
34
|
+
spree/inventory_unit:
|
35
|
+
state: Județ / Regiune
|
36
|
+
spree/line_item:
|
37
|
+
price: Preț
|
38
|
+
quantity: Cantitate
|
39
|
+
spree/option_type:
|
40
|
+
name: Nume
|
41
|
+
presentation: Prezentare
|
42
|
+
spree/order:
|
43
|
+
checkout_complete: Comandă finalizată
|
44
|
+
completed_at: Finalizată la
|
45
|
+
considered_risky:
|
46
|
+
coupon_code: Cod Cupon
|
47
|
+
created_at: Data comenzii
|
48
|
+
email: E-Mail Client
|
49
|
+
ip_address: Adresa IP
|
50
|
+
item_total: Total articole
|
51
|
+
number: Număr
|
52
|
+
payment_state: Stare Plată
|
53
|
+
shipment_state: Stare Livrare
|
54
|
+
special_instructions: Instrucțiuni speciale
|
55
|
+
state: Județ / Regiune
|
56
|
+
total: Total
|
57
|
+
spree/order/bill_address:
|
58
|
+
address1: Strada adresă de facturare
|
59
|
+
city: Oraș adresă de facturare
|
60
|
+
firstname: Prenume adresă de facturare
|
61
|
+
lastname: Nume adresă de facturare
|
62
|
+
phone: Telefon adresă de facturare
|
63
|
+
state: Județ adresă de facturare
|
64
|
+
zipcode: Cod poștal adresă de facturare
|
65
|
+
spree/order/ship_address:
|
66
|
+
address1: Stradă adresă de livrare
|
67
|
+
city: Oraș adresă de livrare
|
68
|
+
firstname: Prenume adresă de livrare
|
69
|
+
lastname: Nume adresă de livrare
|
70
|
+
phone: Telefon adresă de livrare
|
71
|
+
state: Județ adresă de livrare
|
72
|
+
zipcode: Cod poștal adresă de livrare
|
73
|
+
spree/payment:
|
74
|
+
amount: Valoare
|
75
|
+
spree/payment_method:
|
76
|
+
name: Nume
|
77
|
+
spree/product:
|
78
|
+
available_on: Disponibil de la
|
79
|
+
cost_currency: Valută preț de cost
|
80
|
+
cost_price: Preț de cost
|
81
|
+
description: Descriere
|
82
|
+
master_price: Preț de bază
|
83
|
+
name: Nume
|
84
|
+
on_hand: "În stoc"
|
85
|
+
shipping_category: Categorie de livrare
|
86
|
+
tax_category: Categorie taxă
|
87
|
+
spree/promotion:
|
88
|
+
advertise: Promovează
|
89
|
+
code: Cod
|
90
|
+
description: Descriere
|
91
|
+
event_name: Nume eveniment
|
92
|
+
expires_at: Expiră la
|
93
|
+
name: Nume
|
94
|
+
path: Cale
|
95
|
+
starts_at: "Începe la"
|
96
|
+
usage_limit: Limită de folosire
|
97
|
+
spree/promotion_category:
|
98
|
+
name:
|
99
|
+
spree/property:
|
100
|
+
name: Nume
|
101
|
+
presentation: Descriere
|
102
|
+
spree/prototype:
|
103
|
+
name: Nume
|
104
|
+
spree/return_authorization:
|
105
|
+
amount: Suma
|
106
|
+
spree/role:
|
107
|
+
name: Nume
|
108
|
+
spree/state:
|
109
|
+
abbr: Prescurtare
|
110
|
+
name: Nume
|
111
|
+
spree/state_change:
|
112
|
+
state_changes:
|
113
|
+
state_from:
|
114
|
+
state_to:
|
115
|
+
timestamp:
|
116
|
+
type:
|
117
|
+
updated:
|
118
|
+
user:
|
119
|
+
spree/store:
|
120
|
+
mail_from_address:
|
121
|
+
meta_description:
|
122
|
+
meta_keywords:
|
123
|
+
name:
|
124
|
+
seo_title:
|
125
|
+
url:
|
126
|
+
spree/tax_category:
|
127
|
+
description: Descriere
|
128
|
+
name: Nume
|
129
|
+
spree/tax_rate:
|
130
|
+
amount: Tarif
|
131
|
+
included_in_price: Inclus în preț
|
132
|
+
show_rate_in_label: Afișează cursul în etichetă
|
133
|
+
spree/taxon:
|
134
|
+
name: Nume
|
135
|
+
permalink: Permalink
|
136
|
+
position: Poziție
|
137
|
+
spree/taxonomy:
|
138
|
+
name: Nume
|
139
|
+
spree/user:
|
140
|
+
email: Email
|
141
|
+
password: Parolă
|
142
|
+
password_confirmation: Confirmare parolă
|
143
|
+
spree/variant:
|
144
|
+
cost_currency: Valută preț de cost
|
145
|
+
cost_price: Preț de cost
|
146
|
+
depth: Adâncime
|
147
|
+
height: "Înălțime"
|
148
|
+
price: Preț
|
149
|
+
sku: Cod produs
|
150
|
+
weight: Greutate
|
151
|
+
width: Lățime
|
152
|
+
spree/zone:
|
153
|
+
description: Descriere
|
154
|
+
name: Naume
|
155
|
+
errors:
|
156
|
+
models:
|
157
|
+
spree/calculator/tiered_flat_rate:
|
158
|
+
attributes:
|
159
|
+
base:
|
160
|
+
keys_should_be_positive_number:
|
161
|
+
preferred_tiers:
|
162
|
+
should_be_hash:
|
163
|
+
spree/calculator/tiered_percent:
|
164
|
+
attributes:
|
165
|
+
base:
|
166
|
+
keys_should_be_positive_number:
|
167
|
+
values_should_be_percent:
|
168
|
+
preferred_tiers:
|
169
|
+
should_be_hash:
|
170
|
+
spree/classification:
|
171
|
+
attributes:
|
172
|
+
taxon_id:
|
173
|
+
already_linked:
|
174
|
+
spree/credit_card:
|
175
|
+
attributes:
|
176
|
+
base:
|
177
|
+
card_expired: Cartela a expirat
|
178
|
+
expiry_invalid:
|
179
|
+
spree/line_item:
|
180
|
+
attributes:
|
181
|
+
currency:
|
182
|
+
must_match_order_currency:
|
183
|
+
spree/refund:
|
184
|
+
attributes:
|
185
|
+
amount:
|
186
|
+
greater_than_allowed:
|
187
|
+
spree/reimbursement:
|
188
|
+
attributes:
|
189
|
+
base:
|
190
|
+
return_items_order_id_does_not_match:
|
191
|
+
spree/return_item:
|
192
|
+
attributes:
|
193
|
+
inventory_unit:
|
194
|
+
other_completed_return_item_exists:
|
195
|
+
reimbursement:
|
196
|
+
cannot_be_associated_unless_accepted:
|
197
|
+
spree/store:
|
198
|
+
attributes:
|
199
|
+
base:
|
200
|
+
cannot_destroy_default_store:
|
201
|
+
models:
|
202
|
+
spree/address:
|
203
|
+
one: Adresă
|
204
|
+
other: Adrese
|
205
|
+
spree/country:
|
206
|
+
one: "Țara"
|
207
|
+
other: "Țări"
|
208
|
+
spree/credit_card:
|
209
|
+
one: Card de credit
|
210
|
+
other: Carduri de credit
|
211
|
+
spree/customer_return:
|
212
|
+
spree/inventory_unit:
|
213
|
+
one: Unitatea de inventar
|
214
|
+
other: Unități de inventar
|
215
|
+
spree/line_item:
|
216
|
+
one: Element
|
217
|
+
other: Elemente
|
218
|
+
spree/option_type:
|
219
|
+
spree/option_value:
|
220
|
+
spree/order:
|
221
|
+
one: Comandă
|
222
|
+
other: Comenzi
|
223
|
+
spree/payment:
|
224
|
+
one: Plată
|
225
|
+
other: Plăți
|
226
|
+
spree/payment_method:
|
227
|
+
spree/product:
|
228
|
+
one: Produs
|
229
|
+
other: Produse
|
230
|
+
spree/promotion:
|
231
|
+
spree/promotion_category:
|
232
|
+
spree/property:
|
233
|
+
one: Proprietate
|
234
|
+
other: Proprietăți
|
235
|
+
spree/prototype:
|
236
|
+
one: Prototip
|
237
|
+
other: Prototipuri
|
238
|
+
spree/refund_reason:
|
239
|
+
spree/reimbursement:
|
240
|
+
spree/reimbursement_type:
|
241
|
+
spree/return_authorization:
|
242
|
+
one: Autorizație de retur
|
243
|
+
other: Autorizații de retur
|
244
|
+
spree/return_authorization_reason:
|
245
|
+
spree/role:
|
246
|
+
one: Roluri
|
247
|
+
other: Roluri
|
248
|
+
spree/shipment:
|
249
|
+
one: Expediție
|
250
|
+
other: Expediții
|
251
|
+
spree/shipping_category:
|
252
|
+
one: Categorie de expediție
|
253
|
+
other: Categorii de expediții
|
254
|
+
spree/shipping_method:
|
255
|
+
spree/state:
|
256
|
+
one: Județ / Regiune
|
257
|
+
other: Județe / Regiuni
|
258
|
+
spree/state_change:
|
259
|
+
spree/stock_location:
|
260
|
+
spree/stock_movement:
|
261
|
+
spree/stock_transfer:
|
262
|
+
spree/tax_category:
|
263
|
+
one: Categorie de taxare
|
264
|
+
other: Categorii de taxare
|
265
|
+
spree/tax_rate:
|
266
|
+
one: Tarif taxă
|
267
|
+
other: Tarife taxe
|
268
|
+
spree/taxon:
|
269
|
+
one: Clasificare
|
270
|
+
other: Clasificări
|
271
|
+
spree/taxonomy:
|
272
|
+
one: Clasificare
|
273
|
+
other: Clasificări
|
274
|
+
spree/tracker:
|
275
|
+
spree/user:
|
276
|
+
one: Utilizator
|
277
|
+
other: Utilizatori
|
278
|
+
spree/variant:
|
279
|
+
one: Variantă
|
280
|
+
other: Variante
|
281
|
+
spree/zone:
|
282
|
+
one: Zonă
|
283
|
+
other: Zone
|
284
|
+
devise:
|
285
|
+
confirmations:
|
286
|
+
confirmed: Contul dumneavoastră a fost confirmat cu succes. Sunteți autentificat.
|
287
|
+
send_instructions: Veți primi un email cu instrucțiuni pentru confirmarea contului în câteva minute.
|
288
|
+
failure:
|
289
|
+
inactive: Contul dumneavoastră nu a fost activat încă.
|
290
|
+
invalid: Email sau parolă nevalide.
|
291
|
+
invalid_token: Cod de autentificare nevalid.
|
292
|
+
locked: Contul dumneavoastră este blocat.
|
293
|
+
timeout: Sesiunea dumneavoastră a expirat, vă rugăm reautentificați-vă pentru a continua.
|
294
|
+
unauthenticated: Trebuie să vă înregistrați sau autentificați înainte de a continua.
|
295
|
+
unconfirmed: Trebuie să confirmați contul înainte de a continua.
|
296
|
+
mailer:
|
297
|
+
confirmation_instructions:
|
298
|
+
subject: Instrucțiuni de confirmare
|
299
|
+
reset_password_instructions:
|
300
|
+
subject: Instrucțiuni resetare parolă
|
301
|
+
unlock_instructions:
|
302
|
+
subject: Instrucțiuni deblocare
|
303
|
+
oauth_callbacks:
|
304
|
+
failure:
|
305
|
+
success:
|
306
|
+
unlocks:
|
307
|
+
send_instructions: Veți primi un email cu instrucțiuni pentru a vă debloca contul în câteva minute.
|
308
|
+
unlocked: Contul dumneavoastră a fost deblocat cu succes. Puteți să vă autentificați.
|
309
|
+
user_passwords:
|
310
|
+
user:
|
311
|
+
cannot_be_blank: Parola dumneavoastră nu poate să fie goală.
|
312
|
+
send_instructions: Veți primi un email cu instrucțiuni pentru a vă reseta parola în câteva minute.
|
313
|
+
updated: Parola dumneavoastră a fost schimbată cu success. Sunteți autentificat.
|
314
|
+
user_registrations:
|
315
|
+
destroyed: La revedere! Contul dumneavoastră a fost șters cu succes. Sperăm să vă revedem în curând.
|
316
|
+
inactive_signed_up: V-ați înscris cu succes. Din păcate nu am putut să vă autentificăm din cauză că acest cont este %{reason}.
|
317
|
+
signed_up: Bun venit! V-ați înscris cu succes.
|
318
|
+
updated: V-ați actualizat contul cu succes.
|
319
|
+
user_sessions:
|
320
|
+
signed_in: Autentificare cu succes.
|
321
|
+
signed_out: Deautentificare cu success.
|
322
|
+
errors:
|
323
|
+
messages:
|
324
|
+
already_confirmed: a fost deja confirmat
|
325
|
+
not_found: nu a fost găsit
|
326
|
+
not_locked: nu a fost blocat
|
327
|
+
not_saved:
|
328
|
+
one: 'o eroare a împiedicat acest %{resource} să fie salvat:'
|
329
|
+
other: "%{count} erori au împiedicat acest %{resource} să fie salvat:"
|
330
|
+
spree:
|
331
|
+
abbreviation: Prescurtare
|
332
|
+
accept:
|
333
|
+
acceptance_errors:
|
334
|
+
acceptance_status:
|
335
|
+
accepted:
|
336
|
+
account: Cont
|
337
|
+
account_updated: Cont actualizat!
|
338
|
+
action: Acțiune
|
339
|
+
actions:
|
340
|
+
cancel: Anulează
|
341
|
+
continue: Continuă
|
342
|
+
create: Creează
|
343
|
+
destroy: "Șterge"
|
344
|
+
edit: Editează
|
345
|
+
list: Listează
|
346
|
+
listing: Listare
|
347
|
+
new: Nou
|
348
|
+
refund:
|
349
|
+
save: Salvează
|
350
|
+
update: Actualizează
|
351
|
+
activate: Activează
|
352
|
+
active: Activ
|
353
|
+
add: Adaugă
|
354
|
+
add_action_of_type: Adaugă tip acțiune
|
355
|
+
add_country: Adaugă țară
|
356
|
+
add_coupon_code:
|
357
|
+
add_new_header: Adaugă header nou
|
358
|
+
add_new_style: Adaugă stil nou
|
359
|
+
add_one: Adaugă unul
|
360
|
+
add_option_value: Adaugă valoare opțiune
|
361
|
+
add_product: Adaugă produs
|
362
|
+
add_product_properties: Adaugă proprietate
|
363
|
+
add_rule_of_type: Adaugă o regulă de tip
|
364
|
+
add_state: Adaugă județ / regiune
|
365
|
+
add_stock: Adaugă în stoc
|
366
|
+
add_stock_management: Adaugă gestiune stoc
|
367
|
+
add_to_cart: Adaugă în coș
|
368
|
+
add_variant: Adaugă variantă
|
369
|
+
additional_item: Cost adițional pe articol
|
370
|
+
address1: Adresă
|
371
|
+
address2: Adresă (continuare)
|
372
|
+
adjustable:
|
373
|
+
adjustment: Re-evaluare
|
374
|
+
adjustment_amount: Valoare
|
375
|
+
adjustment_successfully_closed: Ajustarea a fost închisă cu succes!
|
376
|
+
adjustment_successfully_opened: Ajustarea a fost deschisă cu succes!
|
377
|
+
adjustment_total: Total re-evaluare
|
378
|
+
adjustments: Re-evaluare
|
379
|
+
admin:
|
380
|
+
tab:
|
381
|
+
configuration: Configurație
|
382
|
+
option_types: Tipuri opțiune
|
383
|
+
orders: Comenzi
|
384
|
+
overview: Prezentare generală
|
385
|
+
products: Produse
|
386
|
+
promotions: Promoții
|
387
|
+
promotion_categories:
|
388
|
+
properties: Proprietăți
|
389
|
+
prototypes: Prototipuri
|
390
|
+
reports: Rapoarte
|
391
|
+
taxonomies:
|
392
|
+
taxons:
|
393
|
+
users: Utilizatori
|
394
|
+
user:
|
395
|
+
account:
|
396
|
+
addresses:
|
397
|
+
items:
|
398
|
+
items_purchased:
|
399
|
+
order_history:
|
400
|
+
order_num:
|
401
|
+
orders:
|
402
|
+
user_information:
|
403
|
+
administration: Administrare
|
404
|
+
advertise:
|
405
|
+
agree_to_privacy_policy: Acceptă Politica de Confidențialitate
|
406
|
+
agree_to_terms_of_service: Acceptă Condițiile de Utilizare
|
407
|
+
all: Toate
|
408
|
+
all_adjustments_closed: Toate ajustările au fost închise cu succes!
|
409
|
+
all_adjustments_opened: Toate ajustările au fost deschise cu succes!
|
410
|
+
all_departments: Toate departamentele
|
411
|
+
all_items_have_been_returned:
|
412
|
+
allow_ssl_in_development_and_test: Permite utilizare SSL în modurile de dezvoltare și testare
|
413
|
+
allow_ssl_in_production: Permite utilizare SSL în modul producție
|
414
|
+
allow_ssl_in_staging: Permite utilizare în modul staging
|
415
|
+
already_signed_up_for_analytics: V-ați înscris deja pentru Spree Analytics
|
416
|
+
alt_text: Text alternativ
|
417
|
+
alternative_phone: Telefon alternativ
|
418
|
+
amount: Suma
|
419
|
+
analytics_desc_header_1: Statistici Spree
|
420
|
+
analytics_desc_header_2: Statistici în timp real integrate în panoul de administrare Spree
|
421
|
+
analytics_desc_list_1: Primește informații ale vânzărior în timp real
|
422
|
+
analytics_desc_list_2: Necesită doar un cont Spree gratuit pentru activare
|
423
|
+
analytics_desc_list_3: Niciun cod de instalat
|
424
|
+
analytics_desc_list_4: Este complet gratuit!
|
425
|
+
analytics_trackers: Analytics Trackers
|
426
|
+
and: "și"
|
427
|
+
approve:
|
428
|
+
approved_at:
|
429
|
+
approver:
|
430
|
+
are_you_sure: Ești sigur(ă)
|
431
|
+
are_you_sure_delete: Ești sigur(ă) că vrei să ștergi această înregistrare?
|
432
|
+
associated_adjustment_closed: Ajustarea asociată este închisă și nu va fi recalculată. Doriți să o deschideți?
|
433
|
+
at_symbol: '@'
|
434
|
+
authorization_failure: Autorizare nereușită
|
435
|
+
authorized:
|
436
|
+
auto_capture:
|
437
|
+
available_on: Disponibil de la
|
438
|
+
average_order_value:
|
439
|
+
avs_response:
|
440
|
+
back: "Înapoi"
|
441
|
+
back_end: Interfața de administrare
|
442
|
+
back_to_payment:
|
443
|
+
back_to_resource_list:
|
444
|
+
back_to_rma_reason_list:
|
445
|
+
back_to_store: "Înapoi la magazin"
|
446
|
+
back_to_users_list: "Înapoi la lista de utilizatori"
|
447
|
+
backorderable: Permite comenzi în așteptare
|
448
|
+
backorderable_default:
|
449
|
+
backordered:
|
450
|
+
backorders_allowed:
|
451
|
+
balance_due: Sold datorat
|
452
|
+
base_amount:
|
453
|
+
base_percent:
|
454
|
+
bill_address: Adresă de facturare
|
455
|
+
billing: Facturare
|
456
|
+
billing_address: Adresă facturare
|
457
|
+
both: Ambele
|
458
|
+
calculated_reimbursements:
|
459
|
+
calculator: Calculator
|
460
|
+
calculator_settings_warning: Dacă schimbi tipul de calculator, trebuie mai întâi să salvezi, ca să poți edita setările calculatorului
|
461
|
+
cancel: anulează
|
462
|
+
canceled_at:
|
463
|
+
canceler:
|
464
|
+
cannot_create_customer_returns:
|
465
|
+
cannot_create_payment_without_payment_methods: Nu puteți crea o plată pentru o comandă fără a defini o metodă de plată.
|
466
|
+
cannot_create_returns: Nu poți genera un retur deoarece această comandă nu a fost livrată încă.
|
467
|
+
cannot_perform_operation: Operațiunea cerută nu poate fi îndeplinită
|
468
|
+
cannot_set_shipping_method_without_address: Metoda de livrare nu poate fi setată înaintea furnizării datelor clientului.
|
469
|
+
capture: "Înregistrare"
|
470
|
+
capture_events:
|
471
|
+
card_code: Codul cardului
|
472
|
+
card_number: Numărul cardului
|
473
|
+
card_type:
|
474
|
+
card_type_is: Tipul cardului este
|
475
|
+
cart: Coșul meu
|
476
|
+
cart_subtotal:
|
477
|
+
categories: Categorii
|
478
|
+
category: Categorie
|
479
|
+
charged:
|
480
|
+
check_for_spree_alerts: Verifică alerte Spree
|
481
|
+
checkout: Efectuați plata
|
482
|
+
choose_a_customer: Alege un client
|
483
|
+
choose_a_taxon_to_sort_products_for:
|
484
|
+
choose_currency: Alege valuta
|
485
|
+
choose_dashboard_locale: Alege localizare panou de administrare
|
486
|
+
choose_location:
|
487
|
+
city: Oraș / Localitate
|
488
|
+
clear_cache:
|
489
|
+
clear_cache_ok:
|
490
|
+
clear_cache_warning:
|
491
|
+
click_and_drag_on_the_products_to_sort_them:
|
492
|
+
clone: Clonă
|
493
|
+
close: "Închide"
|
494
|
+
close_all_adjustments: "Închide toate ajustările"
|
495
|
+
code: Cod
|
496
|
+
company: Firma
|
497
|
+
complete: complet
|
498
|
+
configuration: Configurare
|
499
|
+
configurations: Configurări
|
500
|
+
confirm: Confirmă
|
501
|
+
confirm_delete: Confirmă ștergerea
|
502
|
+
confirm_password: Confirmă parola
|
503
|
+
continue: Continuă
|
504
|
+
continue_shopping: Continuă cumpărăturile
|
505
|
+
cost_currency: Valută preț de cost
|
506
|
+
cost_price: Preț de cost
|
507
|
+
could_not_connect_to_jirafe: Conexiunea la Jirafe pentru a sincroniza datele nu a putut fi realizată. Se va reîncerca conexiunea mai târziu.
|
508
|
+
could_not_create_customer_return:
|
509
|
+
could_not_create_stock_movement: A apărut o problemă la salvarea mișcării de stoc. Vă rog reîncercați.
|
510
|
+
count_on_hand: Valoare stoc
|
511
|
+
countries: "Țări"
|
512
|
+
country: "Țara"
|
513
|
+
country_based: Bazat pe țară
|
514
|
+
country_name: Nume
|
515
|
+
country_names:
|
516
|
+
CA:
|
517
|
+
FRA:
|
518
|
+
ITA:
|
519
|
+
US:
|
520
|
+
coupon: Cupon
|
521
|
+
coupon_code: Cod cupon
|
522
|
+
coupon_code_already_applied: Codul voucher a fost deja aplicat acestei comenzi
|
523
|
+
coupon_code_applied: Codul voucher a fost aplicat cu succes comenzii dumneavoastră.
|
524
|
+
coupon_code_better_exists: Cuponul aplicat mai devreme reprezintă un avantaj client mai bun
|
525
|
+
coupon_code_expired: Codul voucher a expirat
|
526
|
+
coupon_code_max_usage: Limita de utilizare a acestui voucher a fost depășită
|
527
|
+
coupon_code_not_eligible: Acest cod voucher nu este eligibil pentru această comandă
|
528
|
+
coupon_code_not_found: Codoul voucherului introdus nu există. Încercați din nou.
|
529
|
+
coupon_code_unknown_error:
|
530
|
+
create: Creează
|
531
|
+
create_a_new_account: Creează un nou cont
|
532
|
+
create_new_order:
|
533
|
+
create_reimbursement:
|
534
|
+
created_at: Creat la
|
535
|
+
credit: Credit
|
536
|
+
credit_card: Card de credit
|
537
|
+
credit_cards: Carduri de credit
|
538
|
+
credit_owed: Credit datorat
|
539
|
+
credits:
|
540
|
+
currency: Valuta
|
541
|
+
currency_decimal_mark: Separator zecimale
|
542
|
+
currency_settings: Setări valută
|
543
|
+
currency_symbol_position: Pune simbolul valutei înainte sau după valoare?
|
544
|
+
currency_thousands_separator: Separator de mii
|
545
|
+
current: Curent
|
546
|
+
current_promotion_usage: 'Utilizare curentă: %{count}'
|
547
|
+
customer: Client
|
548
|
+
customer_details: Detalii client
|
549
|
+
customer_details_updated: Detaliile clientului au fost actualizate
|
550
|
+
customer_return:
|
551
|
+
customer_returns:
|
552
|
+
customer_search: Căutare client
|
553
|
+
cut: Taie
|
554
|
+
cvv_response:
|
555
|
+
dash:
|
556
|
+
jirafe:
|
557
|
+
app_id: ID Aplicație
|
558
|
+
app_token: Cod Aplicație
|
559
|
+
currently_unavailable:
|
560
|
+
explanation: Câmpurile de mai jos pot fi deja populate în cazul în care doriți să vă înregistrați cu Jirafe din panoul de administrare.
|
561
|
+
header: Setări Jirafe Analytics
|
562
|
+
site_id: ID Site
|
563
|
+
token: Cod
|
564
|
+
jirafe_settings_updated: Setările Jirafe au fost actualizate
|
565
|
+
date: Data
|
566
|
+
date_completed: Data efectuării
|
567
|
+
date_picker:
|
568
|
+
first_day:
|
569
|
+
format: "%d.%m.%Y"
|
570
|
+
js_format: "%d.%m.%Y"
|
571
|
+
date_range: Perioada
|
572
|
+
default: Standard
|
573
|
+
default_refund_amount:
|
574
|
+
default_tax: Taxă prestabilită
|
575
|
+
default_tax_zone: Zonă de taxare prestabilită
|
576
|
+
delete: "Șterge"
|
577
|
+
deleted_variants_present:
|
578
|
+
delivery: Livrare
|
579
|
+
depth: Adâncime
|
580
|
+
description: Descriere
|
581
|
+
destination: Destinație
|
582
|
+
destroy: "Șterge"
|
583
|
+
details:
|
584
|
+
discount_amount: Valoare reducere
|
585
|
+
dismiss_banner: Nu, mulțumesc! Nu sunt interesat, nu mai afișa acest mesaj din nou.
|
586
|
+
display: Arată
|
587
|
+
display_currency: Afișează cod valută
|
588
|
+
doesnt_track_inventory:
|
589
|
+
edit: Modifică
|
590
|
+
editing_resource:
|
591
|
+
editing_rma_reason:
|
592
|
+
editing_user: Modificarea utilizatorului
|
593
|
+
eligibility_errors:
|
594
|
+
messages:
|
595
|
+
has_excluded_product:
|
596
|
+
item_total_less_than:
|
597
|
+
item_total_less_than_or_equal:
|
598
|
+
item_total_more_than:
|
599
|
+
item_total_more_than_or_equal:
|
600
|
+
limit_once_per_user:
|
601
|
+
missing_product:
|
602
|
+
missing_taxon:
|
603
|
+
no_applicable_products:
|
604
|
+
no_matching_taxons:
|
605
|
+
no_user_or_email_specified:
|
606
|
+
no_user_specified:
|
607
|
+
not_first_order:
|
608
|
+
email: Email
|
609
|
+
empty: Gol
|
610
|
+
empty_cart: Golește coșul
|
611
|
+
enable_mail_delivery: Activează livrarea mailurilor
|
612
|
+
end: Final
|
613
|
+
ending_in: Terminat în
|
614
|
+
environment: Mediu
|
615
|
+
error: eroare
|
616
|
+
errors:
|
617
|
+
messages:
|
618
|
+
could_not_create_taxon: Nu se poate crea clasa
|
619
|
+
no_payment_methods_available: Nicio metodă de plată nu a fost configurată pentru acest mediu
|
620
|
+
no_shipping_methods_available: Nu există nicio modalitate de expediție pentru locația aleasă, te rugăm să schimbi adresa și să mai încerci odată.
|
621
|
+
errors_prohibited_this_record_from_being_saved:
|
622
|
+
one: 1 eroare nu permite ca această înregistrare să fie salvată
|
623
|
+
other: "%{count} erori nu permit ca această înregistrare să fie salvată"
|
624
|
+
event: Cazuri
|
625
|
+
events:
|
626
|
+
spree:
|
627
|
+
cart:
|
628
|
+
add: Adaugă în coș
|
629
|
+
checkout:
|
630
|
+
coupon_code_added: Cod voucher adăugat
|
631
|
+
content:
|
632
|
+
visited: Vizitează pagină
|
633
|
+
order:
|
634
|
+
contents_changed: Conținutul comenzii a fost modificat
|
635
|
+
page_view: Pagină vizualizată
|
636
|
+
user:
|
637
|
+
signup: "Înregistrare utilizator"
|
638
|
+
exceptions:
|
639
|
+
count_on_hand_setter:
|
640
|
+
exchange_for:
|
641
|
+
excl:
|
642
|
+
existing_shipments:
|
643
|
+
expedited_exchanges_warning:
|
644
|
+
expiration: Expirare
|
645
|
+
extension: Extensie
|
646
|
+
failed_payment_attempts:
|
647
|
+
filename: Nume fișier
|
648
|
+
fill_in_customer_info: Vă rugăm introduceți informațiile de client
|
649
|
+
filter_results: Rezultate filtrare
|
650
|
+
finalize: Finalizează
|
651
|
+
finalized:
|
652
|
+
find_a_taxon:
|
653
|
+
first_item: Cost primul articol
|
654
|
+
first_name: Prenume
|
655
|
+
first_name_begins_with: Prenumele începe cu
|
656
|
+
flat_percent: Procentaj net
|
657
|
+
flat_rate_per_order: Procentaj net (pe comandă)
|
658
|
+
flexible_rate: Rată flexibilă
|
659
|
+
forgot_password: Ai uitat parola?
|
660
|
+
free_shipping: Livrare gratuită
|
661
|
+
free_shipping_amount:
|
662
|
+
front_end: Interfață utilizatori
|
663
|
+
gateway: Metodă de plată
|
664
|
+
gateway_config_unavailable: Metodă de plată indisponibilă în acest context
|
665
|
+
gateway_error: Eroare metodă de plată
|
666
|
+
general: General
|
667
|
+
general_settings: Setări generale
|
668
|
+
google_analytics: Google Analytics
|
669
|
+
google_analytics_id: ID Analytics
|
670
|
+
guest_checkout: Comandă oaspete
|
671
|
+
guest_user_account: Comandă ca oaspete
|
672
|
+
has_no_shipped_units: Nu are unități de expediție
|
673
|
+
height: "Înălțime"
|
674
|
+
hide_cents: Ascunde subunități monetare (bani)
|
675
|
+
home: Acasă
|
676
|
+
i18n:
|
677
|
+
available_locales: Localizari disponibile
|
678
|
+
language: Limbă
|
679
|
+
localization_settings: Setări localizare
|
680
|
+
this_file_language: Romanian (RO)
|
681
|
+
icon: Icoană
|
682
|
+
identifier:
|
683
|
+
image: Imagine
|
684
|
+
images: Imagini
|
685
|
+
implement_eligible_for_return:
|
686
|
+
implement_requires_manual_intervention:
|
687
|
+
inactive:
|
688
|
+
incl:
|
689
|
+
included_in_price: Inclus în preț
|
690
|
+
included_price_validation: nu poate fi selectat doar dacă ați ales o zonă de taxare prestabilită
|
691
|
+
incomplete:
|
692
|
+
info_number_of_skus_not_shown:
|
693
|
+
info_product_has_multiple_skus:
|
694
|
+
instructions_to_reset_password: 'Completează formularul și instrucțiunile de mai jos, ca să resetezi parola, care îți va fi trimisă de email:'
|
695
|
+
insufficient_stock: Stoc insuficient, doar %{on_hand} rămase
|
696
|
+
insufficient_stock_lines_present:
|
697
|
+
intercept_email_address: Interceptează adresa de email
|
698
|
+
intercept_email_instructions: Schimbă recipientul emailului cu această adresă.
|
699
|
+
internal_name:
|
700
|
+
invalid_credit_card:
|
701
|
+
invalid_exchange_variant:
|
702
|
+
invalid_payment_provider: Furnizor de plăți nevalid.
|
703
|
+
invalid_promotion_action: Acțiune de promoție nevalidă
|
704
|
+
invalid_promotion_rule: Regulă de promoție nevalidă.
|
705
|
+
inventory: Inventar
|
706
|
+
inventory_adjustment: Re-evaluare inventar
|
707
|
+
inventory_error_flash_for_insufficient_quantity: Un articol din coșul dumneavoastră de cumpărături a devenit indisponibil.
|
708
|
+
inventory_state:
|
709
|
+
is_not_available_to_shipment_address: nu este disponibil pentru adresa de expediție
|
710
|
+
iso_name: Nume ISO
|
711
|
+
item: Articol
|
712
|
+
item_description: Descriere articol
|
713
|
+
item_total: Total articol
|
714
|
+
item_total_rule:
|
715
|
+
operators:
|
716
|
+
gt: mai mare de
|
717
|
+
gte: mai mare de sau egal cu
|
718
|
+
lt:
|
719
|
+
lte:
|
720
|
+
items_cannot_be_shipped: Itemii nu pot fi cumpărați
|
721
|
+
items_in_rmas:
|
722
|
+
items_reimbursed:
|
723
|
+
items_to_be_reimbursed:
|
724
|
+
jirafe: Jirafe
|
725
|
+
landing_page_rule:
|
726
|
+
path: Cale
|
727
|
+
last_name: Nume
|
728
|
+
last_name_begins_with: Numele începe cu
|
729
|
+
learn_more: "Învață mai multe"
|
730
|
+
lifetime_stats:
|
731
|
+
line_item_adjustments:
|
732
|
+
list: Listă
|
733
|
+
loading: "Încarcă"
|
734
|
+
locale_changed: Localizare schimbat
|
735
|
+
location: Locație
|
736
|
+
lock: Blochează
|
737
|
+
log_entries:
|
738
|
+
logged_in_as: Autentificat ca
|
739
|
+
logged_in_succesfully: Autentificat cu succes
|
740
|
+
logged_out: V-ați deconectat.
|
741
|
+
login: Autentificare
|
742
|
+
login_as_existing: Autentificare ca și client existent
|
743
|
+
login_failed: Autentificare nereușită.
|
744
|
+
login_name: Autentificare
|
745
|
+
logout: Deconectare
|
746
|
+
logs:
|
747
|
+
look_for_similar_items: Caută articole similare
|
748
|
+
make_refund: Fă o restituire
|
749
|
+
make_sure_the_above_reimbursement_amount_is_correct:
|
750
|
+
manage_promotion_categories:
|
751
|
+
manage_variants:
|
752
|
+
manual_intervention_required:
|
753
|
+
master_price: Preț de bază
|
754
|
+
match_choices:
|
755
|
+
all: Toate
|
756
|
+
none: Nici una
|
757
|
+
max_items: Max articole
|
758
|
+
member_since:
|
759
|
+
memo:
|
760
|
+
meta_description: Descriere meta
|
761
|
+
meta_keywords: Cuvinte cheie meta
|
762
|
+
meta_title:
|
763
|
+
metadata: Metadate
|
764
|
+
minimal_amount: Suma minimă
|
765
|
+
month: Luna
|
766
|
+
more: Mai multe
|
767
|
+
move_stock_between_locations: Mută stoc între locații
|
768
|
+
my_account: Contul meu
|
769
|
+
my_orders: Comenzile mele
|
770
|
+
name: Nume
|
771
|
+
name_on_card:
|
772
|
+
name_or_sku: Nume sau cod produs
|
773
|
+
new: Nou
|
774
|
+
new_adjustment: Re-evaluare nouă
|
775
|
+
new_country:
|
776
|
+
new_customer: Client nou
|
777
|
+
new_customer_return:
|
778
|
+
new_image: Imagine nouă
|
779
|
+
new_option_type: Tip nou de opțiune
|
780
|
+
new_order: Comandă nouă
|
781
|
+
new_order_completed: Comandă nouă încheiată
|
782
|
+
new_payment: Plată nouă
|
783
|
+
new_payment_method: Metodă nouă de plată
|
784
|
+
new_product: Produs nou
|
785
|
+
new_promotion: Promoție nouă
|
786
|
+
new_promotion_category:
|
787
|
+
new_property: Proprietate nouă
|
788
|
+
new_prototype: Prototip nou
|
789
|
+
new_refund:
|
790
|
+
new_refund_reason:
|
791
|
+
new_return_authorization: Autorizație nouă de retur
|
792
|
+
new_rma_reason:
|
793
|
+
new_shipment_at_location:
|
794
|
+
new_shipping_category: Categorie nouă de livrare
|
795
|
+
new_shipping_method: Metodă nouă de livrare
|
796
|
+
new_state: Județ nou / regiune nouă
|
797
|
+
new_stock_location: Locație stoc nouă
|
798
|
+
new_stock_movement: Mișcare stoc nouă
|
799
|
+
new_stock_transfer: Transfer stoc nou
|
800
|
+
new_tax_category: Categorie nouă de taxare
|
801
|
+
new_tax_rate: Tarif nou de taxare
|
802
|
+
new_taxon: Clasă nouă
|
803
|
+
new_taxonomy: Clasificare nouă
|
804
|
+
new_tracker: Tracker nou
|
805
|
+
new_user: Utilizator nou
|
806
|
+
new_variant: Variantă nouă
|
807
|
+
new_zone: Zonă nouă
|
808
|
+
next: Următorul
|
809
|
+
no_actions_added: Nicio acțiune adăugată
|
810
|
+
no_payment_found:
|
811
|
+
no_pending_payments:
|
812
|
+
no_products_found: Nu am găsit produse
|
813
|
+
no_resource_found:
|
814
|
+
no_results: Nu există rezultate
|
815
|
+
no_returns_found:
|
816
|
+
no_rules_added: Nicio regulă adăugată
|
817
|
+
no_shipping_method_selected:
|
818
|
+
no_state_changes:
|
819
|
+
no_tracking_present: Nu au fost furnizate detalii de tracking
|
820
|
+
none: Niciuna
|
821
|
+
none_selected:
|
822
|
+
normal_amount: Suma normală
|
823
|
+
not: nu
|
824
|
+
not_available: Indisponibil
|
825
|
+
not_enough_stock: Nu există stoc suficient la locația sursă pentru a finaliza transferul.
|
826
|
+
not_found: "%{resource} nu a fost găsit"
|
827
|
+
note:
|
828
|
+
notice_messages:
|
829
|
+
product_cloned: Produsul a fost clonat
|
830
|
+
product_deleted: Produsul a fost șters
|
831
|
+
product_not_cloned: Produsul nu a putut fi clonat
|
832
|
+
product_not_deleted: Produsul nu a putut fi șters
|
833
|
+
variant_deleted: Varianta a fost ștearsă
|
834
|
+
variant_not_deleted: Varianta nu a putut fi ștearsă
|
835
|
+
num_orders:
|
836
|
+
on_hand: Pe stoc
|
837
|
+
open: Deschis
|
838
|
+
open_all_adjustments: Deschide toate ajustările
|
839
|
+
option_type: Tip opțiune
|
840
|
+
option_type_placeholder:
|
841
|
+
option_types: Tipuri opțiune
|
842
|
+
option_value: Valoarea opțiune
|
843
|
+
option_values: Valori opțiuni
|
844
|
+
optional: Opțional
|
845
|
+
options: Opțiuni
|
846
|
+
or: sau
|
847
|
+
or_over_price: "%{price} sau peste"
|
848
|
+
order: Comanda
|
849
|
+
order_adjustments: Ajustări comandă
|
850
|
+
order_already_updated:
|
851
|
+
order_approved:
|
852
|
+
order_canceled:
|
853
|
+
order_details: Detaliile comenzii
|
854
|
+
order_email_resent: Mail comandă retrimis
|
855
|
+
order_information: Informații comandă
|
856
|
+
order_mailer:
|
857
|
+
cancel_email:
|
858
|
+
dear_customer: Stimate client,\n
|
859
|
+
instructions: Comanda Dvs. a fost anulată. Vă rugăm păstrați această notă de anulare.
|
860
|
+
order_summary_canceled: Sumarul comenzii [ANULATE]
|
861
|
+
subject: Anularea comenzii
|
862
|
+
subtotal:
|
863
|
+
total:
|
864
|
+
confirm_email:
|
865
|
+
dear_customer: Stimate client,\n
|
866
|
+
instructions: Vă rugăm să verificați și să păstrați informațiile despre comanda Dvs.
|
867
|
+
order_summary: Sumarul comenzii
|
868
|
+
subject: Confirmarea comenzii
|
869
|
+
subtotal:
|
870
|
+
thanks: Vă mulțumim pentru comanda efectuată.
|
871
|
+
total:
|
872
|
+
order_not_found: Nu am putut găsi comanda dumneavoastră. Vă rugăm încercați din nou.
|
873
|
+
order_processed_successfully: Comanda a fost procesată cu succes
|
874
|
+
order_resumed:
|
875
|
+
order_state:
|
876
|
+
address: adresă
|
877
|
+
awaiting_return: "în așteptarea returului"
|
878
|
+
canceled: anulat
|
879
|
+
cart: coș cumpărături
|
880
|
+
complete: procesat
|
881
|
+
confirm: confirmă
|
882
|
+
considered_risky:
|
883
|
+
delivery: livrare
|
884
|
+
payment: plată
|
885
|
+
resumed: reluat
|
886
|
+
returned: returnat
|
887
|
+
order_summary: Sumarul comenzii
|
888
|
+
order_sure_want_to: Ești sigur că vrei să %{event} această comandă?
|
889
|
+
order_total: Total comandă
|
890
|
+
order_updated: Comandă salvată
|
891
|
+
orders: Comenzi
|
892
|
+
other_items_in_other:
|
893
|
+
out_of_stock: Nu mai este pe stoc
|
894
|
+
overview: Sumar
|
895
|
+
package_from: pachet din
|
896
|
+
pagination:
|
897
|
+
next_page: pagina următoare »
|
898
|
+
previous_page: "« pagina anterioară"
|
899
|
+
truncate: "…"
|
900
|
+
password: Parola
|
901
|
+
paste: Lipire
|
902
|
+
path: Rută
|
903
|
+
pay: plătește
|
904
|
+
payment: Plată
|
905
|
+
payment_could_not_be_created:
|
906
|
+
payment_identifier:
|
907
|
+
payment_information: Informații plată
|
908
|
+
payment_method: Metodă de plată
|
909
|
+
payment_method_not_supported:
|
910
|
+
payment_methods: Metode de plată
|
911
|
+
payment_processing_failed: Plata nu a putut fi procesată, te rugăm verifică dacă datele introduse sunt corecte
|
912
|
+
payment_processor_choose_banner_text: Dacă aveți nevoie de ajutor pentru a alege un procesor de plați, vă rugăm vizitați
|
913
|
+
payment_processor_choose_link: pagina noastră de plăți
|
914
|
+
payment_state: Status plată
|
915
|
+
payment_states:
|
916
|
+
balance_due: neîncasată
|
917
|
+
checkout: plasare comandă
|
918
|
+
completed: procesat
|
919
|
+
credit_owed: credit datorat
|
920
|
+
failed: nereușit
|
921
|
+
paid: plătit
|
922
|
+
pending: "în așteptare"
|
923
|
+
processing: se procesează
|
924
|
+
void: void
|
925
|
+
payment_updated: Plată salvată
|
926
|
+
payments: Plăți
|
927
|
+
pending:
|
928
|
+
percent: Procent
|
929
|
+
percent_per_item: Procent per articol
|
930
|
+
permalink: Permalink
|
931
|
+
phone: Telefon
|
932
|
+
place_order: Plasează comanda
|
933
|
+
please_define_payment_methods: Vă rugăm, definiție metode de plată prima dată.
|
934
|
+
populate_get_error: Ceva a mers prost. Vă rugăm încercați să adăugați articolul din nou.
|
935
|
+
powered_by: Realizat de
|
936
|
+
pre_tax_amount:
|
937
|
+
pre_tax_refund_amount:
|
938
|
+
pre_tax_total:
|
939
|
+
preferred_reimbursement_type:
|
940
|
+
presentation: Descriere
|
941
|
+
previous: Precedent
|
942
|
+
previous_state_missing:
|
943
|
+
price: Preț
|
944
|
+
price_range: Gamă de preț
|
945
|
+
price_sack: Sac de preț
|
946
|
+
process: Proces
|
947
|
+
product: Produs
|
948
|
+
product_details: Detalii produs
|
949
|
+
product_has_no_description: Acest produs nu are descriere
|
950
|
+
product_not_available_in_this_currency: Acest produs nu este disponibil în țară selectată.
|
951
|
+
product_properties: Proprietăți produs
|
952
|
+
product_rule:
|
953
|
+
choose_products: Alege produse
|
954
|
+
label:
|
955
|
+
match_all: toate
|
956
|
+
match_any: cel puțin unul
|
957
|
+
match_none:
|
958
|
+
product_source:
|
959
|
+
group: Din grup de produse
|
960
|
+
manual: Alege de mână
|
961
|
+
products: Produse
|
962
|
+
promotion: Promoție
|
963
|
+
promotion_action: Acțiune promoție
|
964
|
+
promotion_action_types:
|
965
|
+
create_adjustment:
|
966
|
+
description: Crează o ajustare de credit promoțională la comandă
|
967
|
+
name: Crează ajustare
|
968
|
+
create_item_adjustments:
|
969
|
+
description:
|
970
|
+
name:
|
971
|
+
create_line_items:
|
972
|
+
description: Populează coșul cu cantitatea specificată a variantei
|
973
|
+
name: Adaugă articole la comandă
|
974
|
+
free_shipping:
|
975
|
+
description:
|
976
|
+
name:
|
977
|
+
promotion_actions: Acțiuni
|
978
|
+
promotion_form:
|
979
|
+
match_policies:
|
980
|
+
all: Să corespundă cu oricare dintre aceste reguli
|
981
|
+
any: Să corespundă cu toate aceste reguli
|
982
|
+
promotion_rule: Regulă de promoție
|
983
|
+
promotion_rule_types:
|
984
|
+
first_order:
|
985
|
+
description: Trebui să fie prima comandă a clientului
|
986
|
+
name: Prima comandă
|
987
|
+
item_total:
|
988
|
+
description: Totalul comenzii îndeplinește aceste criterii
|
989
|
+
name: Total articole
|
990
|
+
landing_page:
|
991
|
+
description: Clientul trebuie să fi vizitat pagina specificată
|
992
|
+
name: Pagina de aterizare
|
993
|
+
one_use_per_user:
|
994
|
+
description:
|
995
|
+
name:
|
996
|
+
option_value:
|
997
|
+
description:
|
998
|
+
name:
|
999
|
+
product:
|
1000
|
+
description: Comanda include produsul / produsele specificate
|
1001
|
+
name: Produs(e)
|
1002
|
+
taxon:
|
1003
|
+
description:
|
1004
|
+
name:
|
1005
|
+
user:
|
1006
|
+
description: Disponibil doar pentru utilizatorii specificați
|
1007
|
+
name: Utilizator
|
1008
|
+
user_logged_in:
|
1009
|
+
description: Valabil doar utilzatorilor autentificați
|
1010
|
+
name: Utilizator autentificat
|
1011
|
+
promotion_uses:
|
1012
|
+
promotionable:
|
1013
|
+
promotions: Promoții
|
1014
|
+
propagate_all_variants:
|
1015
|
+
properties: Proprietăți
|
1016
|
+
property: Proprietate
|
1017
|
+
prototype: Prototip
|
1018
|
+
prototypes: Prototipuri
|
1019
|
+
provider: Furnizor
|
1020
|
+
provider_settings_warning: Dacă schimbi tipul de furnizor, trebuie mai întâi să salvezi, și apoi vei putea modifica setările furnizorului
|
1021
|
+
qty: Cantitate
|
1022
|
+
quantity: Cantitate
|
1023
|
+
quantity_returned: Cantitate retururi
|
1024
|
+
quantity_shipped: Cantitate livrări
|
1025
|
+
quick_search:
|
1026
|
+
rate: Rată
|
1027
|
+
reason: Motiv
|
1028
|
+
receive: primește
|
1029
|
+
receive_stock: Primește stoc
|
1030
|
+
received: Primit
|
1031
|
+
reception_status:
|
1032
|
+
reference: Referință
|
1033
|
+
refund: Restituire
|
1034
|
+
refund_amount_must_be_greater_than_zero:
|
1035
|
+
refund_reasons:
|
1036
|
+
refunded_amount:
|
1037
|
+
refunds:
|
1038
|
+
register: "Înregistrează-te ca utilizator nou"
|
1039
|
+
registration: "Înregistrare"
|
1040
|
+
reimburse:
|
1041
|
+
reimbursed:
|
1042
|
+
reimbursement:
|
1043
|
+
reimbursement_mailer:
|
1044
|
+
reimbursement_email:
|
1045
|
+
days_to_send:
|
1046
|
+
dear_customer:
|
1047
|
+
exchange_summary:
|
1048
|
+
for:
|
1049
|
+
instructions:
|
1050
|
+
refund_summary:
|
1051
|
+
subject:
|
1052
|
+
total_refunded:
|
1053
|
+
reimbursement_perform_failed:
|
1054
|
+
reimbursement_status:
|
1055
|
+
reimbursement_type:
|
1056
|
+
reimbursement_type_override:
|
1057
|
+
reimbursement_types:
|
1058
|
+
reimbursements:
|
1059
|
+
reject:
|
1060
|
+
rejected:
|
1061
|
+
remember_me: "Ține-mi minte datele"
|
1062
|
+
remove: "Șterge"
|
1063
|
+
rename: Redenumește
|
1064
|
+
report:
|
1065
|
+
reports: Rapoarte
|
1066
|
+
resend: Trimite din nou
|
1067
|
+
reset_password: Resetează parola
|
1068
|
+
response_code: Cod răspuns
|
1069
|
+
resume: reia
|
1070
|
+
resumed: Reluat
|
1071
|
+
return: retur
|
1072
|
+
return_authorization: Aviz de retur
|
1073
|
+
return_authorization_reasons:
|
1074
|
+
return_authorization_updated: Aviz de retur salvată
|
1075
|
+
return_authorizations: Aviz de retur
|
1076
|
+
return_item_inventory_unit_ineligible:
|
1077
|
+
return_item_inventory_unit_reimbursed:
|
1078
|
+
return_item_rma_ineligible:
|
1079
|
+
return_item_time_period_ineligible:
|
1080
|
+
return_items:
|
1081
|
+
return_items_cannot_be_associated_with_multiple_orders:
|
1082
|
+
return_number:
|
1083
|
+
return_quantity: Cantitate retur
|
1084
|
+
returned: Returnat
|
1085
|
+
returns:
|
1086
|
+
review: Revizuie
|
1087
|
+
risk:
|
1088
|
+
risk_analysis:
|
1089
|
+
risky:
|
1090
|
+
rma_credit: Credit pentru avizul de retur a mărfii
|
1091
|
+
rma_number: Număr pentru avizul de retur a mărfii
|
1092
|
+
rma_value: Valoare pentru avizul de retur a mărfii
|
1093
|
+
roles: Roluri
|
1094
|
+
rules: Reguli
|
1095
|
+
safe:
|
1096
|
+
sales_total: Total vânzări
|
1097
|
+
sales_total_description: Total vânzări pentru toate comenzile
|
1098
|
+
sales_totals: Total vânzări
|
1099
|
+
save_and_continue: Salvează și continuă
|
1100
|
+
save_my_address:
|
1101
|
+
say_no: Nu
|
1102
|
+
say_yes: Da
|
1103
|
+
scope: Gamă
|
1104
|
+
search: Caută
|
1105
|
+
search_results: Caută rezultate după '%{keywords}'
|
1106
|
+
searching: Căutare
|
1107
|
+
secure_connection_type: Tip de conexiune securizată
|
1108
|
+
security_settings: Setări de siguranță
|
1109
|
+
select: Selectează
|
1110
|
+
select_a_return_authorization_reason:
|
1111
|
+
select_a_stock_location:
|
1112
|
+
select_from_prototype: Selectează din prototip
|
1113
|
+
select_stock: Selectează stoc
|
1114
|
+
send_copy_of_all_mails_to: Trimite o copie a tuturor emailurilor către
|
1115
|
+
send_mails_as: Trimite emailuri ca
|
1116
|
+
server: Server
|
1117
|
+
server_error: Eroare de server
|
1118
|
+
settings: Setări
|
1119
|
+
ship: livrează
|
1120
|
+
ship_address: Adresa de livrare
|
1121
|
+
ship_total: Total livrare
|
1122
|
+
shipment: Livrare
|
1123
|
+
shipment_adjustments:
|
1124
|
+
shipment_details:
|
1125
|
+
shipment_mailer:
|
1126
|
+
shipped_email:
|
1127
|
+
dear_customer: Dragă client,\n
|
1128
|
+
instructions: Comanda dumneavoastră a fost livrată
|
1129
|
+
shipment_summary: Sumar livrare
|
1130
|
+
subject: Notificare livrare
|
1131
|
+
thanks: Vă mulțumim pentru afacerea dumneavoastră.
|
1132
|
+
track_information: 'Informații de urmărire: %{tracking}'
|
1133
|
+
track_link: Link de urmărire %{url}
|
1134
|
+
shipment_state: Stare livrare
|
1135
|
+
shipment_states:
|
1136
|
+
backorder: comandă în afara stocului
|
1137
|
+
canceled:
|
1138
|
+
partial: parțial
|
1139
|
+
pending: "în așteptare"
|
1140
|
+
ready: pregătit
|
1141
|
+
shipped: livrat
|
1142
|
+
shipment_transfer_error:
|
1143
|
+
shipment_transfer_success:
|
1144
|
+
shipments: Livrări
|
1145
|
+
shipped: Livrare
|
1146
|
+
shipping: Livrare
|
1147
|
+
shipping_address: Adresă livrare
|
1148
|
+
shipping_categories: Categorii livrare
|
1149
|
+
shipping_category: Categorie livrare
|
1150
|
+
shipping_flat_rate_per_item: Rată fixă per articol din pachet
|
1151
|
+
shipping_flat_rate_per_order: Rată fixă
|
1152
|
+
shipping_flexible_rate: Rată flexibilă per articol din pachet
|
1153
|
+
shipping_instructions: Instrucțiuni livrare
|
1154
|
+
shipping_method: Metodă livrare
|
1155
|
+
shipping_methods: Metode livrare
|
1156
|
+
shipping_price_sack: Sac de preț
|
1157
|
+
shipping_total:
|
1158
|
+
shop_by_taxonomy: "%{taxonomy}"
|
1159
|
+
shopping_cart: Coș cumpărături
|
1160
|
+
show: Afișează
|
1161
|
+
show_active: Afișează produsele active
|
1162
|
+
show_deleted: Afișează și produsele care au fost șterse
|
1163
|
+
show_only_complete_orders: Afișează doar comenzile neprocesate
|
1164
|
+
show_only_considered_risky:
|
1165
|
+
show_rate_in_label: Afișează rata în etichetă
|
1166
|
+
sku: Cod produs
|
1167
|
+
skus:
|
1168
|
+
slug:
|
1169
|
+
source: Sursa
|
1170
|
+
special_instructions: Instrucțiuni speciale
|
1171
|
+
split: Divide
|
1172
|
+
spree_gateway_error_flash_for_checkout: A apărut o problemă legat de informațiile de plată. Te rugăm verifică dacă informațiile sunt corecte și mai încearcă odaată.
|
1173
|
+
ssl:
|
1174
|
+
change_protocol:
|
1175
|
+
start: De la
|
1176
|
+
state: Județ / regiune
|
1177
|
+
state_based: Bazat pe un județ / regiune
|
1178
|
+
state_machine_states:
|
1179
|
+
accepted:
|
1180
|
+
address:
|
1181
|
+
authorized:
|
1182
|
+
awaiting:
|
1183
|
+
awaiting_return:
|
1184
|
+
backordered:
|
1185
|
+
canceled:
|
1186
|
+
cart:
|
1187
|
+
checkout:
|
1188
|
+
closed:
|
1189
|
+
complete:
|
1190
|
+
completed:
|
1191
|
+
confirm:
|
1192
|
+
delivery:
|
1193
|
+
errored:
|
1194
|
+
failed:
|
1195
|
+
given_to_customer:
|
1196
|
+
invalid:
|
1197
|
+
manual_intervention_required:
|
1198
|
+
on_hand:
|
1199
|
+
open:
|
1200
|
+
order:
|
1201
|
+
payment:
|
1202
|
+
pending:
|
1203
|
+
processing:
|
1204
|
+
ready:
|
1205
|
+
reimbursed:
|
1206
|
+
resumed:
|
1207
|
+
returned:
|
1208
|
+
shipped:
|
1209
|
+
void:
|
1210
|
+
states: Județe
|
1211
|
+
states_required: Județe obligatorii
|
1212
|
+
status: Status
|
1213
|
+
stock:
|
1214
|
+
stock_location: Locație stoc
|
1215
|
+
stock_location_info: Informații locație stoc
|
1216
|
+
stock_locations: Locații stoc
|
1217
|
+
stock_locations_need_a_default_country:
|
1218
|
+
stock_management: Gestionare stoc
|
1219
|
+
stock_management_requires_a_stock_location:
|
1220
|
+
stock_movements: Mișcări stoc
|
1221
|
+
stock_movements_for_stock_location: Mișcări stoc pentru %{stock_location_name}
|
1222
|
+
stock_successfully_transferred: Stoc transferat cu succes între locații
|
1223
|
+
stock_transfer: Transfer stoc
|
1224
|
+
stock_transfers: Transferuri stoc
|
1225
|
+
stop: Până la
|
1226
|
+
store: Magazin
|
1227
|
+
street_address: Strada
|
1228
|
+
street_address_2: Strada (cont.)
|
1229
|
+
subtotal: Subtotal
|
1230
|
+
subtract: Scade
|
1231
|
+
success:
|
1232
|
+
successfully_created: "%{resource} a fost creată cu succes!"
|
1233
|
+
successfully_refunded:
|
1234
|
+
successfully_removed: "%{resource} a fost ștearsă cu succes!"
|
1235
|
+
successfully_signed_up_for_analytics: Ați fost înregistrat cu success la Spree Analytics
|
1236
|
+
successfully_updated: "%{resource} a fost salvată cu succes!"
|
1237
|
+
summary:
|
1238
|
+
tax: Taxe
|
1239
|
+
tax_categories: Categorii taxe
|
1240
|
+
tax_category: Categorie Taxe
|
1241
|
+
tax_code:
|
1242
|
+
tax_included:
|
1243
|
+
tax_rate_amount_explanation: Ratele de taxe sunt o valoare decimală folosită pentru ajutorarea calculelor, (ex. dacă rata taxei este 5% atunci introduceți 0.05)
|
1244
|
+
tax_rates: Tarif taxe
|
1245
|
+
taxon: Clasă
|
1246
|
+
taxon_edit: Editare clasă
|
1247
|
+
taxon_placeholder: Adaugă un taxon
|
1248
|
+
taxon_rule:
|
1249
|
+
choose_taxons:
|
1250
|
+
label:
|
1251
|
+
match_all:
|
1252
|
+
match_any:
|
1253
|
+
taxonomies: Clasificări
|
1254
|
+
taxonomy: Taxonomie
|
1255
|
+
taxonomy_edit: Modifică clasificări
|
1256
|
+
taxonomy_tree_error: Schimbarea cerută nu a fost acceptată, iar structura s-a reîntors la starea de dinainte, te rugăm încearcă din nou.
|
1257
|
+
taxonomy_tree_instruction: "* Click de dreapta pe una din subcategoriile din structură, pentru a accesa meniul care îți permite să adaugi, să ștergi sau să sortezi sub-categoriile."
|
1258
|
+
taxons: Clase
|
1259
|
+
test: Test
|
1260
|
+
test_mailer:
|
1261
|
+
test_email:
|
1262
|
+
greeting: Felicitări!
|
1263
|
+
message: Dacă ați primit acest email, atunci setările dumneavoastră de email sunt corecte.
|
1264
|
+
subject: Email de test
|
1265
|
+
test_mode: Mod Testare
|
1266
|
+
thank_you_for_your_order: Mulțumim pentru comandă. Te rugăm să tipărești o copie a acestei pagini de confirmare pentru registrele tale.
|
1267
|
+
there_are_no_items_for_this_order:
|
1268
|
+
there_were_problems_with_the_following_fields: Au apărut probleme la următoarele câmpuri
|
1269
|
+
this_order_has_already_received_a_refund:
|
1270
|
+
thumbnail: miniatură
|
1271
|
+
tiered_flat_rate:
|
1272
|
+
tiered_percent:
|
1273
|
+
tiers:
|
1274
|
+
time: Timp
|
1275
|
+
to_add_variants_you_must_first_define: Pentru a adăuga variante, trebuie mai întâi să le definești
|
1276
|
+
total: Total
|
1277
|
+
total_per_item:
|
1278
|
+
total_pre_tax_refund:
|
1279
|
+
total_price:
|
1280
|
+
total_sales:
|
1281
|
+
track_inventory:
|
1282
|
+
tracking: Tracking
|
1283
|
+
tracking_number: Număr de tracking
|
1284
|
+
tracking_url: URL de tracking
|
1285
|
+
tracking_url_placeholder: ex. http://quickship.com/package?num=:tracking
|
1286
|
+
transaction_id:
|
1287
|
+
transfer_from_location: Transferă din
|
1288
|
+
transfer_stock: Transfer stoc
|
1289
|
+
transfer_to_location: Transferă către
|
1290
|
+
tree: Arbore
|
1291
|
+
type: Tastează
|
1292
|
+
type_to_search: Tastează pentru căutare
|
1293
|
+
unable_to_connect_to_gateway: Nu se poate conecta la procesator de plăți.
|
1294
|
+
unable_to_create_reimbursements:
|
1295
|
+
under_price: Sub %{price}
|
1296
|
+
unlock: Deblochează
|
1297
|
+
unrecognized_card_type: Acest tip de card nu este recunoscut
|
1298
|
+
unshippable_items: Articole nelivrabile
|
1299
|
+
update: Salvează
|
1300
|
+
updating: Se salvează
|
1301
|
+
usage_limit: Limită de utilizare
|
1302
|
+
use_app_default:
|
1303
|
+
use_billing_address: Folosește adresa de facturare
|
1304
|
+
use_new_cc: Folosește alt card
|
1305
|
+
use_s3: Folosește Amazon S3 pentru imagini
|
1306
|
+
user: Utilizator
|
1307
|
+
user_rule:
|
1308
|
+
choose_users: Alege utilizatori
|
1309
|
+
users: Utilizatori
|
1310
|
+
validation:
|
1311
|
+
cannot_be_less_than_shipped_units: nu poate fi mai mic de numărul de unități livrate.
|
1312
|
+
cannot_destroy_line_item_as_inventory_units_have_shipped:
|
1313
|
+
exceeds_available_stock: depășește stocul disponibil. Vă rugăm verificați ca liniile comenzii să aibă cantități valide.
|
1314
|
+
is_too_large: este prea mare -- stocul actual nu acoperă cantitatea comandată!
|
1315
|
+
must_be_int: trebuie să fie indivizibil
|
1316
|
+
must_be_non_negative: trebuie să fie o valoare pozitivă sau nulă
|
1317
|
+
unpaid_amount_not_zero:
|
1318
|
+
value: Valoare
|
1319
|
+
variant: Variantă
|
1320
|
+
variant_placeholder:
|
1321
|
+
variants: Variante
|
1322
|
+
version: Versiune
|
1323
|
+
void: Void
|
1324
|
+
weight: Greutate
|
1325
|
+
what_is_a_cvv: Ce înseamnă (CVV) Codul de securitate al cardului de credit?
|
1326
|
+
what_is_this: Ce este aceasta?
|
1327
|
+
width: Lățime
|
1328
|
+
year: An
|
1329
|
+
you_have_no_orders_yet: Nu ai încă nicio comandă.
|
1330
|
+
your_cart_is_empty: Coș de cumpărături gol
|
1331
|
+
your_order_is_empty_add_product: Comanda dumneavoastră este goală, vă rugăm căutați și adăugați produse mai sus
|
1332
|
+
zip: Cod poștal
|
1333
|
+
zipcode: Cod poștal
|
1334
|
+
zone: Zonă
|
1335
|
+
zones: Zone
|