diff --git a/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pt_BR.yml b/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pt_BR.yml index 34a04215230..b8c8a63b70a 100644 --- a/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pt_BR.yml +++ b/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pt_BR.yml @@ -12,7 +12,7 @@ sylius: inventory: Estoque options: Opções products: Produtos - taxons: Taxas + taxons: Táxons configuration: admin_users: Administradores channels: Canais diff --git a/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sl.yml b/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sl.yml index 30ecf393902..2ddad761bfa 100644 --- a/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sl.yml +++ b/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sl.yml @@ -7,26 +7,29 @@ sylius: main: catalog: association_types: Vrste združenj - attributes: Atributi + attributes: Lastnosti header: Katalog inventory: Inventar options: Možnosti products: Izdelki taxons: Taksoni configuration: + admin_users: Administratorji channels: Kanali countries: Države currencies: Valute + exchange_rates: Menjalni tečaji header: Konfiguracija locales: Področne nastavitve payment_methods: Načini plačila shipping_categories: Kategorije dostave shipping_methods: Načini dostave - tax_categories: Davčne stopnje + tax_categories: Kategorije obdavčitev tax_rates: Davčne stopnje zones: Cone marketing: header: Oglaševanje + product_reviews: Ocene izdelkov promotions: Promocije customers: customers: Kupci diff --git a/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pt_BR.yml b/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pt_BR.yml index 6cbf67b8104..6b8ae6c1de6 100644 --- a/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pt_BR.yml +++ b/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pt_BR.yml @@ -131,7 +131,7 @@ sylius: customer_group: group: Grupo de Cliente has_taxon: - taxons: Taxas + taxons: Táxons product: products: Produtos total_of_items_from_taxon: diff --git a/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sl.yml b/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sl.yml index 320ef26ad54..b82df3f0a92 100644 --- a/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sl.yml +++ b/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sl.yml @@ -11,7 +11,7 @@ sylius: coupon: Kupon checkout: addressing: - different_billing_address: Uporabimo drug naslov za dostavo? + different_billing_address: Uporabimo drug naslov za račun? payment_method: Način plačila shipping_method: Način pošiljanja promotion: @@ -88,7 +88,7 @@ sylius: file: Izberite sliko user: billing_address: Naslov za račun - different_billing_address: Uporabimo drug naslov za dostavo? + different_billing_address: Uporabimo drug naslov za račun? enabled: Omogočeno first_name: Ime groups: Skupine diff --git a/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sl.yml b/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sl.yml index f43033beb76..9a5ff00bdbb 100644 --- a/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sl.yml +++ b/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sl.yml @@ -19,6 +19,8 @@ sylius: not_blank: Prosimo, vnesite vaš elektronski naslov. message: not_blank: Prosimo, vnesite vaše sporočilo. + cart_item: + not_available: '%itemName% ni na zalogi.' locale: code: not_blank: Prosimo, vnesite kodo območnih nastavitev. diff --git a/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.cs.yml b/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.cs.yml index beb8bed0a6c..0a2871bdb36 100644 --- a/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.cs.yml +++ b/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.cs.yml @@ -4,7 +4,6 @@ sylius: form: customer: - first_name: Křestní Jméno group: Skupina last_name: Příjmení email: Email diff --git a/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sl.yml b/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sl.yml index 65836a8d848..0946663e5e1 100644 --- a/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sl.yml +++ b/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sl.yml @@ -5,14 +5,16 @@ sylius: form: customer: first_name: Ime + group: Skupina last_name: Priimek email: E-pošta phone_number: Telefonska številka gender: Spol birthday: Rojstni dan billing_address: Naslov za račun - different_billing_address: Uporabimo drug naslov za dostavo? + different_billing_address: Uporabimo drug naslov za račun? only_customer_registration: Ustvari račun + subscribed_to_newsletter: Prijava na prejemanje novic customer_group: name: Ime roles: Vloge diff --git a/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sl.yml b/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sl.yml index a868a5bd1c6..4cb32477eca 100644 --- a/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sl.yml +++ b/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sl.yml @@ -15,7 +15,7 @@ sylius: method: Način plačila state: header: Stanje plačila - checkout: Plačilo + checkout: Nakup completed: Zaključeno authorized: Pooblaščeno failed: Ni uspelo diff --git a/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pt_BR.yml b/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pt_BR.yml index 0cbb8ba9761..36e5bff8719 100644 --- a/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pt_BR.yml +++ b/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pt_BR.yml @@ -11,7 +11,7 @@ sylius: meta_keywords: Meta palavra-chaves meta_description: Meta descrição slug: Slug - taxons: Taxas + taxons: Táxons product_variant: name: Nome association_type: diff --git a/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pl.yml b/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pl.yml index e763c39bee3..4859c01cf8b 100644 --- a/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pl.yml +++ b/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pl.yml @@ -10,7 +10,7 @@ sylius: coupon_based: Z wykorzystaniem kuponów description: Opis ends_at: Data zakończenia - exclusive: Ekskluzywny + exclusive: Wyłączna name: Nazwa priority: Priorytet rules: Reguły diff --git a/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pt_BR.yml b/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pt_BR.yml index 008b589e830..795ee6f14fa 100644 --- a/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pt_BR.yml +++ b/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pt_BR.yml @@ -61,5 +61,5 @@ sylius: country: País taxonomy_configuration: exclude: Excluir - taxons: Taxas + taxons: Táxons type: Tipo diff --git a/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ru.yml b/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ru.yml index dc0501ba1ba..8f461d60737 100644 --- a/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ru.yml +++ b/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ru.yml @@ -11,7 +11,6 @@ sylius: description: Описание ends_at: Конец exclusive: Эксклюзив - name: Округ priority: Приоритет rules: Правила starts_at: Начало diff --git a/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sl.yml b/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sl.yml index 9a15b715d4c..90999a46133 100644 --- a/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sl.yml +++ b/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sl.yml @@ -31,6 +31,7 @@ sylius: usage_limit: Omejitev uporabe promotion_rule: customer_group: Skupina kupcev + taxonomy: Kategorizacija cart_quantity_configuration: count: Število equal: Enako diff --git a/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sl.yml b/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sl.yml index ea978afe505..231be865f2c 100644 --- a/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sl.yml +++ b/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sl.yml @@ -2,7 +2,14 @@ # (c) Paweł Jędrzejewski sylius: + lightbox: + image_album_label: 'Slika %1 od %2' menu: shop: account: + address_book: 'Naslovi' + change_password: 'Spremeni geslo' dashboard: 'Nadzorna plošča' + header: 'Moj račun' + order_history: 'Zgodovina naročil' + personal_information: 'Osebni podatki' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ar.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ar.yml index 1d32b79c111..6e46045389c 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ar.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ar.yml @@ -70,6 +70,7 @@ sylius: assortment: 'تشكيلة' attributes: 'سمات' author: 'المؤلف' + authorized: 'تم الإذن' availability: 'التوفر' available_for_channels: 'تمكين للقنوات' available_on: 'متاح' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.bg.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.bg.yml index 08338a716e7..665524ae5b4 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.bg.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.bg.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Асортимент' attributes: 'Атрибути' author: 'Автор' + authorized: 'Оторизирано' availability: 'Наличност' available_for_channels: 'На разположение за каналите' available_on: 'На разположение на' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ca.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ca.yml index b517361c3d3..fa1722fe0ad 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ca.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ca.yml @@ -19,6 +19,7 @@ sylius: amount: 'Total' association_types: 'Tipus d''Associació' attributes: 'Atributs' + authorized: 'Autoritzat' back: 'Enrera' base_currency: 'Moneda base' billing_address: 'Adreça de facturació' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.cs.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.cs.yml index 8e3a5d1848f..83c4adefded 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.cs.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.cs.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Sortiment' attributes: 'Atributy' author: 'Autor' + authorized: 'Autorizováno' availability: 'Dostupnost' available_for_channels: 'K dispozici pro kanály' available_on: 'Dostupný od' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.da.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.da.yml index 8056536fe85..a3f34fe9bd3 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.da.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.da.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Sortiment' attributes: 'Egenskaber' author: 'Forfatter' + authorized: 'Autoriseret' availability: 'Tilgængelighed' available_for_channels: 'Tilgængelig for kanaler' available_on: 'Tilgængelig' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.de.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.de.yml index ea768237ee6..d47a6f2ded7 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.de.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.de.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Kollektionen' attributes: 'Attribute' author: 'Autor' + authorized: 'Autorisiert' availability: 'Verfügbarkeit' available_for_channels: 'Verfügbar in Kanälen' available_on: 'Verfügbar ab' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.de_CH.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.de_CH.yml index e3d351c63d7..ed9f3dfe6bf 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.de_CH.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.de_CH.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Sortiment' attributes: 'Attribute' author: 'Autor' + authorized: 'Autorisiert' availability: 'Verfügbarkeit' available_for_channels: 'Verfügbar in Kanälen' available_on: 'Verfügbar ab' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.el.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.el.yml index 968835a942d..ba5ffa156ab 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.el.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.el.yml @@ -69,6 +69,7 @@ sylius: assortment: 'Ταξινόμηση' attributes: 'Χαρακτηριστικά' author: 'Συντάκτης' + authorized: 'Εξουσιοδοτημένο' availability: 'Διαθεσιμότητα' available_on: 'Διαθέσιμο την' available_on_hand: 'Άμεσα διαθέσιμο' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.es.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.es.yml index 030dbde747f..87622bc02f6 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.es.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.es.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Varios' attributes: 'Atributos' author: 'Autor' + authorized: 'Autorizado' availability: 'Disponibilidad' available_for_channels: 'Disponible para canales' available_on: 'Disponible el' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fa.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fa.yml index 79b4209debe..845497fbc07 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fa.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fa.yml @@ -66,6 +66,7 @@ sylius: assortment: 'طبقه بندی' attributes: 'قابلیت ها' author: 'نويسنده' + authorized: 'پرداخت تایید شده' availability: 'موارد موجود' available_for_channels: 'قابل دسترسی برای کانال ها' available_on: 'تاریخ فعال شدن' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fi.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fi.yml index ca595c7b8c4..f2f296ce048 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fi.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fi.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Valikoima' attributes: 'Määritteet' author: 'Tekijä' + authorized: 'Hyväksytty' availability: 'Saatavuus' available_for_channels: 'Saatavuus kanaville' available_on: 'Saatavana' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fr.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fr.yml index ff8e48de6b8..60f3c9ad298 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fr.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fr.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Assortiment' attributes: 'Attributs' author: 'Auteur' + authorized: 'Autorisé' availability: 'Disponibilité' available_for_channels: 'Disponible pour le canal' available_on: 'Disponible le' @@ -775,6 +776,7 @@ sylius: taxation_categories: 'Catégories de taxes' taxation_settings: 'Configuration des taxes' taxes: 'Taxes' + taxonomy: 'Taxinomie' taxons: 'Taxons' terms_and_conditions: 'Conditions générales de vente' text: 'Texte' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.hr.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.hr.yml index dd893834831..67384ee76dd 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.hr.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.hr.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Ponuda' attributes: 'Značajke proizvoda' author: 'Autor' + authorized: 'Autorizirano' availability: 'Dostupnost' available_for_channels: 'Dostupno za kanale' available_on: 'Dostupno' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.hu.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.hu.yml index 28dbcb808e2..d2af0b336ee 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.hu.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.hu.yml @@ -62,6 +62,7 @@ sylius: assortment: 'Választék' attributes: 'Tulajdonságok' author: 'Szerző' + authorized: 'Engedélyezve ' availability: 'Elérhető' available_for_channels: 'Minden csatornán elérhető' available_on: 'A rendelkezésre álló' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.id.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.id.yml index b67e0b36058..8e8a95d7ba4 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.id.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.id.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Assortment' attributes: 'Atribut' author: 'Penulis' + authorized: 'Terotrisasi' availability: 'Ketersediaan' available_for_channels: 'Tersedia untuk saluran' available_on: 'Tersedia di' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.it.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.it.yml index 44631a36b51..fcd400049df 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.it.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.it.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Assortimento' attributes: 'Attributi' author: 'Autore' + authorized: 'Autorizzato' availability: 'Disponibilità' available_for_channels: 'Disponibile per canali' available_on: 'Disponibile da' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.lt.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.lt.yml index 2cefc3177f8..4af9b0aacfe 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.lt.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.lt.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Asortimentas' attributes: 'Atributai' author: 'Autorius' + authorized: 'Patvirtintas' availability: 'Prieinamumas' available_for_channels: 'Prieinama kanaluose' available_on: 'Prieinamas nuo' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.nl.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.nl.yml index 162cba082ad..ff02a8c574d 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.nl.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.nl.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Assortiment' attributes: 'Attributen' author: 'Auteur' + authorized: 'Gemachtigd' availability: 'Beschikbaarheid' available_for_channels: 'Beschikbaar voor kanalen' available_on: 'Beschikbaar vanaf' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pl.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pl.yml index c2b86bc1166..21b5ed95168 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pl.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pl.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Asortyment' attributes: 'Cechy' author: 'Autor' + authorized: 'Upoważniony' availability: 'Dostepność' available_for_channels: 'Dostępne dla kanałów' available_on: 'Dostępny od' @@ -120,7 +121,6 @@ sylius: cheapest_first: 'Pierwszy najtańszy' checkbox: 'Pole wyboru' checking_out_as: 'Sprawdzanie jako' - checkout: 'Koszyk' choose_channel: 'Wybierz kanał' choose_file: 'Wybierz plik' choose_how_your_goods_will_be_delivered: 'Wybierz, jak Twoje towary zostaną dostarczone' @@ -273,7 +273,6 @@ sylius: edit_tax_category: 'Edytuj kategorię podatkową' edit_tax_rate: 'Edytuj stawkę podatkową' edit_taxon: 'Edytuj takson' - edit_your_items_apply_coupon_or_proceed_to_the_checkout: 'Edytuj swoje produkty, podaj kod rabatowy, albo przejdź do kasy' edit_your_personal_information: 'Edycja moich danych' edit_zone: 'Edytuj strefę' editing_attribute: 'Edytowanie atrybutu' @@ -324,7 +323,7 @@ sylius: error: 'Błąd' exchange_rate: 'Kurs wymiany' exchange_rates: 'Kursy wymiany walut' - exclusive: 'Ekskluzywny' + exclusive: 'Wyłączna' existing_customer: 'Istniejący Klient' expiration_and_usage_limits: 'Data wygaśnięcia i limit użyć' expires_at: 'Wygasa' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt.yml index ae52592c3c1..0e8d4d371e6 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Ordenação' attributes: 'Atributos' author: 'Autor' + authorized: 'Autorizado' availability: 'Disponibilidade' available_for_channels: 'Disponível para os canais' available_on: 'Disponível em' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt_BR.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt_BR.yml index 3fbc6b3c871..2f757f57bfe 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt_BR.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt_BR.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Sortimento' attributes: 'Atributos' author: 'Autor' + authorized: 'Autorizado' availability: 'Disponibilidade' available_for_channels: 'Disponível para os canais' available_on: 'Disponível em' @@ -775,7 +776,7 @@ sylius: taxation_settings: 'Configurações de taxas' taxes: 'Taxas' taxonomy: 'Categorias' - taxons: 'Taxas' + taxons: 'Táxons' terms_and_conditions: 'Termos e condições' text: 'Texto' textarea: 'Área de Texto' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ro.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ro.yml index 3e61a88e9f5..33c90d7d7ac 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ro.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ro.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Sortiment' attributes: 'Atribute' author: 'Autor' + authorized: 'Autorizată' availability: 'Disponibilitate' available_for_channels: 'Disponibil pentru' available_on: 'Disponibil din' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ru.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ru.yml index 89350db68aa..17ee950ef66 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ru.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ru.yml @@ -69,6 +69,7 @@ sylius: assortment: 'Ассортимент' attributes: 'Атрибуты' author: 'Автор' + authorized: 'Авторизовано' availability: 'Доступность' available_for_channels: 'Доступные для каналов' available_on: 'Доступен с' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sk.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sk.yml index aba7144c0df..5c41ac91570 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sk.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sk.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Sortiment' attributes: 'Vlastnosti' author: 'Autor' + authorized: 'Autorizovaná' availability: 'Dostupnosť' available_for_channels: 'Dostupné pre kanály' available_on: 'Dostupný od' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sl.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sl.yml index b5158a05e6b..f96756cb5b9 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sl.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sl.yml @@ -45,6 +45,7 @@ sylius: adjustments: 'Prilagoditve' administration: 'Administracija' administration_dashboard: 'Administracijska nadzorna plošča' + admin_users: 'Administratorji' all_your_addresses: 'Vsi vaši naslovi' amount: 'Znesek' an_error_occurred: 'Prišlo je do napake' @@ -52,8 +53,9 @@ sylius: association_types: 'Vrste združenj' associations: 'Povezave' assortment: 'Izbor' - attributes: 'Lastnosti' + attributes: 'Atributi' author: 'Avtor' + authorized: 'Pooblaščeno' availability: 'Razpoložljivost' available_on: 'Na voljo na' available_until: 'Na voljo do' @@ -71,17 +73,19 @@ sylius: calculator: 'Kalkulator' cancel: 'Prekliči' cancelled: 'Preklicano' + cart: 'Košarica' cart_locked: 'Košarica zaklenjena' cart_summary: 'Povzetek košarice' categorization: 'Kategorizacija' category: 'Kategorija' change_password: 'Spremeni geslo' change_your_password: 'Spremenite vaše geslo' + changes: 'Spremembe' channel: 'Kanal' channels: 'Kanali' cheapest_first: 'Najcenejši najprej' checkbox: 'Potrdilno polje' - checkout: 'Nakup' + checkout: 'Plačilo' choose_channel: 'Izberite kanal' choose_file: 'Izberite datoteko' city: 'Mesto' @@ -97,6 +101,7 @@ sylius: confirmation: 'Potrditev' confirmation_title: 'Potrditev' confirmed: 'Potrjeno' + contact_us: 'Kontaktirajte nas' contain_variants: 'Vsebuje variante' content: 'Vsebina' countries: 'Države' @@ -386,6 +391,7 @@ sylius: order_comments: 'Opombe pri naročilu' order_confirmation_name: 'Potrditev naročila' order_details: 'Podrobnosti vašega naročila' + order_history: 'Zgodovina naročil' order_item_product: 'Izdelek' order_state: 'Stanje naročila' order_summary: 'Povzetek naročila' @@ -409,6 +415,7 @@ sylius: pending: 'Na čakanju' percent: 'Odstotki' permissions: 'Dovoljenja' + personal_information: 'Osebni podatki' phone_number: 'Telefonska številka' place_order: 'Oddaj naročilo' placed_at: 'Postavljeno na' @@ -498,10 +505,13 @@ sylius: shipping_state: 'Stanje pošiljanja' shipping_total: 'Pošiljanje skupaj' shop_by: 'Nakupovanje po' + show: 'Prikaži' show_all: 'Pokaži vse' show_deleted: 'Prikaz izbrisanih' show_in_store: 'Prikažite v trgovini' show_metadata: 'Pokaži metapodatke' + show_order_details: 'Prikaži podrobnosti naročila' + show_orders: 'Prikaži naročila' sign_in: 'Prijava' sign_in_to_the_store_or_create_new_account: 'Prijavite se v trgovino ali ustvarite nov račun' sign_out: 'Odjava' @@ -517,6 +527,7 @@ sylius: street: 'Ulica' string_blocks: 'Bloki nizov' subject: 'Zadeva' + subscribed_to_newsletter: 'Prijava na prejemanje novic' success: 'Uspešno' summary: 'Povzetek' support: 'Podpora' @@ -529,6 +540,7 @@ sylius: taxation_categories: 'Kategorije obdavčitev' taxation_settings: 'Nastavitve obdavčitve' taxes: 'Davki' + taxonomy: 'Kategorizacija' taxons: 'Taksoni' terms_and_conditions: 'Pogoji uporabe' text: 'Tekst' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sq.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sq.yml index a895d24c835..c9cae639185 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sq.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sq.yml @@ -54,6 +54,7 @@ sylius: assortment: 'Asortimenti' attributes: 'Atributet' author: 'Autori' + authorized: 'Autorizuar' availability: 'Disponueshmëria' available_for_channels: 'Ne dispozicion per kanale' available_on: 'Gati më' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sr_CS.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sr_CS.yml index d468eb2237e..a809739d3d5 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sr_CS.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sr_CS.yml @@ -41,6 +41,7 @@ sylius: assortment: 'Asortiman' attributes: 'Atributi' author: 'Autor' + authorized: 'Autorizovano' availability: 'Dostupnost' available_for_channels: 'Dostupni kanali' available_on: 'Dostupno' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sv.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sv.yml index af56c83b26f..4704ed5cf68 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sv.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sv.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Sortiment' attributes: 'Attribut' author: 'Författare' + authorized: 'Auktoriserad' availability: 'Tillgänglighet' available_for_channels: 'Tillgänglig för kanaler' available_on: 'Tillgänglig på' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.th.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.th.yml index fe085c82388..23b6dd32287 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.th.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.th.yml @@ -69,6 +69,7 @@ sylius: assortment: 'จัดประเภท' attributes: 'คุณลักษณะ (Attribute)' author: 'ผู้เขียน' + authorized: 'อำนาจ' availability: 'สินค้าเข้าแล้ว' available_for_channels: 'มีใน channels' available_on: 'พร้อมจำหน่ายเมื่อ' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.tr.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.tr.yml index 6db40ee58b9..71a8e752ac2 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.tr.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.tr.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Çeşitlilik' attributes: 'Nitelikler' author: 'Hazırlayan' + authorized: 'Yetkili' availability: 'Uygunluk' available_for_channels: 'Kanallar için kullanılabilir' available_on: 'Mevcut üzerine' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.uk.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.uk.yml index 0d58db6b747..c80282db927 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.uk.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.uk.yml @@ -71,6 +71,7 @@ sylius: assortment: 'Асортимент' attributes: 'Атрибути' author: 'Автор' + authorized: 'Авторизований' availability: 'Доступність' available_for_channels: 'Доступно для каналів' available_on: 'Доступно на' diff --git a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.zh_CN.yml b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.zh_CN.yml index 31cfd43d764..74ba83cfab7 100644 --- a/src/Sylius/Bundle/UiBundle/Resources/translations/messages.zh_CN.yml +++ b/src/Sylius/Bundle/UiBundle/Resources/translations/messages.zh_CN.yml @@ -71,6 +71,7 @@ sylius: assortment: '分类' attributes: '属性' author: '作者' + authorized: '已授权' availability: '可用' available_for_channels: '可用于频道' available_on: '可用' diff --git a/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sl.yml b/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sl.yml index b2d79648dc0..16a57cb34df 100644 --- a/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sl.yml +++ b/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sl.yml @@ -3,6 +3,11 @@ sylius: user: + expire_password_reset_token: 'Koda za ponastavitev gesla je potekla.' change_password: 'Vaše geslo je bilo uspešno spremenjeno!' reset_password: 'Vaše geslo je bilo uspešno ponastavljeno!' - reset_password_request: 'Če e-pošta, ki ste jo določili v našem sistemu, obstaja, smo nanjo poslali navodila, kako ponastaviti vaše geslo.' + reset_password_request: 'Navodila za ponastavitev gesla smo poslali na vpisan elektronski naslov, če le ta obstaja v našem sistemu.' + verify_email: 'Elektronski naslov je bil uspešno potrjen.' + verify_email_by_invalid_token: 'Potrditvena koda ni veljavna.' + verify_email_request: 'Potrditvena koda je bila poslana na vaš elektronski naslov.' + verify_verified_email: 'Elektronski naslov je že potrjen.' diff --git a/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sl.yml b/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sl.yml index 581205b13a6..bbd2c373ac5 100644 --- a/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sl.yml +++ b/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sl.yml @@ -8,16 +8,16 @@ sylius: enabled: Omogočeno password: label: Geslo - confirmation: Preverjanje + confirmation: Potrditev gesla remember_me: Zapomni si me shipping_address: Naslov za dostavo username: Uporabniško ime user_filter: query: Iskanje user_change_password: - confirmation: Potrditev + confirmation: Potrditev gesla current: Trenutno geslo new: Novo geslo user_reset_password: - confirmation: Potrditev + confirmation: Potrditev gesla new: Novo geslo