|
916 | 916 | "de": "Name", |
917 | 917 | "en": "Name", |
918 | 918 | }, |
919 | | - |
920 | | - # --- Frontend ------------------------------------------------------------ |
921 | | - "viur.shop.stepper.next": { |
922 | | - "_hint": "button that brings the customer to the next step", |
923 | | - "de": "Nächster Schritt", |
924 | | - "en": "Next", |
925 | | - }, |
926 | | - "viur.shop.stepper.previous": { |
927 | | - "_hint": "button that brings the customer to the previous step", |
928 | | - "de": "Zurück", |
929 | | - "en": "Previous", |
930 | | - }, |
931 | | - "viur.shop.cart_leaf.quantity": { |
932 | | - "_hint": "label of quantity", |
933 | | - "de": "Anzahl", |
934 | | - "en": "quantity", |
935 | | - "fr": "Quantité" |
936 | | - }, |
937 | | - "viur.shop.cart_leaf.unit_price": { |
938 | | - "_hint": "label of unit price", |
939 | | - "de": "Stückpreis", |
940 | | - "en": "unit price", |
941 | | - "fr": "Prix par pièce" |
942 | | - }, |
943 | | - "viur.shop.cart_leaf.price": { |
944 | | - "_hint": "label of price", |
945 | | - "de": "Gesamtpreis", |
946 | | - "en": "total price", |
947 | | - "fr": "Montant total" |
948 | | - }, |
949 | | - "viur.shop.cart_leaf.delete": { |
950 | | - "_hint": "label of delete button", |
951 | | - "de": "Aus dem Warenkorb löschen", |
952 | | - "en": "Remove from cart", |
953 | | - "fr": "Retirer du panier" |
954 | | - }, |
955 | | - "viur.shop.cart.delete_item.hint": { |
956 | | - "_hint": "hint of delete message dialog", |
957 | | - "de": "Möchten Sie diesen Artikel wirklich aus dem Warenkorb entfernen?", |
958 | | - "en": "Do you really want to remove the item from your cart?", |
959 | | - "fr": "Désirez-vous vraiment supprimer cet article du panier?" |
960 | | - }, |
961 | | - "viur.shop.cart.delete_item.cancel": { |
962 | | - "_hint": "cancel deleting an item from the cart", |
963 | | - "de": "Abbrechen", |
964 | | - "en": "Cancel" |
965 | | - }, |
966 | | - "viur.shop.cart.delete_item.proceed": { |
967 | | - "_hint": "proceed deleting an item from the cart", |
968 | | - "de": "Artikel entfernen", |
969 | | - "en": "Proceed" |
970 | | - }, |
971 | | - "viur.shop.summary.headline": { |
972 | | - "_hint": "headline of summary", |
973 | | - "de": "Zusammenfassung", |
974 | | - "en": "Summary" |
975 | | - }, |
976 | | - "viur.shop.summary.subtotal": { |
977 | | - "_hint": "label of subtotal", |
978 | | - "de": "Zwischensumme", |
979 | | - "en": "subtotal", |
980 | | - "fr": "Sous-total" |
981 | | - }, |
982 | | - "viur.shop.summary.discount": { |
983 | | - "_hint": "label of discount", |
984 | | - "de": "Sie sparen im Aktionszeitraum", |
985 | | - "en": "discount", |
986 | | - "fr": "Vous économisez sur votre achat" |
987 | | - }, |
988 | | - "viur.shop.summary.shipping_cost": { |
989 | | - "_hint": "label of shipping cost", |
990 | | - "de": "Verpackung und Versand", |
991 | | - "en": "Shipping cost", |
992 | | - "fr": "Emballage et envoi" |
993 | | - }, |
994 | | - "viur.shop.summary.total": { |
995 | | - "_hint": "label of total", |
996 | | - "de": "Gesamtbetrag", |
997 | | - "en": "total", |
998 | | - "fr": "Montant total" |
999 | | - }, |
1000 | | - "viur.shop.summary.checkout": { |
1001 | | - "_hint": "label of checkout button", |
1002 | | - "de": "Zur Kasse gehen", |
1003 | | - "en": "Proceed to checkout", |
1004 | | - "fr": "Acheter cet article" |
1005 | | - }, |
1006 | | - "viur.shop.discount.headline": { |
1007 | | - "_hint": "headline of discount section", |
1008 | | - "de": "Rabattcode", |
1009 | | - "en": "discount code", |
1010 | | - "fr": "Code promo" |
1011 | | - }, |
1012 | | - "viur.shop.discount.placeholder": { |
1013 | | - "_hint": "placeholder of discount input", |
1014 | | - "de": "Dein Code", |
1015 | | - "en": "Your code", |
1016 | | - "fr": "Votre code" |
1017 | | - }, |
1018 | | - "viur.shop.discount.button": { |
1019 | | - "_hint": "placeholder of discount input", |
1020 | | - "de": "Einlösen", |
1021 | | - "en": "Redeem", |
1022 | | - "fr": "Valider" |
1023 | | - }, |
1024 | | - "viur.shop.discount.none": { |
1025 | | - "_hint": "", |
1026 | | - "de": "Einlösen", |
1027 | | - "en": "Redeem", |
1028 | | - "fr": "Valider" |
1029 | | - }, |
1030 | | - "viur.shop.userdata.shipping_to_billaddress": { |
1031 | | - "_hint": "", |
1032 | | - "de": "Lieferung zur <strong>Rechnungsadresse</strong>", |
1033 | | - "en": "Ship to billing address", |
1034 | | - "fr": "Livraison à <strong>l'adresse de facturation</strong>" |
1035 | | - }, |
1036 | 919 | } |
1037 | | -"""Initial translations used inside the shop""" |
| 920 | +"""Initial translations used inside the viur-shop backend""" |
0 commit comments