diff --git a/pretix_cartshare/locale/es/LC_MESSAGES/django.po b/pretix_cartshare/locale/es/LC_MESSAGES/django.po index f771395..9565c94 100644 --- a/pretix_cartshare/locale/es/LC_MESSAGES/django.po +++ b/pretix_cartshare/locale/es/LC_MESSAGES/django.po @@ -8,75 +8,78 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-06 16:59+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2018-12-08 11:08+0000\n" +"Last-Translator: oocf \n" +"Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.1.1\n" #: pretix_cartshare/forms.py:17 msgid "Count" -msgstr "" +msgstr "Cantidad" #: pretix_cartshare/forms.py:21 msgid "Product" -msgstr "" +msgstr "Producto" #: pretix_cartshare/forms.py:26 msgid "Price per item (empty for default)" -msgstr "" +msgstr "Precio por item (vacio predeterminado)" #: pretix_cartshare/models.py:14 msgid "Event" -msgstr "" +msgstr "Evento" #: pretix_cartshare/models.py:18 #: pretix_cartshare/templates/pretixplugins/cartshare/list.html:29 msgid "Cart ID" -msgstr "" +msgstr "ID del Cart" #: pretix_cartshare/models.py:22 msgid "Date" -msgstr "" +msgstr "Fecha" #: pretix_cartshare/models.py:26 msgid "Expiration date" -msgstr "" +msgstr "Fecha de expiración" #: pretix_cartshare/models.py:29 #: pretix_cartshare/templates/pretixplugins/cartshare/list.html:30 msgid "Total" -msgstr "" +msgstr "Total" #: pretix_cartshare/signals.py:16 #: pretix_cartshare/templates/pretixplugins/cartshare/list.html:5 msgid "Share a cart" -msgstr "" +msgstr "Compartir cart" #: pretix_cartshare/templates/pretixplugins/cartshare/create.html:6 #: pretix_cartshare/templates/pretixplugins/cartshare/create.html:9 #: pretix_cartshare/templates/pretixplugins/cartshare/list.html:17 msgid "Create a cart" -msgstr "" +msgstr "Crear un cart" #: pretix_cartshare/templates/pretixplugins/cartshare/create.html:17 msgid "Cart positions" -msgstr "" +msgstr "Posiciones del carrito" #: pretix_cartshare/templates/pretixplugins/cartshare/create.html:74 msgid "Add a product" -msgstr "" +msgstr "Agregar producto" #: pretix_cartshare/templates/pretixplugins/cartshare/create.html:80 msgid "Save" -msgstr "" +msgstr "Guardar" #: pretix_cartshare/templates/pretixplugins/cartshare/delete.html:4 #: pretix_cartshare/templates/pretixplugins/cartshare/delete.html:6 msgid "Delete cart" -msgstr "" +msgstr "Eliminar cart" #: pretix_cartshare/templates/pretixplugins/cartshare/delete.html:9 #, python-format @@ -84,43 +87,45 @@ msgid "" "Are you sure you want to delete the shared cart %(cart.cart_id)s?" msgstr "" +"Estás seguro que deseas eliminar el carrito compartido " +"%(cart.cart_id)s?" #: pretix_cartshare/templates/pretixplugins/cartshare/delete.html:12 msgid "Cancel" -msgstr "" +msgstr "Cancelar" #: pretix_cartshare/templates/pretixplugins/cartshare/delete.html:15 msgid "Delete" -msgstr "" +msgstr "Eliminar" #: pretix_cartshare/templates/pretixplugins/cartshare/list.html:8 msgid "Carts" -msgstr "" +msgstr "Carritos" #: pretix_cartshare/templates/pretixplugins/cartshare/list.html:13 msgid "No carts found." -msgstr "" +msgstr "No se encontraron carts." #: pretix_cartshare/templates/pretixplugins/cartshare/list.html:22 msgid "Create a new cart" -msgstr "" +msgstr "Crear un cart nuevo" #: pretix_cartshare/templates/pretixplugins/cartshare/list.html:31 msgid "Created" -msgstr "" +msgstr "Creado" #: pretix_cartshare/templates/pretixplugins/cartshare/list.html:32 msgid "Expires" -msgstr "" +msgstr "Expira" #: pretix_cartshare/templates/pretixplugins/cartshare/redeem.html:6 #: pretix_cartshare/templates/pretixplugins/cartshare/redeem.html:8 msgid "Redeem a shared cart" -msgstr "" +msgstr "Redimir un carrito compartido" #: pretix_cartshare/templates/pretixplugins/cartshare/redeem.html:14 msgid "Shared cart" -msgstr "" +msgstr "Carrito compartido" #: pretix_cartshare/templates/pretixplugins/cartshare/redeem.html:20 #, python-format @@ -132,27 +137,29 @@ msgstr "" #: pretix_cartshare/templates/pretixplugins/cartshare/redeem.html:28 msgid "Add to my cart and buy" -msgstr "" +msgstr "Agregar a mi carrito y comprar" #: pretix_cartshare/views.py:41 #, python-brace-format msgid "" "The quota {name} does not have enough capacity left to perform the operation." msgstr "" +"La cuota {name} no tiene suficiente capacidad para realizar la operación." #: pretix_cartshare/views.py:68 msgid "Your input was invalid" -msgstr "" +msgstr "Tu entrada es inválida" #: pretix_cartshare/views.py:80 #, python-brace-format msgid "The cart has been saved. You can now share the following URL: {url}" msgstr "" +"Tu carrito ha sido guardado. Ahora puedes compartir el siguiente URL: {url}" #: pretix_cartshare/views.py:137 msgid "The requested shared cart does not exist." -msgstr "" +msgstr "El carrito compartido solicitado no existe." #: pretix_cartshare/views.py:145 msgid "The selected cart has been deleted." -msgstr "" +msgstr "El carrito selecionado ha sido eliminado." diff --git a/pretix_cartshare/locale/nl/LC_MESSAGES/django.po b/pretix_cartshare/locale/nl/LC_MESSAGES/django.po index cd7ff72..12fec06 100644 --- a/pretix_cartshare/locale/nl/LC_MESSAGES/django.po +++ b/pretix_cartshare/locale/nl/LC_MESSAGES/django.po @@ -8,16 +8,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-06 16:59+0100\n" -"PO-Revision-Date: 2018-05-03 17:00+0000\n" +"PO-Revision-Date: 2019-01-24 00:00+0000\n" "Last-Translator: Maarten van den Berg \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 2.19.1\n" +"X-Generator: Weblate 3.1.1\n" #: pretix_cartshare/forms.py:17 msgid "Count" @@ -66,7 +66,7 @@ msgstr "Maak een winkelwagen aan" #: pretix_cartshare/templates/pretixplugins/cartshare/create.html:17 msgid "Cart positions" -msgstr "Winkelwagen posities" +msgstr "Producten in winkelwagen" #: pretix_cartshare/templates/pretixplugins/cartshare/create.html:74 msgid "Add a product" diff --git a/pretix_cartshare/locale/pt_BR/LC_MESSAGES/django.po b/pretix_cartshare/locale/pt_BR/LC_MESSAGES/django.po index 90cad46..3bbd7e5 100644 --- a/pretix_cartshare/locale/pt_BR/LC_MESSAGES/django.po +++ b/pretix_cartshare/locale/pt_BR/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-06 16:59+0100\n" -"PO-Revision-Date: 2018-03-19 11:02+0000\n" -"Last-Translator: Matheus Nunes \n" +"PO-Revision-Date: 2018-06-05 04:00+0000\n" +"Last-Translator: wallber azevedo pinheiro \n" "Language-Team: Portuguese (Brazil) " "" "\n" @@ -26,7 +26,7 @@ msgstr "Contagem" #: pretix_cartshare/forms.py:21 msgid "Product" -msgstr "" +msgstr "Produto" #: pretix_cartshare/forms.py:26 msgid "Price per item (empty for default)" diff --git a/pretix_cartshare/locale/tr/LC_MESSAGES/django.po b/pretix_cartshare/locale/tr/LC_MESSAGES/django.po new file mode 100644 index 0000000..ce83164 --- /dev/null +++ b/pretix_cartshare/locale/tr/LC_MESSAGES/django.po @@ -0,0 +1,167 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-06 16:59+0100\n" +"PO-Revision-Date: 2018-09-03 06:36+0000\n" +"Last-Translator: Yunus Fırat Pişkin \n" +"Language-Team: Turkish \n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.1.1\n" + +#: pretix_cartshare/forms.py:17 +msgid "Count" +msgstr "Saymak" + +#: pretix_cartshare/forms.py:21 +msgid "Product" +msgstr "Ürün" + +#: pretix_cartshare/forms.py:26 +msgid "Price per item (empty for default)" +msgstr "Ürün başına fiyat (varsayılan olarak boş)" + +#: pretix_cartshare/models.py:14 +msgid "Event" +msgstr "Etkinlik" + +#: pretix_cartshare/models.py:18 +#: pretix_cartshare/templates/pretixplugins/cartshare/list.html:29 +msgid "Cart ID" +msgstr "Sepet Kimliği" + +#: pretix_cartshare/models.py:22 +msgid "Date" +msgstr "Tarih" + +#: pretix_cartshare/models.py:26 +msgid "Expiration date" +msgstr "Son kullanma tarihi" + +#: pretix_cartshare/models.py:29 +#: pretix_cartshare/templates/pretixplugins/cartshare/list.html:30 +msgid "Total" +msgstr "Toplam" + +#: pretix_cartshare/signals.py:16 +#: pretix_cartshare/templates/pretixplugins/cartshare/list.html:5 +msgid "Share a cart" +msgstr "Sepeti paylaş" + +#: pretix_cartshare/templates/pretixplugins/cartshare/create.html:6 +#: pretix_cartshare/templates/pretixplugins/cartshare/create.html:9 +#: pretix_cartshare/templates/pretixplugins/cartshare/list.html:17 +msgid "Create a cart" +msgstr "Bir sepet oluştur" + +#: pretix_cartshare/templates/pretixplugins/cartshare/create.html:17 +msgid "Cart positions" +msgstr "Sepet pozisyonları" + +#: pretix_cartshare/templates/pretixplugins/cartshare/create.html:74 +msgid "Add a product" +msgstr "Bir ürün ekle" + +#: pretix_cartshare/templates/pretixplugins/cartshare/create.html:80 +msgid "Save" +msgstr "Kaydet" + +#: pretix_cartshare/templates/pretixplugins/cartshare/delete.html:4 +#: pretix_cartshare/templates/pretixplugins/cartshare/delete.html:6 +msgid "Delete cart" +msgstr "Sepeti sil" + +#: pretix_cartshare/templates/pretixplugins/cartshare/delete.html:9 +#, python-format +msgid "" +"Are you sure you want to delete the shared cart %(cart.cart_id)s?" +msgstr "" +"Paylaşılan sepeti %(cart.cart_id)s silmek istediğinizden " +"emin misiniz?" + +#: pretix_cartshare/templates/pretixplugins/cartshare/delete.html:12 +msgid "Cancel" +msgstr "İptal et" + +#: pretix_cartshare/templates/pretixplugins/cartshare/delete.html:15 +msgid "Delete" +msgstr "Sil" + +#: pretix_cartshare/templates/pretixplugins/cartshare/list.html:8 +msgid "Carts" +msgstr "Sepetler" + +#: pretix_cartshare/templates/pretixplugins/cartshare/list.html:13 +msgid "No carts found." +msgstr "Sepet bulunamadı." + +#: pretix_cartshare/templates/pretixplugins/cartshare/list.html:22 +msgid "Create a new cart" +msgstr "Yeni bir sepet oluştur" + +#: pretix_cartshare/templates/pretixplugins/cartshare/list.html:31 +msgid "Created" +msgstr "Oluşturuldu" + +#: pretix_cartshare/templates/pretixplugins/cartshare/list.html:32 +msgid "Expires" +msgstr "Süre sonu" + +#: pretix_cartshare/templates/pretixplugins/cartshare/redeem.html:6 +#: pretix_cartshare/templates/pretixplugins/cartshare/redeem.html:8 +msgid "Redeem a shared cart" +msgstr "Paylaşılan bir sepeti kullan" + +#: pretix_cartshare/templates/pretixplugins/cartshare/redeem.html:14 +msgid "Shared cart" +msgstr "Paylaşılan kart" + +#: pretix_cartshare/templates/pretixplugins/cartshare/redeem.html:20 +#, python-format +msgid "" +"Click on the button to buy these items now. Please note that the button can " +"only be clicked once. If you click it, you will need to confirm the order " +"within %(minutes)s minutes and you will not be able to use this link again." +msgstr "" +"Bu öğeleri şimdi satın almak için düğmeye tıklayın. Düğmenin sadece bir kez " +"tıklanabilir olduğunu lütfen unutmayın. Tıklarsanız, siparişi %(minutes)s " +"dakika içindedoğrulamanız gerekir ve bu bağlantıyı tekrar " +"kullanamayacaksınız.." + +#: pretix_cartshare/templates/pretixplugins/cartshare/redeem.html:28 +msgid "Add to my cart and buy" +msgstr "Sepetim'e ekle ve satın al" + +#: pretix_cartshare/views.py:41 +#, python-brace-format +msgid "" +"The quota {name} does not have enough capacity left to perform the operation." +msgstr "Kota {name} nın işlemi gerçekleştirmek için yeterli kapasitesi yok." + +#: pretix_cartshare/views.py:68 +msgid "Your input was invalid" +msgstr "Girişiniz geçersiz" + +#: pretix_cartshare/views.py:80 +#, python-brace-format +msgid "The cart has been saved. You can now share the following URL: {url}" +msgstr "Sepet kaydedildi. Şimdi şu URL'yi paylaşabilirsiniz: {url}" + +#: pretix_cartshare/views.py:137 +msgid "The requested shared cart does not exist." +msgstr "İstenen paylaşımlı sepet mevcut değil." + +#: pretix_cartshare/views.py:145 +msgid "The selected cart has been deleted." +msgstr "Seçilen sepet silindi."