From 81feb19f012a8ad230ad56f869ec3dad16dbc268 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Tue, 14 May 2024 12:02:56 +0200 Subject: [PATCH] iteratewhile -> grouping --- latte/bg/cookbook/@home.texy | 2 +- latte/bg/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/cs/cookbook/@home.texy | 2 +- latte/cs/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/de/cookbook/@home.texy | 2 +- latte/de/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/el/cookbook/@home.texy | 2 +- latte/el/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/en/cookbook/@home.texy | 2 +- latte/en/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/es/cookbook/@home.texy | 2 +- latte/es/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/fr/cookbook/@home.texy | 2 +- latte/fr/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/hu/cookbook/@home.texy | 2 +- latte/hu/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/it/cookbook/@home.texy | 2 +- latte/it/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/ja/cookbook/@home.texy | 2 +- latte/ja/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/pl/cookbook/@home.texy | 2 +- latte/pl/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/pt/cookbook/@home.texy | 2 +- latte/pt/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/ro/cookbook/@home.texy | 2 +- latte/ro/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/ru/cookbook/@home.texy | 2 +- latte/ru/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/sl/cookbook/@home.texy | 2 +- latte/sl/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/tr/cookbook/@home.texy | 2 +- latte/tr/cookbook/{iteratewhile.texy => grouping.texy} | 0 latte/uk/cookbook/@home.texy | 2 +- latte/uk/cookbook/{iteratewhile.texy => grouping.texy} | 0 34 files changed, 17 insertions(+), 17 deletions(-) rename latte/bg/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/cs/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/de/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/el/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/en/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/es/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/fr/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/hu/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/it/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/ja/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/pl/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/pt/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/ro/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/ru/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/sl/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/tr/cookbook/{iteratewhile.texy => grouping.texy} (100%) rename latte/uk/cookbook/{iteratewhile.texy => grouping.texy} (100%) diff --git a/latte/bg/cookbook/@home.texy b/latte/bg/cookbook/@home.texy index 8d6307deee..b4d7d21bfb 100644 --- a/latte/bg/cookbook/@home.texy +++ b/latte/bg/cookbook/@home.texy @@ -4,7 +4,7 @@ .[perex] Примерни кодове и рецепти за изпълнение на често срещани задачи с Latte. -- [Всичко, което винаги сте искали да знаете за {iterateWhile} |iteratewhile] +- [Всичко, което винаги сте искали да знаете за групирането |grouping] - [Как се пишат SQL заявки в Latte |how-to-write-sql-queries-in-latte]? - [Миграция от PHP |migration-from-php] - [Миграция с Twig |migration-from-twig] diff --git a/latte/bg/cookbook/iteratewhile.texy b/latte/bg/cookbook/grouping.texy similarity index 100% rename from latte/bg/cookbook/iteratewhile.texy rename to latte/bg/cookbook/grouping.texy diff --git a/latte/cs/cookbook/@home.texy b/latte/cs/cookbook/@home.texy index 1cdf0a908b..b9b6f2fcda 100644 --- a/latte/cs/cookbook/@home.texy +++ b/latte/cs/cookbook/@home.texy @@ -4,7 +4,7 @@ Návody a postupy .[perex] Příklady kódů a receptů pro provádění běžných úkolů pomocí Latte. -- [Všechno, co jste kdy chtěli vědět o {iterateWhile} |iteratewhile] +- [Všechno, co jste kdy chtěli vědět o seskupování |grouping] - [Jak psát SQL queries v Latte? |how-to-write-sql-queries-in-latte] - [Migrace z Latte 2 |migration-from-latte2] - [Migrace z PHP |migration-from-php] diff --git a/latte/cs/cookbook/iteratewhile.texy b/latte/cs/cookbook/grouping.texy similarity index 100% rename from latte/cs/cookbook/iteratewhile.texy rename to latte/cs/cookbook/grouping.texy diff --git a/latte/de/cookbook/@home.texy b/latte/de/cookbook/@home.texy index 32d8a0126c..b205c5cd95 100644 --- a/latte/de/cookbook/@home.texy +++ b/latte/de/cookbook/@home.texy @@ -4,7 +4,7 @@ Kochbuch .[perex] Beispielcodes und Rezepte für die Erledigung gängiger Aufgaben mit Latte. -- [Alles, was Sie schon immer über {iterateWhile} wissen wollten |iteratewhile] +- [Alles, was Sie schon immer über Gruppierung wissen wollten |grouping] - [Wie schreibt man SQL-Abfragen in Latte? |how-to-write-sql-queries-in-latte] - [Umstieg von PHP |migration-from-php] - [Umstieg von Twig |migration-from-twig] diff --git a/latte/de/cookbook/iteratewhile.texy b/latte/de/cookbook/grouping.texy similarity index 100% rename from latte/de/cookbook/iteratewhile.texy rename to latte/de/cookbook/grouping.texy diff --git a/latte/el/cookbook/@home.texy b/latte/el/cookbook/@home.texy index ef2031d915..8819b16a3e 100644 --- a/latte/el/cookbook/@home.texy +++ b/latte/el/cookbook/@home.texy @@ -4,7 +4,7 @@ .[perex] Παραδείγματα κωδικών και συνταγών για την εκτέλεση κοινών εργασιών με το Latte. -- [Όλα όσα πάντα θέλατε να ξέρετε για το {iterateWhile} |iteratewhile] +- [Όλα όσα πάντα θέλατε να ξέρετε για την ομαδοποίηση |grouping] - [Πώς να γράψετε ερωτήματα SQL στο Latte? |how-to-write-sql-queries-in-latte] - [Μετανάστευση από PHP |migration-from-php] - [Μετανάστευση από το Twig |migration-from-twig] diff --git a/latte/el/cookbook/iteratewhile.texy b/latte/el/cookbook/grouping.texy similarity index 100% rename from latte/el/cookbook/iteratewhile.texy rename to latte/el/cookbook/grouping.texy diff --git a/latte/en/cookbook/@home.texy b/latte/en/cookbook/@home.texy index cea48d6e0f..cd4d1e0a7f 100644 --- a/latte/en/cookbook/@home.texy +++ b/latte/en/cookbook/@home.texy @@ -4,7 +4,7 @@ Cookbook .[perex] Example codes and recipes for accomplishing common tasks with Latte. -- [Everything You Always Wanted to Know About {iterateWhile} |iteratewhile] +- [Everything You Always Wanted to Know About Grouping |grouping] - [How to write SQL queries in Latte? |how-to-write-sql-queries-in-latte] - [Migration from Latte 2 |migration-from-latte2] - [Migration from PHP |migration-from-php] diff --git a/latte/en/cookbook/iteratewhile.texy b/latte/en/cookbook/grouping.texy similarity index 100% rename from latte/en/cookbook/iteratewhile.texy rename to latte/en/cookbook/grouping.texy diff --git a/latte/es/cookbook/@home.texy b/latte/es/cookbook/@home.texy index ca75fda004..022330c220 100644 --- a/latte/es/cookbook/@home.texy +++ b/latte/es/cookbook/@home.texy @@ -4,7 +4,7 @@ Libro de cocina .[perex] Códigos de ejemplo y recetas para realizar tareas comunes con Latte. -- [Todo lo que siempre quiso saber sobre {iterateWhile} |iteratewhile] +- [Todo lo que siempre quiso saber sobre la agrupación |grouping] - [¿Cómo escribir consultas SQL en Latte? |how-to-write-sql-queries-in-latte] - [Migración desde PHP |migration-from-php] - [Migración desde Twig |migration-from-twig] diff --git a/latte/es/cookbook/iteratewhile.texy b/latte/es/cookbook/grouping.texy similarity index 100% rename from latte/es/cookbook/iteratewhile.texy rename to latte/es/cookbook/grouping.texy diff --git a/latte/fr/cookbook/@home.texy b/latte/fr/cookbook/@home.texy index 962867ecfc..592b112ae0 100644 --- a/latte/fr/cookbook/@home.texy +++ b/latte/fr/cookbook/@home.texy @@ -4,7 +4,7 @@ Livre de cuisine .[perex] Exemples de codes et de recettes pour accomplir des tâches courantes avec Latte. -- [Tout ce que vous avez toujours voulu savoir sur {iterateWhile} |iteratewhile] +- [Tout ce que vous avez toujours voulu savoir sur le regroupement |grouping] - [Comment écrire des requêtes SQL dans Latte ? |how-to-write-sql-queries-in-latte] - [Migration depuis PHP |migration-from-php] - [Migration depuis Twig |migration-from-twig] diff --git a/latte/fr/cookbook/iteratewhile.texy b/latte/fr/cookbook/grouping.texy similarity index 100% rename from latte/fr/cookbook/iteratewhile.texy rename to latte/fr/cookbook/grouping.texy diff --git a/latte/hu/cookbook/@home.texy b/latte/hu/cookbook/@home.texy index 4b9e44b15f..6318f98b6a 100644 --- a/latte/hu/cookbook/@home.texy +++ b/latte/hu/cookbook/@home.texy @@ -4,7 +4,7 @@ Szakácskönyv .[perex] Példakódok és receptek a Latte segítségével végzett gyakori feladatok elvégzéséhez. -- [Minden, amit mindig is tudni akartál az {iterateWhile} |iteratewhile] +- [Minden, amit mindig is tudni akartál a csoportosításról |grouping] - [Hogyan írjunk SQL-lekérdezéseket Latte-ban? |how-to-write-sql-queries-in-latte] - [Átállás PHP-ről |migration-from-php] - [Átállás a Twig-ről |migration-from-twig] diff --git a/latte/hu/cookbook/iteratewhile.texy b/latte/hu/cookbook/grouping.texy similarity index 100% rename from latte/hu/cookbook/iteratewhile.texy rename to latte/hu/cookbook/grouping.texy diff --git a/latte/it/cookbook/@home.texy b/latte/it/cookbook/@home.texy index cf6e79c376..1dd886b9f6 100644 --- a/latte/it/cookbook/@home.texy +++ b/latte/it/cookbook/@home.texy @@ -4,7 +4,7 @@ Libro di cucina .[perex] Codici di esempio e ricette per eseguire operazioni comuni con Latte. -- [Tutto quello che avreste sempre voluto sapere su {iterateWhile} |iteratewhile] +- [Tutto quello che avreste sempre voluto sapere sul raggruppamento |grouping] - [Come scrivere query SQL in Latte? |how-to-write-sql-queries-in-latte] - [Migrazione da PHP |migration-from-php] - [Migrazione da Twig |migration-from-twig] diff --git a/latte/it/cookbook/iteratewhile.texy b/latte/it/cookbook/grouping.texy similarity index 100% rename from latte/it/cookbook/iteratewhile.texy rename to latte/it/cookbook/grouping.texy diff --git a/latte/ja/cookbook/@home.texy b/latte/ja/cookbook/@home.texy index 965ad57a73..c7e55a6240 100644 --- a/latte/ja/cookbook/@home.texy +++ b/latte/ja/cookbook/@home.texy @@ -4,7 +4,7 @@ .[perex] Latteでよくある作業を実現するためのコード例とレシピを紹介。 -- [{iterateWhile}についてあなたがいつも知りたかったことすべて |iteratewhile] +- [グループ分けについて知りたかったことのすべて |grouping] - [LatteでSQLクエリを書くには? |how-to-write-sql-queries-in-latte] - [PHPからの移行 |migration-from-php] - [Twigからの移行 |migration-from-twig] diff --git a/latte/ja/cookbook/iteratewhile.texy b/latte/ja/cookbook/grouping.texy similarity index 100% rename from latte/ja/cookbook/iteratewhile.texy rename to latte/ja/cookbook/grouping.texy diff --git a/latte/pl/cookbook/@home.texy b/latte/pl/cookbook/@home.texy index 2f49c82fcc..3e0bdb84a6 100644 --- a/latte/pl/cookbook/@home.texy +++ b/latte/pl/cookbook/@home.texy @@ -4,7 +4,7 @@ Instrukcje i procedury .[perex] Przykładowe kody i przepisy na wykonanie typowych zadań z Latte. -- [Wszystko, co kiedykolwiek chciałeś wiedzieć o {iterateWhile} |iteratewhile]. +- [Wszystko, co zawsze chciałeś wiedzieć o grupowaniu |grouping] - [Jak pisać zapytania SQL w Latte? |how-to-write-sql-queries-in-latte] - [Migracja z PHP |migration-from-php] - [Migracja z Twig |migration-from-twig] diff --git a/latte/pl/cookbook/iteratewhile.texy b/latte/pl/cookbook/grouping.texy similarity index 100% rename from latte/pl/cookbook/iteratewhile.texy rename to latte/pl/cookbook/grouping.texy diff --git a/latte/pt/cookbook/@home.texy b/latte/pt/cookbook/@home.texy index d668db4db1..d8242ccac9 100644 --- a/latte/pt/cookbook/@home.texy +++ b/latte/pt/cookbook/@home.texy @@ -4,7 +4,7 @@ Cookbook .[perex] Exemplos de códigos e receitas para a realização de tarefas comuns com Latte. -- [Tudo o que você sempre quis saber sobre {alfabetizar-assim} |iteratewhile] +- [Tudo o que você sempre quis saber sobre agrupamento |grouping] - [Como escrever consultas SQL em Latte? |how-to-write-sql-queries-in-latte] - [Migração do PHP |migration-from-php] - [Migração de galho |migration-from-twig] diff --git a/latte/pt/cookbook/iteratewhile.texy b/latte/pt/cookbook/grouping.texy similarity index 100% rename from latte/pt/cookbook/iteratewhile.texy rename to latte/pt/cookbook/grouping.texy diff --git a/latte/ro/cookbook/@home.texy b/latte/ro/cookbook/@home.texy index 6eaa0a78b2..2cef758692 100644 --- a/latte/ro/cookbook/@home.texy +++ b/latte/ro/cookbook/@home.texy @@ -4,7 +4,7 @@ Carte de bucate .[perex] Exemple de coduri și rețete pentru realizarea unor sarcini obișnuite cu Latte. -- [Tot ce ați vrut întotdeauna să știți despre {iterateWhile} |iteratewhile] +- [Tot ceea ce ați vrut să știți întotdeauna despre grupare |grouping] - [Cum să scrieți interogări SQL în Latte? |how-to-write-sql-queries-in-latte] - [Migrarea de la PHP |migration-from-php] - [Migrarea de la Twig |migration-from-twig] diff --git a/latte/ro/cookbook/iteratewhile.texy b/latte/ro/cookbook/grouping.texy similarity index 100% rename from latte/ro/cookbook/iteratewhile.texy rename to latte/ro/cookbook/grouping.texy diff --git a/latte/ru/cookbook/@home.texy b/latte/ru/cookbook/@home.texy index 0c94c7cb6c..abe97583cb 100644 --- a/latte/ru/cookbook/@home.texy +++ b/latte/ru/cookbook/@home.texy @@ -4,7 +4,7 @@ .[perex] Примеры кодов и рецепты для выполнения обычных задач с помощью Latte. -- [Все, что вы всегда хотели знать о {iterateWhile} |iteratewhile] +- [Все, что вы всегда хотели знать о группировке |grouping] - [Как писать SQL-запросы в Latte? |how-to-write-sql-queries-in-latte] - [Миграция с PHP |migration-from-php] - [Миграция с Twig |migration-from-twig] diff --git a/latte/ru/cookbook/iteratewhile.texy b/latte/ru/cookbook/grouping.texy similarity index 100% rename from latte/ru/cookbook/iteratewhile.texy rename to latte/ru/cookbook/grouping.texy diff --git a/latte/sl/cookbook/@home.texy b/latte/sl/cookbook/@home.texy index d6d749e0e4..03c6fbb2a9 100644 --- a/latte/sl/cookbook/@home.texy +++ b/latte/sl/cookbook/@home.texy @@ -4,7 +4,7 @@ Kuharska knjiga .[perex] Primeri kod in receptov za opravljanje običajnih opravil s programom Latte. -- [Vse, kar ste vedno želeli vedeti o {iterateWhile} |iteratewhile] +- [Vse, kar ste vedno želeli vedeti o združevanju v skupine |grouping] - [Kako pisati poizvedbe SQL v Latte |how-to-write-sql-queries-in-latte]? - [Migracija iz PHP |migration-from-php] - [Migracija iz sistema Twig |migration-from-twig] diff --git a/latte/sl/cookbook/iteratewhile.texy b/latte/sl/cookbook/grouping.texy similarity index 100% rename from latte/sl/cookbook/iteratewhile.texy rename to latte/sl/cookbook/grouping.texy diff --git a/latte/tr/cookbook/@home.texy b/latte/tr/cookbook/@home.texy index 8ffcd3e435..2c1525ea71 100644 --- a/latte/tr/cookbook/@home.texy +++ b/latte/tr/cookbook/@home.texy @@ -4,7 +4,7 @@ Yemek Kitabı .[perex] Latte ile ortak görevleri gerçekleştirmek için örnek kodlar ve tarifler. -- [{iterateWhile} Hakkında Her Zaman Bilmek İstediğiniz Her Şey |iteratewhile] +- [Gruplama Hakkında Her Zaman Bilmek İstediğiniz Her Şey |grouping] - [Latte'de SQL sorguları nasıl yazılır? |how-to-write-sql-queries-in-latte] - [PHP'den geçiş |migration-from-php] - [Twig'den geçiş |migration-from-twig] diff --git a/latte/tr/cookbook/iteratewhile.texy b/latte/tr/cookbook/grouping.texy similarity index 100% rename from latte/tr/cookbook/iteratewhile.texy rename to latte/tr/cookbook/grouping.texy diff --git a/latte/uk/cookbook/@home.texy b/latte/uk/cookbook/@home.texy index 5d60e3b64a..fbe56a24ee 100644 --- a/latte/uk/cookbook/@home.texy +++ b/latte/uk/cookbook/@home.texy @@ -4,7 +4,7 @@ .[perex] Приклади кодів і рецептів для виконання типових завдань за допомогою Latte. -- [Все, що ви завжди хотіли знати про {iterateWhile} |iteratewhile] +- [Все, що ви завжди хотіли знати про групування |grouping] - [Як писати SQL-запити в Latte? |how-to-write-sql-queries-in-latte] - [Міграція з PHP |migration-from-php] - [Міграція з Twig |migration-from-twig] diff --git a/latte/uk/cookbook/iteratewhile.texy b/latte/uk/cookbook/grouping.texy similarity index 100% rename from latte/uk/cookbook/iteratewhile.texy rename to latte/uk/cookbook/grouping.texy