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.
- checksums.yaml +7 -0
- data/.gitignore +22 -0
- data/.rspec +3 -0
- data/.rubocop.yml +7 -0
- data/.travis.yml +44 -0
- data/Appraisals +9 -0
- data/CONTRIBUTING.md +81 -0
- data/Gemfile +6 -0
- data/LICENSE.md +26 -0
- data/README.md +95 -9
- data/Rakefile +86 -0
- data/bin/rails +7 -0
- data/config/initializers/country_names.rb +51 -0
- data/config/locales/ar.yml +1341 -0
- data/config/locales/be.yml +1419 -0
- data/config/locales/bg.yml +1441 -0
- data/config/locales/ca.yml +1253 -1126
- data/config/locales/cs.yml +1363 -0
- data/config/locales/da.yml +1330 -1191
- data/config/locales/de-CH.yml +1284 -1202
- data/config/locales/de.yml +1928 -1113
- data/config/locales/en-AU.yml +1241 -1113
- data/config/locales/en-GB.yml +1249 -1117
- data/config/locales/en-IN.yml +1241 -1111
- data/config/locales/en-NZ.yml +1248 -1120
- data/config/locales/es-CL.yml +1398 -0
- data/config/locales/es-EC.yml +1338 -0
- data/config/locales/es-MX.yml +1327 -1196
- data/config/locales/es.yml +1785 -1195
- data/config/locales/et.yml +1246 -1136
- data/config/locales/fa.yml +1139 -1185
- data/config/locales/fi.yml +1362 -1200
- data/config/locales/fr.yml +1952 -1142
- data/config/locales/gr.yml +1336 -0
- data/config/locales/id.yml +1335 -0
- data/config/locales/it.yml +1391 -1187
- data/config/locales/ja.yml +1336 -0
- data/config/locales/km.yml +1358 -0
- data/config/locales/ko.yml +1292 -1204
- data/config/locales/ku.yml +1338 -0
- data/config/locales/lt.yml +1497 -1199
- data/config/locales/lv.yml +1319 -1194
- data/config/locales/nb.yml +1339 -0
- data/config/locales/nl.yml +1361 -1124
- data/config/locales/pl.yml +1640 -1139
- data/config/locales/pt-BR.yml +1512 -1196
- data/config/locales/pt.yml +1290 -0
- data/config/locales/ro.yml +1335 -0
- data/config/locales/ru.yml +1396 -1115
- data/config/locales/sk.yml +1339 -1200
- data/config/locales/sl-SI.yml +1286 -1204
- data/config/locales/sv.yml +1559 -0
- data/config/locales/th.yml +1319 -1195
- data/config/locales/tr.yml +1291 -0
- data/config/locales/uk.yml +1316 -1075
- data/config/locales/vi.yml +1296 -0
- data/config/locales/zh-CN.yml +1367 -1199
- data/config/locales/zh-TW.yml +1821 -1199
- data/gemfiles/spree_4_2.gemfile +8 -0
- data/gemfiles/spree_master.gemfile +8 -0
- data/lib/generators/spree_i18n/install/install_generator.rb +6 -0
- data/lib/spree/i18n_utils.rb +26 -20
- data/lib/spree_i18n.rb +6 -1
- data/lib/spree_i18n/engine.rb +43 -0
- data/lib/spree_i18n/locale.rb +13 -0
- data/lib/spree_i18n/version.rb +17 -0
- data/lib/tasks/spree_i18n/upgrade.rake +43 -0
- data/spec/features/russian_errors_translation_spec.rb +16 -0
- data/spec/features/translation_spec.rb +38 -0
- data/spec/spec_helper.rb +10 -0
- data/spec/support/i18n.rb +5 -0
- data/spree_i18n.gemspec +31 -0
- metadata +94 -110
- data/config/locales/cs-CZ.yml +0 -1206
- data/config/locales/il.yml +0 -1206
- data/config/locales/ja/spree_api.yml +0 -14
- data/config/locales/ja/spree_auth.yml +0 -46
- data/config/locales/ja/spree_core.rb +0 -16
- data/config/locales/ja/spree_core.yml +0 -1071
- data/config/locales/ja/spree_dash.yml +0 -5
- data/config/locales/ja/spree_promo.yml +0 -88
- data/config/locales/nb-NO.yml +0 -1206
- data/config/locales/nl-BE.yml +0 -1206
- data/config/locales/pt-PT.yml +0 -1206
- data/config/locales/sv-SE.yml +0 -1210
- data/config/locales/vn.yml +0 -1206
- data/default/spree_api.yml +0 -21
- data/default/spree_auth.yml +0 -46
- data/default/spree_core.yml +0 -1123
- data/default/spree_dash.yml +0 -11
- data/default/spree_promo.yml +0 -92
- data/lib/spree_i18n/railtie.rb +0 -24
- data/lib/tasks/i18n.rake +0 -107
data/config/locales/lv.yml
CHANGED
@@ -1,1206 +1,1331 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
spree/address:
|
22
|
-
address1: "Adrese"
|
23
|
-
address2: "Adrese (papildus)"
|
24
|
-
city: "Pilsēta"
|
25
|
-
country: "Valsts"
|
26
|
-
firstname: "First Name"
|
27
|
-
lastname: "Last Name"
|
28
|
-
phone: "Telefons"
|
29
|
-
state: "Rajons"
|
30
|
-
zipcode: "Pasta indekss"
|
31
|
-
spree/country:
|
1
|
+
lv:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
spree/address:
|
5
|
+
address1: Adrese
|
6
|
+
address2: Adrese (papildus)
|
7
|
+
city: Pilsēta
|
8
|
+
country: Valsts
|
9
|
+
firstname: Vārds
|
10
|
+
lastname: Uzvārds
|
11
|
+
phone: Telefons
|
12
|
+
state: Rajons
|
13
|
+
zipcode: Pasta indekss
|
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:
|
32
21
|
iso: ISO
|
33
22
|
iso3: ISO3
|
34
|
-
iso_name:
|
35
|
-
name:
|
36
|
-
numcode:
|
37
|
-
spree/credit_card:
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
spree/
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
23
|
+
iso_name: ISO nosaukums
|
24
|
+
name: Nosaukums
|
25
|
+
numcode: ISO kods
|
26
|
+
spree/credit_card:
|
27
|
+
base:
|
28
|
+
cc_type: Tips
|
29
|
+
month: Mēnesis
|
30
|
+
name:
|
31
|
+
number: Numurs
|
32
|
+
verification_value:
|
33
|
+
year: Gads
|
34
|
+
spree/inventory_unit:
|
35
|
+
state: Stāvoklis
|
36
|
+
spree/line_item:
|
37
|
+
price: Cena
|
38
|
+
quantity: Daudzums
|
39
|
+
spree/option_type:
|
40
|
+
name: Nosaukums
|
41
|
+
presentation: Prezentācija
|
42
|
+
spree/order:
|
43
|
+
checkout_complete:
|
44
|
+
completed_at: Pabeigts
|
45
|
+
considered_risky:
|
46
|
+
coupon_code: Kupona kods
|
47
|
+
created_at: Izveidots
|
48
|
+
email: Epasts
|
49
|
+
ip_address: IP adrese
|
50
|
+
item_total:
|
51
|
+
number: Numurs
|
52
|
+
payment_state: Maksājuma stāvoklis
|
53
|
+
shipment_state: Piegādes stāvoklis
|
54
|
+
special_instructions:
|
55
|
+
state: Stāvoklis
|
56
|
+
total: Kopā
|
51
57
|
spree/order/bill_address:
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
58
|
+
address1: Adrese
|
59
|
+
city: Pilsēta
|
60
|
+
firstname: Vārds
|
61
|
+
lastname: Uzvārds
|
62
|
+
phone: Tālrunis
|
63
|
+
state: Valsts
|
64
|
+
zipcode: Pasta indekss
|
59
65
|
spree/order/ship_address:
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
spree/
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
name:
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
spree/
|
103
|
-
|
104
|
-
|
105
|
-
spree/
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
66
|
+
address1: Adrese
|
67
|
+
city: Pilsēta
|
68
|
+
firstname: Vārds
|
69
|
+
lastname: Uzvārds
|
70
|
+
phone: Tālrunis
|
71
|
+
state: Valsts
|
72
|
+
zipcode: Pasta indekss
|
73
|
+
spree/payment:
|
74
|
+
amount: Daudzums
|
75
|
+
spree/payment_method:
|
76
|
+
name: Nosaukums
|
77
|
+
spree/product:
|
78
|
+
available_on: Pieejams pēc
|
79
|
+
cost_currency: Izmaksas valūta
|
80
|
+
cost_price: Pašizmaksa
|
81
|
+
description: Apraksts
|
82
|
+
master_price: Gala cena/Master Price
|
83
|
+
name: Nosaukums
|
84
|
+
on_hand: Pieejams
|
85
|
+
shipping_category: Piegādes kategorija
|
86
|
+
tax_category: Nodokļu kategorija
|
87
|
+
spree/promotion:
|
88
|
+
advertise:
|
89
|
+
code: Kods
|
90
|
+
description: Apraksts
|
91
|
+
event_name:
|
92
|
+
expires_at:
|
93
|
+
name:
|
94
|
+
path:
|
95
|
+
starts_at:
|
96
|
+
usage_limit:
|
97
|
+
spree/promotion_category:
|
98
|
+
name: Nosaukums
|
99
|
+
spree/property:
|
100
|
+
name: Nosaukums
|
101
|
+
presentation: Prezentācija
|
102
|
+
spree/prototype:
|
103
|
+
name: Nosaukums
|
104
|
+
spree/return_authorization:
|
105
|
+
amount: Summa
|
106
|
+
spree/role:
|
107
|
+
name: Nosaukums
|
108
|
+
spree/state:
|
109
|
+
abbr: Saīsinājums
|
110
|
+
name: Nosaukums
|
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: Apraksts
|
128
|
+
name: Nosaukums
|
129
|
+
spree/tax_rate:
|
130
|
+
amount: Summa
|
119
131
|
included_in_price: Included in Price
|
120
132
|
show_rate_in_label: Show rate in label
|
121
|
-
spree/taxon:
|
122
|
-
name:
|
133
|
+
spree/taxon:
|
134
|
+
name: Nosaukums
|
123
135
|
permalink: Permalink
|
124
|
-
position:
|
125
|
-
spree/taxonomy:
|
126
|
-
name:
|
127
|
-
spree/user:
|
128
|
-
email:
|
129
|
-
password:
|
130
|
-
password_confirmation:
|
131
|
-
spree/variant:
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
+
position: Stāvoklis
|
137
|
+
spree/taxonomy:
|
138
|
+
name: Nosaukums
|
139
|
+
spree/user:
|
140
|
+
email: E-pasts
|
141
|
+
password: Parole
|
142
|
+
password_confirmation: Parole velreiz
|
143
|
+
spree/variant:
|
144
|
+
cost_currency:
|
145
|
+
cost_price: Pašizmaksa
|
146
|
+
depth: Biezums
|
147
|
+
height: Augstums
|
148
|
+
price: Cena
|
136
149
|
sku: SKU
|
137
|
-
weight:
|
138
|
-
width:
|
139
|
-
spree/zone:
|
140
|
-
description:
|
141
|
-
name:
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
150
|
+
weight: Svars
|
151
|
+
width: Platums
|
152
|
+
spree/zone:
|
153
|
+
description: Apraksts
|
154
|
+
name: Nosaukums
|
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:
|
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: Adrese
|
204
|
+
other: Adreses
|
205
|
+
spree/country:
|
206
|
+
one: Valsts
|
207
|
+
other: Valstis
|
208
|
+
spree/credit_card:
|
209
|
+
one: Credit Card
|
210
|
+
other: Credit Cards
|
211
|
+
spree/customer_return:
|
212
|
+
spree/inventory_unit:
|
213
|
+
one: Krājuma vienība
|
214
|
+
other: Krājuma vienības
|
215
|
+
spree/line_item:
|
216
|
+
one: Pozīcijas vienība
|
217
|
+
other: Pozīcijas vienības
|
218
|
+
spree/option_type:
|
219
|
+
spree/option_value:
|
220
|
+
spree/order:
|
221
|
+
one: Pasūtījums
|
222
|
+
other: Pasūtījumi
|
223
|
+
spree/payment:
|
224
|
+
one: Maksājums
|
225
|
+
other: Maksājumi
|
226
|
+
spree/payment_method:
|
227
|
+
spree/product:
|
228
|
+
one: Produkts
|
229
|
+
other: Produkti
|
230
|
+
spree/promotion:
|
231
|
+
spree/promotion_category:
|
232
|
+
spree/property:
|
177
233
|
one: Property
|
178
234
|
other: Properties
|
179
|
-
spree/prototype:
|
180
|
-
one:
|
181
|
-
other:
|
182
|
-
spree/
|
183
|
-
|
184
|
-
|
185
|
-
spree/
|
186
|
-
one:
|
187
|
-
other:
|
188
|
-
spree/
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
235
|
+
spree/prototype:
|
236
|
+
one: Prototips
|
237
|
+
other: Prototipi
|
238
|
+
spree/refund_reason:
|
239
|
+
spree/reimbursement:
|
240
|
+
spree/reimbursement_type:
|
241
|
+
spree/return_authorization:
|
242
|
+
one: Atgriešanas autorizācija
|
243
|
+
other: Atgriešanas autorizācijas
|
244
|
+
spree/return_authorization_reason:
|
245
|
+
spree/role:
|
246
|
+
one: Loma
|
247
|
+
other: Lomas
|
248
|
+
spree/shipment:
|
249
|
+
one: Piegāde
|
250
|
+
other: Piegādes
|
251
|
+
spree/shipping_category:
|
252
|
+
one: Piegādes kategorija
|
253
|
+
other: Piegādes kategorijas
|
254
|
+
spree/shipping_method:
|
255
|
+
spree/state:
|
195
256
|
one: "Štats"
|
196
257
|
other: "Štati"
|
197
|
-
spree/
|
198
|
-
|
199
|
-
|
200
|
-
spree/
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
spree/
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1111
|
-
|
1112
|
-
|
1113
|
-
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
|
1148
|
-
|
1149
|
-
|
1150
|
-
|
1151
|
-
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1155
|
-
|
1156
|
-
|
1157
|
-
|
1158
|
-
|
1159
|
-
|
1160
|
-
|
1161
|
-
|
1162
|
-
|
1163
|
-
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1167
|
-
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1204
|
-
|
1205
|
-
|
1206
|
-
|
258
|
+
spree/state_change:
|
259
|
+
spree/stock_location:
|
260
|
+
spree/stock_movement:
|
261
|
+
spree/stock_transfer:
|
262
|
+
spree/tax_category:
|
263
|
+
one: Nodokļu kategorija
|
264
|
+
other: Nodokļu kategorijas
|
265
|
+
spree/tax_rate:
|
266
|
+
one: Nodokļu likme
|
267
|
+
other: Nodokļu likmes
|
268
|
+
spree/taxon:
|
269
|
+
spree/taxonomy:
|
270
|
+
spree/tracker:
|
271
|
+
spree/user:
|
272
|
+
one: Lietotājs
|
273
|
+
other: Lietotāji
|
274
|
+
spree/variant:
|
275
|
+
spree/zone:
|
276
|
+
one: Zona
|
277
|
+
other: Zonas
|
278
|
+
devise:
|
279
|
+
confirmations:
|
280
|
+
confirmed: Jūsu lietotājs ir veiksmīgi apstiprināts. Jūs esat pieslēdzies.
|
281
|
+
send_instructions: Pāris minūšu laikā uz Jūsu epastu tiks nosūtīts apraksts, kā apstiprināt Jūsu lietotāju.
|
282
|
+
failure:
|
283
|
+
inactive: Jūsu lietotājs vēl nav aktivizēts.
|
284
|
+
invalid: Nekorekts epasts vai parole.
|
285
|
+
invalid_token: Nekorekts žetons.
|
286
|
+
locked: Jūsu lietotājs ir nobloķēts.
|
287
|
+
timeout: Jūsu sesijas laiks ir beidzies. Lūdzu pieslēdzieties vēlreiz, lai turpinātu.
|
288
|
+
unauthenticated: Jums ir jāpieslēdzas vai jāreģistrējas, lai turpinātu.
|
289
|
+
unconfirmed: Jums ir jāapstiprina reģistrācijas epasts, lai turpinātu.
|
290
|
+
mailer:
|
291
|
+
confirmation_instructions:
|
292
|
+
subject: Apstiprināšanas apraksts
|
293
|
+
reset_password_instructions:
|
294
|
+
subject: Paroles nomainīšanas apraksts
|
295
|
+
unlock_instructions:
|
296
|
+
subject: Atbloķēšanas apraksts
|
297
|
+
oauth_callbacks:
|
298
|
+
failure: 'Neizdevās autorizēties ar %{kind} lietotāju. Iemesls: "%{reason}".'
|
299
|
+
success: "Veiksmīgi autorizējis ar %{kind} lietotāju."
|
300
|
+
unlocks:
|
301
|
+
send_instructions: Pāris minūšu laikā uz Jūsu epastu tiks nosūtīts apraksts, kā atbloķēt Jūsu lietotāju.
|
302
|
+
unlocked: Jūsu lietotājs ir veiksmīgi atbloķēts. Jūs esat pieslēdzies.
|
303
|
+
user_passwords:
|
304
|
+
user:
|
305
|
+
cannot_be_blank: Nevar būt tukšs.
|
306
|
+
send_instructions: Pāris minūšu laikā uz Jūsu epastu tiks nosūtīts apraksts, kā nomainīt jūsu paroli.
|
307
|
+
updated: Jūsu parole ir veiksmīgi nomainīta. Jūs esat pieslēdzies.
|
308
|
+
user_registrations:
|
309
|
+
destroyed: Uz redzēšanos! Jūsu lietotājs ir veiksmīgi dzēsts. Ceram Jūs drīzumā redzēt atkal.
|
310
|
+
inactive_signed_up: Jūs piereģistrējāties veiksmīgi, lai gan mēs Jūs nevarējām pievienot saitei, jo %{reason}.
|
311
|
+
signed_up: Laipni lūgti! Jūs esiet veiksmīgi reģistrējies.
|
312
|
+
updated: Jūsu labotās izmaiņas ir veiksmīgi saglabātas.
|
313
|
+
user_sessions:
|
314
|
+
signed_in: Veiksmīgi pieslēdzies.
|
315
|
+
signed_out: Veiksmīgi atslēdzies.
|
316
|
+
errors:
|
317
|
+
messages:
|
318
|
+
already_confirmed: ir jau apstiprināts, lūdzu mēģiniet pieslēgties
|
319
|
+
not_found: netika atrasts
|
320
|
+
not_locked: netika nobloķēts
|
321
|
+
not_saved:
|
322
|
+
one: "%{resource} netika saglabāts %{count} kļūdas dēļ:"
|
323
|
+
other: "%{resource} netika saglabāts %{count} kļūdu dēļ:"
|
324
|
+
zero: "%{resource} netika saglabāts %{count} kļūdu dēļ:"
|
325
|
+
spree:
|
326
|
+
abbreviation: Saīsinājums
|
327
|
+
accept: Apstiprināt
|
328
|
+
acceptance_errors: Apstiprināšanas kļūdas
|
329
|
+
acceptance_status: Apstiprināšanas status
|
330
|
+
accepted: Apstiprināts
|
331
|
+
account: Konts
|
332
|
+
account_updated: Konts izmainīts!
|
333
|
+
action: Darbība
|
334
|
+
actions:
|
335
|
+
cancel: Atcelt
|
336
|
+
continue: Turpināt
|
337
|
+
create: Izveidot
|
338
|
+
destroy: Dzēst
|
339
|
+
edit: Labot
|
340
|
+
list: Saraksts
|
341
|
+
listing: Saraksts
|
342
|
+
new: Jauns
|
343
|
+
refund: Atgriezt
|
344
|
+
save: Saglabāt
|
345
|
+
update: Atjauninājums
|
346
|
+
activate: Aktivizēt
|
347
|
+
active: Aktīvs
|
348
|
+
add: Pievienot
|
349
|
+
add_action_of_type: Add action of type
|
350
|
+
add_country: Pievienot valsti
|
351
|
+
add_coupon_code: Pievienot kupona kodu
|
352
|
+
add_new_header: Pievienot jaunu galveni
|
353
|
+
add_new_style: Pievienot jaunu stilu
|
354
|
+
add_one: Pievienot vienu
|
355
|
+
add_option_value: Pievienot opcijas vērtību
|
356
|
+
add_product: Pievienot produktu
|
357
|
+
add_product_properties: Pievienot produkta īpašības
|
358
|
+
add_rule_of_type: Pievienot tiesiskuma veidu
|
359
|
+
add_state: Pievienot rajonu
|
360
|
+
add_stock:
|
361
|
+
add_stock_management:
|
362
|
+
add_to_cart: Pievienot grozam
|
363
|
+
add_variant:
|
364
|
+
additional_item: Papildus vienības maksa
|
365
|
+
address1: Adrese
|
366
|
+
address2: Adrese (papildus)
|
367
|
+
adjustable: Regulējams
|
368
|
+
adjustment: Piemērošana
|
369
|
+
adjustment_amount: Noregulēšana daudzums
|
370
|
+
adjustment_successfully_closed: Noregulēšana veiksmīgi aizvērta
|
371
|
+
adjustment_successfully_opened: Noregulēšana veiksmīgi atvērta
|
372
|
+
adjustment_total:
|
373
|
+
adjustments: Piemērošanas
|
374
|
+
admin:
|
375
|
+
tab:
|
376
|
+
configuration:
|
377
|
+
option_types:
|
378
|
+
orders: Pasūtījumi
|
379
|
+
overview:
|
380
|
+
products: Produkti
|
381
|
+
promotions: Akcijas
|
382
|
+
promotion_categories: Akciju kategorijas
|
383
|
+
properties: Opcijas
|
384
|
+
prototypes: Prototipi
|
385
|
+
reports: Pārskati
|
386
|
+
taxonomies:
|
387
|
+
taxons:
|
388
|
+
users: Lietotāji
|
389
|
+
user:
|
390
|
+
account: Konts
|
391
|
+
addresses: Adrese
|
392
|
+
items: Preces
|
393
|
+
items_purchased: Iegādātās preces
|
394
|
+
order_history: Pasūtījumu vēsture
|
395
|
+
order_num: Pasūtījuma numurs
|
396
|
+
orders: Pasūtījumi
|
397
|
+
user_information:
|
398
|
+
administration: Administrēšana
|
399
|
+
advertise:
|
400
|
+
agree_to_privacy_policy:
|
401
|
+
agree_to_terms_of_service:
|
402
|
+
all: Visi
|
403
|
+
all_adjustments_closed:
|
404
|
+
all_adjustments_opened:
|
405
|
+
all_departments: Visas nodaļas
|
406
|
+
all_items_have_been_returned: Visas preces tika atgrieztas
|
407
|
+
allow_ssl_in_development_and_test:
|
408
|
+
allow_ssl_in_production:
|
409
|
+
allow_ssl_in_staging:
|
410
|
+
already_signed_up_for_analytics:
|
411
|
+
alt_text: Cits teksts
|
412
|
+
alternative_phone: Cits telefons
|
413
|
+
amount: Summa
|
414
|
+
analytics_desc_header_1:
|
415
|
+
analytics_desc_header_2:
|
416
|
+
analytics_desc_list_1:
|
417
|
+
analytics_desc_list_2:
|
418
|
+
analytics_desc_list_3:
|
419
|
+
analytics_desc_list_4:
|
420
|
+
analytics_trackers:
|
421
|
+
and:
|
422
|
+
approve:
|
423
|
+
approved_at:
|
424
|
+
approver:
|
425
|
+
are_you_sure: Vai esiet pārliecināts?
|
426
|
+
are_you_sure_delete: Vai esiet pārliecināts, ka vēlaties dzēst šo ierakstu?
|
427
|
+
associated_adjustment_closed:
|
428
|
+
at_symbol: '@'
|
429
|
+
authorization_failure: Autorizācija neizdevās
|
430
|
+
authorized:
|
431
|
+
auto_capture:
|
432
|
+
available_on: Pieejams no
|
433
|
+
average_order_value:
|
434
|
+
avs_response:
|
435
|
+
back: Atpakaļ
|
436
|
+
back_end:
|
437
|
+
back_to_payment:
|
438
|
+
back_to_resource_list:
|
439
|
+
back_to_rma_reason_list:
|
440
|
+
back_to_store: Atgriezties veikalā
|
441
|
+
back_to_users_list:
|
442
|
+
backorderable:
|
443
|
+
backorderable_default:
|
444
|
+
backordered:
|
445
|
+
backorders_allowed:
|
446
|
+
balance_due: Atlikums
|
447
|
+
base_amount:
|
448
|
+
base_percent:
|
449
|
+
bill_address: Rēķina adrese
|
450
|
+
billing: Rēķins
|
451
|
+
billing_address: Rēķina adrese
|
452
|
+
both: Abi
|
453
|
+
calculated_reimbursements:
|
454
|
+
calculator: Kalkulātors
|
455
|
+
calculator_settings_warning: Ja tu maini kalkulatora tipu, vispirms saglabā esošos datus, pirms maini kalkulatora iestatījumus
|
456
|
+
cancel: Atcelt
|
457
|
+
canceled_at:
|
458
|
+
canceler:
|
459
|
+
cannot_create_customer_returns:
|
460
|
+
cannot_create_payment_without_payment_methods:
|
461
|
+
cannot_create_returns: Nevar izveidot atgriešanu, jo šis pasūtījums vēl nav izsūtīts.
|
462
|
+
cannot_perform_operation:
|
463
|
+
cannot_set_shipping_method_without_address:
|
464
|
+
capture: Capture
|
465
|
+
capture_events:
|
466
|
+
card_code: Kartes kods
|
467
|
+
card_number: Kartes numurs
|
468
|
+
card_type:
|
469
|
+
card_type_is: Kartes tips ir
|
470
|
+
cart: Grozs
|
471
|
+
cart_subtotal:
|
472
|
+
categories: Kategorijas
|
473
|
+
category: Kategorija
|
474
|
+
charged:
|
475
|
+
check_for_spree_alerts:
|
476
|
+
checkout: Pasūtīt
|
477
|
+
choose_a_customer:
|
478
|
+
choose_a_taxon_to_sort_products_for:
|
479
|
+
choose_currency:
|
480
|
+
choose_dashboard_locale:
|
481
|
+
choose_location:
|
482
|
+
city: Pilsēta
|
483
|
+
clear_cache:
|
484
|
+
clear_cache_ok:
|
485
|
+
clear_cache_warning:
|
486
|
+
click_and_drag_on_the_products_to_sort_them:
|
487
|
+
clone: Klonēt
|
488
|
+
close:
|
489
|
+
close_all_adjustments:
|
490
|
+
code: Kods
|
491
|
+
company:
|
492
|
+
complete: Pabeigts
|
493
|
+
configuration: Konfigurācija
|
494
|
+
configurations: Konfigurācijas
|
495
|
+
confirm: Apstiprini
|
496
|
+
confirm_delete: Apstiprināt izdzēšanu
|
497
|
+
confirm_password: Paroles apstiprinājums
|
498
|
+
continue: Turpināt
|
499
|
+
continue_shopping: Turpināt iepirkšanos
|
500
|
+
cost_currency:
|
501
|
+
cost_price: Pašizmaksa
|
502
|
+
could_not_connect_to_jirafe:
|
503
|
+
could_not_create_customer_return:
|
504
|
+
could_not_create_stock_movement:
|
505
|
+
count_on_hand:
|
506
|
+
countries:
|
507
|
+
country: Valsts
|
508
|
+
country_based: Valsts
|
509
|
+
country_name:
|
510
|
+
country_names:
|
511
|
+
CA:
|
512
|
+
FRA:
|
513
|
+
ITA:
|
514
|
+
US:
|
515
|
+
coupon: Kupons
|
516
|
+
coupon_code: Kupona kods
|
517
|
+
coupon_code_already_applied:
|
518
|
+
coupon_code_applied:
|
519
|
+
coupon_code_better_exists:
|
520
|
+
coupon_code_expired:
|
521
|
+
coupon_code_max_usage:
|
522
|
+
coupon_code_not_eligible:
|
523
|
+
coupon_code_not_found: Ievadītais kupona kods neeksistē. Lūdzu, mēģiniet vēlreiz.
|
524
|
+
coupon_code_unknown_error:
|
525
|
+
create: Izveidot
|
526
|
+
create_a_new_account: Izveidot jaunu kontu
|
527
|
+
create_new_order:
|
528
|
+
create_reimbursement:
|
529
|
+
created_at:
|
530
|
+
credit: Kredīts
|
531
|
+
credit_card: Kredītkarte
|
532
|
+
credit_cards:
|
533
|
+
credit_owed: Kredīta parāds
|
534
|
+
credits:
|
535
|
+
currency:
|
536
|
+
currency_decimal_mark:
|
537
|
+
currency_settings:
|
538
|
+
currency_symbol_position: Put currency symbol before or after dollar amount?
|
539
|
+
currency_thousands_separator:
|
540
|
+
current: Tagadējais
|
541
|
+
current_promotion_usage:
|
542
|
+
customer: Klients
|
543
|
+
customer_details: Klienta detaļas
|
544
|
+
customer_details_updated:
|
545
|
+
customer_return:
|
546
|
+
customer_returns:
|
547
|
+
customer_search: Klienta meklēšana
|
548
|
+
cut:
|
549
|
+
cvv_response:
|
550
|
+
dash:
|
551
|
+
jirafe:
|
552
|
+
app_id:
|
553
|
+
app_token:
|
554
|
+
currently_unavailable:
|
555
|
+
explanation:
|
556
|
+
header:
|
557
|
+
site_id:
|
558
|
+
token:
|
559
|
+
jirafe_settings_updated:
|
560
|
+
date:
|
561
|
+
date_completed:
|
562
|
+
date_picker:
|
563
|
+
first_day:
|
564
|
+
format:
|
565
|
+
js_format:
|
566
|
+
date_range: Datuma diapazons
|
567
|
+
default:
|
568
|
+
default_refund_amount:
|
569
|
+
default_tax:
|
570
|
+
default_tax_zone:
|
571
|
+
delete: Izdzēst
|
572
|
+
deleted_variants_present:
|
573
|
+
delivery: Piegāde
|
574
|
+
depth: Dziļums
|
575
|
+
description: Apraksts
|
576
|
+
destination:
|
577
|
+
destroy: Izdzēst
|
578
|
+
details:
|
579
|
+
discount_amount:
|
580
|
+
dismiss_banner:
|
581
|
+
display: Rādīt
|
582
|
+
display_currency:
|
583
|
+
doesnt_track_inventory:
|
584
|
+
edit: Rediģēt
|
585
|
+
editing_resource:
|
586
|
+
editing_rma_reason:
|
587
|
+
editing_user: Rediģēt lietotāju
|
588
|
+
eligibility_errors:
|
589
|
+
messages:
|
590
|
+
has_excluded_product:
|
591
|
+
item_total_less_than:
|
592
|
+
item_total_less_than_or_equal:
|
593
|
+
item_total_more_than:
|
594
|
+
item_total_more_than_or_equal:
|
595
|
+
limit_once_per_user:
|
596
|
+
missing_product:
|
597
|
+
missing_taxon:
|
598
|
+
no_applicable_products:
|
599
|
+
no_matching_taxons:
|
600
|
+
no_user_or_email_specified:
|
601
|
+
no_user_specified:
|
602
|
+
not_first_order:
|
603
|
+
email: E-pasts
|
604
|
+
empty:
|
605
|
+
empty_cart: Iztukšot grozu
|
606
|
+
enable_mail_delivery: Atļaut pasta sūtīšanu
|
607
|
+
end:
|
608
|
+
ending_in:
|
609
|
+
environment: Vide
|
610
|
+
error: Kļūda
|
611
|
+
errors:
|
612
|
+
messages:
|
613
|
+
could_not_create_taxon:
|
614
|
+
no_payment_methods_available:
|
615
|
+
no_shipping_methods_available:
|
616
|
+
errors_prohibited_this_record_from_being_saved:
|
617
|
+
one: Dēļ 1 kļūdas ieraksts netika saglabāts
|
618
|
+
other: Dēļ %{count} kļūdām ieraksts netika saglabāts
|
619
|
+
event: Notikums
|
620
|
+
events:
|
621
|
+
spree:
|
622
|
+
cart:
|
623
|
+
add:
|
624
|
+
checkout:
|
625
|
+
coupon_code_added:
|
626
|
+
content:
|
627
|
+
visited:
|
628
|
+
order:
|
629
|
+
contents_changed:
|
630
|
+
page_view:
|
631
|
+
user:
|
632
|
+
signup:
|
633
|
+
exceptions:
|
634
|
+
count_on_hand_setter:
|
635
|
+
exchange_for:
|
636
|
+
excl:
|
637
|
+
existing_shipments:
|
638
|
+
expedited_exchanges_warning:
|
639
|
+
expiration: Izbeigšanās
|
640
|
+
extension: Paplašinājums
|
641
|
+
failed_payment_attempts:
|
642
|
+
filename: Faila nosaukums
|
643
|
+
fill_in_customer_info:
|
644
|
+
filter_results:
|
645
|
+
finalize: Pabeigt
|
646
|
+
finalized:
|
647
|
+
find_a_taxon:
|
648
|
+
first_item: Pirmās vienības maksājums
|
649
|
+
first_name: Vārds
|
650
|
+
first_name_begins_with: Vārds sākas ar
|
651
|
+
flat_percent: Pamatprocents
|
652
|
+
flat_rate_per_order: Pamatlikme (par pasūtījumu)
|
653
|
+
flexible_rate: Elastīga likme
|
654
|
+
forgot_password: Parole aizmirsta
|
655
|
+
free_shipping:
|
656
|
+
free_shipping_amount:
|
657
|
+
front_end: Front End
|
658
|
+
gateway: Gateway
|
659
|
+
gateway_config_unavailable: Gateway unavailable for environment
|
660
|
+
gateway_error: Gateway kļūda
|
661
|
+
general: Vispārīgi
|
662
|
+
general_settings: Vispārīgi iestatījumi
|
663
|
+
google_analytics: Google analītiķis
|
664
|
+
google_analytics_id: Analītiķa ID
|
665
|
+
guest_checkout: Ciemiņa izrakstīšanās
|
666
|
+
guest_user_account: Izrakstīties kā ciemiņam
|
667
|
+
has_no_shipped_units: Nav nosūtītu vienību
|
668
|
+
height: Augstums
|
669
|
+
hide_cents:
|
670
|
+
home: Mājas
|
671
|
+
i18n:
|
672
|
+
available_locales:
|
673
|
+
language: Valoda
|
674
|
+
localization_settings:
|
675
|
+
this_file_language: Latvijas (LV)
|
676
|
+
icon: Icon
|
677
|
+
identifier:
|
678
|
+
image: Attēls
|
679
|
+
images: Attēli
|
680
|
+
implement_eligible_for_return:
|
681
|
+
implement_requires_manual_intervention:
|
682
|
+
inactive:
|
683
|
+
incl:
|
684
|
+
included_in_price:
|
685
|
+
included_price_validation:
|
686
|
+
incomplete:
|
687
|
+
info_number_of_skus_not_shown:
|
688
|
+
info_product_has_multiple_skus:
|
689
|
+
instructions_to_reset_password: 'Aizpildiet formu zemāk un uz e-pastu tiks nosūtīta instrukcija kā atjaunot paroli:'
|
690
|
+
insufficient_stock: Insufficient stock available, only %{on_hand} remaining
|
691
|
+
insufficient_stock_lines_present:
|
692
|
+
intercept_email_address:
|
693
|
+
intercept_email_instructions:
|
694
|
+
internal_name:
|
695
|
+
invalid_credit_card:
|
696
|
+
invalid_exchange_variant:
|
697
|
+
invalid_payment_provider:
|
698
|
+
invalid_promotion_action:
|
699
|
+
invalid_promotion_rule:
|
700
|
+
inventory: Inventūra
|
701
|
+
inventory_adjustment: Inventūras korekcija
|
702
|
+
inventory_error_flash_for_insufficient_quantity:
|
703
|
+
inventory_state:
|
704
|
+
is_not_available_to_shipment_address: nav pieejams sūtīšanas adresei
|
705
|
+
iso_name:
|
706
|
+
item: Prece
|
707
|
+
item_description: Preces apraksts
|
708
|
+
item_total: Kopā
|
709
|
+
item_total_rule:
|
710
|
+
operators:
|
711
|
+
gt:
|
712
|
+
gte:
|
713
|
+
lt:
|
714
|
+
lte:
|
715
|
+
items_cannot_be_shipped:
|
716
|
+
items_in_rmas:
|
717
|
+
items_reimbursed:
|
718
|
+
items_to_be_reimbursed:
|
719
|
+
jirafe:
|
720
|
+
landing_page_rule:
|
721
|
+
path: Ceļš
|
722
|
+
last_name: Uzvārds
|
723
|
+
last_name_begins_with: Uzvārds sākas ar
|
724
|
+
learn_more: Learn More
|
725
|
+
lifetime_stats:
|
726
|
+
line_item_adjustments:
|
727
|
+
list: Saraksts
|
728
|
+
loading: Lādējās
|
729
|
+
locale_changed: Valoda nomainīta
|
730
|
+
location:
|
731
|
+
lock:
|
732
|
+
log_entries:
|
733
|
+
logged_in_as: Pieslēgties kā
|
734
|
+
logged_in_succesfully: Pieslēgšanās veiksmīga
|
735
|
+
logged_out: Jūs esat atslēgts no sistēmas.
|
736
|
+
login: Pieslēgties
|
737
|
+
login_as_existing: Pieslēgties kā esošais klients
|
738
|
+
login_failed: Pieslēgšanās sistēmai neizdevās.
|
739
|
+
login_name: Pieslēgties
|
740
|
+
logout: Atslēgties
|
741
|
+
logs:
|
742
|
+
look_for_similar_items: Meklēt līdzīgas preces
|
743
|
+
make_refund:
|
744
|
+
make_sure_the_above_reimbursement_amount_is_correct:
|
745
|
+
manage_promotion_categories:
|
746
|
+
manage_variants:
|
747
|
+
manual_intervention_required:
|
748
|
+
master_price:
|
749
|
+
match_choices:
|
750
|
+
all:
|
751
|
+
none:
|
752
|
+
max_items:
|
753
|
+
member_since:
|
754
|
+
memo:
|
755
|
+
meta_description: Meta apraksts
|
756
|
+
meta_keywords: Meta atslēgas vārdi
|
757
|
+
meta_title:
|
758
|
+
metadata:
|
759
|
+
minimal_amount:
|
760
|
+
month: Mēnesis
|
761
|
+
more:
|
762
|
+
move_stock_between_locations:
|
763
|
+
my_account: Mans konts
|
764
|
+
my_orders: Mani pasūtījumi
|
765
|
+
name: Nosaukums
|
766
|
+
name_on_card:
|
767
|
+
name_or_sku: Vārds vai SKU
|
768
|
+
new: Jauns
|
769
|
+
new_adjustment: Jauns pielāgojums
|
770
|
+
new_country: Jauna valsts
|
771
|
+
new_customer: Jauns klients
|
772
|
+
new_customer_return:
|
773
|
+
new_image: Jauns attēls
|
774
|
+
new_option_type: Jauns opciju tips
|
775
|
+
new_order: Jauns pasūtījums
|
776
|
+
new_order_completed: Jaunais pasūtījums pabeigts
|
777
|
+
new_payment: Jauns maksājums
|
778
|
+
new_payment_method: Jauns maksājuma veids
|
779
|
+
new_product: Jauns produkts
|
780
|
+
new_promotion: Jauna akcija
|
781
|
+
new_promotion_category: Jauna akcijas kategorja
|
782
|
+
new_property: Jauna manta
|
783
|
+
new_prototype: Jauns prototips
|
784
|
+
new_refund: Jauna atmaksa
|
785
|
+
new_refund_reason: Jauns atmaksas iemesls
|
786
|
+
new_return_authorization: New Return Authorization
|
787
|
+
new_rma_reason:
|
788
|
+
new_shipment_at_location:
|
789
|
+
new_shipping_category: Jauna piegādes kategorija
|
790
|
+
new_shipping_method: Jauns piegādes veids
|
791
|
+
new_state: Jauns rajons
|
792
|
+
new_stock_location:
|
793
|
+
new_stock_movement:
|
794
|
+
new_stock_transfer:
|
795
|
+
new_tax_category: Jauna nodokļu kategorija
|
796
|
+
new_tax_rate: Jauna nodokļu likme
|
797
|
+
new_taxon: New Taxon
|
798
|
+
new_taxonomy: New Taxonomy
|
799
|
+
new_tracker: New Tracker
|
800
|
+
new_user: Jauns lietotājs
|
801
|
+
new_variant: Jauns variants
|
802
|
+
new_zone: Jauna zona
|
803
|
+
next: Nākamais
|
804
|
+
no_actions_added:
|
805
|
+
no_payment_found:
|
806
|
+
no_pending_payments:
|
807
|
+
no_products_found: Neviens produkts netika atrasts
|
808
|
+
no_resource_found:
|
809
|
+
no_results: Nav rezultātu
|
810
|
+
no_returns_found:
|
811
|
+
no_rules_added: Nav noteikumu pievienotu
|
812
|
+
no_shipping_method_selected:
|
813
|
+
no_state_changes:
|
814
|
+
no_tracking_present:
|
815
|
+
none: Nekas
|
816
|
+
none_selected: Nav atzīmētu
|
817
|
+
normal_amount:
|
818
|
+
not:
|
819
|
+
not_available: N/A
|
820
|
+
not_enough_stock:
|
821
|
+
not_found: "%{resource} is not found"
|
822
|
+
note: Piezīme
|
823
|
+
notice_messages:
|
824
|
+
product_cloned: Produkts ir klonēts
|
825
|
+
product_deleted: Produkts ir izdzēsts
|
826
|
+
product_not_cloned: Produktu neizdevās klonēt
|
827
|
+
product_not_deleted: Produktu neizdevās izdzēst
|
828
|
+
variant_deleted: Variants ir izdzēsts
|
829
|
+
variant_not_deleted: Variants nav izdzēsts
|
830
|
+
num_orders:
|
831
|
+
on_hand: Ir uz vietas
|
832
|
+
open:
|
833
|
+
open_all_adjustments:
|
834
|
+
option_type: Option Type
|
835
|
+
option_type_placeholder:
|
836
|
+
option_types: Opciju tips
|
837
|
+
option_value: Option Value
|
838
|
+
option_values: Opciju vērtība
|
839
|
+
optional:
|
840
|
+
options: Iespējas
|
841
|
+
or: vai
|
842
|
+
or_over_price: "%{price} or over"
|
843
|
+
order: Pasūtījums
|
844
|
+
order_adjustments: Pasūtījuma uzlabojumi
|
845
|
+
order_already_updated: Pasūtījums jau tika labots
|
846
|
+
order_approved: Pasūtījums apstiprināts
|
847
|
+
order_canceled: Pasūtījums atcelts
|
848
|
+
order_details: Pasūtījuma detaļas
|
849
|
+
order_email_resent: Pasūtījuma e-pasts vēlreiz pārsūtīts
|
850
|
+
order_information: Pasūtījuma informācija
|
851
|
+
order_mailer:
|
852
|
+
cancel_email:
|
853
|
+
dear_customer: Cienījāmais klient,
|
854
|
+
instructions: Jūsu pasūtījums tika atcelts. Lūdzu, saglabājiet šo atcelšanas informāciju par Jūsu pasūtījumu.
|
855
|
+
order_summary_canceled: "Pasūtījuma %{number} kopsavilkums [ATCELTS]"
|
856
|
+
subject: Pasūtījuma atcelšana
|
857
|
+
subtotal: "Starpsumma %{subtotal}"
|
858
|
+
total: "Summa %{total}"
|
859
|
+
confirm_email:
|
860
|
+
dear_customer: Cienījamais klient,
|
861
|
+
instructions: Lūdzu, pārskatiet un saglabājiet informāciju par Jūsu pasūtījumu.
|
862
|
+
order_summary: "Pasūtījuma %{number} kopsavilkums"
|
863
|
+
subject: Pasūtījuma apstiprināšana
|
864
|
+
thanks: Paldies par Jūsu veikto pasūtījumu.
|
865
|
+
subtotal: "Starpsumma %{subtotal}"
|
866
|
+
total: "Summa %{total}"
|
867
|
+
order_not_found: Pasūtījums netika atrasts
|
868
|
+
order_number: Pasūtījuma numurs
|
869
|
+
order_processed_successfully: Jūsu pasūtījums ir apstrādāts veiksmīgi
|
870
|
+
order_resumed: Pasūtījums atjaunots
|
871
|
+
order_state:
|
872
|
+
address: Adrese
|
873
|
+
awaiting_return: Gaida atgriešanu
|
874
|
+
canceled: Atcelts
|
875
|
+
cart: Grozs
|
876
|
+
complete: Pabeigt
|
877
|
+
confirm: Apstiprinājums
|
878
|
+
considered_risky: Bīstams
|
879
|
+
delivery: Piegāde
|
880
|
+
payment: Apmaksa
|
881
|
+
resumed: Atjaunots
|
882
|
+
returned: Atgriezts
|
883
|
+
order_summary: Pasūtījuma apkopojums
|
884
|
+
order_sure_want_to: "Vai esiet pārliecināts, ka vēlaties %{event} šo pasūtījumu?"
|
885
|
+
order_total: Kopējais pasūtījums
|
886
|
+
order_updated: Pasūtījums atjaunots
|
887
|
+
orders: Pasūtījumi
|
888
|
+
other_items_in_other:
|
889
|
+
out_of_stock: Izpārdots
|
890
|
+
overview: Pārskats
|
891
|
+
package_from: Piegāde no
|
892
|
+
pagination:
|
893
|
+
next_page: Nākamā lapa
|
894
|
+
previous_page: Iepriekšējā lapa
|
895
|
+
truncate: "…"
|
896
|
+
password: Parole
|
897
|
+
paste: Paste
|
898
|
+
path: Ceļš
|
899
|
+
pay: maksā
|
900
|
+
payment: Maksājums
|
901
|
+
payment_could_not_be_created:
|
902
|
+
payment_identifier:
|
903
|
+
payment_information: Maksājuma informācija
|
904
|
+
payment_method: Maksājuma veids
|
905
|
+
payment_method_not_supported:
|
906
|
+
payment_methods: Maksājuma veidi
|
907
|
+
payment_processing_failed:
|
908
|
+
payment_processor_choose_banner_text:
|
909
|
+
payment_processor_choose_link:
|
910
|
+
payment_state: Maksājuma statuss
|
911
|
+
payment_states:
|
912
|
+
balance_due:
|
913
|
+
checkout:
|
914
|
+
completed:
|
915
|
+
credit_owed:
|
916
|
+
failed:
|
917
|
+
paid:
|
918
|
+
pending:
|
919
|
+
processing:
|
920
|
+
void:
|
921
|
+
payment_updated: Maksājums atjaunots
|
922
|
+
payments: Maksājumi
|
923
|
+
pending:
|
924
|
+
percent:
|
925
|
+
percent_per_item:
|
926
|
+
permalink:
|
927
|
+
phone: Telefons
|
928
|
+
place_order: Veikt pasūtījumu
|
929
|
+
please_define_payment_methods:
|
930
|
+
populate_get_error:
|
931
|
+
powered_by:
|
932
|
+
pre_tax_amount:
|
933
|
+
pre_tax_refund_amount:
|
934
|
+
pre_tax_total:
|
935
|
+
preferred_reimbursement_type:
|
936
|
+
presentation: Prezentācija
|
937
|
+
previous: Iepriekšējais
|
938
|
+
previous_state_missing:
|
939
|
+
price: Cena
|
940
|
+
price_range: Price Range
|
941
|
+
price_sack: Price Sack
|
942
|
+
process: Apstrādāt
|
943
|
+
product: Produkts
|
944
|
+
product_details: Produkta detaļas
|
945
|
+
product_has_no_description: "Šim produktam nav nosaukuma"
|
946
|
+
product_not_available_in_this_currency:
|
947
|
+
product_properties: Produkta īpašības
|
948
|
+
product_rule:
|
949
|
+
choose_products:
|
950
|
+
label:
|
951
|
+
match_all:
|
952
|
+
match_any:
|
953
|
+
match_none:
|
954
|
+
product_source:
|
955
|
+
group:
|
956
|
+
manual:
|
957
|
+
products: Produkti
|
958
|
+
promotion:
|
959
|
+
promotion_action:
|
960
|
+
promotion_action_types:
|
961
|
+
create_adjustment:
|
962
|
+
description:
|
963
|
+
name:
|
964
|
+
create_item_adjustments:
|
965
|
+
description:
|
966
|
+
name:
|
967
|
+
create_line_items:
|
968
|
+
description:
|
969
|
+
name:
|
970
|
+
free_shipping:
|
971
|
+
description:
|
972
|
+
name:
|
973
|
+
promotion_actions:
|
974
|
+
promotion_form:
|
975
|
+
match_policies:
|
976
|
+
all:
|
977
|
+
any:
|
978
|
+
promotion_rule:
|
979
|
+
promotion_rule_types:
|
980
|
+
first_order:
|
981
|
+
description:
|
982
|
+
name:
|
983
|
+
item_total:
|
984
|
+
description:
|
985
|
+
name:
|
986
|
+
landing_page:
|
987
|
+
description:
|
988
|
+
name:
|
989
|
+
one_use_per_user:
|
990
|
+
description:
|
991
|
+
name:
|
992
|
+
option_value:
|
993
|
+
description:
|
994
|
+
name:
|
995
|
+
product:
|
996
|
+
description:
|
997
|
+
name:
|
998
|
+
taxon:
|
999
|
+
description:
|
1000
|
+
name:
|
1001
|
+
user:
|
1002
|
+
description:
|
1003
|
+
name:
|
1004
|
+
user_logged_in:
|
1005
|
+
description:
|
1006
|
+
name:
|
1007
|
+
promotion_uses:
|
1008
|
+
promotionable:
|
1009
|
+
promotions: Akcijas
|
1010
|
+
propagate_all_variants:
|
1011
|
+
properties: Parametri
|
1012
|
+
property: Parametrs
|
1013
|
+
prototype: Prototips
|
1014
|
+
prototypes: Prototipi
|
1015
|
+
provider: Piegādātājs
|
1016
|
+
provider_settings_warning: Ja tu maini piegādātāja tipu, tev vajag vispirms saglabāt pirms veikt izmaiņas piegādātāja uzstādījumiem
|
1017
|
+
qty: Daudzums
|
1018
|
+
quantity: Daudzums
|
1019
|
+
quantity_returned: Daudzums atgriezts
|
1020
|
+
quantity_shipped: Daudzums nosūtīts
|
1021
|
+
quick_search: Ātrā meklēšana
|
1022
|
+
rate: Tarifs
|
1023
|
+
reason: Iemesls
|
1024
|
+
receive: saņemt
|
1025
|
+
receive_stock:
|
1026
|
+
received: Saņemts
|
1027
|
+
reception_status:
|
1028
|
+
reference:
|
1029
|
+
refund: Atmaksāt
|
1030
|
+
refund_amount_must_be_greater_than_zero:
|
1031
|
+
refund_reasons:
|
1032
|
+
refunded_amount:
|
1033
|
+
refunds:
|
1034
|
+
register: Reģistrēties kā jauns lietotājs
|
1035
|
+
registration: Reģistrācija
|
1036
|
+
reimburse:
|
1037
|
+
reimbursed:
|
1038
|
+
reimbursement:
|
1039
|
+
reimbursement_mailer:
|
1040
|
+
reimbursement_email:
|
1041
|
+
days_to_send:
|
1042
|
+
dear_customer:
|
1043
|
+
exchange_summary:
|
1044
|
+
for:
|
1045
|
+
instructions:
|
1046
|
+
refund_summary:
|
1047
|
+
subject:
|
1048
|
+
total_refunded:
|
1049
|
+
reimbursement_perform_failed:
|
1050
|
+
reimbursement_status:
|
1051
|
+
reimbursement_type:
|
1052
|
+
reimbursement_type_override:
|
1053
|
+
reimbursement_types:
|
1054
|
+
reimbursements:
|
1055
|
+
reject: Atraidīt
|
1056
|
+
rejected: Atraidīts
|
1057
|
+
remember_me: Atcerēties mani
|
1058
|
+
remove: Dzēst
|
1059
|
+
rename: Pārsaukt
|
1060
|
+
report: Ziņot
|
1061
|
+
reports: Atskaites
|
1062
|
+
resend: Pārsūtīt
|
1063
|
+
reset_password: Nomainīt manu paroli
|
1064
|
+
response_code: Atbildes kods
|
1065
|
+
resume: atsākt
|
1066
|
+
resumed: Atsākts
|
1067
|
+
return: atgriezties
|
1068
|
+
return_authorization:
|
1069
|
+
return_authorization_reasons:
|
1070
|
+
return_authorization_updated:
|
1071
|
+
return_authorizations:
|
1072
|
+
return_item_inventory_unit_ineligible:
|
1073
|
+
return_item_inventory_unit_reimbursed:
|
1074
|
+
return_item_rma_ineligible:
|
1075
|
+
return_item_time_period_ineligible:
|
1076
|
+
return_items: Atgriezt preci
|
1077
|
+
return_items_cannot_be_associated_with_multiple_orders:
|
1078
|
+
return_number: Atgriezt skaitu
|
1079
|
+
return_quantity: Atgriezt daudzumu
|
1080
|
+
returned: Atgriezts
|
1081
|
+
returns:
|
1082
|
+
review: Pārskats
|
1083
|
+
risk: Bīstams
|
1084
|
+
risk_analysis: Bīstamības pārbaude
|
1085
|
+
risky: Bīstami
|
1086
|
+
rma_credit: RMA Credit
|
1087
|
+
rma_number: RMA numurs
|
1088
|
+
rma_value: RMA vērtība
|
1089
|
+
roles: Lomas
|
1090
|
+
rules: Noteikumi
|
1091
|
+
safe: Drošs
|
1092
|
+
sales_total: Kopējā realizācija
|
1093
|
+
sales_total_description: Sales Total For All Orders
|
1094
|
+
sales_totals:
|
1095
|
+
save_and_continue: Saglabāt un turpināt
|
1096
|
+
save_my_address: Saglabāt manu adresi
|
1097
|
+
say_no:
|
1098
|
+
say_yes:
|
1099
|
+
scope: Scope
|
1100
|
+
search: Meklēšana
|
1101
|
+
search_results: "Meklēšanas rezultāti '%{keywords}'"
|
1102
|
+
searching: Searching
|
1103
|
+
secure_connection_type: Secure Connection Type
|
1104
|
+
security_settings: Security Settings
|
1105
|
+
select: Izvēlēties
|
1106
|
+
select_a_return_authorization_reason:
|
1107
|
+
select_a_stock_location:
|
1108
|
+
select_from_prototype: Izvēlēties no prototipiem
|
1109
|
+
select_stock:
|
1110
|
+
send_copy_of_all_mails_to: Sūtīt visu vēstuļu kopijas uz
|
1111
|
+
send_mails_as: Sūtīt vēstules kā
|
1112
|
+
server: Serveris
|
1113
|
+
server_error: Serveris atgrieza kļūdu
|
1114
|
+
settings: Uzstādījumi
|
1115
|
+
ship: sūtīt
|
1116
|
+
ship_address: Piegādes adrese
|
1117
|
+
ship_total:
|
1118
|
+
shipment: Piegāde
|
1119
|
+
shipment_adjustments:
|
1120
|
+
shipment_details:
|
1121
|
+
shipment_mailer:
|
1122
|
+
shipped_email:
|
1123
|
+
dear_customer:
|
1124
|
+
instructions:
|
1125
|
+
shipment_summary:
|
1126
|
+
subject:
|
1127
|
+
thanks:
|
1128
|
+
track_information:
|
1129
|
+
track_link:
|
1130
|
+
shipment_state: Piegādes statuss
|
1131
|
+
shipment_states:
|
1132
|
+
backorder:
|
1133
|
+
canceled: Atcelts
|
1134
|
+
partial:
|
1135
|
+
pending: Neizlemts
|
1136
|
+
ready: Gatavs
|
1137
|
+
shipped: Nosūtīts
|
1138
|
+
shipment_transfer_error:
|
1139
|
+
shipment_transfer_success:
|
1140
|
+
shipments: Piegādes
|
1141
|
+
shipped: Nosūtīts
|
1142
|
+
shipping: Piegāde
|
1143
|
+
shipping_address: Piegādes adrese
|
1144
|
+
shipping_categories: Piegādes kategorijas
|
1145
|
+
shipping_category: Piegādes kategorija
|
1146
|
+
shipping_flat_rate_per_item:
|
1147
|
+
shipping_flat_rate_per_order:
|
1148
|
+
shipping_flexible_rate:
|
1149
|
+
shipping_instructions: Piegādes instrukcijas
|
1150
|
+
shipping_method: Piegādes veids
|
1151
|
+
shipping_methods: Piegādes veidi
|
1152
|
+
shipping_price_sack:
|
1153
|
+
shipping_total:
|
1154
|
+
shop_by_taxonomy: "Pirkt pēc %{taxonomy}"
|
1155
|
+
shopping_cart: Iepirkuma grozs
|
1156
|
+
show: Parādīt
|
1157
|
+
show_active: Parādīt aktīvos
|
1158
|
+
show_deleted: Parādīt izdzēstos
|
1159
|
+
show_only_complete_orders: Parādīt tikai pabeigtos pasūtījumus
|
1160
|
+
show_only_considered_risky:
|
1161
|
+
show_rate_in_label:
|
1162
|
+
sku:
|
1163
|
+
skus:
|
1164
|
+
slug:
|
1165
|
+
source:
|
1166
|
+
special_instructions:
|
1167
|
+
split:
|
1168
|
+
spree_gateway_error_flash_for_checkout:
|
1169
|
+
ssl:
|
1170
|
+
change_protocol:
|
1171
|
+
start:
|
1172
|
+
state: Stāvoklis
|
1173
|
+
state_based:
|
1174
|
+
state_machine_states:
|
1175
|
+
accepted: Pieņemts
|
1176
|
+
address: Adrese
|
1177
|
+
authorized:
|
1178
|
+
awaiting:
|
1179
|
+
awaiting_return:
|
1180
|
+
backordered:
|
1181
|
+
canceled: Atcelts
|
1182
|
+
cart: Grozs
|
1183
|
+
checkout:
|
1184
|
+
closed: Aizvērts
|
1185
|
+
complete: Pabeigt
|
1186
|
+
completed: Pabeigts
|
1187
|
+
confirm: Apstiprināt
|
1188
|
+
delivery: Piegāde
|
1189
|
+
errored:
|
1190
|
+
failed: Neizdevās
|
1191
|
+
given_to_customer:
|
1192
|
+
invalid: Nederīgs
|
1193
|
+
manual_intervention_required:
|
1194
|
+
on_hand:
|
1195
|
+
open: Atvērts
|
1196
|
+
order: Pasūtījums
|
1197
|
+
payment: Maksājums
|
1198
|
+
pending:
|
1199
|
+
processing:
|
1200
|
+
ready: Gatavs
|
1201
|
+
reimbursed:
|
1202
|
+
resumed: Atjaunots
|
1203
|
+
returned: Atgriezts
|
1204
|
+
shipped: Piegādāts
|
1205
|
+
void: Anulēts
|
1206
|
+
states:
|
1207
|
+
states_required:
|
1208
|
+
status: Stāvoklis
|
1209
|
+
stock:
|
1210
|
+
stock_location:
|
1211
|
+
stock_location_info:
|
1212
|
+
stock_locations:
|
1213
|
+
stock_locations_need_a_default_country:
|
1214
|
+
stock_management:
|
1215
|
+
stock_management_requires_a_stock_location:
|
1216
|
+
stock_movements:
|
1217
|
+
stock_movements_for_stock_location:
|
1218
|
+
stock_successfully_transferred:
|
1219
|
+
stock_transfer:
|
1220
|
+
stock_transfers:
|
1221
|
+
stop:
|
1222
|
+
store: Veikals
|
1223
|
+
street_address: Ielas adrese
|
1224
|
+
street_address_2: Ielas adrese (turpinājums)
|
1225
|
+
subtotal: Starpsumma
|
1226
|
+
subtract: Atskaitīt
|
1227
|
+
success:
|
1228
|
+
successfully_created: "%{resource} tika veiksmīgi izveidots(-a)!"
|
1229
|
+
successfully_refunded:
|
1230
|
+
successfully_removed: "%{resource} tika veiksmīgi izdzēsts(-a)!"
|
1231
|
+
successfully_signed_up_for_analytics:
|
1232
|
+
successfully_updated: "%{resource} tika veiksmīgi saglabāts(-a)!"
|
1233
|
+
summary:
|
1234
|
+
tax: Nodokļi
|
1235
|
+
tax_categories: Nodokļu kategorijas
|
1236
|
+
tax_category: Nodokļu kategorija
|
1237
|
+
tax_code:
|
1238
|
+
tax_included:
|
1239
|
+
tax_rate_amount_explanation:
|
1240
|
+
tax_rates: Nodokļu likmes
|
1241
|
+
taxon:
|
1242
|
+
taxon_edit:
|
1243
|
+
taxon_placeholder:
|
1244
|
+
taxon_rule:
|
1245
|
+
choose_taxons:
|
1246
|
+
label:
|
1247
|
+
match_all:
|
1248
|
+
match_any:
|
1249
|
+
taxonomies: Klasifikatori
|
1250
|
+
taxonomy:
|
1251
|
+
taxonomy_edit: Labot klasifikatoru
|
1252
|
+
taxonomy_tree_error: Prasītās izmaiņas nav pieņemtas un koks ir atgriezts iepriekšējā stāvoklī, lūdzu, mēģiniet vēlreiz.
|
1253
|
+
taxonomy_tree_instruction: "* Ar labo peli uzklikšķiniet kokā, lai piekļūtu izvēlei: pievienošanai, izdzēšanai vai sortēšanai."
|
1254
|
+
taxons:
|
1255
|
+
test:
|
1256
|
+
test_mailer:
|
1257
|
+
test_email:
|
1258
|
+
greeting:
|
1259
|
+
message:
|
1260
|
+
subject:
|
1261
|
+
test_mode:
|
1262
|
+
thank_you_for_your_order: Paldies par sadarbību. Lūdzu, izdrukājiet šo apstiprinājumu savai zināšanai.
|
1263
|
+
there_are_no_items_for_this_order:
|
1264
|
+
there_were_problems_with_the_following_fields: Problēmas ar sekojošiem laukiem
|
1265
|
+
this_order_has_already_received_a_refund:
|
1266
|
+
thumbnail: Thumbnail
|
1267
|
+
tiered_flat_rate:
|
1268
|
+
tiered_percent:
|
1269
|
+
tiers:
|
1270
|
+
time:
|
1271
|
+
to_add_variants_you_must_first_define: Lai pievienotu variantu, vispirms definējiet
|
1272
|
+
total: Kopā
|
1273
|
+
total_per_item:
|
1274
|
+
total_pre_tax_refund:
|
1275
|
+
total_price:
|
1276
|
+
total_sales:
|
1277
|
+
track_inventory:
|
1278
|
+
tracking: Tracking
|
1279
|
+
tracking_number:
|
1280
|
+
tracking_url:
|
1281
|
+
tracking_url_placeholder:
|
1282
|
+
transaction_id:
|
1283
|
+
transfer_from_location:
|
1284
|
+
transfer_stock:
|
1285
|
+
transfer_to_location:
|
1286
|
+
tree: Koks
|
1287
|
+
type: Tips
|
1288
|
+
type_to_search: Type to search
|
1289
|
+
unable_to_connect_to_gateway: Nav spējīgs pievienoties gateway.
|
1290
|
+
unable_to_create_reimbursements:
|
1291
|
+
under_price: "Under %{price}"
|
1292
|
+
unlock:
|
1293
|
+
unrecognized_card_type: Neatpazīstams kartes tips
|
1294
|
+
unshippable_items:
|
1295
|
+
update: Atjaunot
|
1296
|
+
updating: Atjaunojas
|
1297
|
+
usage_limit: Lietotāja limits
|
1298
|
+
use_app_default:
|
1299
|
+
use_billing_address: Lietot rēķina adresi
|
1300
|
+
use_new_cc: Izmntot jaunu karti
|
1301
|
+
use_s3:
|
1302
|
+
user: Lietotājs
|
1303
|
+
user_rule:
|
1304
|
+
choose_users:
|
1305
|
+
users: Lietotāji
|
1306
|
+
validation:
|
1307
|
+
cannot_be_less_than_shipped_units: nevar būt mazāks par izsūtītām vienībām.
|
1308
|
+
cannot_destroy_line_item_as_inventory_units_have_shipped:
|
1309
|
+
exceeds_available_stock:
|
1310
|
+
is_too_large: ir par lielu - pieejamais daudzums nevar nodrošināt prasīto daudzumu!
|
1311
|
+
must_be_int: must be an integer
|
1312
|
+
must_be_non_negative: ir jābūt pozitīvai vērtībai
|
1313
|
+
unpaid_amount_not_zero:
|
1314
|
+
value: Vērtība
|
1315
|
+
variant: Variants
|
1316
|
+
variant_placeholder: Izvēlies variantu
|
1317
|
+
variants: Varianti
|
1318
|
+
version: Versija
|
1319
|
+
void: Void
|
1320
|
+
weight: Svars
|
1321
|
+
what_is_a_cvv: Kas ir (CVV) kredītkartes kods?
|
1322
|
+
what_is_this: Kas tas ir?
|
1323
|
+
width: Platums
|
1324
|
+
year: Gads
|
1325
|
+
you_have_no_orders_yet: Jums vēl nav reģistrēti pasūtījumi
|
1326
|
+
your_cart_is_empty: Jūsu iepirkuma grozs ir tukšs
|
1327
|
+
your_order_is_empty_add_product: Jūsu pasūtijums ir tukšs, lūdzu pievienojiet preces
|
1328
|
+
zip: Pasta indekss
|
1329
|
+
zipcode: Pasta indekss
|
1330
|
+
zone: Zona
|
1331
|
+
zones: Zonas
|