From d60165874230fb15615ea52c26b08cc043ca16f3 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Sun, 14 Jul 2019 15:22:22 +0200 Subject: [PATCH] Resources > translations > add new --- CHANGELOG.md | 4 ++++ VERSION | 2 +- src/Resources/translations/words.de.yaml | 6 ++++++ src/Resources/translations/words.en.yaml | 6 ++++++ src/Resources/translations/words.pl.yaml | 6 ++++++ 5 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 617d9a5..acea0e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Common & useful classes, resources, extensions. Based on Symfony framework. +# 0.1.26 + +1. Resources > translations > add new + # 0.1.25 1. PHPUnit > enable Symfony listener diff --git a/VERSION b/VERSION index 0e7400f..7db2672 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.25 +0.1.26 diff --git a/src/Resources/translations/words.de.yaml b/src/Resources/translations/words.de.yaml index fc7fad0..5885af3 100644 --- a/src/Resources/translations/words.de.yaml +++ b/src/Resources/translations/words.de.yaml @@ -41,6 +41,7 @@ meritoo_common: male: Jeder female: Alles neutral: Alles + ingredient: Zutat|Zutaten area: country: Land county: Bezirk @@ -67,6 +68,11 @@ meritoo_common: end: Ende no_results: Keine Ergebnisse quantity: Menge + value: Wert + nutritional_values: Ernährungswerte + data: + basic: Grundinformationen + commerce: Commerce-Daten page: homepage: Startseite homepage_short: Start diff --git a/src/Resources/translations/words.en.yaml b/src/Resources/translations/words.en.yaml index ddca677..2f9bb48 100644 --- a/src/Resources/translations/words.en.yaml +++ b/src/Resources/translations/words.en.yaml @@ -41,6 +41,7 @@ meritoo_common: male: Everyone female: All neutral: Everything + ingredient: Ingredient|Ingredients area: country: Country county: County @@ -67,6 +68,11 @@ meritoo_common: end: End no_results: No results quantity: Quantity + value: Value + nutritional_values: Nutritional values + data: + basic: Basic data + commerce: Commerce data page: homepage: Homepage homepage_short: Home diff --git a/src/Resources/translations/words.pl.yaml b/src/Resources/translations/words.pl.yaml index ffe1abf..79368ea 100644 --- a/src/Resources/translations/words.pl.yaml +++ b/src/Resources/translations/words.pl.yaml @@ -41,6 +41,7 @@ meritoo_common: male: Wszyscy female: Wszystkie neutral: Wszystko + ingredient: Składnik|Składniki area: country: Kraj county: Hrabstwo @@ -67,6 +68,11 @@ meritoo_common: end: Koniec no_results: Brak wyników quantity: Ilość + value: Wartość + nutritional_values: Wartości odżywcze + data: + basic: Dane podstawowe + commerce: Dane handlowe page: homepage: Strona główna homepage_short: Główna