Skip to content

Commit

Permalink
[FEATURE] Provide polish translation for tea
Browse files Browse the repository at this point in the history
Resolves: #1014
  • Loading branch information
lukaszuznanski committed Nov 27, 2023
1 parent 5897175 commit 5c6e085
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 0 deletions.
84 changes: 84 additions & 0 deletions Resources/Private/Language/pl.locallang.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="pl" datatype="plaintext" original="messages">
<header/>
<body>
<trans-unit id="plugin.tea_index">
<source>Tea list</source>
<target>Lista herbat</target>
</trans-unit>
<trans-unit id="plugin.tea_show">
<source>Tea single view</source>
<target>Widok pojedynczej herbaty</target>
</trans-unit>
<trans-unit id="plugin.tea_frontend_editor">
<source>Tea front-end editor</source>
<target>Front-endowy edytor dla herbat</target>
</trans-unit>
<trans-unit id="plugin.tea.heading">
<source>Our selection of assorted teas</source>
<target>Nasz wybór różnorodnych herbat</target>
</trans-unit>
<trans-unit id="plugin.tea.property.uid">
<source>UID</source>
<target>UID</target>
</trans-unit>
<trans-unit id="plugin.tea.property.title">
<source>Title</source>
<target>Tytuł</target>
</trans-unit>
<trans-unit id="plugin.frontEndEditor.index.heading">
<source>My teas</source>
<target>Moje herbaty</target>
</trans-unit>
<trans-unit id="plugin.frontEndEditor.message.noTeas">
<source>You have not created any teas yet.</source>
<target>Nie utworzyłeś jeszcze żadnych herbat.</target>
</trans-unit>
<trans-unit id="plugin.frontEndEditor.property.uid">
<source>UID</source>
<target>UID</target>
</trans-unit>
<trans-unit id="plugin.frontEndEditor.property.title">
<source>Title</source>
<target>Tytuł</target>
</trans-unit>
<trans-unit id="plugin.frontEndEditor.property.description">
<source>Description</source>
<target>Opis</target>
</trans-unit>
<trans-unit id="plugin.frontEndEditor.edit.heading">
<source>Edit tea</source>
<target>Edytuj herbatę.</target>
</trans-unit>
<trans-unit id="plugin.frontEndEditor.action.actions">
<source>Actions</source>
<target>Akcje</target>
</trans-unit>
<trans-unit id="plugin.frontEndEditor.action.edit">
<source>Edit</source>
<target>Edytuj</target>
</trans-unit>
<trans-unit id="plugin.frontEndEditor.action.cancel">
<source>Cancel</source>
<target>Anuluj</target>
</trans-unit>
<trans-unit id="plugin.frontEndEditor.action.save">
<source>Save</source>
<target>Zapisz</target>
</trans-unit>
<trans-unit id="plugin.frontEndEditor.action.new">
<source>Create new tea</source>
<target>Utwórz nową herbatę</target>
</trans-unit>
<trans-unit id="plugin.frontEndEditor.action.delete">
<source>Delete</source>
<target>Usuń</target>
</trans-unit>
<trans-unit id="plugin.frontEndEditor.new.heading">
<source>Create new tea</source>
<target>Utwórz nową herbatę.</target>
</trans-unit>
</body>
</file>
</xliff>
36 changes: 36 additions & 0 deletions Resources/Private/Language/pl.locallang_db.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="pl" datatype="plaintext" original="messages">
<header/>
<body>
<trans-unit id="tx_tea_domain_model_product_tea">
<source>Tea</source>
<target>Herbata</target>
</trans-unit>
<trans-unit id="tx_tea_domain_model_product_tea.tabs.access">
<source>Access</source>
<target>Dostęp</target>
</trans-unit>
<trans-unit id="tx_tea_domain_model_product_tea.title">
<source>Title</source>
<target>Tytuł</target>
</trans-unit>
<trans-unit id="tx_tea_domain_model_product_tea.description">
<source>Description</source>
<target>Opis</target>
</trans-unit>
<trans-unit id="tx_tea_domain_model_product_tea.image">
<source>Image</source>
<target>Obraz</target>
</trans-unit>
<trans-unit id="tx_tea_domain_model_product_tea.owner">
<source>Website user who created this record</source>
<target>Użytkownik strony, który utworzył ten rekord</target>
</trans-unit>
<trans-unit id="tx_tea_domain_model_product_tea.fe_group">
<source>Usergroup Access Rights</source>
<target>Prawa dostępu grupy użytkowników</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 5c6e085

Please sign in to comment.