Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pl translations #115

Open
wants to merge 3 commits into
base: 0.5.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Model/ProductTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
trait ProductTrait
{
/** @ORM\Column(type="json", nullable=true) */
#[ORM\Column(type: 'json', nullable: true)]
protected ?array $preQualifiedCallouts = null;

public function getPreQualifiedCallouts(): array
Expand Down
3 changes: 3 additions & 0 deletions src/Resources/translations/flashes.pl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
setono_sylius_callout:
callout:
assign_started: Rozpoczęto proces przypisywania
74 changes: 74 additions & 0 deletions src/Resources/translations/messages.pl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
setono_sylius_callout:
form:
callout:
background_color: Kolor tła
channels: Kanały
code: Kod
color: Kolor
elements: Element
element_labels:
default: Domyślny
enabled: Włączona
ends_at: Zakończenie
layout: Wygląd
name: Nazwa
position: Pozycja
positions:
bottom: Dół
bottom_center: Dół środek
bottom_left: Dół lewa
bottom_right: Dół prawa
left: Lewa
middle: Środek
middle_center: Środek środek
middle_left: Środek lewa
middle_right: Środek prawa
right: Prawa
top: Góra
top_center: Góra środek
top_left: Góra lewa
top_right: Góra prawa
priority: Priorytet
rules: Reguły
rules_info: Jeśli nie ustanowisz żadnich reguł, etykieta zostanie dodana do wszystkich produktów.
select_position: Wybierz pozycję...
starts_at: Rozpoczecie
translations: Tekst
callout_rule:
has_product:
products: Produkty
has_taxon:
taxons: Kategorie
is_new:
days: Dni
on_sale:
single_variant_eligible: Produkt jest traktowany jako promocyjny, jeśli ma jeden wariant (domyślny) w promocji
ui:
action:
assign: Przypisz
bottom_left: Dół lewa
bottom_right: Dół prawa
callout: Etykieta
callouts: Etykiety
callouts_product_list: Lista produktów
code: Kod
delay_info: "UWAGA: Etykiety są skonfigurowane, aby czekać %seconds% sekund zanim proces przypisywania się rozpocznie."
edit_callout: Edytuj etykietę
enabled: Włącozna
ends_at: Zakończenie
has_product: Ma produkt
has_taxon: Ma kategorię
is_new: Jest nowa
name: Nazwa
new_callout: Nowa etkieta
on_sale: W promocji
position: Pozycja
priority: Priorytet
rule: Reguła
rules: Reguły
select_position: Wybierz pozycję...
starts_at: Rozpoczęcie
text: Tekst
top_left: Góra lewa
top_right: Góra prawa
type: Typ
16 changes: 16 additions & 0 deletions src/Resources/translations/validators.pl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
setono_sylius_callout:
callout:
code:
not_blank: Kod nie może być pusty.
unique: Kod jest w użyciu.
regex: Kod może zawierac wyłącznie litery, liczby, kreski ("_"), i myślniki ("-").
name:
not_blank: Nazwa nie może być pusta.
priority:
not_blank: Priorytet nie może być pusty.
numeric: Priorytet musi być liczbą całkowitą.
elements:
count_min: Co najmniej jeden element musi być wybrany.
callout_translation:
text:
not_blank: Tekst nie może być pusty.