Skip to content

Commit

Permalink
Add Danish translation files (#14)
Browse files Browse the repository at this point in the history
* Add Danish translation files

* Update messages.da.yaml

* Update validators.da.yaml

Co-authored-by: Sophiebb <[email protected]>
  • Loading branch information
Roshyo and Sophiebb authored Sep 28, 2020
1 parent cafcbf8 commit ce513c8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Resources/translations/messages.da.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
setono_sylius_facebook:
form:
pixel:
pixel_id: Pixel id
pixel_id_placeholder: Indsæt dit pixel id...
ui:
edit_pixel: Rediger facebook pixel
facebook: Facebook
manage_pixels: Administrer facebook pixels
new_pixel: Ny facebook pixel
pixel_id: Pixel id
pixels: Facebook pixels
7 changes: 7 additions & 0 deletions src/Resources/translations/validators.da.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
setono_sylius_facebook:
pixel:
pixel_id:
unique: Der eksiterer allerede et pixel med dette id.
not_blank: Pixel id kan ikke efterlades blank.
not_greater_than_zero: The pixel id skal være af positiv karakter.
not_integer: Pixel id skal være heltal.

0 comments on commit ce513c8

Please sign in to comment.