spree_i18n 5.0.0 → 5.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +7 -0
- data/Gemfile +1 -1
- data/README.md +19 -44
- data/config/locales/ar.yml +5 -5
- data/config/locales/be.yml +5 -5
- data/config/locales/bg.yml +5 -5
- data/config/locales/ca.yml +5 -5
- data/config/locales/cs.yml +4 -4
- data/config/locales/da.yml +5 -5
- data/config/locales/de-CH.yml +50 -50
- data/config/locales/de.yml +92 -10
- data/config/locales/{gr.yml → el.yml} +400 -246
- data/config/locales/en-AU.yml +5 -5
- data/config/locales/en-GB.yml +5 -5
- data/config/locales/en-IN.yml +5 -5
- data/config/locales/en-NZ.yml +5 -5
- data/config/locales/es-CL.yml +6 -6
- data/config/locales/es-EC.yml +5 -5
- data/config/locales/es-MX.yml +5 -5
- data/config/locales/es.yml +50 -38
- data/config/locales/et.yml +5 -5
- data/config/locales/fa.yml +5 -5
- data/config/locales/fi.yml +5 -5
- data/config/locales/fr.yml +109 -27
- data/config/locales/hu.yml +1338 -0
- data/config/locales/id.yml +3 -3
- data/config/locales/it.yml +5 -5
- data/config/locales/ja.yml +7 -7
- data/config/locales/km.yml +5 -5
- data/config/locales/ko.yml +4 -4
- data/config/locales/ku.yml +5 -5
- data/config/locales/lt.yml +5 -8
- data/config/locales/lv.yml +4 -4
- data/config/locales/nb.yml +656 -242
- data/config/locales/ne.yml +1337 -0
- data/config/locales/nl.yml +4 -4
- data/config/locales/pl.yml +10 -10
- data/config/locales/pt-BR.yml +5 -5
- data/config/locales/pt.yml +4 -4
- data/config/locales/ro.yml +4 -4
- data/config/locales/ru.yml +5 -5
- data/config/locales/sk.yml +5 -5
- data/config/locales/sl-SI.yml +5 -5
- data/config/locales/sv.yml +273 -8
- data/config/locales/th.yml +4 -4
- data/config/locales/tr.yml +4 -4
- data/config/locales/uk.yml +5 -5
- data/config/locales/vi.yml +4 -4
- data/config/locales/zh-CN.yml +5 -5
- data/config/locales/zh-TW.yml +4 -33
- data/lib/spree_i18n/locale.rb +7 -0
- data/lib/spree_i18n/locales_and_local_language_names.csv +264 -0
- data/lib/spree_i18n/version.rb +1 -1
- data/spec/features/translation_spec.rb +8 -0
- data/spree_i18n.gemspec +1 -1
- metadata +8 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7544aa275e3c859b1e2976602dd00f134b71686834c06bdf6bde3839876eab71
|
4
|
+
data.tar.gz: 2e2630fc5a60f5336bfdd342b344ec7a7ca79f71e365470a2ec9780ce83ec4c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c59c7c8885ee59ee58afb7b8242fe84b41b9af9398b7611086bb83e018da09715a5309cd88ae823eb1069439d260566bfe9152ecc8cf526bdb5dc64d8ec25e5
|
7
|
+
data.tar.gz: ae7ba8d2aec4d4ea49c2e8feb7cffda73bd67e213a94e7fcc653a1a57bddd01e65cea97e10cf2afc9e80214eec9af81dd655b96770e3d14c08c6941fe5f9a3ac
|
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -3,31 +3,24 @@
|
|
3
3
|
[![Build Status](https://travis-ci.org/spree-contrib/spree_i18n.svg?branch=master)](https://travis-ci.org/spree-contrib/spree_i18n)
|
4
4
|
[![Code Climate](https://codeclimate.com/github/spree-contrib/spree_i18n/badges/gpa.svg)](https://codeclimate.com/github/spree-contrib/spree_i18n)
|
5
5
|
|
6
|
-
This is the Internationalization project for [Spree Commerce][1]
|
7
|
-
|
8
|
-
See the [official Internationalization documentation][2] for more details.
|
6
|
+
This is the Internationalization project for [Spree Commerce][1] See the [official Internationalization documentation][2] for more details.
|
9
7
|
|
10
8
|
Happy translating!
|
11
9
|
|
12
|
-
|
10
|
+
## Maintained by
|
13
11
|
|
14
|
-
|
12
|
+
[![Vendo](https://assets-global.website-files.com/6230c485f2c32ea1b0daa438/623372f40a8c54ca9aea34e8_vendo%202.svg)](https://getvendo.com?utm_source=spree_i18n_github)
|
15
13
|
|
16
|
-
|
14
|
+
> All-in-one platform for all your Marketplace and B2B eCommerce needs. [Start your 30-day free trial](https://e98esoirr8c.typeform.com/contactvendo?typeform-source=spree_i18n_github)
|
17
15
|
|
18
|
-
|
19
|
-
gem 'spree_i18n', github: 'spree-contrib/spree_i18n'
|
20
|
-
```
|
16
|
+
## Installation
|
21
17
|
|
22
|
-
|
18
|
+
1. Add this extension to your Gemfile with this line:
|
23
19
|
|
24
20
|
```ruby
|
25
|
-
gem 'spree_i18n'
|
21
|
+
gem 'spree_i18n'
|
26
22
|
```
|
27
23
|
|
28
|
-
The `branch` option is important: it must match the version of Spree you're using.
|
29
|
-
For example, use `3-0-stable` if you're using Spree `3-0-stable` or any `3.0.x` version.
|
30
|
-
|
31
24
|
2. Install the gem using Bundler:
|
32
25
|
```ruby
|
33
26
|
bundle install
|
@@ -42,47 +35,29 @@ Happy translating!
|
|
42
35
|
|
43
36
|
If your server was running, restart it so that it can find the assets properly.
|
44
37
|
|
45
|
-
|
46
|
-
|
47
|
-
## Model Translations
|
48
|
-
|
49
|
-
We **removed** support for translating models into [a separate Gem](https://github.com/spree-contrib/spree_globalize).
|
50
|
-
|
51
|
-
Please update your `Gemfile` if you still need the model translations.
|
38
|
+
## Upgrading to 5.0 (only Spree 4.2+)
|
52
39
|
|
53
|
-
|
54
|
-
# Gemfile
|
55
|
-
gem 'spree_globalize', github: 'spree-contrib/spree_globalize', branch: 'master'
|
56
|
-
```
|
57
|
-
|
58
|
-
---
|
59
|
-
|
60
|
-
## Upgrading
|
61
|
-
|
62
|
-
**WARNING**: If you want to keep your model translations, be sure to add the `spree_globalize` gem to your `Gemfile` **before** migrating the database. Otherwise **you will loose your translations**!
|
63
|
-
|
64
|
-
### 1. Migrate your database
|
65
|
-
|
66
|
-
bin/rake spree_i18n:upgrade
|
67
|
-
bin/rake db:migrate
|
68
|
-
|
69
|
-
*Note:* The migration automatically skips the removal of the translations tables. So it's safe to run the migration without data loss. But be sure to have the `spree_globalize` gem in your `Gemfile`, if you want to keep them.
|
70
|
-
|
71
|
-
### 2. Remove Assets
|
40
|
+
### 1. Remove Asset references
|
72
41
|
|
73
42
|
From `vendor/assets/javascripts/spree/backend/all.js`
|
74
43
|
```
|
75
44
|
//= require spree/backend/spree_i18n
|
76
45
|
```
|
77
46
|
|
47
|
+
and from `vendor/assets/javascripts/spree/frontend/all.js`
|
48
|
+
```
|
49
|
+
//= require spree/frontend/spree_i18n
|
50
|
+
```
|
51
|
+
|
78
52
|
and from `vendor/assets/stylesheets/spree/backend/all.css`
|
79
53
|
```
|
80
54
|
*= require spree/backend/spree_i18n
|
81
55
|
```
|
82
56
|
|
83
|
-
|
84
|
-
|
85
|
-
|
57
|
+
and from `vendor/assets/stylesheets/spree/frontend/all.css`
|
58
|
+
```
|
59
|
+
*= require spree/backend/spree_i18n
|
60
|
+
```
|
86
61
|
|
87
62
|
---
|
88
63
|
|
@@ -95,7 +70,7 @@ Remove all occurrences of `SpreeI18n::Config.supported_locales` from your code.
|
|
95
70
|
Copyright (c) 2010-2015 [Spree Commerce Inc.][1] and other [contributors][5]. released under the [New BSD License][6]
|
96
71
|
|
97
72
|
[1]: https://spreecommerce.org
|
98
|
-
[2]: https://
|
73
|
+
[2]: https://dev-docs.spreecommerce.org/customization/i18n
|
99
74
|
[5]: https://github.com/spree-contrib/spree_i18n/graphs/contributors
|
100
75
|
[6]: https://github.com/spree-contrib/spree_i18n/blob/master/LICENSE.md
|
101
76
|
[7]: https://github.com/spree-contrib/spree_i18n/blob/master/CONTRIBUTING.md
|
data/config/locales/ar.yml
CHANGED
@@ -569,9 +569,9 @@ ar:
|
|
569
569
|
date: " التاريخ "
|
570
570
|
date_completed: " تاريخ الانتهاء "
|
571
571
|
date_picker:
|
572
|
-
|
573
|
-
|
574
|
-
|
572
|
+
# FlatPickr human friendly formatting
|
573
|
+
fpr_human_friendly_date_format: d/m/Y
|
574
|
+
fpr_human_friendly_date_time_format: d/m/Y - H:i
|
575
575
|
date_range: " نطاق التاريخ "
|
576
576
|
default: " افتراضي "
|
577
577
|
default_refund_amount:
|
@@ -681,7 +681,7 @@ ar:
|
|
681
681
|
available_locales: " الأماكن المتاحة "
|
682
682
|
language: " اللغة "
|
683
683
|
localization_settings: " إعدادات الترجمة "
|
684
|
-
this_file_language: Arabic
|
684
|
+
this_file_language: Arabic (AR)
|
685
685
|
icon: " أيقونة "
|
686
686
|
identifier:
|
687
687
|
image: " صورة "
|
@@ -740,7 +740,7 @@ ar:
|
|
740
740
|
lock: " قفل "
|
741
741
|
log_entries: " إدخالات السجل "
|
742
742
|
logged_in_as: " تم تسجيل الدخول باسم "
|
743
|
-
|
743
|
+
logged_in_successfully: " تم تسجيل الدخول بنجاح "
|
744
744
|
logged_out: " لقد تم تسجيل خروجك "
|
745
745
|
login: " دخول "
|
746
746
|
login_as_existing: " تسجيل الدخول كزبون موجود "
|
data/config/locales/be.yml
CHANGED
@@ -633,9 +633,9 @@ be:
|
|
633
633
|
date: Дата
|
634
634
|
date_completed: Дата завяршэння
|
635
635
|
date_picker:
|
636
|
-
|
637
|
-
|
638
|
-
|
636
|
+
# FlatPickr human friendly formatting
|
637
|
+
fpr_human_friendly_date_format: M j, Y
|
638
|
+
fpr_human_friendly_date_time_format: M j, Y - H:i
|
639
639
|
date_range: Перыяд часу
|
640
640
|
default: Па змаўчанні
|
641
641
|
default_refund_amount: Сума вяртання па змаўчанні
|
@@ -748,7 +748,7 @@ be:
|
|
748
748
|
available_locales: Даступныя пераклады
|
749
749
|
language: Мова
|
750
750
|
localization_settings: Налады лакалізацыі
|
751
|
-
this_file_language: Belarusian
|
751
|
+
this_file_language: Belarusian (BE)
|
752
752
|
icon: Pначок
|
753
753
|
identifier: Ідэнтыфікатар
|
754
754
|
image: Малюнак
|
@@ -815,7 +815,7 @@ be:
|
|
815
815
|
lock: Закрыта
|
816
816
|
log_entries: Запісы журнала
|
817
817
|
logged_in_as: Карыстальнік
|
818
|
-
|
818
|
+
logged_in_successfully: Вы ўвайшлі ў сістэму
|
819
819
|
logged_out: Вы выйшлі з сістэмы.
|
820
820
|
login: Лагін
|
821
821
|
login_as_existing: Увайсці як пакупнік
|
data/config/locales/bg.yml
CHANGED
@@ -629,9 +629,9 @@ bg:
|
|
629
629
|
date: Дата
|
630
630
|
date_completed:
|
631
631
|
date_picker:
|
632
|
-
|
633
|
-
|
634
|
-
|
632
|
+
# FlatPickr human friendly formatting
|
633
|
+
fpr_human_friendly_date_format: M j, Y
|
634
|
+
fpr_human_friendly_date_time_format: M j, Y - H:i
|
635
635
|
date_range:
|
636
636
|
default: По подразбиране
|
637
637
|
default_refund_amount: Стойност по подразбиране
|
@@ -748,7 +748,7 @@ bg:
|
|
748
748
|
available_locales: Достъпни места
|
749
749
|
language: Език
|
750
750
|
localization_settings: Настройки за локализация
|
751
|
-
this_file_language: Български (
|
751
|
+
this_file_language: Български (BG)
|
752
752
|
icon: Икона
|
753
753
|
identifier:
|
754
754
|
image: Образ
|
@@ -810,7 +810,7 @@ bg:
|
|
810
810
|
lock: Закючи
|
811
811
|
log_entries:
|
812
812
|
logged_in_as: Влезте като
|
813
|
-
|
813
|
+
logged_in_successfully: Успешно влизане
|
814
814
|
logged_out: Успешен изход.
|
815
815
|
login: Вход
|
816
816
|
login_as_existing: Влезте като настоящ клиент
|
data/config/locales/ca.yml
CHANGED
@@ -563,9 +563,9 @@ ca:
|
|
563
563
|
date: Data
|
564
564
|
date_completed:
|
565
565
|
date_picker:
|
566
|
-
|
567
|
-
|
568
|
-
|
566
|
+
# FlatPickr human friendly formatting
|
567
|
+
fpr_human_friendly_date_format: M j, Y
|
568
|
+
fpr_human_friendly_date_time_format: M j, Y - H:i
|
569
569
|
date_range: Rang de Data
|
570
570
|
default: Per omissió
|
571
571
|
default_refund_amount:
|
@@ -675,7 +675,7 @@ ca:
|
|
675
675
|
available_locales:
|
676
676
|
language:
|
677
677
|
localization_settings:
|
678
|
-
this_file_language: Català
|
678
|
+
this_file_language: Català (CA)
|
679
679
|
icon: Icona
|
680
680
|
identifier:
|
681
681
|
image: Imatge
|
@@ -734,7 +734,7 @@ ca:
|
|
734
734
|
lock:
|
735
735
|
log_entries:
|
736
736
|
logged_in_as: Identificat com
|
737
|
-
|
737
|
+
logged_in_successfully: Connectat amb èxit
|
738
738
|
logged_out: S'ha tancat la sessió.
|
739
739
|
login: Validació
|
740
740
|
login_as_existing: Validar-se com a client existent
|
data/config/locales/cs.yml
CHANGED
@@ -591,9 +591,9 @@ cs:
|
|
591
591
|
date: Datum
|
592
592
|
date_completed: Datum dokončení
|
593
593
|
date_picker:
|
594
|
-
|
595
|
-
|
596
|
-
|
594
|
+
# FlatPickr human friendly formatting
|
595
|
+
fpr_human_friendly_date_format: M j, Y
|
596
|
+
fpr_human_friendly_date_time_format: M j, Y - H:i
|
597
597
|
date_range: Datum (od-do)
|
598
598
|
default: Výchozí
|
599
599
|
default_refund_amount: Výchozí částka refundace
|
@@ -763,7 +763,7 @@ cs:
|
|
763
763
|
lock: Uzamknout
|
764
764
|
log_entries: Záznamy logu
|
765
765
|
logged_in_as: Přihlášen jako
|
766
|
-
|
766
|
+
logged_in_successfully: Přihlášení proběhlo úspěšně
|
767
767
|
logged_out: Byli jste odhlášeni
|
768
768
|
login: Přihlášení
|
769
769
|
login_as_existing: Přihlásit se jako existující zákazník
|
data/config/locales/da.yml
CHANGED
@@ -573,9 +573,9 @@ da:
|
|
573
573
|
date: Dato
|
574
574
|
date_completed: Dato gennemført
|
575
575
|
date_picker:
|
576
|
-
|
577
|
-
|
578
|
-
|
576
|
+
# FlatPickr human friendly formatting
|
577
|
+
fpr_human_friendly_date_format: M j, Y
|
578
|
+
fpr_human_friendly_date_time_format: M j, Y - H:i
|
579
579
|
date_range: Datointerval
|
580
580
|
default: Standard
|
581
581
|
default_refund_amount:
|
@@ -685,7 +685,7 @@ da:
|
|
685
685
|
available_locales: Tilgængelige sprog
|
686
686
|
language: Sprog
|
687
687
|
localization_settings: Lande/sprog indstillinger
|
688
|
-
this_file_language: Danish
|
688
|
+
this_file_language: Danish (DA)
|
689
689
|
icon: Ikon
|
690
690
|
identifier:
|
691
691
|
image: Billed
|
@@ -744,7 +744,7 @@ da:
|
|
744
744
|
lock: Lås
|
745
745
|
log_entries:
|
746
746
|
logged_in_as: Logget ind som
|
747
|
-
|
747
|
+
logged_in_successfully: Du er nu logget ind
|
748
748
|
logged_out: Du er nu logget ud.
|
749
749
|
login: Log ind
|
750
750
|
login_as_existing: Log ind som eksisterende kunde
|
data/config/locales/de-CH.yml
CHANGED
@@ -302,25 +302,25 @@ de-CH:
|
|
302
302
|
refund:
|
303
303
|
save:
|
304
304
|
update: Aktualisieren
|
305
|
-
activate:
|
305
|
+
activate: Aktivieren
|
306
306
|
active: Aktiv
|
307
307
|
add: Hinzufügen
|
308
|
-
add_action_of_type:
|
308
|
+
add_action_of_type:
|
309
309
|
add_country: Land hinzufügen
|
310
310
|
add_coupon_code:
|
311
|
-
add_new_header:
|
312
|
-
add_new_style:
|
311
|
+
add_new_header:
|
312
|
+
add_new_style:
|
313
313
|
add_one:
|
314
|
-
add_option_value:
|
314
|
+
add_option_value: Wert hinzufügen
|
315
315
|
add_product: Produkt hinzufügen
|
316
316
|
add_product_properties: Produkteigenschaft hinzufügen
|
317
|
-
add_rule_of_type:
|
317
|
+
add_rule_of_type:
|
318
318
|
add_state: Kanton hinzufügen
|
319
319
|
add_stock:
|
320
320
|
add_stock_management:
|
321
321
|
add_to_cart: In den Warenkorb
|
322
322
|
add_variant:
|
323
|
-
additional_item:
|
323
|
+
additional_item:
|
324
324
|
address1:
|
325
325
|
address2:
|
326
326
|
adjustable:
|
@@ -328,7 +328,7 @@ de-CH:
|
|
328
328
|
adjustment_amount:
|
329
329
|
adjustment_successfully_closed:
|
330
330
|
adjustment_successfully_opened:
|
331
|
-
adjustment_total:
|
331
|
+
adjustment_total:
|
332
332
|
adjustments: Preis-Anpassungen
|
333
333
|
admin:
|
334
334
|
tab:
|
@@ -363,11 +363,11 @@ de-CH:
|
|
363
363
|
all_adjustments_opened:
|
364
364
|
all_departments: Alle Bereiche
|
365
365
|
all_items_have_been_returned:
|
366
|
-
allow_ssl_in_development_and_test:
|
367
|
-
allow_ssl_in_production:
|
368
|
-
allow_ssl_in_staging:
|
366
|
+
allow_ssl_in_development_and_test:
|
367
|
+
allow_ssl_in_production:
|
368
|
+
allow_ssl_in_staging:
|
369
369
|
already_signed_up_for_analytics:
|
370
|
-
alt_text:
|
370
|
+
alt_text: Alternativer Text
|
371
371
|
alternative_phone: Alternative Telefonnummer
|
372
372
|
amount: Summe
|
373
373
|
analytics_desc_header_1:
|
@@ -384,7 +384,7 @@ de-CH:
|
|
384
384
|
are_you_sure: Sind Sie sicher
|
385
385
|
are_you_sure_delete: Sind sie sicher, dass Sie diesen Eintrag löschen möchten?
|
386
386
|
associated_adjustment_closed:
|
387
|
-
at_symbol:
|
387
|
+
at_symbol: "@"
|
388
388
|
authorization_failure: Anmeldung fehlgeschlagen
|
389
389
|
authorized:
|
390
390
|
auto_capture:
|
@@ -392,7 +392,7 @@ de-CH:
|
|
392
392
|
average_order_value:
|
393
393
|
avs_response:
|
394
394
|
back: Zurück
|
395
|
-
back_end:
|
395
|
+
back_end:
|
396
396
|
back_to_payment:
|
397
397
|
back_to_resource_list:
|
398
398
|
back_to_rma_reason_list:
|
@@ -410,15 +410,15 @@ de-CH:
|
|
410
410
|
billing_address: Rechnungsadresse
|
411
411
|
both:
|
412
412
|
calculated_reimbursements:
|
413
|
-
calculator:
|
414
|
-
calculator_settings_warning: Wenn Sie den
|
413
|
+
calculator: Kalkulator
|
414
|
+
calculator_settings_warning: Wenn Sie den Kalkulator-Typ ändern, müssen Sie erst speichern, bevor Sie die Kalkulator-Einstellungen bearbeiten können
|
415
415
|
cancel: verwerfen
|
416
416
|
canceled_at:
|
417
417
|
canceler:
|
418
418
|
cannot_create_customer_returns:
|
419
|
-
cannot_create_payment_without_payment_methods:
|
420
|
-
cannot_create_returns:
|
421
|
-
cannot_perform_operation:
|
419
|
+
cannot_create_payment_without_payment_methods:
|
420
|
+
cannot_create_returns:
|
421
|
+
cannot_perform_operation:
|
422
422
|
cannot_set_shipping_method_without_address:
|
423
423
|
capture: stornieren
|
424
424
|
capture_events:
|
@@ -443,7 +443,7 @@ de-CH:
|
|
443
443
|
clear_cache_ok:
|
444
444
|
clear_cache_warning:
|
445
445
|
click_and_drag_on_the_products_to_sort_them:
|
446
|
-
clone:
|
446
|
+
clone: Kopieren
|
447
447
|
close:
|
448
448
|
close_all_adjustments:
|
449
449
|
code:
|
@@ -455,7 +455,7 @@ de-CH:
|
|
455
455
|
confirm_delete: Löschen bestätigen
|
456
456
|
confirm_password: Passwort bestätigen
|
457
457
|
continue: Weitermachen
|
458
|
-
continue_shopping: Weiter
|
458
|
+
continue_shopping: Weiter einkaufen
|
459
459
|
cost_currency:
|
460
460
|
cost_price: Einkaufspreis
|
461
461
|
could_not_connect_to_jirafe:
|
@@ -486,21 +486,21 @@ de-CH:
|
|
486
486
|
create_new_order:
|
487
487
|
create_reimbursement:
|
488
488
|
created_at:
|
489
|
-
credit:
|
489
|
+
credit: Kredit
|
490
490
|
credit_card: Kreditkarte
|
491
|
-
credit_cards:
|
492
|
-
credit_owed:
|
491
|
+
credit_cards: Kreditkarten
|
492
|
+
credit_owed:
|
493
493
|
credits:
|
494
494
|
currency:
|
495
495
|
currency_decimal_mark:
|
496
496
|
currency_settings:
|
497
497
|
currency_symbol_position:
|
498
498
|
currency_thousands_separator:
|
499
|
-
current:
|
499
|
+
current:
|
500
500
|
current_promotion_usage:
|
501
501
|
customer: Kunde
|
502
502
|
customer_details: Kundenangaben
|
503
|
-
customer_details_updated:
|
503
|
+
customer_details_updated:
|
504
504
|
customer_return:
|
505
505
|
customer_returns:
|
506
506
|
customer_search: Kundensuche
|
@@ -519,9 +519,9 @@ de-CH:
|
|
519
519
|
date:
|
520
520
|
date_completed:
|
521
521
|
date_picker:
|
522
|
-
|
523
|
-
|
524
|
-
|
522
|
+
# FlatPickr human friendly formatting
|
523
|
+
fpr_human_friendly_date_format: M j, Y
|
524
|
+
fpr_human_friendly_date_time_format: M j, Y - H:i
|
525
525
|
date_range: Datum (von/bis)
|
526
526
|
default:
|
527
527
|
default_refund_amount:
|
@@ -564,7 +564,7 @@ de-CH:
|
|
564
564
|
empty_cart: Warenkorb leeren
|
565
565
|
enable_mail_delivery: Mailversand einschalten
|
566
566
|
end:
|
567
|
-
ending_in:
|
567
|
+
ending_in:
|
568
568
|
environment: Umgebung
|
569
569
|
error: Fehler
|
570
570
|
errors:
|
@@ -629,7 +629,7 @@ de-CH:
|
|
629
629
|
available_locales:
|
630
630
|
language:
|
631
631
|
localization_settings:
|
632
|
-
this_file_language: Deutsch (
|
632
|
+
this_file_language: Deutsch Schweiz (de-CH)
|
633
633
|
icon:
|
634
634
|
identifier:
|
635
635
|
image: Bild
|
@@ -688,7 +688,7 @@ de-CH:
|
|
688
688
|
lock:
|
689
689
|
log_entries:
|
690
690
|
logged_in_as: Angemeldet als
|
691
|
-
|
691
|
+
logged_in_successfully: Erfolgreich angemeldet
|
692
692
|
logged_out: Sie sind nun ausgeloggt.
|
693
693
|
login:
|
694
694
|
login_as_existing: Als bestehender Kunde einloggen
|
@@ -732,7 +732,7 @@ de-CH:
|
|
732
732
|
new_order: Neue Bestellung
|
733
733
|
new_order_completed:
|
734
734
|
new_payment: Neue Bezahlung
|
735
|
-
new_payment_method:
|
735
|
+
new_payment_method:
|
736
736
|
new_product: Neues Produkt
|
737
737
|
new_promotion: Neue Promotion
|
738
738
|
new_promotion_category:
|
@@ -792,11 +792,11 @@ de-CH:
|
|
792
792
|
option_type_placeholder:
|
793
793
|
option_types: Optionen
|
794
794
|
option_value:
|
795
|
-
option_values:
|
795
|
+
option_values: Optionswerte
|
796
796
|
optional:
|
797
797
|
options: Optionen
|
798
798
|
or: oder
|
799
|
-
or_over_price:
|
799
|
+
or_over_price:
|
800
800
|
order: Bestellung
|
801
801
|
order_adjustments:
|
802
802
|
order_already_updated:
|
@@ -827,16 +827,16 @@ de-CH:
|
|
827
827
|
order_resumed:
|
828
828
|
order_state:
|
829
829
|
address: Adresse
|
830
|
-
awaiting_return:
|
830
|
+
awaiting_return: Retoure erwartet
|
831
831
|
canceled: Abgebrochen
|
832
832
|
cart: Warenkorb
|
833
833
|
complete: Abgeschlossen
|
834
834
|
confirm: Bestätigt
|
835
|
-
considered_risky:
|
835
|
+
considered_risky: Riskant
|
836
836
|
delivery: Versendet
|
837
837
|
payment: Bezahlt
|
838
|
-
resumed:
|
839
|
-
returned:
|
838
|
+
resumed: Wieder aufgenommen
|
839
|
+
returned: Zurückerstattet
|
840
840
|
order_summary: Bestellübersicht
|
841
841
|
order_sure_want_to: Sind Sie sicher, dass Sie diese Bestellung %{event} möchten?
|
842
842
|
order_total: Gesamtsumme
|
@@ -863,18 +863,18 @@ de-CH:
|
|
863
863
|
payment_methods: Zahlungsmethoden
|
864
864
|
payment_processing_failed:
|
865
865
|
payment_processor_choose_banner_text:
|
866
|
-
payment_processor_choose_link:
|
866
|
+
payment_processor_choose_link:
|
867
867
|
payment_state: Bezahlstatus
|
868
868
|
payment_states:
|
869
|
-
balance_due:
|
869
|
+
balance_due:
|
870
870
|
checkout:
|
871
871
|
completed:
|
872
|
-
credit_owed:
|
873
|
-
failed:
|
874
|
-
paid:
|
875
|
-
pending:
|
876
|
-
processing:
|
877
|
-
void:
|
872
|
+
credit_owed:
|
873
|
+
failed:
|
874
|
+
paid:
|
875
|
+
pending:
|
876
|
+
processing:
|
877
|
+
void:
|
878
878
|
payment_updated:
|
879
879
|
payments: Zahlungen
|
880
880
|
pending:
|
@@ -967,7 +967,7 @@ de-CH:
|
|
967
967
|
propagate_all_variants:
|
968
968
|
properties: Eigenschaften
|
969
969
|
property: Eigenschaft
|
970
|
-
prototype:
|
970
|
+
prototype: Prototyp
|
971
971
|
prototypes: Prototypen
|
972
972
|
provider:
|
973
973
|
provider_settings_warning:
|
@@ -1046,7 +1046,7 @@ de-CH:
|
|
1046
1046
|
roles: Rollen
|
1047
1047
|
rules:
|
1048
1048
|
safe:
|
1049
|
-
sales_total:
|
1049
|
+
sales_total: Gesamtumsatz
|
1050
1050
|
sales_total_description:
|
1051
1051
|
sales_totals:
|
1052
1052
|
save_and_continue: Speichern und fortsetzen
|
@@ -1108,7 +1108,7 @@ de-CH:
|
|
1108
1108
|
shipping_methods: Versandarten
|
1109
1109
|
shipping_price_sack:
|
1110
1110
|
shipping_total:
|
1111
|
-
shop_by_taxonomy:
|
1111
|
+
shop_by_taxonomy:
|
1112
1112
|
shopping_cart: Warenkorb
|
1113
1113
|
show: Zeigen
|
1114
1114
|
show_active:
|