muck-commerce 0.2.0 → 0.2.1
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/Rakefile +6 -0
- data/VERSION +1 -1
- data/lib/active_record/acts/muck_order_transaction.rb +2 -2
- data/locales/ar.yml +89 -0
- data/locales/bg.yml +89 -0
- data/locales/ca.yml +89 -0
- data/locales/cs.yml +89 -0
- data/locales/da.yml +89 -0
- data/locales/de.yml +89 -0
- data/locales/el.yml +89 -0
- data/locales/es.yml +89 -0
- data/locales/et.yml +89 -0
- data/locales/fa.yml +89 -0
- data/locales/fi.yml +89 -0
- data/locales/fr.yml +89 -0
- data/locales/gl.yml +89 -0
- data/locales/hi.yml +89 -0
- data/locales/hr.yml +89 -0
- data/locales/hu.yml +89 -0
- data/locales/id.yml +89 -0
- data/locales/it.yml +89 -0
- data/locales/iw.yml +89 -0
- data/locales/ja.yml +89 -0
- data/locales/ko.yml +89 -0
- data/locales/lt.yml +89 -0
- data/locales/lv.yml +89 -0
- data/locales/mt.yml +89 -0
- data/locales/nl.yml +89 -0
- data/locales/no.yml +90 -0
- data/locales/pl.yml +89 -0
- data/locales/pt-PT.yml +89 -0
- data/locales/ro.yml +89 -0
- data/locales/ru.yml +89 -0
- data/locales/sk.yml +89 -0
- data/locales/sl.yml +89 -0
- data/locales/sq.yml +89 -0
- data/locales/sr.yml +89 -0
- data/locales/sv.yml +89 -0
- data/locales/th.yml +89 -0
- data/locales/tl.yml +89 -0
- data/locales/tr.yml +89 -0
- data/locales/uk.yml +89 -0
- data/locales/vi.yml +89 -0
- data/locales/zh-CN.yml +89 -0
- data/locales/zh-TW.yml +89 -0
- data/locales/zh.yml +89 -0
- data/muck-commerce.gemspec +44 -1
- metadata +45 -2
data/Rakefile
CHANGED
@@ -62,3 +62,9 @@ Rake::RDocTask.new do |rdoc|
|
|
62
62
|
rdoc.rdoc_files.include('README*')
|
63
63
|
rdoc.rdoc_files.include('lib/**/*.rb')
|
64
64
|
end
|
65
|
+
|
66
|
+
desc 'Translate this gem'
|
67
|
+
task :translate do
|
68
|
+
file = File.join(File.dirname(__FILE__), 'locales', 'en.yml')
|
69
|
+
system("babelphish -o -y #{file}")
|
70
|
+
end
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.1
|
@@ -191,8 +191,8 @@ module ActiveRecord
|
|
191
191
|
def get_cim_payment_profile(billing_information, validate = true, customer_type = 'individual')
|
192
192
|
validate_card(billing_information) if validate
|
193
193
|
payment = { :credit_card => billing_information.credit_card_for_cim }
|
194
|
-
address = { :first_name => billing_information.
|
195
|
-
:last_name => billing_information.
|
194
|
+
address = { :first_name => billing_information.get_first_name,
|
195
|
+
:last_name => billing_information.get_last_name }
|
196
196
|
address[:company] = billing_information.company unless billing_information.company.blank?
|
197
197
|
address[:address] = "#{billing_information.address1} #{billing_information.address2}" unless billing_information.address1.blank?
|
198
198
|
address[:city] = billing_information.city unless billing_information.city.blank?
|
data/locales/ar.yml
ADDED
@@ -0,0 +1,89 @@
|
|
1
|
+
---
|
2
|
+
ar:
|
3
|
+
muck:
|
4
|
+
commerce:
|
5
|
+
add_cart_item_error: "كان هناك خطأ أثناء إضافة هذا البند إلى حسابك في العربة {{ex}}"
|
6
|
+
admin_menu_billing_information: "معلومات الفواتير"
|
7
|
+
admin_menu_discount_codes: "الخصم مدونات"
|
8
|
+
admin_menu_orders: أوامر
|
9
|
+
admin_menu_subscription_plans: "خطط الاشتراك"
|
10
|
+
admin_menu_subscriptions: الاشتراكات
|
11
|
+
already_subscribed: "لقد قمت بالاشتراك بالفعل"
|
12
|
+
authorization: ترخيص
|
13
|
+
authorization_cim: "إذن باستخدام الحديدية"
|
14
|
+
back: ظهر
|
15
|
+
billing_address: "العنوان الذي ترسل به الفواتير"
|
16
|
+
billing_information_edit_title: "معلومات عن الفواتير الحالية {{name}}"
|
17
|
+
billing_information_problem: "كانت هناك مشكلة مع معلومات الفواتير الخاصة بك : {{message}}."
|
18
|
+
billing_information_update_error: "كانت هناك مشكلة تحديث معلومات الفواتير الخاصة بك : {{error}}"
|
19
|
+
billing_information_update_error_friendly: "كانت هناك مشكلة تحديث معلومات الفواتير الخاصة بك. يرجى التحقق من المعلومات المقدمة لك وحاول مرة أخرى. {{error}}"
|
20
|
+
billing_information_updated: "تم تحديث معلومات الفوترة بنجاح."
|
21
|
+
billing_information_updated_friendly: "تم تحديث معلومات الفواتير الخاصة بك بنجاح."
|
22
|
+
capture: أسر
|
23
|
+
card_expiration: "انتهاء صلاحية بطاقة الائتمان"
|
24
|
+
card_holders_name: "اسم حامل البطاقة"
|
25
|
+
card_number: "رقم بطاقة الائتمان"
|
26
|
+
cim_create: "إنشاء الحديدية المستخدم"
|
27
|
+
cim_delete_user: "حذف المستخدم الحديدية"
|
28
|
+
cim_get_customer_profile: "الحصول على بيانات العملاء الحديدية"
|
29
|
+
cim_get_payment_customer_profile: "الحصول على بيانات العملاء الحديدية الدفع"
|
30
|
+
cim_update_payment_profile: "تحديث بيانات الدفع الحديدية"
|
31
|
+
cim_update_user: "تحديث المستخدم الحديدية"
|
32
|
+
cim_validate_profile: "التحقق من صحة بيانات الحديدية"
|
33
|
+
city: مدينة
|
34
|
+
coupon_delete_confirm: "هل أنت متأكد أنك تريد حذف هذه القسيمة؟"
|
35
|
+
coupon_problem: "كانت هناك مشكلة مع رمز القسيمة الخاصة بك : {{error}}."
|
36
|
+
create: خلق
|
37
|
+
create_new_subscription_plan: "خطة إنشاء اشتراك جديد"
|
38
|
+
credit_card_expiration_invalid: "غير صالح : {{month}}/ {{year}}"
|
39
|
+
credit_card_information_invalid: "معلومات بطاقة الائتمان غير صالح : {{errors}}-- {{month}}/ {{year}}؛ {{type}}؛ {{number}}"
|
40
|
+
credit_card_information_validation_exception: "حدث خطأ التحقق من صحة البطاقة الائتمانية : {{error}}"
|
41
|
+
credit_card_number: "رقم بطاقة الائتمان"
|
42
|
+
credit_card_number_invalid: "لا يصح {{number}}"
|
43
|
+
credit_card_type: "نوع بطاقة الائتمان"
|
44
|
+
credit_card_type_invalid: "ليست صالحة {{type}}"
|
45
|
+
cvv_what_this: "ما هذا؟"
|
46
|
+
default_billing: "معلومات الفوترة الافتراضي"
|
47
|
+
edit: عدل
|
48
|
+
first_name: "أول اسم"
|
49
|
+
first_time_purchase: "لأول مرة شراء"
|
50
|
+
invalid_billing_information: "معلومات الفواتير غير صالحة"
|
51
|
+
invalid_credit_card_information: "معلومات بطاقة الائتمان غير صالحة"
|
52
|
+
last_name: "اسم العائلة"
|
53
|
+
missing_billing_information: "ولم تقدم أي معلومات الفواتير صالحة."
|
54
|
+
order_amount_less_than_zero_error: "كانت هناك مشكلة معالجة طلبك. ويجب أن تكون كمية كبيرة من 0."
|
55
|
+
payment_information_problem: "هناك مشكلة مع معلومات الدفع الخاص بك : {{message}}"
|
56
|
+
paypal_express_authorization: "أعرب إذن باي بال"
|
57
|
+
postal_code: "الرمز البريدي"
|
58
|
+
problem_processing_your_order: "كانت هناك مشكلة تجهيز {{message}}طلبك"
|
59
|
+
purchase_cim: "شراء باستخدام الحديدية"
|
60
|
+
save: حفظ
|
61
|
+
security_code: "قانون الضمان"
|
62
|
+
send_money_via_paypal: "إرسال الأموال عن طريق باي بال"
|
63
|
+
state: دولة
|
64
|
+
subscribe_notification_subject: اشتراكك
|
65
|
+
subscribe_thanks: "شكرا للتوقيع!"
|
66
|
+
subscription_deleted: "تمت إزالة اشتراكك."
|
67
|
+
subscription_plan_amount: مبلغ
|
68
|
+
subscription_plan_amount_tip: "أدخل قيمة في سنتا. على سبيل المثال ، سوف يكون 2995 $ 29.95."
|
69
|
+
subscription_plan_created: "خطة الاشتراك في خلق"
|
70
|
+
subscription_plan_deleted: "خطة الاشتراك حذف"
|
71
|
+
subscription_plan_edit_title: "عدل خطة الاشتراك"
|
72
|
+
subscription_plan_name: "الاشتراك في خطة اسم"
|
73
|
+
subscription_plan_new_title: "خطة جديدة للإشتراك"
|
74
|
+
subscription_plan_sku: "[سكو]"
|
75
|
+
subscription_plan_updated: "خطة تحديث الاشتراك"
|
76
|
+
subscription_plans_actions: الإجراءات
|
77
|
+
subscription_plans_amount: مبلغ
|
78
|
+
subscription_plans_name: اسم
|
79
|
+
subscription_plans_renewal_period: "تجديد فترة"
|
80
|
+
subscription_plans_sku: "[سكو]"
|
81
|
+
subscription_plans_title: "خطط الاشتراك"
|
82
|
+
subscription_plans_trial_period: "محاكمة العصر"
|
83
|
+
subscription_problem: "كانت هناك مشكلة مع اشتراكك : {{error}}."
|
84
|
+
subscription_renewal_period: "تجديد فترة"
|
85
|
+
subscription_trial_period: "محاكمة العصر"
|
86
|
+
subscription_values_problem: "كانت هناك مشكلة مع بعض المعلومات التي قدمتها"
|
87
|
+
update: التحديث
|
88
|
+
vault_config_error: "حدث خطأ أثناء محاولة تخزين المعلومات الخاصة بك. فمن الممكن أن نظام القفز البعيد لا يعمل أو لم يتم تكوينه بشكل صحيح."
|
89
|
+
verification_value: "قانون الضمان"
|
data/locales/bg.yml
ADDED
@@ -0,0 +1,89 @@
|
|
1
|
+
---
|
2
|
+
bg:
|
3
|
+
muck:
|
4
|
+
commerce:
|
5
|
+
add_cart_item_error: "Имаше грешка при добавяне на елемента в потребителската кошница {{ex}}"
|
6
|
+
admin_menu_billing_information: "Информация за Фактуриране"
|
7
|
+
admin_menu_discount_codes: "Отстъпка Кодекси"
|
8
|
+
admin_menu_orders: Заповеди
|
9
|
+
admin_menu_subscription_plans: "Абонаментни планове"
|
10
|
+
admin_menu_subscriptions: Абонамент
|
11
|
+
already_subscribed: "Вие вече сте абонирани"
|
12
|
+
authorization: разрешение
|
13
|
+
authorization_cim: "Разрешение, използващо CIM"
|
14
|
+
back: Обратно
|
15
|
+
billing_address: "Разплащателния Адрес"
|
16
|
+
billing_information_edit_title: "Текущи платежна информация за {{name}}"
|
17
|
+
billing_information_problem: "Имаше проблем с плащането информация: {{message}}."
|
18
|
+
billing_information_update_error: "Имаше проблем при актуализиране на платежна информация: {{error}}"
|
19
|
+
billing_information_update_error_friendly: "Имаше проблем при актуализиране на платежна информация. Моля, проверете информацията, която ви предоставя и опитайте отново. {{error}}"
|
20
|
+
billing_information_updated: "Информацията за фактурирането е обновен успешно."
|
21
|
+
billing_information_updated_friendly: "Вашата платежна информация, е обновен успешно."
|
22
|
+
capture: улавяне
|
23
|
+
card_expiration: "Кредитна карта Изтичане"
|
24
|
+
card_holders_name: "Картодържателя Име"
|
25
|
+
card_number: "Номер на кредитна карта"
|
26
|
+
cim_create: "CIM създаде потребител"
|
27
|
+
cim_delete_user: "CIM изтриете потребител"
|
28
|
+
cim_get_customer_profile: "CIM получите клиентски профил"
|
29
|
+
cim_get_payment_customer_profile: "CIM се профил плащане на клиентите"
|
30
|
+
cim_update_payment_profile: "актуализация CIM профил плащане"
|
31
|
+
cim_update_user: "актуализация CIM потребител"
|
32
|
+
cim_validate_profile: "CIM утвърждава профил"
|
33
|
+
city: Град
|
34
|
+
coupon_delete_confirm: "Наистина ли искате да изтриете този талон?"
|
35
|
+
coupon_problem: "Имаше проблем с купон код: {{error}}."
|
36
|
+
create: Създавам
|
37
|
+
create_new_subscription_plan: "Създаване на нов абонаментен план"
|
38
|
+
credit_card_expiration_invalid: "не е валидно: {{month}} / {{year}}"
|
39
|
+
credit_card_information_invalid: "Информация за кредитна карта не е валиден: {{errors}} - {{month}} / {{year}}; {{type}}; {{number}}"
|
40
|
+
credit_card_information_validation_exception: "Възникна грешка при проверка на валидността на кредитни карти: {{error}}"
|
41
|
+
credit_card_number: "Номер на кредитна карта"
|
42
|
+
credit_card_number_invalid: "не е валидно {{number}}"
|
43
|
+
credit_card_type: "Вид на кредитната карта"
|
44
|
+
credit_card_type_invalid: "не е валиден {{type}}"
|
45
|
+
cvv_what_this: "Какво е това?"
|
46
|
+
default_billing: "Default Информация за Фактуриране"
|
47
|
+
edit: Редактирам
|
48
|
+
first_name: "Собствено име"
|
49
|
+
first_time_purchase: "първи път закупуване"
|
50
|
+
invalid_billing_information: "Невалидна платежна информация"
|
51
|
+
invalid_credit_card_information: "Невалидна информация за кредитни карти"
|
52
|
+
last_name: Фамилия
|
53
|
+
missing_billing_information: "Не валидна платежна информация е била предоставена."
|
54
|
+
order_amount_less_than_zero_error: "Имаше проблем при обработка на поръчката. Сумата трябва да бъде голяма от 0."
|
55
|
+
payment_information_problem: "Има проблем с плащането информация: {{message}}"
|
56
|
+
paypal_express_authorization: "PayPal с изрично пълномощно"
|
57
|
+
postal_code: "Пощенски код"
|
58
|
+
problem_processing_your_order: "Имаше проблем при обработка на поръчката {{message}}"
|
59
|
+
purchase_cim: "закупуване използване CIM"
|
60
|
+
save: Спасявам
|
61
|
+
security_code: "Кодекс за сигурност"
|
62
|
+
send_money_via_paypal: "изпращане на пари чрез PayPal"
|
63
|
+
state: Състояние
|
64
|
+
subscribe_notification_subject: "Вашият абонамент"
|
65
|
+
subscribe_thanks: "Благодаря за записване!"
|
66
|
+
subscription_deleted: "Абонаментът ви не е била отстранена."
|
67
|
+
subscription_plan_amount: Размер
|
68
|
+
subscription_plan_amount_tip: "Въведете стойност в цента. Така например, $ 29.95 ще бъде 2995."
|
69
|
+
subscription_plan_created: "Абонамент създаден план"
|
70
|
+
subscription_plan_deleted: "Абонамент заличава план"
|
71
|
+
subscription_plan_edit_title: "Редактиране на абонаментен план"
|
72
|
+
subscription_plan_name: "Името на абонаментен план"
|
73
|
+
subscription_plan_new_title: "Нов абонаментен план"
|
74
|
+
subscription_plan_sku: КОД
|
75
|
+
subscription_plan_updated: "Абонамент актуализиран план"
|
76
|
+
subscription_plans_actions: Мерки
|
77
|
+
subscription_plans_amount: Размер
|
78
|
+
subscription_plans_name: Име
|
79
|
+
subscription_plans_renewal_period: "Подновяване Период"
|
80
|
+
subscription_plans_sku: КОД
|
81
|
+
subscription_plans_title: "Абонаментни планове"
|
82
|
+
subscription_plans_trial_period: "Пробния период"
|
83
|
+
subscription_problem: "Имаше проблем с вашия абонамент: {{error}}."
|
84
|
+
subscription_renewal_period: "Подновяване Период"
|
85
|
+
subscription_trial_period: "Пробния период"
|
86
|
+
subscription_values_problem: "Имаше проблем с някои от вас информация, предвидени"
|
87
|
+
update: Update
|
88
|
+
vault_config_error: "Възникна грешка при опита съхраняват информация. Възможно е системата за дистанционно трезора не функционира или не е конфигуриран правилно."
|
89
|
+
verification_value: "Кодекс за сигурност"
|
data/locales/ca.yml
ADDED
@@ -0,0 +1,89 @@
|
|
1
|
+
---
|
2
|
+
ca:
|
3
|
+
muck:
|
4
|
+
commerce:
|
5
|
+
add_cart_item_error: "S'ha produït un error en afegir l'article a la seva cistella {{ex}}"
|
6
|
+
admin_menu_billing_information: "Informació de facturació"
|
7
|
+
admin_menu_discount_codes: "Codis de descompte"
|
8
|
+
admin_menu_orders: Ordres
|
9
|
+
admin_menu_subscription_plans: "Plans de Subscripció"
|
10
|
+
admin_menu_subscriptions: Subscripcions
|
11
|
+
already_subscribed: "Ja ha subscrit"
|
12
|
+
authorization: autorització
|
13
|
+
authorization_cim: "Les autoritzacions que utilitzin cim"
|
14
|
+
back: Esquena
|
15
|
+
billing_address: "Adreça de facturació"
|
16
|
+
billing_information_edit_title: "Informació de facturació actuals per {{name}}"
|
17
|
+
billing_information_problem: "Hi ha hagut un problema amb la informació de facturació: {{message}}."
|
18
|
+
billing_information_update_error: "Hi va haver un problema en actualitzar la seva informació de facturació: {{error}}"
|
19
|
+
billing_information_update_error_friendly: "Hi va haver un problema en actualitzar la seva informació de facturació. Reviseu la informació que proporcionen i torneu a intentar-ho. {{error}}"
|
20
|
+
billing_information_updated: "Les dades de facturació s'ha actualitzat amb èxit."
|
21
|
+
billing_information_updated_friendly: "La informació de facturació s'ha actualitzat amb èxit."
|
22
|
+
capture: captura
|
23
|
+
card_expiration: "Venciment de la targeta de crèdit"
|
24
|
+
card_holders_name: "Nom del titular"
|
25
|
+
card_number: "Número de targeta de crèdit"
|
26
|
+
cim_create: "cim crear usuari"
|
27
|
+
cim_delete_user: "Eliminar l'usuari cim"
|
28
|
+
cim_get_customer_profile: "cim obtenir perfil de client"
|
29
|
+
cim_get_payment_customer_profile: "cim obtenir perfil de client de pagament"
|
30
|
+
cim_update_payment_profile: "actualització de perfils de pagament de cim"
|
31
|
+
cim_update_user: "actualització d'usuaris cim"
|
32
|
+
cim_validate_profile: "cim validar perfil"
|
33
|
+
city: Ciutat
|
34
|
+
coupon_delete_confirm: "Esteu segur que voleu eliminar aquest codi de cupó?"
|
35
|
+
coupon_problem: "Hi ha hagut un problema amb el seu codi de descompte: {{error}}."
|
36
|
+
create: Crea
|
37
|
+
create_new_subscription_plan: "Crear nou pla de subscripció"
|
38
|
+
credit_card_expiration_invalid: "no és vàlid: {{month}} / {{year}}"
|
39
|
+
credit_card_information_invalid: "Informació targeta de crèdit no és vàlida: {{errors}} - {{month}} / {{year}}; {{type}}; {{number}}"
|
40
|
+
credit_card_information_validation_exception: "S'ha produït un error assegurar la seva validesa, la targeta de crèdit: {{error}}"
|
41
|
+
credit_card_number: "Número de targeta de crèdit"
|
42
|
+
credit_card_number_invalid: "no és vàlid {{number}}"
|
43
|
+
credit_card_type: "Tipus de targeta"
|
44
|
+
credit_card_type_invalid: "no és un {{type}} vàlida"
|
45
|
+
cvv_what_this: "Què és això?"
|
46
|
+
default_billing: "Informació de facturació per defecte"
|
47
|
+
edit: Edita
|
48
|
+
first_name: Nom
|
49
|
+
first_time_purchase: "compra per primera vegada"
|
50
|
+
invalid_billing_information: "Informació de facturació no vàlid"
|
51
|
+
invalid_credit_card_information: "targeta de crèdit no vàlid d'informació"
|
52
|
+
last_name: Cognom
|
53
|
+
missing_billing_information: "No hi ha dades de pagament vàlides va ser proporcionada."
|
54
|
+
order_amount_less_than_zero_error: "Hi va haver un problema en processar la seva sol.licitud. La quantitat ha de ser molt gran que 0."
|
55
|
+
payment_information_problem: "Hi ha un problema amb la seva informació de pagament: {{message}}"
|
56
|
+
paypal_express_authorization: "autorització expressa paypal"
|
57
|
+
postal_code: "Codi Postal"
|
58
|
+
problem_processing_your_order: "Hi ha hagut un problema en processar la teva sol • licitud {{message}}"
|
59
|
+
purchase_cim: "compra usant cim"
|
60
|
+
save: Desa
|
61
|
+
security_code: "Codi de Seguretat"
|
62
|
+
send_money_via_paypal: "enviar diners via PayPal"
|
63
|
+
state: Estat
|
64
|
+
subscribe_notification_subject: "La seva subscripció"
|
65
|
+
subscribe_thanks: "Gràcies per registrar-te!"
|
66
|
+
subscription_deleted: "La seva subscripció ha estat remogut."
|
67
|
+
subscription_plan_amount: Quantitat
|
68
|
+
subscription_plan_amount_tip: "Introduïu un valor en centaus de dòlar. Per exemple, $ 29,95 seria 2995."
|
69
|
+
subscription_plan_created: "Subscripció pla creat"
|
70
|
+
subscription_plan_deleted: "Subscripció pla eliminat"
|
71
|
+
subscription_plan_edit_title: "Edita subscripció Pla"
|
72
|
+
subscription_plan_name: "Subscripció Nom del Pla"
|
73
|
+
subscription_plan_new_title: "Nou Pla de Subscripció"
|
74
|
+
subscription_plan_sku: SKU
|
75
|
+
subscription_plan_updated: "Subscripció pla actualitzat"
|
76
|
+
subscription_plans_actions: Accions
|
77
|
+
subscription_plans_amount: Quantitat
|
78
|
+
subscription_plans_name: Nom
|
79
|
+
subscription_plans_renewal_period: "Període de Renovació"
|
80
|
+
subscription_plans_sku: SKU
|
81
|
+
subscription_plans_title: "Plans de Subscripció"
|
82
|
+
subscription_plans_trial_period: "Període de prova"
|
83
|
+
subscription_problem: "Hi ha hagut un problema amb la seva subscripció: {{error}}."
|
84
|
+
subscription_renewal_period: "Període de Renovació"
|
85
|
+
subscription_trial_period: "Període de prova"
|
86
|
+
subscription_values_problem: "Hi ha hagut un problema amb algunes de la informació que va proporcionar"
|
87
|
+
update: Actualització
|
88
|
+
vault_config_error: "Produït un error en intentar emmagatzemar la seva informació. És possible que el sistema de volta remot no està funcionant o no està configurat correctament."
|
89
|
+
verification_value: "Codi de Seguretat"
|
data/locales/cs.yml
ADDED
@@ -0,0 +1,89 @@
|
|
1
|
+
---
|
2
|
+
cs:
|
3
|
+
muck:
|
4
|
+
commerce:
|
5
|
+
add_cart_item_error: "Vyskytla se chyba při přidávání položek do nákupního košíku {{ex}}"
|
6
|
+
admin_menu_billing_information: "Fakturační údaje"
|
7
|
+
admin_menu_discount_codes: "Sleva Codes"
|
8
|
+
admin_menu_orders: Objednávky
|
9
|
+
admin_menu_subscription_plans: "Předplatné plány"
|
10
|
+
admin_menu_subscriptions: Předplatné
|
11
|
+
already_subscribed: "Jste si již objednané"
|
12
|
+
authorization: povolení
|
13
|
+
authorization_cim: "Povolení podle CIM"
|
14
|
+
back: Zpátky
|
15
|
+
billing_address: "Fakturační adresa"
|
16
|
+
billing_information_edit_title: "Aktuální fakturační údaje pro {{name}}"
|
17
|
+
billing_information_problem: "Tam byl problém s fakturační údaje: {{message}}."
|
18
|
+
billing_information_update_error: "Došlo k problému při aktualizaci své fakturační údaje: {{error}}"
|
19
|
+
billing_information_update_error_friendly: "Došlo k problému při aktualizaci své fakturační údaje. Zkontrolujte prosím, zda informace, které jste poskytli, a zkuste to znovu. {{error}}"
|
20
|
+
billing_information_updated: "Fakturační údaje byla aktualizována úspěšně."
|
21
|
+
billing_information_updated_friendly: "Vaše fakturační údaje byly aktualizovány úspěšně."
|
22
|
+
capture: dobýt
|
23
|
+
card_expiration: "Platnost kreditní karty"
|
24
|
+
card_holders_name: "Jméno držitele karty"
|
25
|
+
card_number: "Číslo kreditní karty"
|
26
|
+
cim_create: "CIM vytvářet uživatelské"
|
27
|
+
cim_delete_user: "CIM vymazat uživatele"
|
28
|
+
cim_get_customer_profile: "CIM si profil zákazníka"
|
29
|
+
cim_get_payment_customer_profile: "CIM si zákazník platební profil"
|
30
|
+
cim_update_payment_profile: "update CIM platba profil"
|
31
|
+
cim_update_user: "aktualizovat CIM uživatel"
|
32
|
+
cim_validate_profile: "CIM ověřit profil"
|
33
|
+
city: Město
|
34
|
+
coupon_delete_confirm: "Jste si jisti, že chcete smazat tento kupón?"
|
35
|
+
coupon_problem: "Tam byl problém s vaším kupon kód: {{error}}."
|
36
|
+
create: Vytvořit
|
37
|
+
create_new_subscription_plan: "Vytvořit nový předplatné plán"
|
38
|
+
credit_card_expiration_invalid: "není platná: {{month}} / {{year}}"
|
39
|
+
credit_card_information_invalid: "Informace o kreditní kartě není platná: {{errors}} - {{month}} / {{year}}, {{type}}, {{number}}"
|
40
|
+
credit_card_information_validation_exception: "Nastala chyba kontroly kreditní karty platnosti: {{error}}"
|
41
|
+
credit_card_number: "Číslo kreditní karty"
|
42
|
+
credit_card_number_invalid: "není platná {{number}}"
|
43
|
+
credit_card_type: "Typ kreditní karty"
|
44
|
+
credit_card_type_invalid: "není platný {{type}}"
|
45
|
+
cvv_what_this: "Co je to?"
|
46
|
+
default_billing: "Výchozí fakturační údaje"
|
47
|
+
edit: Upravit
|
48
|
+
first_name: "Křestní jméno"
|
49
|
+
first_time_purchase: "Poprvé nákupu"
|
50
|
+
invalid_billing_information: "Neplatné fakturační údaje"
|
51
|
+
invalid_credit_card_information: "Neplatné údaje o kreditní kartě"
|
52
|
+
last_name: Příjmení
|
53
|
+
missing_billing_information: "Žádné platné fakturační údaje byly poskytnuty."
|
54
|
+
order_amount_less_than_zero_error: "Tam byl problém při zpracování vaší objednávky. Částka musí být velká, než 0."
|
55
|
+
payment_information_problem: "To je problém se své platební údaje: {{message}}"
|
56
|
+
paypal_express_authorization: "paypal výslovného povolení"
|
57
|
+
postal_code: PSČ
|
58
|
+
problem_processing_your_order: "Došlo k problému při zpracování objednávky {{message}}"
|
59
|
+
purchase_cim: "nákup pomocí CIM"
|
60
|
+
save: Uložit
|
61
|
+
security_code: "Bezpečnostní kód"
|
62
|
+
send_money_via_paypal: "poslat peníze přes PayPal"
|
63
|
+
state: Stav
|
64
|
+
subscribe_notification_subject: "Vaše předplatné"
|
65
|
+
subscribe_thanks: "Díky za registraci!"
|
66
|
+
subscription_deleted: "Vaše registrace byla odstraněna."
|
67
|
+
subscription_plan_amount: Částka
|
68
|
+
subscription_plan_amount_tip: "Zadejte hodnotu v centů. Například, 29,95 dolarů je 2995."
|
69
|
+
subscription_plan_created: "Předplatné vytvořen plán"
|
70
|
+
subscription_plan_deleted: "Předplatné vypouští plán"
|
71
|
+
subscription_plan_edit_title: "Upravit předplatné plánu"
|
72
|
+
subscription_plan_name: "Předplatné plán Název"
|
73
|
+
subscription_plan_new_title: "Nové předplatné plánu"
|
74
|
+
subscription_plan_sku: SKU
|
75
|
+
subscription_plan_updated: "Předplatné aktualizovaný plán"
|
76
|
+
subscription_plans_actions: Akce
|
77
|
+
subscription_plans_amount: Částka
|
78
|
+
subscription_plans_name: Jméno
|
79
|
+
subscription_plans_renewal_period: "Pětiletého období"
|
80
|
+
subscription_plans_sku: SKU
|
81
|
+
subscription_plans_title: "Předplatné plány"
|
82
|
+
subscription_plans_trial_period: "Zkušebního období"
|
83
|
+
subscription_problem: "Tam byl problém s vaším předplatné: {{error}}."
|
84
|
+
subscription_renewal_period: "Pětiletého období"
|
85
|
+
subscription_trial_period: "Zkušebního období"
|
86
|
+
subscription_values_problem: "Tam byl problém s některými informacemi, které jste poskytli"
|
87
|
+
update: Aktualizovat
|
88
|
+
vault_config_error: "Nastala chyba při pokusu uložit své informace. Je možné, že vzdálený klenbu systému nefunguje nebo není správně nakonfigurován."
|
89
|
+
verification_value: "Bezpečnostní kód"
|
data/locales/da.yml
ADDED
@@ -0,0 +1,89 @@
|
|
1
|
+
---
|
2
|
+
da:
|
3
|
+
muck:
|
4
|
+
commerce:
|
5
|
+
add_cart_item_error: "Der opstod en fejl under tilføjelse af emne til din indkøbskurv {{ex}}"
|
6
|
+
admin_menu_billing_information: Faktureringsoplysninger
|
7
|
+
admin_menu_discount_codes: "Discount Koder"
|
8
|
+
admin_menu_orders: Ordrer
|
9
|
+
admin_menu_subscription_plans: "Abonnement Planer"
|
10
|
+
admin_menu_subscriptions: Abonnementer
|
11
|
+
already_subscribed: "Du har allerede tilmeldt"
|
12
|
+
authorization: tilladelse
|
13
|
+
authorization_cim: "bevilling efter CIM"
|
14
|
+
back: Tilbage
|
15
|
+
billing_address: Faktureringsadresse
|
16
|
+
billing_information_edit_title: "Nuværende Faktureringsoplysninger for {{name}}"
|
17
|
+
billing_information_problem: "Der var et problem med dine faktureringsoplysninger: {{message}}."
|
18
|
+
billing_information_update_error: "Der opstod et problem opdatere dine faktureringsoplysninger: {{error}}"
|
19
|
+
billing_information_update_error_friendly: "Der opstod et problem opdatere dine faktureringsoplysninger. Tjek venligst de oplysninger, du og prøv igen. {{error}}"
|
20
|
+
billing_information_updated: "De faktureringsoplysninger er blevet opdateret."
|
21
|
+
billing_information_updated_friendly: "Dine faktureringsoplysninger er blevet opdateret."
|
22
|
+
capture: fange
|
23
|
+
card_expiration: "Kreditkort Udløb"
|
24
|
+
card_holders_name: "Kortholders navn"
|
25
|
+
card_number: "Kreditkort Antal"
|
26
|
+
cim_create: "CIM Opret bruger"
|
27
|
+
cim_delete_user: "CIM slette brugeren"
|
28
|
+
cim_get_customer_profile: "CIM få kundeprofil"
|
29
|
+
cim_get_payment_customer_profile: "CIM få kundebetaling profil"
|
30
|
+
cim_update_payment_profile: "opdatering CIM betaling profil"
|
31
|
+
cim_update_user: "update CIM bruger"
|
32
|
+
cim_validate_profile: "CIM validere profil"
|
33
|
+
city: By
|
34
|
+
coupon_delete_confirm: "Er du sikker på du vil slette denne kupon?"
|
35
|
+
coupon_problem: "Der var et problem med din kuponkode: {{error}}."
|
36
|
+
create: Opret
|
37
|
+
create_new_subscription_plan: "Opret ny abonnement plan"
|
38
|
+
credit_card_expiration_invalid: "er ikke gyldig: {{month}} / {{year}}"
|
39
|
+
credit_card_information_invalid: "Kreditkortoplysninger er ikke gyldigt: {{errors}} - {{month}} / {{year}}; {{type}}; {{number}}"
|
40
|
+
credit_card_information_validation_exception: "Der opstod en fejl kontrol kreditkort gyldighed: {{error}}"
|
41
|
+
credit_card_number: "Kreditkort Antal"
|
42
|
+
credit_card_number_invalid: "er ikke gyldig {{number}}"
|
43
|
+
credit_card_type: "Kreditkort Type"
|
44
|
+
credit_card_type_invalid: "er ikke en gyldig {{type}}"
|
45
|
+
cvv_what_this: "Hvad er dette?"
|
46
|
+
default_billing: "Standard Faktureringsoplysninger"
|
47
|
+
edit: Rediger
|
48
|
+
first_name: Fornavn
|
49
|
+
first_time_purchase: "første gang køber"
|
50
|
+
invalid_billing_information: "Ugyldig faktureringsoplysninger"
|
51
|
+
invalid_credit_card_information: "Ugyldig kreditkortoplysninger"
|
52
|
+
last_name: Efternavn
|
53
|
+
missing_billing_information: "Ingen gyldige faktureringsoplysninger er givet."
|
54
|
+
order_amount_less_than_zero_error: "Der opstod et problem under behandling af din ordre. Beløbet skal være stor end 0."
|
55
|
+
payment_information_problem: "Der er et problem med dine betalingsoplysninger: {{message}}"
|
56
|
+
paypal_express_authorization: "paypal udtrykkelige tilladelse"
|
57
|
+
postal_code: Postnummer
|
58
|
+
problem_processing_your_order: "Der opstod et problem behandlingen af din ordre {{message}}"
|
59
|
+
purchase_cim: "køb ved hjælp af CIM"
|
60
|
+
save: Gem
|
61
|
+
security_code: Sikkerhedskode
|
62
|
+
send_money_via_paypal: "sende penge via PayPal"
|
63
|
+
state: Stat
|
64
|
+
subscribe_notification_subject: "Dit abonnement"
|
65
|
+
subscribe_thanks: "Tak for din tilmelding!"
|
66
|
+
subscription_deleted: "Din tilmelding er blevet fjernet."
|
67
|
+
subscription_plan_amount: Beløb
|
68
|
+
subscription_plan_amount_tip: "Indtast en værdi i cents. For eksempel ville $ 29,95 være 2995."
|
69
|
+
subscription_plan_created: "Abonnement skabt plan"
|
70
|
+
subscription_plan_deleted: "Abonnement slettet plan"
|
71
|
+
subscription_plan_edit_title: "Rediger abonnement Plan"
|
72
|
+
subscription_plan_name: "Abonnement Plan Navn"
|
73
|
+
subscription_plan_new_title: "Ny Abonnement Plan"
|
74
|
+
subscription_plan_sku: Sku
|
75
|
+
subscription_plan_updated: "Abonnement opdateret plan"
|
76
|
+
subscription_plans_actions: Initiativer
|
77
|
+
subscription_plans_amount: Beløb
|
78
|
+
subscription_plans_name: Navn
|
79
|
+
subscription_plans_renewal_period: "Fornyelse Periode"
|
80
|
+
subscription_plans_sku: SKU
|
81
|
+
subscription_plans_title: "Abonnement Planer"
|
82
|
+
subscription_plans_trial_period: Prøvetid
|
83
|
+
subscription_problem: "Der var et problem med dit abonnement: {{error}}."
|
84
|
+
subscription_renewal_period: "Fornyelse Periode"
|
85
|
+
subscription_trial_period: Prøvetid
|
86
|
+
subscription_values_problem: "Der var et problem med nogle af de oplysninger, du har opgivet"
|
87
|
+
update: Update
|
88
|
+
vault_config_error: "Der opstod en fejl prøv gemme dine oplysninger. Det er muligt, at den eksterne hvælving systemet ikke fungerer eller ikke er konfigureret korrekt."
|
89
|
+
verification_value: Sikkerhedskode
|
data/locales/de.yml
ADDED
@@ -0,0 +1,89 @@
|
|
1
|
+
---
|
2
|
+
de:
|
3
|
+
muck:
|
4
|
+
commerce:
|
5
|
+
add_cart_item_error: "Es wurde ein Fehler beim Hinzufügen der Artikel in den Warenkorb {{ex}}"
|
6
|
+
admin_menu_billing_information: "Informationen zur Abrechnung"
|
7
|
+
admin_menu_discount_codes: Rabatt-Codes
|
8
|
+
admin_menu_orders: Bestellungen
|
9
|
+
admin_menu_subscription_plans: Abo-Pläne
|
10
|
+
admin_menu_subscriptions: Abonnements
|
11
|
+
already_subscribed: "Sie haben bereits abonniert"
|
12
|
+
authorization: Zulassung
|
13
|
+
authorization_cim: "Genehmigung mit cim"
|
14
|
+
back: Zurück
|
15
|
+
billing_address: Rechnungsadresse
|
16
|
+
billing_information_edit_title: "Aktuelle Informationen zur Abrechnung für {{name}}"
|
17
|
+
billing_information_problem: "Es gab ein Problem mit Ihrer Zahlungsinformationen: {{message}}."
|
18
|
+
billing_information_update_error: "Es gab ein Problem beim Aktualisieren Sie Ihre Zahlungsinformationen: {{error}}"
|
19
|
+
billing_information_update_error_friendly: "Es gab ein Problem beim Aktualisieren Sie Ihre Zahlungsinformationen. Bitte überprüfen Sie die von Ihnen bereitgestellten Informationen und versuchen Sie es erneut. {{error}}"
|
20
|
+
billing_information_updated: "Die Rechnungsdaten wurde erfolgreich aktualisiert."
|
21
|
+
billing_information_updated_friendly: "Ihre Zahlungsinformationen wurde erfolgreich aktualisiert."
|
22
|
+
capture: erfassen
|
23
|
+
card_expiration: "Ablaufdatum der Kreditkarte"
|
24
|
+
card_holders_name: "Name des Karteninhabers"
|
25
|
+
card_number: "Nummer der Kreditkarte"
|
26
|
+
cim_create: "cim Benutzer anlegen"
|
27
|
+
cim_delete_user: "cim Benutzer löschen"
|
28
|
+
cim_get_customer_profile: "cim bekommen Kundenprofil"
|
29
|
+
cim_get_payment_customer_profile: "cim erhalten Kunden die Zahlung anzeigen"
|
30
|
+
cim_update_payment_profile: "Update cim Zahlung anzeigen"
|
31
|
+
cim_update_user: "Update CIM-Benutzer"
|
32
|
+
cim_validate_profile: "cim validieren anzeigen"
|
33
|
+
city: City
|
34
|
+
coupon_delete_confirm: "Sind Sie sicher, daß Sie diesen Coupon löschen?"
|
35
|
+
coupon_problem: "Es gab ein Problem mit Ihrem Gutschein-Code: {{error}}."
|
36
|
+
create: Schaffen
|
37
|
+
create_new_subscription_plan: "Neues Abo-Plan"
|
38
|
+
credit_card_expiration_invalid: "ist nicht gültig: {{month}} / {{year}}"
|
39
|
+
credit_card_information_invalid: "Daten der Kreditkarte ist nicht gültig: {{errors}} - {{month}} / {{year}}; {{type}}; {{number}}"
|
40
|
+
credit_card_information_validation_exception: "Ein Fehler ist aufgetreten Überprüfung Kreditkarte Gültigkeit: {{error}}"
|
41
|
+
credit_card_number: "Nummer der Kreditkarte"
|
42
|
+
credit_card_number_invalid: "ist nicht gültig {{number}}"
|
43
|
+
credit_card_type: "Credit Card Type"
|
44
|
+
credit_card_type_invalid: "ist keine gültige {{type}}"
|
45
|
+
cvv_what_this: "Was ist das?"
|
46
|
+
default_billing: "Default Billing Information"
|
47
|
+
edit: Bearbeiten
|
48
|
+
first_name: Vorname
|
49
|
+
first_time_purchase: "Erstmals kaufen"
|
50
|
+
invalid_billing_information: "Ungültige Zahlungsinformationen"
|
51
|
+
invalid_credit_card_information: "Ungültige Kreditkarten-Informationen"
|
52
|
+
last_name: Nachname
|
53
|
+
missing_billing_information: "Keine gültige Zahlungsinformationen übermittelt wurden."
|
54
|
+
order_amount_less_than_zero_error: "Es gab ein Problem Abwicklung Ihrer Bestellung. Der Betrag muss groß sein als 0 ist."
|
55
|
+
payment_information_problem: "Es gibt ein Problem mit Ihrer Zahlung Informationen: {{message}}"
|
56
|
+
paypal_express_authorization: "PayPal ausdrückliche Genehmigung"
|
57
|
+
postal_code: Postleitzahl
|
58
|
+
problem_processing_your_order: "Es gab ein Problem bei der Verarbeitung Ihrer Bestellung {{message}}"
|
59
|
+
purchase_cim: "Einkauf mit cim"
|
60
|
+
save: Sparen
|
61
|
+
security_code: "Security Code"
|
62
|
+
send_money_via_paypal: "Geld senden per PayPal"
|
63
|
+
state: Zustand
|
64
|
+
subscribe_notification_subject: "Ihr Abonnement"
|
65
|
+
subscribe_thanks: "Vielen Dank für Ihre Anmeldung!"
|
66
|
+
subscription_deleted: "Ihr Abonnement wurde entfernt."
|
67
|
+
subscription_plan_amount: Betrag
|
68
|
+
subscription_plan_amount_tip: "Geben Sie einen Wert in Cent. Zum Beispiel würde 29,95 $ 2995 sein."
|
69
|
+
subscription_plan_created: "Abo-Plan erstellt"
|
70
|
+
subscription_plan_deleted: "Abo-Plan gestrichen"
|
71
|
+
subscription_plan_edit_title: "Edit Subscription Plan"
|
72
|
+
subscription_plan_name: "Abo-Plan Name"
|
73
|
+
subscription_plan_new_title: "Neue Abo-Plan"
|
74
|
+
subscription_plan_sku: Sku
|
75
|
+
subscription_plan_updated: "Abo-Plan aktualisiert"
|
76
|
+
subscription_plans_actions: Aktionen
|
77
|
+
subscription_plans_amount: Betrag
|
78
|
+
subscription_plans_name: Name
|
79
|
+
subscription_plans_renewal_period: Verlängerungsperiode
|
80
|
+
subscription_plans_sku: SKU
|
81
|
+
subscription_plans_title: Abo-Pläne
|
82
|
+
subscription_plans_trial_period: Probezeit
|
83
|
+
subscription_problem: "Es gab ein Problem mit Ihrem Abonnement: {{error}}."
|
84
|
+
subscription_renewal_period: Verlängerungsperiode
|
85
|
+
subscription_trial_period: Probezeit
|
86
|
+
subscription_values_problem: "Es gab ein Problem mit einigen der von Ihnen bereitgestellten Informationen"
|
87
|
+
update: Aktualisierung
|
88
|
+
vault_config_error: "Ein Fehler ist beim Versuch Ihre Angaben speichern. Es ist möglich, dass der Remote-Gewölbe System funktioniert nicht oder ist nicht richtig konfiguriert."
|
89
|
+
verification_value: "Security Code"
|