mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
parent
58971754c4
commit
8587bc8389
3 changed files with 121 additions and 0 deletions
|
@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
|||
## x.y.z
|
||||
|
||||
### Added
|
||||
- Add polish translation for tea (#1020)
|
||||
- Make records timeable and hideable (#989)
|
||||
- Add support for PHP 8.3 (#965)
|
||||
- Add an FE editor (#864, #872, #874, #876)
|
||||
|
|
84
Resources/Private/Language/pl.locallang.xlf
Normal file
84
Resources/Private/Language/pl.locallang.xlf
Normal file
|
@ -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
Resources/Private/Language/pl.locallang_db.xlf
Normal file
36
Resources/Private/Language/pl.locallang_db.xlf
Normal file
|
@ -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>
|
Loading…
Reference in a new issue