spree_i18n 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +15 -0
- data/config/locales/ca.yml +1207 -0
- data/config/locales/cs-CZ.yml +1206 -0
- data/config/locales/da.yml +1206 -0
- data/config/locales/de-CH.yml +1206 -0
- data/config/locales/de.yml +1206 -0
- data/config/locales/en-AU.yml +1206 -0
- data/config/locales/en-GB.yml +1206 -0
- data/config/locales/en-IN.yml +1206 -0
- data/config/locales/en-NZ.yml +1206 -0
- data/config/locales/es-MX.yml +1206 -0
- data/config/locales/es.yml +1206 -0
- data/config/locales/et.yml +1206 -0
- data/config/locales/fa.yml +1209 -0
- data/config/locales/fi.yml +1206 -0
- data/config/locales/fr.yml +1206 -0
- data/config/locales/il.yml +1206 -0
- data/config/locales/it.yml +1193 -0
- data/config/locales/ja/spree_api.yml +14 -0
- data/config/locales/ja/spree_auth.yml +46 -0
- data/config/locales/ja/spree_core.rb +16 -0
- data/config/locales/ja/spree_core.yml +1071 -0
- data/config/locales/ja/spree_dash.yml +5 -0
- data/config/locales/ja/spree_promo.yml +88 -0
- data/config/locales/ko.yml +1206 -0
- data/config/locales/lt.yml +1206 -0
- data/config/locales/lv.yml +1206 -0
- data/config/locales/nb-NO.yml +1206 -0
- data/config/locales/nl-BE.yml +1206 -0
- data/config/locales/nl.yml +1134 -0
- data/config/locales/pl.yml +1206 -0
- data/config/locales/pt-BR.yml +1206 -0
- data/config/locales/pt-PT.yml +1206 -0
- data/config/locales/ru.yml +1206 -0
- data/config/locales/sk.yml +1206 -0
- data/config/locales/sl-SI.yml +1206 -0
- data/config/locales/sv-SE.yml +1210 -0
- data/config/locales/th.yml +1206 -0
- data/config/locales/uk.yml +1206 -0
- data/config/locales/vn.yml +1206 -0
- data/config/locales/zh-CN.yml +1206 -0
- data/config/locales/zh-TW.yml +1206 -0
- data/default/spree_api.yml +21 -0
- data/default/spree_auth.yml +46 -0
- data/default/spree_core.yml +1123 -0
- data/default/spree_dash.yml +11 -0
- data/default/spree_promo.yml +92 -0
- data/lib/spree/i18n_utils.rb +50 -0
- data/lib/spree_i18n.rb +2 -0
- data/lib/spree_i18n/railtie.rb +24 -0
- data/lib/tasks/i18n.rake +107 -0
- metadata +224 -0
|
@@ -0,0 +1,1206 @@
|
|
|
1
|
+
---
|
|
2
|
+
lv:
|
|
3
|
+
a_copy_of_all_mail_will_be_sent_to_the_following_addresses: "Visi e-pasti tiks pārsūtīti arī uz šīm adresēm"
|
|
4
|
+
abbreviation: "Saīsinājums"
|
|
5
|
+
access_denied: "Pieeja liegta"
|
|
6
|
+
account: "Konts"
|
|
7
|
+
account_updated: "Konts izmainīts!"
|
|
8
|
+
action: "Darbība"
|
|
9
|
+
actions:
|
|
10
|
+
cancel: "Atcelt"
|
|
11
|
+
create: "Izveidot"
|
|
12
|
+
destroy: "Dzēst"
|
|
13
|
+
list: "Saraksts"
|
|
14
|
+
listing: "Saraksts"
|
|
15
|
+
new: "Jauns"
|
|
16
|
+
update: "Atjauninājums"
|
|
17
|
+
activate: "Activate"
|
|
18
|
+
active: "Aktīvs"
|
|
19
|
+
activerecord:
|
|
20
|
+
attributes:
|
|
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:
|
|
32
|
+
iso: ISO
|
|
33
|
+
iso3: ISO3
|
|
34
|
+
iso_name: "ISO vārds"
|
|
35
|
+
name: "Nosaukums"
|
|
36
|
+
numcode: "ISO kods"
|
|
37
|
+
spree/credit_card:
|
|
38
|
+
cc_type: Type
|
|
39
|
+
month: Month
|
|
40
|
+
number: Number
|
|
41
|
+
verification_value: "Verification Value"
|
|
42
|
+
year: Year
|
|
43
|
+
spree/inventory_unit:
|
|
44
|
+
state: "Apgabals"
|
|
45
|
+
spree/line_item:
|
|
46
|
+
price: "Cena"
|
|
47
|
+
quantity: "Daudzums"
|
|
48
|
+
spree/option_type:
|
|
49
|
+
name: Name
|
|
50
|
+
presentation: Presentation
|
|
51
|
+
spree/order/bill_address:
|
|
52
|
+
address1: "Billing address street"
|
|
53
|
+
city: "Billing address city"
|
|
54
|
+
firstname: "Billing address first name"
|
|
55
|
+
lastname: "Billing address last name"
|
|
56
|
+
phone: "Billing address phone"
|
|
57
|
+
state: "Billing address state"
|
|
58
|
+
zipcode: "Billing address zipcode"
|
|
59
|
+
spree/order/ship_address:
|
|
60
|
+
address1: "Shipping address street"
|
|
61
|
+
city: "Shipping address city"
|
|
62
|
+
firstname: "Shipping address first name"
|
|
63
|
+
lastname: "Shipping address last name"
|
|
64
|
+
phone: "Shipping address phone"
|
|
65
|
+
state: "Shipping address state"
|
|
66
|
+
zipcode: "Shipping address zipcode"
|
|
67
|
+
spree/order:
|
|
68
|
+
checkout_complete: "Izrakstīšanās pabeigta"
|
|
69
|
+
completed_at: "Completed At"
|
|
70
|
+
created_at: Order Date
|
|
71
|
+
email: Customer E-Mail
|
|
72
|
+
ip_address: "IP Adrese"
|
|
73
|
+
item_total: "Kopējā vienība"
|
|
74
|
+
number: "Skaitlis"
|
|
75
|
+
payment_state: Payment State
|
|
76
|
+
shipment_state: Shipment State
|
|
77
|
+
special_instructions: "Īpašas norādes"
|
|
78
|
+
state: "Apgabals"
|
|
79
|
+
total: "Kopā"
|
|
80
|
+
spree/payment_method:
|
|
81
|
+
name: Name
|
|
82
|
+
spree/product:
|
|
83
|
+
available_on: "Pieejams pēc"
|
|
84
|
+
cost_price: "Pašizmaksa"
|
|
85
|
+
description: "Apraksts"
|
|
86
|
+
master_price: "Gala cena/Master Price"
|
|
87
|
+
name: "Nosaukums"
|
|
88
|
+
on_demand: "On Demand"
|
|
89
|
+
on_hand: "Pieejams"
|
|
90
|
+
shipping_category: "Piegādes kategorija"
|
|
91
|
+
tax_category: "Nodokļu kategorija"
|
|
92
|
+
spree/promotion:
|
|
93
|
+
advertise: Advertise
|
|
94
|
+
code: "Code"
|
|
95
|
+
description: "Description"
|
|
96
|
+
event_name: Event Name
|
|
97
|
+
expires_at: "Expires at"
|
|
98
|
+
name: "Name"
|
|
99
|
+
path: Path
|
|
100
|
+
starts_at: "Starts at"
|
|
101
|
+
usage_limit: "Usage limit"
|
|
102
|
+
spree/property:
|
|
103
|
+
name: "Nosaukums"
|
|
104
|
+
presentation: "Prezentācija"
|
|
105
|
+
spree/prototype:
|
|
106
|
+
name: "Nosaukums"
|
|
107
|
+
spree/return_authorization:
|
|
108
|
+
amount: "Summa"
|
|
109
|
+
spree/role:
|
|
110
|
+
name: "Nosaukums"
|
|
111
|
+
spree/state:
|
|
112
|
+
abbr: "Saīsinājums"
|
|
113
|
+
name: "Nosaukums"
|
|
114
|
+
spree/tax_category:
|
|
115
|
+
description: "Apraksts"
|
|
116
|
+
name: "Nosaukums"
|
|
117
|
+
spree/tax_rate:
|
|
118
|
+
amount: "Summa"
|
|
119
|
+
included_in_price: Included in Price
|
|
120
|
+
show_rate_in_label: Show rate in label
|
|
121
|
+
spree/taxon:
|
|
122
|
+
name: "Nosaukums"
|
|
123
|
+
permalink: Permalink
|
|
124
|
+
position: "Stāvoklis"
|
|
125
|
+
spree/taxonomy:
|
|
126
|
+
name: "Nosaukums"
|
|
127
|
+
spree/user:
|
|
128
|
+
email: "E-pasts"
|
|
129
|
+
password: "Parole"
|
|
130
|
+
password_confirmation: "Password Confirmation"
|
|
131
|
+
spree/variant:
|
|
132
|
+
cost_price: "Pašizmaksa"
|
|
133
|
+
depth: "Biezums"
|
|
134
|
+
height: "Augstums"
|
|
135
|
+
price: "Cena"
|
|
136
|
+
sku: SKU
|
|
137
|
+
weight: "Svars"
|
|
138
|
+
width: "Platums"
|
|
139
|
+
spree/zone:
|
|
140
|
+
description: "Apraksts"
|
|
141
|
+
name: "Nosaukums"
|
|
142
|
+
models:
|
|
143
|
+
spree/address:
|
|
144
|
+
one: "Adrese"
|
|
145
|
+
other: "Adreses"
|
|
146
|
+
spree/cheque_payment:
|
|
147
|
+
one: "Samaksa ar čeku"
|
|
148
|
+
other: "Samaksa ar čeku"
|
|
149
|
+
spree/country:
|
|
150
|
+
one: "Valsts"
|
|
151
|
+
other: "Valstis"
|
|
152
|
+
spree/credit_card:
|
|
153
|
+
one: "Credit Card"
|
|
154
|
+
other: "Credit Cards"
|
|
155
|
+
spree/creditcard_payment:
|
|
156
|
+
one: "Credit Card Payment"
|
|
157
|
+
other: "Credit Card Payments"
|
|
158
|
+
spree/creditcard_txn:
|
|
159
|
+
one: "Credit Card Transaction"
|
|
160
|
+
other: "Credit Card Transactions"
|
|
161
|
+
spree/inventory_unit:
|
|
162
|
+
one: "Krājuma vienība"
|
|
163
|
+
other: "Krājuma vienības"
|
|
164
|
+
spree/line_item:
|
|
165
|
+
one: "Pozīcijas vienība"
|
|
166
|
+
other: "Pozīcijas vienības"
|
|
167
|
+
spree/order:
|
|
168
|
+
one: "Pasūtījums"
|
|
169
|
+
other: "Pasūtījumi"
|
|
170
|
+
spree/payment:
|
|
171
|
+
one: "Maksājums"
|
|
172
|
+
other: "Maksājumi"
|
|
173
|
+
spree/product:
|
|
174
|
+
one: "Produkts"
|
|
175
|
+
other: "Produkti"
|
|
176
|
+
spree/property:
|
|
177
|
+
one: Property
|
|
178
|
+
other: Properties
|
|
179
|
+
spree/prototype:
|
|
180
|
+
one: "Prototips"
|
|
181
|
+
other: "Prototipi"
|
|
182
|
+
spree/return_authorization:
|
|
183
|
+
one: "Atgriešanas autorizācija"
|
|
184
|
+
other: "Atgriešanas autorizācijas"
|
|
185
|
+
spree/role:
|
|
186
|
+
one: "Loma"
|
|
187
|
+
other: "Lomas"
|
|
188
|
+
spree/shipment:
|
|
189
|
+
one: "Sūtījums"
|
|
190
|
+
other: "Sūtījumi"
|
|
191
|
+
spree/shipping_category:
|
|
192
|
+
one: "Piegādes kategorija"
|
|
193
|
+
other: "Piegādes kategorijas"
|
|
194
|
+
spree/state:
|
|
195
|
+
one: "Štats"
|
|
196
|
+
other: "Štati"
|
|
197
|
+
spree/tax_category:
|
|
198
|
+
one: "Nodokļu kategorija"
|
|
199
|
+
other: "Nodokļu kategorijas"
|
|
200
|
+
spree/tax_rate:
|
|
201
|
+
one: "Nodokļu likme"
|
|
202
|
+
other: "Nodokļu likmes"
|
|
203
|
+
spree/taxon:
|
|
204
|
+
one: Taxon
|
|
205
|
+
other: Taxons
|
|
206
|
+
spree/taxonomy:
|
|
207
|
+
one: Taxonomy
|
|
208
|
+
other: Taxonomies
|
|
209
|
+
spree/user:
|
|
210
|
+
one: "Lietotājs"
|
|
211
|
+
other: "Lietotāji"
|
|
212
|
+
spree/variant:
|
|
213
|
+
one: Variant
|
|
214
|
+
other: Variants
|
|
215
|
+
spree/zone:
|
|
216
|
+
one: "Zona"
|
|
217
|
+
other: "Zonas"
|
|
218
|
+
add: "Pievienot"
|
|
219
|
+
add_action_of_type: Add action of type
|
|
220
|
+
add_category: "Pievienot kategoriju"
|
|
221
|
+
add_country: "Pievienot valsti"
|
|
222
|
+
add_new_header: "Add New Header"
|
|
223
|
+
add_new_style: "Add New Style"
|
|
224
|
+
add_option_type: "Pievienot opcijas tipu"
|
|
225
|
+
add_option_types: "Pievienot opcijas tipus"
|
|
226
|
+
add_option_value: "Pievienot opcijas vērtību"
|
|
227
|
+
add_product: "Pievienot produktu"
|
|
228
|
+
add_product_properties: "Pievienot produkta īpašības"
|
|
229
|
+
add_rule_of_type: Add rule of type
|
|
230
|
+
add_scope: "Pievienot diapazonu"
|
|
231
|
+
add_state: "Pievienot rajonu"
|
|
232
|
+
add_to_cart: "Pievienot grozam"
|
|
233
|
+
add_zone: "Pievienot zonu"
|
|
234
|
+
additional_item: "Papildus vienības maksa"
|
|
235
|
+
address: "Adrese"
|
|
236
|
+
address_information: "Informācija par adresi"
|
|
237
|
+
adjustment: "Piemērošana"
|
|
238
|
+
adjustment_total: Adjustment Total
|
|
239
|
+
adjustments: "Piemērošanas"
|
|
240
|
+
admin:
|
|
241
|
+
mail_methods:
|
|
242
|
+
send_testmail: 'Send Testmail'
|
|
243
|
+
testmail:
|
|
244
|
+
delivery_error: 'Testmail delivery error'
|
|
245
|
+
delivery_success: 'Testmail sent successfully'
|
|
246
|
+
error: 'Testmail error: %{e}'
|
|
247
|
+
administration: "Administrēšana"
|
|
248
|
+
all: "Visi"
|
|
249
|
+
all_departments: "Visas nodaļas"
|
|
250
|
+
allow_backorders: "Atļaut nokavētos sūtījumus"
|
|
251
|
+
allow_ssl_in_development_and_test: Allow SSL to be used when in development and test modes
|
|
252
|
+
allow_ssl_in_production: Allow SSL to be used in production mode
|
|
253
|
+
allow_ssl_in_staging: Allow SSL to be used in staging mode
|
|
254
|
+
allowed_ssl_in_production_mode: "SSL %{not}tiks izmantots ražošanā"
|
|
255
|
+
already_registered: "Esi jau reģistrējies?"
|
|
256
|
+
alt_text: "Cits teksts"
|
|
257
|
+
alternative_phone: "Cits telefons"
|
|
258
|
+
amount: "Summa"
|
|
259
|
+
analytics_trackers: Analytics Trackers
|
|
260
|
+
and: and
|
|
261
|
+
apply: "Apply"
|
|
262
|
+
are_you_sure: "Vai esiet pārliecināts?"
|
|
263
|
+
are_you_sure_category: "Vai esiet pārliecināts, ka vēlaties dzēst šo kategoriju?"
|
|
264
|
+
are_you_sure_delete: "Vai esiet pārliecināts, ka vēlaties dzēst šo ierakstu?"
|
|
265
|
+
are_you_sure_delete_image: "Vai esiet pārliecināts, ka vēlaties dzēst šo bildi?"
|
|
266
|
+
are_you_sure_option_type: "Vai esiet pārliecināts, ka vēlaties dzēst šo iespējas tipu?"
|
|
267
|
+
are_you_sure_you_want_to_capture: "Vai esiet pārliecināts, ka vēlaties satvert?"
|
|
268
|
+
assign_taxon: "Piešķirt Taxonu"
|
|
269
|
+
assign_taxons: "Piešķirt Taxonus"
|
|
270
|
+
attachment_default_style: "Attachments Style"
|
|
271
|
+
attachment_default_url: "Attachments URL"
|
|
272
|
+
attachment_path: "Attachments Path"
|
|
273
|
+
attachment_styles: "Paperclip Styles"
|
|
274
|
+
authorization_failure: "Autorizācija neizdevās"
|
|
275
|
+
authorized: "Autorizēts"
|
|
276
|
+
availability: "Availability"
|
|
277
|
+
available_on: "Pieejams no"
|
|
278
|
+
available_taxons: "Pieejams Taxons"
|
|
279
|
+
awaiting_return: "Gaidot atgriešanos"
|
|
280
|
+
back: "Atpakaļ"
|
|
281
|
+
back_end: Back End
|
|
282
|
+
back_to_adjustments_list: "Back To Adjustments List"
|
|
283
|
+
back_to_images_list: "Back To Images List"
|
|
284
|
+
back_to_mail_methods_list: "Back To Mail Methods List"
|
|
285
|
+
back_to_option_tyles_list: "Back To Option Types List"
|
|
286
|
+
back_to_payment_methods_list: "Back To Payment Methods List"
|
|
287
|
+
back_to_payments_list: "Back To Payments List"
|
|
288
|
+
back_to_products_list: "Back To Products List"
|
|
289
|
+
back_to_promotions_list: "Back To Promotions List"
|
|
290
|
+
back_to_properties_list: "Back To Products List"
|
|
291
|
+
back_to_prototypes_list: "Back To Prototypes List"
|
|
292
|
+
back_to_reports_list: "Back To Reports List"
|
|
293
|
+
back_to_shipping_categories: "Back To Shipping Categories"
|
|
294
|
+
back_to_shipping_methods_list: "Back To Shipping Methods List"
|
|
295
|
+
back_to_states_list: "Back To States List"
|
|
296
|
+
back_to_store: "Atgriezties veikalā"
|
|
297
|
+
back_to_tax_categories_list: "Back To Tax Categories List"
|
|
298
|
+
back_to_taxonomies_list: "Back To Taxonomies List"
|
|
299
|
+
back_to_trackers_list: "Back To Trackers List"
|
|
300
|
+
back_to_zones_list: "Back To Zones List"
|
|
301
|
+
backordered: "Nokavētie pasūtījumi"
|
|
302
|
+
backordering_is_allowed: "Nokavētie pasūtījumi %{not} atļauti"
|
|
303
|
+
balance_due: "Atlikums"
|
|
304
|
+
bill_address: "Rēķina adrese"
|
|
305
|
+
billing: "Rēķins"
|
|
306
|
+
billing_address: "Rēķina adrese"
|
|
307
|
+
both: "Abi"
|
|
308
|
+
calculator: "Kalkulātors"
|
|
309
|
+
calculator_settings_warning: "Ja tu maini kalkulatora tipu, vispirms saglabā esošos datus, pirms maini kalkulatora iestatījumus"
|
|
310
|
+
cancel: "Atcelt"
|
|
311
|
+
cancel_my_account: Cancel my account
|
|
312
|
+
cancel_my_account_description: "Unhappy?"
|
|
313
|
+
canceled: "Atcelts"
|
|
314
|
+
cannot_create_payment_without_payment_methods: You cannot create a payment for an order without any payment methods defined.
|
|
315
|
+
cannot_create_returns: "Nevar izveidot atgriešanu, jo šis pasūtījums vēl nav izsūtīts."
|
|
316
|
+
cannot_perform_operation: "Cannot perform requested operation"
|
|
317
|
+
capture: Capture
|
|
318
|
+
card_code: "Kartes kods"
|
|
319
|
+
card_details: "Kartes detaļas"
|
|
320
|
+
card_number: "Kartes numurs"
|
|
321
|
+
card_type_is: "Kartes tips ir"
|
|
322
|
+
cart: "Grozs"
|
|
323
|
+
categories: "Kategorijas"
|
|
324
|
+
category: "Kategorija"
|
|
325
|
+
change: "Izmaiņa"
|
|
326
|
+
change_language: "Izmainīt valodu"
|
|
327
|
+
change_my_password: "Izmanīt manu paroli"
|
|
328
|
+
charge_total: "Kopējā summa"
|
|
329
|
+
charged: "Samaksāts"
|
|
330
|
+
charges: Charges
|
|
331
|
+
checkout: Pasūtīt
|
|
332
|
+
cheque: "Čeks"
|
|
333
|
+
city: "Pilsēta"
|
|
334
|
+
clone: "Klonēt"
|
|
335
|
+
code: "Kods"
|
|
336
|
+
combine: "Apvienot"
|
|
337
|
+
complete: "Pabeigts"
|
|
338
|
+
complete_list: "Pilns saraksts"
|
|
339
|
+
configuration: "Konfigurācija"
|
|
340
|
+
configuration_options: "Konfigurācijas iespējas"
|
|
341
|
+
configurations: "Konfigurācijas"
|
|
342
|
+
configure_s3: "Configure S3"
|
|
343
|
+
configured: "Konfigurēts"
|
|
344
|
+
confirm: "Apstiprini"
|
|
345
|
+
confirm_delete: "Apstiprināt izdzēšanu"
|
|
346
|
+
confirm_password: "Paroles apstiprinājums"
|
|
347
|
+
continue: "Turpināt"
|
|
348
|
+
continue_shopping: "Turpināt iepirkšanos"
|
|
349
|
+
copy_all_mails_to: "Kopēt visas vēstules uz"
|
|
350
|
+
cost_price: "Pašizmaksa"
|
|
351
|
+
count_of_reduced_by: "count of '%{name}' reduced by %{count}"
|
|
352
|
+
country: "Valsts"
|
|
353
|
+
country_based: "Valsts"
|
|
354
|
+
coupon: Coupon
|
|
355
|
+
coupon_code: Coupon code
|
|
356
|
+
coupon_code_applied: The coupon code was successfully applied to your order.
|
|
357
|
+
create: "Izveidot"
|
|
358
|
+
create_a_new_account: "Izveidot jaunu kontu"
|
|
359
|
+
create_user_account: "Izveidot lietotāja kontu"
|
|
360
|
+
created_successfully: "Veiksmīgi izveidots"
|
|
361
|
+
credit: "Kredīts"
|
|
362
|
+
credit_card: "Kredītkarte"
|
|
363
|
+
credit_card_capture_complete: "Kredītkarte tika apstiprināta"
|
|
364
|
+
credit_card_payment: "Kredītkartes maksājums"
|
|
365
|
+
credit_cards: Credit Cards
|
|
366
|
+
credit_owed: "Kredīta parāds"
|
|
367
|
+
credit_total: "Kopējais kredīts"
|
|
368
|
+
credits: "Kredīti"
|
|
369
|
+
currency: Currency
|
|
370
|
+
currency_settings: "Currency Settings"
|
|
371
|
+
currency_symbol_position: "Put currency symbol before or after dollar amount?"
|
|
372
|
+
current: "Tagadējais"
|
|
373
|
+
customer: "Klients"
|
|
374
|
+
customer_details: "Klienta detaļas"
|
|
375
|
+
customer_details_updated: "The customer's details have been updated."
|
|
376
|
+
customer_search: "Klienta meklēšana"
|
|
377
|
+
cut: Cut
|
|
378
|
+
date_completed: Date Completed
|
|
379
|
+
date_created: "Izveidošanas datums"
|
|
380
|
+
date_range: "Datuma diapazons"
|
|
381
|
+
debit: "Debits"
|
|
382
|
+
default: Default
|
|
383
|
+
default_meta_description: Default Meta Description
|
|
384
|
+
default_meta_keywords: Default Meta Keywords
|
|
385
|
+
default_seo_title: Default Seo Title
|
|
386
|
+
default_tax: Default Tax
|
|
387
|
+
default_tax_zone: Default Tax Zone
|
|
388
|
+
defined_paperclip_styles: Defined Paperclip Styles
|
|
389
|
+
delete: "Izdzēst"
|
|
390
|
+
delivery: Delivery
|
|
391
|
+
depth: "Dziļums"
|
|
392
|
+
description: "Apraksts"
|
|
393
|
+
destroy: "Izdzēst"
|
|
394
|
+
didnt_receive_confirmation_instructions: "Didn't receive confirmation instructions?"
|
|
395
|
+
didnt_receive_unlock_instructions: "Didn't receive unlock instructions?"
|
|
396
|
+
discount_amount: "Discount Amount"
|
|
397
|
+
dismiss_banner: "No. Thanks! I'm not interested, do not display this message again"
|
|
398
|
+
display: "Rādīt"
|
|
399
|
+
display_currency: "Display currency"
|
|
400
|
+
dollar_amounts_displayed_as: "Dollar amounts displayed as %{example}"
|
|
401
|
+
edit: "Rediģēt"
|
|
402
|
+
edit_general_settings: "Edit General Settings"
|
|
403
|
+
editing_billing_integration: Editing Billing Integration
|
|
404
|
+
editing_category: "Rediģēt kategoriju"
|
|
405
|
+
editing_mail_method: Editing Mail Method
|
|
406
|
+
editing_option_type: "Rediģēt iespēju tipu"
|
|
407
|
+
editing_option_types: "Rediģēt iespēju tipus"
|
|
408
|
+
editing_payment_method: "Rediģēt maksāšanas metodi"
|
|
409
|
+
editing_product: "Rediģēt produktu"
|
|
410
|
+
editing_product_group: "Rediģēt produkta grupu"
|
|
411
|
+
editing_promotion: Editing Promotion
|
|
412
|
+
editing_property: "Rediģēt īpašības"
|
|
413
|
+
editing_prototype: "Rediģēt prototipus"
|
|
414
|
+
editing_shipping_category: "Rediģēt sūtīšanas kategoriju"
|
|
415
|
+
editing_shipping_method: "Rediģēt sūtīšanas metodi"
|
|
416
|
+
editing_state: "Rediģēt rajonu"
|
|
417
|
+
editing_tax_category: "Rediģēt nodokļu kategoriju"
|
|
418
|
+
editing_tax_rate: "Rediģēt nodokļu likmi"
|
|
419
|
+
editing_tracker: Editing Tracker
|
|
420
|
+
editing_user: "Rediģēt lietotāju"
|
|
421
|
+
editing_zone: "Rediģēt zonu"
|
|
422
|
+
email: "E-pasts"
|
|
423
|
+
email_address: "Epasta adrese"
|
|
424
|
+
email_server_settings_description: "E-pasta servera uzstādījumi."
|
|
425
|
+
empty: "Empty"
|
|
426
|
+
empty_cart: "Iztukšot grozu"
|
|
427
|
+
enable_login_via_login_password: "Izmanto standarta e-pastu/paroli"
|
|
428
|
+
enable_login_via_openid: "Tā vietā izmantot atvērto ID"
|
|
429
|
+
enable_mail_delivery: "Atļaut pasta sūtīšanu"
|
|
430
|
+
ending_in: "Ending in"
|
|
431
|
+
enter_at_least_five_letters: Enter at least five letters of customer name
|
|
432
|
+
enter_exactly_as_shown_on_card: "Lūdzu ievadiet precīzi kā norādīts uz kartes"
|
|
433
|
+
enter_password_to_confirm: "(we need your current password to confirm your changes)"
|
|
434
|
+
enter_token: Enter Token
|
|
435
|
+
environment: "Vide"
|
|
436
|
+
error: "Kļūda"
|
|
437
|
+
error_user_destroy_with_orders: "Users with completed orders may not be deleted"
|
|
438
|
+
errors:
|
|
439
|
+
messages:
|
|
440
|
+
could_not_create_taxon: "Could not create taxon"
|
|
441
|
+
no_payment_methods_available: "No payment methods are configured for this environment"
|
|
442
|
+
no_shipping_methods_available: "No shipping methods available for selected location, please change your address and try again."
|
|
443
|
+
errors_prohibited_this_record_from_being_saved:
|
|
444
|
+
one: "Dēļ 1 kļūdas ieraksts netika saglabāts"
|
|
445
|
+
other: "Dēļ %{count} kļūdām ieraksts netika saglabāts"
|
|
446
|
+
event: "Notikums"
|
|
447
|
+
events:
|
|
448
|
+
spree:
|
|
449
|
+
cart:
|
|
450
|
+
add: 'Add to cart'
|
|
451
|
+
checkout:
|
|
452
|
+
coupon_code_added: Coupon code added
|
|
453
|
+
content:
|
|
454
|
+
visited: Visit static content page
|
|
455
|
+
order:
|
|
456
|
+
contents_changed: "Order contents changed"
|
|
457
|
+
page_view: "Static page viewed"
|
|
458
|
+
user:
|
|
459
|
+
signup: 'User signup'
|
|
460
|
+
existing_customer: "Esošais klients"
|
|
461
|
+
expiration: "Izbeigšanās"
|
|
462
|
+
expiration_month: "Beigu mēnesis"
|
|
463
|
+
expiration_year: "Beigu gads"
|
|
464
|
+
expiry: Expiry
|
|
465
|
+
extension: "Paplašinājums"
|
|
466
|
+
extensions: "Paplašinājumi"
|
|
467
|
+
filename: "Faila nosaukums"
|
|
468
|
+
final_confirmation: "Beigu apstiprinājums"
|
|
469
|
+
finalize: "Pabeigt"
|
|
470
|
+
finalized_payments: "Pabeigtie maksājumi"
|
|
471
|
+
first_item: "Pirmās vienības maksājums"
|
|
472
|
+
first_name: "Vārds"
|
|
473
|
+
first_name_begins_with: "Vārds sākas ar"
|
|
474
|
+
flat_percent: "Pamatprocents"
|
|
475
|
+
flat_rate_amount: "Summa"
|
|
476
|
+
flat_rate_per_item: "Pamatlikme (par katru vienību)"
|
|
477
|
+
flat_rate_per_order: "Pamatlikme (par pasūtījumu)"
|
|
478
|
+
flexible_rate: "Elastīga likme"
|
|
479
|
+
forgot_password: "Parole aizmirsta"
|
|
480
|
+
free_shipping: Free Shipping
|
|
481
|
+
from_state: From State
|
|
482
|
+
front_end: Front End
|
|
483
|
+
full_name: "Pilns vārds"
|
|
484
|
+
gateway: Gateway
|
|
485
|
+
gateway_config_unavailable: "Gateway unavailable for environment"
|
|
486
|
+
gateway_configuration: "Gateway konfigurācija"
|
|
487
|
+
gateway_error: "Gateway kļūda"
|
|
488
|
+
gateway_setting_description: "Izvēlieties maksāšanas gateway un konfigurējiet tā iestatījumus."
|
|
489
|
+
gateway_settings_warning: "Pirms mainīt gateway tipu saglabājiet esošos iestatījumus"
|
|
490
|
+
general: "Vispārīgi"
|
|
491
|
+
general_settings: "Vispārīgi iestatījumi"
|
|
492
|
+
general_settings_description: "Konfigurēt vispārīgos Spree iestatījumus."
|
|
493
|
+
google_analytics: "Google analītiķis"
|
|
494
|
+
google_analytics_active: "Aktīvs"
|
|
495
|
+
google_analytics_create: "Izveidot jaunu Google analītiķa kontu"
|
|
496
|
+
google_analytics_id: "Analītiķa ID"
|
|
497
|
+
google_analytics_new: "Jauns Google analītiķa konts"
|
|
498
|
+
google_analytics_setting_description: "Pārvaldīt Google analītiķa ID"
|
|
499
|
+
guest_checkout: "Ciemiņa izrakstīšanās"
|
|
500
|
+
guest_user_account: "Izrakstīties kā ciemiņam"
|
|
501
|
+
has_no_shipped_units: "Nav nosūtītu vienību"
|
|
502
|
+
height: "Augstums"
|
|
503
|
+
hello_user: "Sveiks lietotāj"
|
|
504
|
+
history: "Vēsture"
|
|
505
|
+
home: "Mājas"
|
|
506
|
+
icon: "Icon"
|
|
507
|
+
icons_by: "Ikonas"
|
|
508
|
+
image: "Attēls"
|
|
509
|
+
image_settings: "Image Settings"
|
|
510
|
+
image_settings_description: "Image Settings Description"
|
|
511
|
+
image_settings_updated: "Image Settings successfully updated."
|
|
512
|
+
image_settings_warning: "You will need to regenerate thumbnails if you update the paperclip styles. Use rake paperclip:refresh:thumbnails to do this."
|
|
513
|
+
images: "Attēli"
|
|
514
|
+
images_for: "Bildes priekš"
|
|
515
|
+
in_progress: "Progresā"
|
|
516
|
+
include_in_shipment: "Iekļaut sūtijumā"
|
|
517
|
+
included_in_other_shipment: "Iekļauts citā sūtijumā"
|
|
518
|
+
included_in_price: Included in Price
|
|
519
|
+
included_in_this_shipment: "Iekļauts šajā sūtijumā"
|
|
520
|
+
included_price_validation: "cannot be selected unless you have set a Default Tax Zone"
|
|
521
|
+
instructions_to_reset_password: "Aizpildiet formu zemāk un uz e-pastu tiks nosūtīta instrukcija kā atjaunot paroli:"
|
|
522
|
+
insufficient_stock: "Insufficient stock available, only %{on_hand} remaining"
|
|
523
|
+
integration_settings_warning: "Pirms mainīt norēķinu integrāciju, vispirms vajag saglabāt esošos iestādījumus"
|
|
524
|
+
intercept_email_address: Intercept Email Address
|
|
525
|
+
intercept_email_instructions: "Override email recipient and replace with this address."
|
|
526
|
+
invalid_search: "Nepareizs meklēšanas kritērījs."
|
|
527
|
+
inventory: "Inventūra"
|
|
528
|
+
inventory_adjustment: "Inventūras korekcija"
|
|
529
|
+
inventory_setting_description: "Inventūras konfigurācija, Nokavētie pasūtījumi, nulles-krājumu parādīšana"
|
|
530
|
+
inventory_settings: "Inventūras iestatījumi"
|
|
531
|
+
is_not_available_to_shipment_address: "nav pieejams sūtīšanas adresei"
|
|
532
|
+
issue_number: Issue Number
|
|
533
|
+
item: Vienība
|
|
534
|
+
item_description: "Vienības apraksts"
|
|
535
|
+
item_total: "Kopējā vienība"
|
|
536
|
+
item_total_rule:
|
|
537
|
+
operators:
|
|
538
|
+
gt: greater than
|
|
539
|
+
gte: greater than or equal to
|
|
540
|
+
landing_page_rule:
|
|
541
|
+
path: Path
|
|
542
|
+
last_name: "Uzvārds"
|
|
543
|
+
last_name_begins_with: "Uzvārds sākas ar"
|
|
544
|
+
learn_more: Learn More
|
|
545
|
+
leave_blank_to_not_change: "(leave blank if you don't want to change it)"
|
|
546
|
+
list: "Saraksts"
|
|
547
|
+
listing_categories: "Kategorijas"
|
|
548
|
+
listing_option_types: "Opcijas tipi"
|
|
549
|
+
listing_orders: "Pasūtījumi"
|
|
550
|
+
listing_product_groups: "Produktu grupas"
|
|
551
|
+
listing_products: "Produkti"
|
|
552
|
+
listing_reports: "Atskaites"
|
|
553
|
+
listing_tax_categories: "Nodokļu kategorijas"
|
|
554
|
+
listing_users: "Lietotāji"
|
|
555
|
+
live: "Live"
|
|
556
|
+
loading: "Lādējās"
|
|
557
|
+
locale_changed: "Valoda nomainīta"
|
|
558
|
+
logged_in_as: "Pieslēgties kā"
|
|
559
|
+
logged_in_succesfully: "Pieslēgšanās veiksmīga"
|
|
560
|
+
logged_out: "Jūs esat atslēgts no sistēmas."
|
|
561
|
+
login: Login
|
|
562
|
+
login_as_existing: "Pieslēgties kā esošais klients"
|
|
563
|
+
login_failed: "Pieslēgšanās sistēmai neizdevās."
|
|
564
|
+
login_name: "Pieslēgties"
|
|
565
|
+
logout: "Atslēgties"
|
|
566
|
+
look_for_similar_items: "Meklēt līdzīgas preces"
|
|
567
|
+
maestro_or_solo_cards: "Maestro/Solo kartes"
|
|
568
|
+
mail_delivery_enabled: "Pasta sūtīšana ir atļauta"
|
|
569
|
+
mail_delivery_not_enabled: "Pasta sūtīšana nav atļauta"
|
|
570
|
+
mail_methods: Mail Methods
|
|
571
|
+
mail_server_preferences: Mail Server Preferences
|
|
572
|
+
make_refund: Make refund
|
|
573
|
+
mark_shipped: "Atzīmēt aizsūtītos"
|
|
574
|
+
master_price: "Master Price"
|
|
575
|
+
match_choices:
|
|
576
|
+
all: "All"
|
|
577
|
+
none: "None"
|
|
578
|
+
one: "One"
|
|
579
|
+
match_rule: "Products That Must Match:"
|
|
580
|
+
max_items: Max Items
|
|
581
|
+
meta_description: "Meta apraksts"
|
|
582
|
+
meta_keywords: "Meta atslēgas vārdi"
|
|
583
|
+
metadata: "Metadata"
|
|
584
|
+
minimal_amount: "Minimal Amount"
|
|
585
|
+
missing_required_information: "Trūkst prasītās informācijas"
|
|
586
|
+
month: "Mēnesis"
|
|
587
|
+
more: More
|
|
588
|
+
my_account: "Mans konts"
|
|
589
|
+
my_orders: "Mani pasūtījumi"
|
|
590
|
+
name: "Nosaukums"
|
|
591
|
+
name_or_sku: "Vārds vai SKU"
|
|
592
|
+
new: "Jauns"
|
|
593
|
+
new_adjustment: "Jauns pielāgojums"
|
|
594
|
+
new_billing_integration: New Billing Integration
|
|
595
|
+
new_category: "Jauna kategorija"
|
|
596
|
+
new_customer: "Jauns klients"
|
|
597
|
+
new_group: New Group
|
|
598
|
+
new_image: "Jauns attēls"
|
|
599
|
+
new_mail_method: New Mail Method
|
|
600
|
+
new_option_type: "Jauns opciju tips"
|
|
601
|
+
new_option_value: "Jauna opcijas vērtība"
|
|
602
|
+
new_order: "Jauns pasūtījums"
|
|
603
|
+
new_order_completed: "Jaunais pasūtījums pabeigts"
|
|
604
|
+
new_payment: "Jauns maksājums"
|
|
605
|
+
new_payment_method: "Jauna maksājuma metode"
|
|
606
|
+
new_product: "Jauns produkts"
|
|
607
|
+
new_product_group: "Jauna produktu grupa"
|
|
608
|
+
new_promotion: New Promotion
|
|
609
|
+
new_property: "New Property"
|
|
610
|
+
new_prototype: "Jauns prototips"
|
|
611
|
+
new_return_authorization: New Return Authorization
|
|
612
|
+
new_shipment: "Jauns sūtījums"
|
|
613
|
+
new_shipping_category: "Jauna sūtījuma kategorija"
|
|
614
|
+
new_shipping_method: "Jauna sūtījuma metode"
|
|
615
|
+
new_state: "Jauns rajons"
|
|
616
|
+
new_tax_category: "Jauna nodokļu kategorija"
|
|
617
|
+
new_tax_rate: "Jauna nodokļu likme"
|
|
618
|
+
new_taxon: "New Taxon"
|
|
619
|
+
new_taxonomy: "New Taxonomy"
|
|
620
|
+
new_tracker: New Tracker
|
|
621
|
+
new_user: "Jauns lietotājs"
|
|
622
|
+
new_variant: "Jauns variants"
|
|
623
|
+
new_zone: "Jauna zona"
|
|
624
|
+
next: "Nākamais"
|
|
625
|
+
no: "No"
|
|
626
|
+
no_items_in_cart: ""
|
|
627
|
+
no_match_found: "Nekas netika atrasts"
|
|
628
|
+
no_products_found: "Neviens produkts netika atrasts"
|
|
629
|
+
no_results: "No results"
|
|
630
|
+
no_rules_added: No rules added
|
|
631
|
+
no_user_found: "Neviens lietotājs netika atrasts ar šādu e-pasta adresi"
|
|
632
|
+
none: "Nekas"
|
|
633
|
+
none_available: "Nekas nav pieejams"
|
|
634
|
+
normal_amount: "Normal Amount"
|
|
635
|
+
not: not
|
|
636
|
+
not_available: "N/A"
|
|
637
|
+
not_found: "%{resource} is not found"
|
|
638
|
+
not_shown: "Not Shown"
|
|
639
|
+
note: "Piezīme"
|
|
640
|
+
notice_messages:
|
|
641
|
+
option_type_removed: "Veiksmīgi noņemts opciju tips."
|
|
642
|
+
product_cloned: "Produkts ir klonēts"
|
|
643
|
+
product_deleted: "Produkts ir izdzēsts"
|
|
644
|
+
product_not_cloned: "Produktu neizdevās klonēt"
|
|
645
|
+
product_not_deleted: "Produktu neizdevās izdzēst"
|
|
646
|
+
variant_deleted: "Variants ir izdzēsts"
|
|
647
|
+
variant_not_deleted: "Variants nav izdzēsts"
|
|
648
|
+
on_hand: "Ir uz vietas"
|
|
649
|
+
one_default_category_with_default_tax_rate: "You should configure exactly one default category with your countries default tax rate"
|
|
650
|
+
operation: Operation
|
|
651
|
+
option_type: "Option Type"
|
|
652
|
+
option_types: "Opciju tips"
|
|
653
|
+
option_value: "Option Value"
|
|
654
|
+
option_values: "Opciju vērtība"
|
|
655
|
+
options: "Iespējas"
|
|
656
|
+
or: "vai"
|
|
657
|
+
or_over_price: "%{price} or over"
|
|
658
|
+
order: "Pasūtījums"
|
|
659
|
+
order_adjustments: "Order adjustments"
|
|
660
|
+
order_confirmation_note: ""
|
|
661
|
+
order_date: "Pasūtījuma datums"
|
|
662
|
+
order_details: "Pasūtījuma detaļas"
|
|
663
|
+
order_email_resent: "Pasūtījuma e-pasts vēlreiz pārsūtīts"
|
|
664
|
+
order_mailer:
|
|
665
|
+
cancel_email:
|
|
666
|
+
dear_customer: "Dear Customer,"
|
|
667
|
+
instructions: "Your order has been CANCELED. Please retain this cancellation information for your records."
|
|
668
|
+
order_summary_canceled: "Order Summary [CANCELED]"
|
|
669
|
+
subject: "Cancellation of Order"
|
|
670
|
+
subtotal: "Subtotal:"
|
|
671
|
+
total: "Order Total:"
|
|
672
|
+
confirm_email:
|
|
673
|
+
dear_customer: "Dear Customer,"
|
|
674
|
+
instructions: "Please review and retain the following order information for your records."
|
|
675
|
+
order_summary: "Order Summary"
|
|
676
|
+
subject: "Order Confirmation"
|
|
677
|
+
subtotal: "Subtotal:"
|
|
678
|
+
thanks: "Thank you for your business."
|
|
679
|
+
total: "Order Total:"
|
|
680
|
+
order_not_in_system: "Šis pasūtījuma numurs nav derīgs šajā saitā."
|
|
681
|
+
order_number: "Pasūtījums"
|
|
682
|
+
order_operation_authorize: "Autorizēt"
|
|
683
|
+
order_processed_but_following_items_are_out_of_stock: "Jūsu pasūtījums ir ticis apstrādāts, bet sekojošas preces ir beigušās:"
|
|
684
|
+
order_processed_successfully: "Jūsu pasūtījums ir apstrādāts veiksmīgi"
|
|
685
|
+
order_state: # keys correspond to Checkout state names:
|
|
686
|
+
address: address
|
|
687
|
+
adjustments: adjustments
|
|
688
|
+
awaiting_return: awaiting return
|
|
689
|
+
canceled: canceled
|
|
690
|
+
cart: cart
|
|
691
|
+
complete: complete
|
|
692
|
+
confirm: confirm
|
|
693
|
+
delivery: delivery
|
|
694
|
+
payment: payment
|
|
695
|
+
resumed: resumed
|
|
696
|
+
returned: returned
|
|
697
|
+
skrill: skrill
|
|
698
|
+
order_summary: "Pasūtījuma apkopojums"
|
|
699
|
+
order_sure_want_to: "Vai esiet pārliecināts, ka vēlaties %{event} šo pasūtījumu?"
|
|
700
|
+
order_total: "Kopējais pasūtījums"
|
|
701
|
+
order_total_message: "Kopējais apjoms ņemts no jūsu kartes būs"
|
|
702
|
+
order_updated: "Pasūtījums atjaunots"
|
|
703
|
+
orders: "Pasūtījumi"
|
|
704
|
+
other_payment_options: "Citas maksājuma iespējas"
|
|
705
|
+
out_of_stock: "Izpārdots"
|
|
706
|
+
over_paid: "Pārmaksāts"
|
|
707
|
+
overview: "Pārskats"
|
|
708
|
+
page_only_viewable_when_logged_in: "Jūs mēģiniet apmeklēt lapu, kuru var redzēt tikai, kad esiet ielogojies."
|
|
709
|
+
page_only_viewable_when_logged_out: "Jūs mēģiniet apmeklēt lapu, kuru var redzēt tikai, kad esiet izlogojies."
|
|
710
|
+
pagination:
|
|
711
|
+
next_page: "next page »"
|
|
712
|
+
previous_page: "« previous page"
|
|
713
|
+
truncate: "…"
|
|
714
|
+
paid: "Samaksāts"
|
|
715
|
+
parent_category: "Galvenā kategorija"
|
|
716
|
+
password: "Parole"
|
|
717
|
+
password_reset_instructions: "Paroles nomainīšanas instrukcija"
|
|
718
|
+
password_reset_instructions_are_mailed: "Instrukcija kā nomainīt paroli ir nosūtīta jums uz e-pastu. Lūdzu pārbaudiet savu e-pastu."
|
|
719
|
+
password_reset_token_not_found: "Mums ir žēl, bet mēs nevarējam atrast jūsu kontu. Ja jums ir sarežģījumi, mēģiniet nokopēt un ievietot linku no sava e-pasta interneta pārlūkā vai atsākiet paroles nomaiņas procesu."
|
|
720
|
+
password_updated: "Parole veiksmīgi atjaunota"
|
|
721
|
+
paste: Paste
|
|
722
|
+
path: "Ceļš"
|
|
723
|
+
pay: "maksā"
|
|
724
|
+
payment: "Maksājums"
|
|
725
|
+
payment_actions: "Actions"
|
|
726
|
+
payment_gateway: "Payment Gateway"
|
|
727
|
+
payment_information: "Maksājumu informācija"
|
|
728
|
+
payment_method: "Maksājuma metode"
|
|
729
|
+
payment_methods: "Maksājuma metodes"
|
|
730
|
+
payment_methods_setting_description: "Konfigurēt metodes, kuras var izmantot klienti, lai maksātu"
|
|
731
|
+
payment_processing_failed: "Payment could not be processed, please check the details you entered"
|
|
732
|
+
payment_processor_choose_banner_text: "If you need help choosing a payment processor, please visit"
|
|
733
|
+
payment_processor_choose_link: "our payments page"
|
|
734
|
+
payment_state: Maksājuma statuss
|
|
735
|
+
payment_states:
|
|
736
|
+
balance_due: balance due
|
|
737
|
+
checkout: checkout
|
|
738
|
+
completed: completed
|
|
739
|
+
credit_owed: credit owed
|
|
740
|
+
failed: failed
|
|
741
|
+
paid: paid
|
|
742
|
+
pending: pending
|
|
743
|
+
processing: processing
|
|
744
|
+
void: void
|
|
745
|
+
payment_updated: "Maksājums atjaunots"
|
|
746
|
+
payments: "Maksājumi"
|
|
747
|
+
pending_payments: "Nenokārtoti maksājumi"
|
|
748
|
+
percent_per_item: Percent Per Item
|
|
749
|
+
permalink: Permalink
|
|
750
|
+
phone: "Telefons"
|
|
751
|
+
place_order: "Veikt pasūtījumu"
|
|
752
|
+
please_create_user: "Lūdzu izveidojiet lietotāja kontu"
|
|
753
|
+
please_define_payment_methods: "Please define some payment methods first."
|
|
754
|
+
populate_get_error: "Something went wrong. Please try adding the item again."
|
|
755
|
+
powered_by: "Powered by"
|
|
756
|
+
presentation: "Prezentācija"
|
|
757
|
+
preview: "Pārskats"
|
|
758
|
+
previous: "Iepriekšējais"
|
|
759
|
+
price: "Cena"
|
|
760
|
+
price_range: Price Range
|
|
761
|
+
price_sack: Price Sack
|
|
762
|
+
problem_authorizing_card: "Problēma autorizēt kredīta karti"
|
|
763
|
+
problem_capturing_card: "Problem capturing credit card"
|
|
764
|
+
problems_processing_order: "Mums bija problēmas apstrādāt jūsu pasūtījumu"
|
|
765
|
+
proceed_as_guest: "Nē, paldies, turpināt kā ciemiņš"
|
|
766
|
+
process: "Apstrādāt"
|
|
767
|
+
product: "Produkts"
|
|
768
|
+
product_details: "Produkta detaļas"
|
|
769
|
+
product_group: "Produkta grupa"
|
|
770
|
+
product_group_invalid: Product Group has invalid scopes
|
|
771
|
+
product_groups: "Produkta grupas"
|
|
772
|
+
product_has_no_description: "Šim produktam nav nosaukuma"
|
|
773
|
+
product_properties: "Produkta īpašības"
|
|
774
|
+
product_rule:
|
|
775
|
+
choose_products: Choose products
|
|
776
|
+
label: "Order must contain %{select} of these products"
|
|
777
|
+
match_all: all
|
|
778
|
+
match_any: at least one
|
|
779
|
+
product_source:
|
|
780
|
+
group: From product group
|
|
781
|
+
manual: Manually choose
|
|
782
|
+
product_scopes:
|
|
783
|
+
groups:
|
|
784
|
+
price:
|
|
785
|
+
description: "Diapazons izvēloties produktu balstītu uz cenu"
|
|
786
|
+
name: "Cena"
|
|
787
|
+
search:
|
|
788
|
+
description: "Diapazons izvēloties produktus balstoties uz nosaukumu, atslēgas vārdiem un produkta aprakstu"
|
|
789
|
+
name: "Meklējamais teksts"
|
|
790
|
+
taxon:
|
|
791
|
+
description: "Diapazons izvēloties produktus balstītus uz Taxons"
|
|
792
|
+
name: Taxon
|
|
793
|
+
values:
|
|
794
|
+
description: "Diapazons izvēloties produktus balstītus uz opciju un īpašību vērtībām"
|
|
795
|
+
name: "Vērtības"
|
|
796
|
+
scopes:
|
|
797
|
+
ascend_by_name:
|
|
798
|
+
name: Ascend by product Nosaukums
|
|
799
|
+
ascend_by_updated_at:
|
|
800
|
+
name: Ascend by actualization date
|
|
801
|
+
descend_by_name:
|
|
802
|
+
name: Descend by product Nosaukums
|
|
803
|
+
descend_by_updated_at:
|
|
804
|
+
name: Descend by actualization date
|
|
805
|
+
in_name:
|
|
806
|
+
args:
|
|
807
|
+
words: "Vārdi"
|
|
808
|
+
description: "(atdalīts ar atstarpi vai komatu)"
|
|
809
|
+
name: "Produkta nosaukumam ir sekojošs"
|
|
810
|
+
sentence: "produkta nosaukums satur <em>%s</em>"
|
|
811
|
+
in_name_or_description:
|
|
812
|
+
args:
|
|
813
|
+
words: "Vārdi"
|
|
814
|
+
description: "(atdalīts ar atstarpi vai komatu)"
|
|
815
|
+
name: "Produkta nosaukumam vai aprakstam ir sekojošs"
|
|
816
|
+
sentence: "Nosaukums vai apraksts satur <em>%s</em>"
|
|
817
|
+
in_name_or_keywords:
|
|
818
|
+
args:
|
|
819
|
+
words: "Vārdi"
|
|
820
|
+
description: "(atdalīts ar atstarpi vai komatu)"
|
|
821
|
+
name: "Produkta nosaukumam vai meta atslēgas vārdiem ir sekojošs"
|
|
822
|
+
sentence: "Nosaukums vai atslēgas vārdi satur <em>%s</em>"
|
|
823
|
+
in_taxons:
|
|
824
|
+
args:
|
|
825
|
+
"taxon_names": "Taxon names"
|
|
826
|
+
description: "Taxon names have to be separated by comma or space(eg. adidas,shoes)"
|
|
827
|
+
name: "In taxons and all their descendants"
|
|
828
|
+
sentence: in <em>%s</em> and all their descendants
|
|
829
|
+
master_price_gte:
|
|
830
|
+
args:
|
|
831
|
+
amount: "Summa"
|
|
832
|
+
description: ""
|
|
833
|
+
name: "Master price greater or equal to"
|
|
834
|
+
sentence: price greater or equal to <em>%.2f</em>
|
|
835
|
+
master_price_lte:
|
|
836
|
+
args:
|
|
837
|
+
amount: "Summa"
|
|
838
|
+
description: ""
|
|
839
|
+
name: "Master price lesser or equal to"
|
|
840
|
+
sentence: price less or equal to <em>%.2f</em>
|
|
841
|
+
price_between:
|
|
842
|
+
args:
|
|
843
|
+
high: "Augsts"
|
|
844
|
+
low: "Zems"
|
|
845
|
+
description: ""
|
|
846
|
+
name: "Cena starp"
|
|
847
|
+
sentence: "cena starp <em>%.2f</em> un <em>%.2f</em>"
|
|
848
|
+
taxons_name_eq:
|
|
849
|
+
args:
|
|
850
|
+
taxon_name: "Taxon Nosaukums"
|
|
851
|
+
description: "In specific taxon - without descendants"
|
|
852
|
+
name: "In Taxon(without descendants)"
|
|
853
|
+
sentence: in <em>%s</em>
|
|
854
|
+
with:
|
|
855
|
+
args:
|
|
856
|
+
value: "Vērtība"
|
|
857
|
+
description: "Select specific products"
|
|
858
|
+
name: Products with IDs
|
|
859
|
+
sentence: with IDs <em>%s</em>
|
|
860
|
+
with_ids:
|
|
861
|
+
args:
|
|
862
|
+
ids: IDs
|
|
863
|
+
description: "Select specific products"
|
|
864
|
+
name: Products with IDs
|
|
865
|
+
sentence: with IDs <em>%s</em>
|
|
866
|
+
with_option:
|
|
867
|
+
args:
|
|
868
|
+
option: "Opcija"
|
|
869
|
+
description: "Izvēlās visus produktus, kuriem ir konkrēta opcija"
|
|
870
|
+
name: "Ar opciju"
|
|
871
|
+
sentence: "ar opciju <em>%s</em>"
|
|
872
|
+
with_option_value:
|
|
873
|
+
args:
|
|
874
|
+
option: "Opcija"
|
|
875
|
+
value: "Vērtība"
|
|
876
|
+
description: "Izvēlās visus produktus, kuram ir vismaz viens variants, kuram ir konkrēta vērtība vai kā opcija vai īpašība(eg. krāsa:sarkana)"
|
|
877
|
+
name: "Ar opciju un vērtību"
|
|
878
|
+
sentence: "ar opciju <em>%s</em> un vērtību <em>%s</em>"
|
|
879
|
+
with_property:
|
|
880
|
+
args:
|
|
881
|
+
property: Property
|
|
882
|
+
description: "Izvēlās visus produktus, kuriem ir konkrēta opcija(eg. svars)"
|
|
883
|
+
name: "Ar īpašību"
|
|
884
|
+
sentence: with property <em>%s</em>
|
|
885
|
+
with_property_value:
|
|
886
|
+
args:
|
|
887
|
+
property: Property
|
|
888
|
+
value: "Vērtība"
|
|
889
|
+
description: "Izvēlās visus produktus, kuram ir vismaz viens variants ar konkrētu opciju vai vērtību (eg. svars:10kg)"
|
|
890
|
+
name: "Ar īpašības vērtību"
|
|
891
|
+
sentence: with property <em>%s</em> and value <em>%s</em>
|
|
892
|
+
products: "Produkti"
|
|
893
|
+
products_with_zero_inventory_display: "Produkti, kas nav noliktavā, %{not} tiks rādīti"
|
|
894
|
+
promotion: Promotion
|
|
895
|
+
promotion_action: Promotion Action
|
|
896
|
+
promotion_action_types:
|
|
897
|
+
create_adjustment:
|
|
898
|
+
description: Creates a promotion credit adjustment on the order
|
|
899
|
+
name: Create adjustment
|
|
900
|
+
create_line_items:
|
|
901
|
+
description: Populates the cart with the specified quantity of variant
|
|
902
|
+
name: Create line items
|
|
903
|
+
give_store_credit:
|
|
904
|
+
description: Gives the user store credit of the amount specified
|
|
905
|
+
name: Give store credit
|
|
906
|
+
promotion_actions: Actions
|
|
907
|
+
promotion_form:
|
|
908
|
+
match_policies:
|
|
909
|
+
all: Match any of these rules
|
|
910
|
+
any: Match all of these rules
|
|
911
|
+
promotion_not_found: The coupon code you entered doesn't exist. Please try again.
|
|
912
|
+
promotion_rule: Promotion Rule
|
|
913
|
+
promotion_rule_types:
|
|
914
|
+
first_order:
|
|
915
|
+
description: Must be the customer's first order
|
|
916
|
+
name: First order
|
|
917
|
+
item_total:
|
|
918
|
+
description: Order total meets these criteria
|
|
919
|
+
name: Item total
|
|
920
|
+
landing_page:
|
|
921
|
+
description: Customer must have visited the specified page
|
|
922
|
+
name: Landing Page
|
|
923
|
+
product:
|
|
924
|
+
description: Order includes specified product(s)
|
|
925
|
+
name: Product(s)
|
|
926
|
+
user:
|
|
927
|
+
description: Available only to the specified users
|
|
928
|
+
name: User
|
|
929
|
+
user_logged_in:
|
|
930
|
+
description: Available only to logged in users
|
|
931
|
+
name: User Logged In
|
|
932
|
+
promotions: Akcijas
|
|
933
|
+
promotions_description: Manage offers and coupons with promotions
|
|
934
|
+
properties: Parametri
|
|
935
|
+
property: Parametrs
|
|
936
|
+
prototype: "Prototips"
|
|
937
|
+
prototypes: "Prototipi"
|
|
938
|
+
provider: "Piegādātājs"
|
|
939
|
+
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"
|
|
940
|
+
qty: "Daudzums"
|
|
941
|
+
quantity_returned: Quantity Returned
|
|
942
|
+
quantity_shipped: "Daudzums nosūtīts"
|
|
943
|
+
range: "Diapazons"
|
|
944
|
+
rate: "Tarifs"
|
|
945
|
+
reason: "Iemesls"
|
|
946
|
+
recalculate_order_total: "Pārrēķināt kopējo pasūtījumu"
|
|
947
|
+
receive: "saņemt"
|
|
948
|
+
received: "Saņemts"
|
|
949
|
+
refund: "Atmaksāt"
|
|
950
|
+
register: "Reģistrēties kā jauns lietotājs"
|
|
951
|
+
register_or_guest: Checkout as Guest or Register
|
|
952
|
+
registration: "Reģistrācija"
|
|
953
|
+
remember_me: "Atcerēties mani"
|
|
954
|
+
remove: "Noņemt"
|
|
955
|
+
rename: Rename
|
|
956
|
+
reports: "Atskaites"
|
|
957
|
+
required_for_solo_and_maestro: "Vajadzīgs Solo and Maestro kartēm."
|
|
958
|
+
resend: "Pārsūtīt"
|
|
959
|
+
resend_confirmation_instructions: "Resend confirmation instructions"
|
|
960
|
+
resend_unlock_instructions: "Resend unlock instructions"
|
|
961
|
+
reset_password: "Nomainīt manu paroli"
|
|
962
|
+
resource_controller:
|
|
963
|
+
member_object_not_found: "Objekts nav atrasts."
|
|
964
|
+
successfully_created: "Veiksmīgi izveidots!"
|
|
965
|
+
successfully_removed: "Veiksmīgi noņemts!"
|
|
966
|
+
successfully_updated: "Veiksmīgi atjaunots!"
|
|
967
|
+
response_code: "Reakcijas kods"
|
|
968
|
+
resume: "atsākt"
|
|
969
|
+
resumed: "Atsākts"
|
|
970
|
+
return: "atgriezties"
|
|
971
|
+
return_authorization: Return Authorization
|
|
972
|
+
return_authorization_updated: Return authorization updated
|
|
973
|
+
return_authorizations: Return Authorizations
|
|
974
|
+
return_quantity: Return Quantity
|
|
975
|
+
returned: "Atgriezts"
|
|
976
|
+
review: Review
|
|
977
|
+
rma_credit: RMA Credit
|
|
978
|
+
rma_number: "RMA numurs"
|
|
979
|
+
rma_value: "RMA vērtība"
|
|
980
|
+
roles: Roles
|
|
981
|
+
rules: Rules
|
|
982
|
+
s3_access_key: "Access Key"
|
|
983
|
+
s3_bucket: "Bucket"
|
|
984
|
+
s3_headers: "S3 Headers"
|
|
985
|
+
s3_not_used_for_product_images: "S3 is not being used for product images"
|
|
986
|
+
s3_protocol: "S3 Protocol"
|
|
987
|
+
s3_secret: "Secret Key"
|
|
988
|
+
s3_used_for_product_images: "S3 is being used for product images"
|
|
989
|
+
sales_tax: "Pārdošanas nodoklis"
|
|
990
|
+
sales_total: "Kopējā realizācija"
|
|
991
|
+
sales_total_description: "Sales Total For All Orders"
|
|
992
|
+
save_and_continue: "Saglabāt un turpināt"
|
|
993
|
+
save_preferences: "Saglabāt iestatījumus"
|
|
994
|
+
scope: Scope
|
|
995
|
+
scopes: Scopes
|
|
996
|
+
search: "Meklēšana"
|
|
997
|
+
search_results: "Meklēšanas rezultāti '%{keywords}'"
|
|
998
|
+
searching: Searching
|
|
999
|
+
secure_connection_type: Secure Connection Type
|
|
1000
|
+
secure_credit_card: Secure Credit Card
|
|
1001
|
+
security_settings: "Security Settings"
|
|
1002
|
+
select: "Izvēlēties"
|
|
1003
|
+
select_from_prototype: "Izvēlēties no prototipiem"
|
|
1004
|
+
select_preferred_shipping_option: "Izvēlēties vēlamo sūtīšanas metodi"
|
|
1005
|
+
send_copy_of_all_mails_to: "Sūtīt visu vēstuļu kopijas uz"
|
|
1006
|
+
send_copy_of_orders_mails_to: "Sūtīt vēstuļu pasūtījumu kopijas uz"
|
|
1007
|
+
send_mails_as: "Sūtīt vēstules kā"
|
|
1008
|
+
send_me_reset_password_instructions: "Send me reset password instructions"
|
|
1009
|
+
send_order_mails_as: "Sūtīt pasūtījuma vēstules kā"
|
|
1010
|
+
server: "Servers"
|
|
1011
|
+
server_error: "Serveris izdeva kļūdu"
|
|
1012
|
+
settings: "Uzstādījumi"
|
|
1013
|
+
ship: "sūtīt"
|
|
1014
|
+
ship_address: "Nosūtīšanas adrese"
|
|
1015
|
+
shipment: "Sūtījums"
|
|
1016
|
+
shipment_details: "Sūtījuma detaļas"
|
|
1017
|
+
shipment_inc_vat: "Shipment including VAT"
|
|
1018
|
+
shipment_mailer:
|
|
1019
|
+
shipped_email:
|
|
1020
|
+
dear_customer: "Dear Customer,"
|
|
1021
|
+
instructions: "Your order has been shipped"
|
|
1022
|
+
shipment_summary: "Shipment Summary"
|
|
1023
|
+
subject: "Shipment Notification"
|
|
1024
|
+
thanks: "Thank you for your business."
|
|
1025
|
+
track_information: "Tracking Information: %{tracking}"
|
|
1026
|
+
shipment_number: "Piegādes nr."
|
|
1027
|
+
shipment_state: Piegādes statuss
|
|
1028
|
+
shipment_states:
|
|
1029
|
+
backorder: backorder
|
|
1030
|
+
partial: partial
|
|
1031
|
+
pending: pending
|
|
1032
|
+
ready: ready
|
|
1033
|
+
shipped: shipped
|
|
1034
|
+
shipment_updated: "Sūtījums atjaunots"
|
|
1035
|
+
shipments: "Sūtījumi"
|
|
1036
|
+
shipped: "Nosūtīts"
|
|
1037
|
+
shipping: "Sūtās"
|
|
1038
|
+
shipping_address: "Nosūtīšanas adrese"
|
|
1039
|
+
shipping_categories: "Sūtīšanas kategorijas"
|
|
1040
|
+
shipping_categories_description: "Pārvaldīt sūtīšanas kategorijas, lai identificētu, kuri produkti var tikt sūtīti ar kuru metodi"
|
|
1041
|
+
shipping_category: "Sūtīšanas kategorija"
|
|
1042
|
+
shipping_category_choose: "Shipping Category"
|
|
1043
|
+
shipping_cost: "Maksa"
|
|
1044
|
+
shipping_error: "Sūtīšanas kļūda"
|
|
1045
|
+
shipping_instructions: "Sūtīšanas instrukcijas"
|
|
1046
|
+
shipping_method: "Sūtīšanas metode"
|
|
1047
|
+
shipping_methods: "Sūtīšanas metodes"
|
|
1048
|
+
shipping_methods_description: "Pārvaldīt sūtīšanas metodes"
|
|
1049
|
+
shipping_total: "Kopējais sūtīšanai"
|
|
1050
|
+
shop_by_taxonomy: "Pirkt pēc %{taxonomy}"
|
|
1051
|
+
shopping_cart: "Iepirkuma grozs"
|
|
1052
|
+
short_description: "Short description"
|
|
1053
|
+
show: "Parādīt"
|
|
1054
|
+
show_active: "Parādīt aktīvos"
|
|
1055
|
+
show_deleted: "Parādīt izdzēstos"
|
|
1056
|
+
show_incomplete_orders: "Parādīt nepilnīgos pasūtījumus"
|
|
1057
|
+
show_only_complete_orders: "Parādīt tikai pabeigtos pasūtījumus"
|
|
1058
|
+
show_only_unfulfilled_orders: "Show only unfulfilled orders"
|
|
1059
|
+
show_out_of_stock_products: "Parādīt izpārdotos produktus"
|
|
1060
|
+
showing_first_n: "Parādīt pirmos %{n}"
|
|
1061
|
+
sign_up: "Parakstīties"
|
|
1062
|
+
site_name: "Interneta adreses nosaukums"
|
|
1063
|
+
site_url: "Interneta adreses links"
|
|
1064
|
+
sku: SKU
|
|
1065
|
+
smtp: SMTP
|
|
1066
|
+
smtp_authentication_type: SMTP Authentication Type
|
|
1067
|
+
smtp_domain: SMTP Domain
|
|
1068
|
+
smtp_mail_host: SMTP Mail Host
|
|
1069
|
+
smtp_password: SMTP Password
|
|
1070
|
+
smtp_port: SMTP Port
|
|
1071
|
+
smtp_send_all_emails_as_from_following_address: "Sūtīt visas vēstules no sekojošās adreses."
|
|
1072
|
+
smtp_send_copy_to_this_addresses: "Sūta visas izejošās vēstules kopijas uz šo adresi. Vairākas adreses atdalīt ar komatu."
|
|
1073
|
+
smtp_username: SMTP Username
|
|
1074
|
+
sold: "Pārdots"
|
|
1075
|
+
sort_ordering: "Grupēt pasūtījumus"
|
|
1076
|
+
special_instructions: "Special Instructions"
|
|
1077
|
+
spree:
|
|
1078
|
+
spree/order:
|
|
1079
|
+
coupon_code: Coupon Code
|
|
1080
|
+
date: "Datums"
|
|
1081
|
+
date_picker:
|
|
1082
|
+
format: 'yy/mm/dd'
|
|
1083
|
+
time: "Laiks"
|
|
1084
|
+
spree_alert_checking: "Check for Spree security and release alerts"
|
|
1085
|
+
spree_alert_not_checking: "Not checking for Spree security and release alerts"
|
|
1086
|
+
spree_gateway_error_flash_for_checkout: "There was a problem with your payment information. Please check your information and try again."
|
|
1087
|
+
spree_inventory_error_flash_for_insufficient_quantity: "An item in your cart has become unavailable."
|
|
1088
|
+
ssl_will_be_used_in_development_and_test_modes: "SSL tiks izmantots attīstībā un testa modē, ja nepieciešams."
|
|
1089
|
+
ssl_will_be_used_in_production_mode: "SSL tiks izmantots produkcijas modē"
|
|
1090
|
+
ssl_will_be_used_in_staging_mode: "SSL will be used in staging mode"
|
|
1091
|
+
ssl_will_not_be_used_in_development_and_test_modes: "SSL tiks izmantots attīstībā un testa modē, ja nepieciešams."
|
|
1092
|
+
ssl_will_not_be_used_in_production_mode: "SSL tiks izmantots produkcijas modē"
|
|
1093
|
+
ssl_will_not_be_used_in_staging_mode: "SSL will not be used in staging mode"
|
|
1094
|
+
start: "Starts"
|
|
1095
|
+
start_date: "Derīgs no"
|
|
1096
|
+
state: "Stāvoklis"
|
|
1097
|
+
state_based: "State Based"
|
|
1098
|
+
state_setting_description: "Administrēt rajonu listi asociētu ar katru valsti."
|
|
1099
|
+
states: States
|
|
1100
|
+
status: "Status"
|
|
1101
|
+
stop: "Stop"
|
|
1102
|
+
store: "Saglabāt"
|
|
1103
|
+
street_address: "Ielas adrese"
|
|
1104
|
+
street_address_2: "Ielas adrese (turpinājums)"
|
|
1105
|
+
subtotal: "Starpsumma"
|
|
1106
|
+
subtract: "Atskaitīt"
|
|
1107
|
+
successfully_created: "%{resource} tika veiksmīgi izveidots(-a)!"
|
|
1108
|
+
successfully_removed: "%{resource} tika veiksmīgi izdzēsts(-a)!"
|
|
1109
|
+
successfully_updated: "%{resource} tika veiksmīgi saglabāts(-a)!"
|
|
1110
|
+
system: "Sistēma"
|
|
1111
|
+
tax: "Nodokļi"
|
|
1112
|
+
tax_categories: "Nodokļu kategorijas"
|
|
1113
|
+
tax_categories_setting_description: "Uzstādīt nodokļu kategorijas, lai identificētu, kurus produktus aplikt ar nodokli."
|
|
1114
|
+
tax_category: "Nodokļu kategorija"
|
|
1115
|
+
tax_rates: "Nodokļu likmes"
|
|
1116
|
+
tax_rates_description: "Nodokļu tarifu iestatīšana un konfigurēšana."
|
|
1117
|
+
tax_settings: "Nodokļu uzstādījumi"
|
|
1118
|
+
tax_settings_description: "Pamat nodokļu iestatījumi."
|
|
1119
|
+
tax_total: "Kopējie nodokļi"
|
|
1120
|
+
tax_type: "Nodokļu tips"
|
|
1121
|
+
taxon: Taxon
|
|
1122
|
+
taxon_edit: Edit Taxon
|
|
1123
|
+
taxonomies: Klasifikatori
|
|
1124
|
+
taxonomies_setting_description: "Pārvaldīt klasifikatorus"
|
|
1125
|
+
taxonomy: Taxonomy
|
|
1126
|
+
taxonomy_edit: "Labot klasifikatoru"
|
|
1127
|
+
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."
|
|
1128
|
+
taxonomy_tree_instruction: "* Ar labo peli uzklikšķiniet kokā, lai piekļūtu izvēlei: pievienošanai, izdzēšanai vai sortēšanai."
|
|
1129
|
+
taxons: Taxons
|
|
1130
|
+
test: "Tests"
|
|
1131
|
+
test_mailer:
|
|
1132
|
+
test_email:
|
|
1133
|
+
greeting: 'Congratulations!'
|
|
1134
|
+
message: 'If you have received this email, then your email settings are correct.'
|
|
1135
|
+
subject: 'Testmail'
|
|
1136
|
+
test_mode: "Testa Mode"
|
|
1137
|
+
thank_you_for_your_order: "Paldies par sadarbību. Lūdzu, izdrukājiet šo apstiprinājumu savai zināšanai."
|
|
1138
|
+
there_were_problems_with_the_following_fields: "Problēmas ar sekojošiem laukiem"
|
|
1139
|
+
this_file_language: "Latvijas (LV)"
|
|
1140
|
+
thumbnail: "Thumbnail"
|
|
1141
|
+
to_add_variants_you_must_first_define: "Lai pievienotu variantu, vispirms definējiet"
|
|
1142
|
+
to_state: "To State"
|
|
1143
|
+
total: "Kopā"
|
|
1144
|
+
tracking: Tracking
|
|
1145
|
+
transaction: "Transakcija"
|
|
1146
|
+
transactions: "Transakcijas"
|
|
1147
|
+
tree: "Koks"
|
|
1148
|
+
try_again: "Mēģiniet vēlreiz"
|
|
1149
|
+
type: "Tips"
|
|
1150
|
+
type_to_search: Type to search
|
|
1151
|
+
unable_ship_method: "Nav spējīgs ģenerēt nosūtīšanas metodes servera kļūdas dēļ."
|
|
1152
|
+
unable_to_authorize_credit_card: "Nav spējīgs autorizēt kredītkarti"
|
|
1153
|
+
unable_to_capture_credit_card: "Nav spējīgs atpazīt kredīt karti"
|
|
1154
|
+
unable_to_connect_to_gateway: "Nav spējīgs pievienoties gateway."
|
|
1155
|
+
unable_to_save_order: "Nav spējīgs saglabāt pasūtījumu"
|
|
1156
|
+
under_paid: "Under Paid"
|
|
1157
|
+
under_price: "Under %{price}"
|
|
1158
|
+
unrecognized_card_type: "Neatpazīstams kartes tips"
|
|
1159
|
+
update: "Atjaunot"
|
|
1160
|
+
update_password: "Atjaunot manu paroli un ielaist sistēmā"
|
|
1161
|
+
updated_successfully: "Veiksmīgi atjaunots"
|
|
1162
|
+
updating: "Atjaunojas"
|
|
1163
|
+
usage_limit: "Lietotāja limits"
|
|
1164
|
+
use_as_shipping_address: "Lieto kā nosūtīšanas adresi"
|
|
1165
|
+
use_billing_address: "Lietot rēķina adresi"
|
|
1166
|
+
use_different_shipping_address: "Izmantojiet citu sūtījuma adresi"
|
|
1167
|
+
use_new_cc: "Izmntot jaunu karti"
|
|
1168
|
+
use_s3: "Use Amazon S3 For Images"
|
|
1169
|
+
user: "Lietotājs"
|
|
1170
|
+
user_account: "Lietotāja konts"
|
|
1171
|
+
user_created_successfully: "Lietotājs izveidots veiksmīgi"
|
|
1172
|
+
user_rule:
|
|
1173
|
+
choose_users: Choose users
|
|
1174
|
+
users: "Lietotāji"
|
|
1175
|
+
validate_on_profile_create: Validate on profile create
|
|
1176
|
+
validation:
|
|
1177
|
+
cannot_be_greater_than_available_stock: "cannot be greater than available stock."
|
|
1178
|
+
cannot_be_less_than_shipped_units: "nevar būt mazāks par izsūtītām vienībām."
|
|
1179
|
+
cannot_destory_line_item_as_inventory_units_have_shipped: "Cannot destory line item as some inventory units have shipped."
|
|
1180
|
+
is_too_large: "ir par lielu - pieejamais daudzums nevar nodrošināt prasīto daudzumu!"
|
|
1181
|
+
must_be_int: "must be an integer"
|
|
1182
|
+
must_be_non_negative: "ir jābūt pozitīvai vērtībai"
|
|
1183
|
+
value: "Vērtība"
|
|
1184
|
+
variant: Variant
|
|
1185
|
+
variants: "Varianti"
|
|
1186
|
+
vat: "PVN"
|
|
1187
|
+
version: "Versija"
|
|
1188
|
+
view_shipping_options: "Apskatīt nosūtīšanas iespējas"
|
|
1189
|
+
void: Void
|
|
1190
|
+
website: Website
|
|
1191
|
+
weight: Weight
|
|
1192
|
+
welcome_to_sample_store: "Laipni lūdzam paraugu veikalā"
|
|
1193
|
+
what_is_a_cvv: "Kas ir (CVV) kredītkartes kods?"
|
|
1194
|
+
what_is_this: "Kas tas ir?"
|
|
1195
|
+
whats_this: "Kas tas ir"
|
|
1196
|
+
width: "Platums"
|
|
1197
|
+
year: "Gads"
|
|
1198
|
+
yes: "Yes"
|
|
1199
|
+
you_have_been_logged_out: "Jūs esat izgājis no sistēmas."
|
|
1200
|
+
you_have_no_orders_yet: "You have no orders yet."
|
|
1201
|
+
your_cart_is_empty: "Jūsu iepirkuma grozs ir tukšs"
|
|
1202
|
+
zip: "Pasta indekss"
|
|
1203
|
+
zone: "Zona"
|
|
1204
|
+
zone_based: "Uz zonas balstīts"
|
|
1205
|
+
zone_setting_description: "Valstu, rajonu vai citu zonu kolekcija, kuru izmantot dažādās kalkulācijās."
|
|
1206
|
+
zones: "Zonas"
|