From a3e5427f8049da8858e4532065cca6e4629ca7c3 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:02 -0400 Subject: [PATCH 01/26] New translations app.php (French) [ci skip] --- src/translations/fr/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/fr/app.php b/src/translations/fr/app.php index 272eb1536ab..d27b26a3a0c 100644 --- a/src/translations/fr/app.php +++ b/src/translations/fr/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Tous les libellés d’option doivent être uniques.', 'All option values must be unique.' => 'Toutes les valeurs d’option doivent être uniques.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Tous les plug-ins doivent être avec Craft {version} avant de passer à la version supérieure.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Toutes les cibles doivent porter un libellé.', 'All users' => 'Tous les utilisateurs', 'All' => 'Tous', @@ -511,10 +512,12 @@ 'Description' => 'Description', 'Deselect All' => 'Tout Désélectionner', 'Desktop' => 'PC', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Paramètres de développement', 'Development' => 'Développement', 'Device type' => 'Type d’appareil', 'Dimensions' => 'Dimensions', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Les dossiers ne peuvent pas être supprimés pendant le déplacement de ressources.', 'Disable focal point' => 'Désactiver le point focus', 'Disable' => 'Désactiver', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'Modifier « {entryType} »', 'Edit “{title}”' => 'Modifier « {title} »', 'Edit' => 'Modifier', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Modifié', 'Eircode' => 'Eircode', 'Element' => 'Élément', @@ -621,6 +625,7 @@ 'Export…' => 'Exporter…', 'External project config changes discarded.' => 'Modifications de la configuration du projet annulées.', 'Failed to generate transform with id of {id}.' => 'Impossible de générer la transformation d’image d’ID {id}.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Impossible de charger la chaîne SVG.', 'Failed to save the image.' => 'Échec de l’enregistrement de l’image.', 'Failed' => 'Échec', @@ -826,6 +831,7 @@ 'Layout element types' => 'Types d’éléments de mise en page', 'Learn how' => 'Apprendre', 'Learn more' => 'En savoir plus', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Laissez vide si les catégories n’ont pas d’URL', 'Leave blank if entries don’t have URLs' => 'Laissez vide si les entrées n’ont pas d’URL', 'Leave blank if the entry doesn’t have a URL' => 'Laissez vide si l’entrée n’a pas d’URL', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup ?', 'Option Label' => 'Libellé de l’option', 'Options' => 'Options', + 'Order by' => 'Order by', 'Organization Tax ID' => 'ID fiscal de l’organisation', 'Organization' => 'Organisation', 'Orientation' => 'Orientation', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Options des boutons radio', 'Radio Buttons' => 'Boutons radio', 'Range…' => 'Période…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Données brutes (plus rapide)', 'Reactivate' => 'Réactiver', 'Ready to upgrade?' => 'Prêt à passer à la version supérieure ?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Contenu restauré depuis la révision {num}.', 'Reverting update (this may take a minute)…' => 'Annulation de la mise à jour (cela peut prendre une minute)…', 'Review' => 'Vérifier', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Notes de révision', 'Revision {num}' => 'Révision {num}', 'Revision' => 'Révision', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Cette licence est liée à une autre installation de Craft. Visitez {accountLink} pour l’en détacher, ou achetez une nouvelle licence.', 'This license isn’t allowed to run version {version}.' => 'Cette licence ne permet pas d’exécuter la version {version}.', 'This month' => 'Ce mois-ci', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Ce plugin n’est plus maintenu.', 'This plugin isn’t compatible with your version of Craft.' => 'Ce plugin n’est pas compatible avec votre version de Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Ce plugin requiert PHP {v1}, mais votre composer.json file requiert {v2}.', @@ -1991,6 +2003,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, one {}=1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, one {}=1{Élément déplacé} other{Éléments déplacés}}.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} tâches', '{total} updates available!' => '{total} mises à jour disponibles !', '{type} Condition' => 'Condition {type}', From 9c980e0a2a3e6a48c2d1792847174dd8e01d3345 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:04 -0400 Subject: [PATCH 02/26] New translations app.php (Spanish) [ci skip] --- src/translations/es/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/es/app.php b/src/translations/es/app.php index 7a3b64d06d5..d3841301cdf 100644 --- a/src/translations/es/app.php +++ b/src/translations/es/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Todas las etiquetas de opción deben ser únicas.', 'All option values must be unique.' => 'Todos los valores de opción deben ser únicos.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Todos los complementos deben ser compatibles con Craft {version} antes de poder actualizar.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Todos los destinos deben tener una etiqueta.', 'All users' => 'Todos los usuarios', 'All' => 'Todo', @@ -511,10 +512,12 @@ 'Description' => 'Descripción', 'Deselect All' => 'Deseleccionar todo', 'Desktop' => 'Escritorio', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Ajustes de desarrollo', 'Development' => 'Desarrollo', 'Device type' => 'Tipo de dispositivo', 'Dimensions' => 'Dimensiones', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'No se pueden eliminar los directorios mientras se mueven recursos.', 'Disable focal point' => 'Deshabilitar punto focal', 'Disable' => 'Desactivar', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'Editar “{entryType}”', 'Edit “{title}”' => 'Editar “{title}”', 'Edit' => 'Editar', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Editado', 'Eircode' => 'Eircode', 'Element' => 'Elemento', @@ -621,6 +625,7 @@ 'Export…' => 'Exportar…', 'External project config changes discarded.' => 'Se han descartado los cambios en la configuración del proyecto externo.', 'Failed to generate transform with id of {id}.' => 'No se pudo generar la transformación con id {id}.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'No se pudo cargar la cadena SVG.', 'Failed to save the image.' => 'No se pudo guardar la imagen.', 'Failed' => 'Falladas', @@ -826,6 +831,7 @@ 'Layout element types' => 'Tipos de elemento de diseño', 'Learn how' => 'Obtener más información', 'Learn more' => 'Obtener más información', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Deja en blanco si las categorías no tienen URL', 'Leave blank if entries don’t have URLs' => 'Deja en blanco si las entradas no tienen URL', 'Leave blank if the entry doesn’t have a URL' => 'Dejar en blanco si la entrada no tiene un URL', @@ -1054,6 +1060,7 @@ 'Optgroup?' => '¿Optgroup?', 'Option Label' => 'Etiqueta de opción', 'Options' => 'Opciones', + 'Order by' => 'Order by', 'Organization Tax ID' => 'Identificación fiscal de la organización', 'Organization' => 'Organización', 'Orientation' => 'Orientación', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Opciones de botón de opción', 'Radio Buttons' => 'Botones de opción', 'Range…' => 'Rango…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Datos sin procesar (más rápido)', 'Reactivate' => 'Reactivar', 'Ready to upgrade?' => '¿Preparado para actualizar?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Contenido revertido de la revisión {num}.', 'Reverting update (this may take a minute)…' => 'Revirtiendo actualización (este proceso puede tardar un minuto)...', 'Review' => 'Revisar', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Notas de revisión', 'Revision {num}' => 'Revisión {num}', 'Revision' => 'Revisión', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Esta licencia está vinculada con otra instalación de Craft. Visita {accountLink} para conseguirla, o compra una nueva licencia.', 'This license isn’t allowed to run version {version}.' => 'No se puede usar esta licencia para ejecutar la versión {version}.', 'This month' => 'Este mes', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Ya no se mantiene este complemento.', 'This plugin isn’t compatible with your version of Craft.' => 'Este complemento no es compatible con su versión de Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Este complemento requiere PHP {v1}, pero tu archivo composer.json está configurado actualmente como {v2}.', @@ -1991,6 +2003,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, one {}=1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, one {}=1{Elemento movido} other{Elementos movidos}}.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} trabajos', '{total} updates available!' => '¡{total} actualizaciones disponibles!', '{type} Condition' => 'Condición de {type}', From ed8bc860262e19f372761d8c1ca6e0e1a5ea85dd Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:06 -0400 Subject: [PATCH 03/26] New translations app.php (Arabic) [ci skip] --- src/translations/ar/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/ar/app.php b/src/translations/ar/app.php index 4b1ad98274a..d5b36920d7f 100644 --- a/src/translations/ar/app.php +++ b/src/translations/ar/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'يجب أن تكون جميع تسميات الخيار فريدة.', 'All option values must be unique.' => 'يجب أن تكون جميع القيم فريدة.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'يجب أن تتوافق جميع الملحقات مع إصدار Craft {version} قبل أن تتمكن من الترقية.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'يجب أن تكون جميع الأهداف لديها تسمية.', 'All users' => 'جميع المستخدمين', 'All' => 'الكل', @@ -511,10 +512,12 @@ 'Description' => 'الوصف', 'Deselect All' => 'إلغاء تحديد الكل', 'Desktop' => 'سطح المكتب', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'إعدادات التطوير', 'Development' => 'تطوير', 'Device type' => 'نوع الجهاز', 'Dimensions' => 'الأبعاد', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'لا يمكن حذف الدلائل أثناء نقل الأصول.', 'Disable focal point' => 'تعطيل النقطة المحورية', 'Disable' => 'تعطيل', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'تحرير ”{entryType}“', 'Edit “{title}”' => 'تحرير ”{title}“', 'Edit' => 'تحرير', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'تم التحرير', 'Eircode' => 'Eircode', 'Element' => 'عنصر', @@ -621,6 +625,7 @@ 'Export…' => 'تصدير…', 'External project config changes discarded.' => 'تم تجاهل تغييرات تكوين المشروع الخارجي.', 'Failed to generate transform with id of {id}.' => 'فشل إنشاء تحويل بالمعرف {id}.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'فشل تحميل سلسلة SVG.', 'Failed to save the image.' => 'فشل حفظ الصورة.', 'Failed' => 'فشل', @@ -826,6 +831,7 @@ 'Layout element types' => 'أنواع عناصر التخطيط', 'Learn how' => 'تعلم كيف', 'Learn more' => 'تعرف على المزيد', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'اترك هذا الجزء فارغًا إذا لم تتوفر عناوين URL للفئات', 'Leave blank if entries don’t have URLs' => 'اترك هذا الجزء فارغًا إذا لم تتوفر عناوين URL للإدخالات', 'Leave blank if the entry doesn’t have a URL' => 'اترك هذا الجزء فارغًا إذا لم تتوفر عناوين URL للإدخالات', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup؟', 'Option Label' => 'تسمية الخيار', 'Options' => 'خيارات', + 'Order by' => 'Order by', 'Organization Tax ID' => 'معرف ضريبة المنظمة', 'Organization' => 'المنظمة', 'Orientation' => 'الاتجاه', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'خيارات أزرار الاختيار', 'Radio Buttons' => 'أزرار اختيار', 'Range…' => 'النطاق…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'البيانات الأولية (الأسرع)', 'Reactivate' => 'إعادة التنشيط', 'Ready to upgrade?' => 'هل أنت مستعد للترقية؟', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'تم إعادة المحتوى من المراجعة {num}.', 'Reverting update (this may take a minute)…' => 'جارٍ التراجع عن التحديث (قد يستغرق ذلك دقيقة)...', 'Review' => 'مراجعة', + 'Reviews' => 'Reviews', 'Revision Notes' => 'ملاحظات المراجعات', 'Revision {num}' => 'مراجعة {num}', 'Revision' => 'المراجعة', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'هذا الترخيص مرتبط بتثبيت Craft آخر. قم بزيارة {accountLink} لفصله، أو شراء ترخيص جديد.', 'This license isn’t allowed to run version {version}.' => 'غير مسموح لهذا الترخيص بتشغيل إصدار {version}.', 'This month' => 'هذا الشهر', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'لم يعد هذا البرنامج المساعد مستخدمًا.', 'This plugin isn’t compatible with your version of Craft.' => 'هذا الملحق لا يتوافق مع إصدار Craft الخاص بك.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'يتطلب هذا الملحق PHP {v1}، لكن ملف composer.json مضبوط حاليًا على PHP {v2}.', @@ -1991,6 +2003,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, zero {} one {{items}} two {{items}} few {{items}} many {{items}} =1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => 'تم نقل {totalItems, plural, zero {} one {عنصر} two {عنصرين} few {عناصر} many {عنصرًا}=1{عنصر واحد} other{عنصر}} moved.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} المهام', '{total} updates available!' => '{total} تحديثات متاحة!', '{type} Condition' => 'حالة {type}', From 7b4465137766c65eb36c954380fdef37c2c7ad33 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:08 -0400 Subject: [PATCH 04/26] New translations app.php (Czech) [ci skip] --- src/translations/cs/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/cs/app.php b/src/translations/cs/app.php index b0969958f49..dff725ca4ce 100644 --- a/src/translations/cs/app.php +++ b/src/translations/cs/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Všechny štítky možností musí být jedinečné.', 'All option values must be unique.' => 'Všechny hodnoty možností musí být jedinečné.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Před upgradem musí být všechny pluginy kompatibilní s verzí Craft {version}.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Všechny cíle musí mít štítek.', 'All users' => 'Všichni uživatelé', 'All' => 'Vše', @@ -511,10 +512,12 @@ 'Description' => 'Popis', 'Deselect All' => 'Zrušit výběr všech', 'Desktop' => 'Stolní počítač', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Nastavení pro vývoj', 'Development' => 'Vývoj', 'Device type' => 'Typ zařízení', 'Dimensions' => 'Rozměry', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Při přesouvání aktiv nelze odstranit adresáře.', 'Disable focal point' => 'Zakázat ohniskový bod', 'Disable' => 'Vypnout', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'Upravit "{entryType}"', 'Edit “{title}”' => 'Upravit "{title}"', 'Edit' => 'Upravit', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Upraveno', 'Eircode' => 'Kód Eircode', 'Element' => 'Najít oficiálního partnera Craft ', @@ -621,6 +625,7 @@ 'Export…' => 'Exportovat…', 'External project config changes discarded.' => 'Externí změny konfigurace projektu budou zrušeny.', 'Failed to generate transform with id of {id}.' => 'Transformaci s ID {id} se nepodařilo vygenerovat.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Řetězec SVG nelze načíst.', 'Failed to save the image.' => 'Obrázek nelze uložit.', 'Failed' => 'Chyba', @@ -826,6 +831,7 @@ 'Layout element types' => 'Typy elementů rozvržení', 'Learn how' => 'Zjistěte jak', 'Learn more' => 'Další informace', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Pokud kategorie nemají adresy URL, ponechte prázdné', 'Leave blank if entries don’t have URLs' => 'Pokud položky nemají adresy URL, ponechte prázdné', 'Leave blank if the entry doesn’t have a URL' => 'Pokud záznam nemá adresu URL, ponechte pole prázdné', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Popis možnosti', 'Options' => 'Možnosti', + 'Order by' => 'Order by', 'Organization Tax ID' => 'Daňové identifikační číslo organizace', 'Organization' => 'Organizace', 'Orientation' => 'Orientace', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Volby radio buttonů', 'Radio Buttons' => 'Radiobuttony', 'Range…' => 'Rozsah…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Nezpracovaná data (nejrychlejší)', 'Reactivate' => 'Znovu aktivovat', 'Ready to upgrade?' => 'Jste připraveni na upgrade?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Vrácený obsah z revize {num}.', 'Reverting update (this may take a minute)…' => 'Vracení aktualizace zpět (může to nějakou dobu trvat)…', 'Review' => 'Revidovat', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Revizní poznámky', 'Revision {num}' => 'Revize {num}', 'Revision' => 'Revize', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Tato licence je vázána na jinou instalaci Craft. Odpojte ji na stránce {accountLink} nebo si zakupte novou licenci.', 'This license isn’t allowed to run version {version}.' => 'Tato licence nemá povoleno spuštění verze {version}.', 'This month' => 'Tento měsíc', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Tento plugin již není spravován.', 'This plugin isn’t compatible with your version of Craft.' => 'Tento plugin není kompatibilní s vaší verzí Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Tento zásuvný modul vyžaduje PHP {v1}, ale váš soubor composer.json je aktuálně nastaven na PHP {v2}.', @@ -1993,6 +2005,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, one {} few {{položky}} many {{položek}}=1{{položka}} other{{položek}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, =1{Položky} other{Položky}} přesunuty.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} úloh(y)', '{total} updates available!' => '{total} aktualizací k dispozici!', '{type} Condition' => 'Stav {type}', From 92caab78daa4067ac5940658f3107c0cd8860b79 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:10 -0400 Subject: [PATCH 05/26] New translations app.php (Danish) [ci skip] --- src/translations/da/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/da/app.php b/src/translations/da/app.php index 051f2352c3b..10abe4ba5c5 100644 --- a/src/translations/da/app.php +++ b/src/translations/da/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Alle indstillingsetiketter skal være unikke.', 'All option values must be unique.' => 'Alle indstillingsværdier skal være unikke.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Alle plugins skal være kompatible med Craft {version}, før du kan opgradere.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Alle mål skal have en etiket.', 'All users' => 'Alle brugere', 'All' => 'Alle', @@ -511,10 +512,12 @@ 'Description' => 'Beskrivelse', 'Deselect All' => 'Fravælg alle', 'Desktop' => 'Pc', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Udviklingsindstillinger', 'Development' => 'Udvikling', 'Device type' => 'Enhedstype', 'Dimensions' => 'Dimensioner', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Mapper må ikke slettes under flytning af aktiver.', 'Disable focal point' => 'Deaktiver fokuspunkt', 'Disable' => 'Deaktiver', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'Rediger “{entryType}”', 'Edit “{title}”' => 'Rediger “{title}”', 'Edit' => 'Rediger', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Redigeret', 'Eircode' => 'Eircode', 'Element' => 'Element', @@ -621,6 +625,7 @@ 'Export…' => 'Eksporter…', 'External project config changes discarded.' => 'Eksterne projektkonfigurationændringer kasseret.', 'Failed to generate transform with id of {id}.' => 'Kunne ikke danne transformering med id {id}.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Kunne ikke indlæse SVG-streng.', 'Failed to save the image.' => 'Kunne ikke gemme billede.', 'Failed' => 'Mislykkedes', @@ -826,6 +831,7 @@ 'Layout element types' => 'Layoutelementtyper', 'Learn how' => 'Lær hvordan', 'Learn more' => 'Lær mere', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Tom, hvis kategorier ikke har URL\'er', 'Leave blank if entries don’t have URLs' => 'Tom, hvis kategorier ikke har URL\'er', 'Leave blank if the entry doesn’t have a URL' => 'Tom, hvis posten ikke har en url', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Etiket for alternativ', 'Options' => 'Indstillinger', + 'Order by' => 'Order by', 'Organization Tax ID' => 'Moms-id for organisation', 'Organization' => 'Organisation', 'Orientation' => 'Retning', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Radio Knap Indstillinger', 'Radio Buttons' => 'Radio Knapper', 'Range…' => 'Interval…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Rå data (hurtigst)', 'Reactivate' => 'Genaktiver', 'Ready to upgrade?' => 'Klar til at opgradere?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Gendan indhold fra denne revision {num}.', 'Reverting update (this may take a minute)…' => 'Nulstiller opdatering (kan tage et minut)…', 'Review' => 'Bedøm', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Ændringsnoter', 'Revision {num}' => 'Revision {num}', 'Revision' => 'Revision', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Denne licens er knyttet til en anden Craft-installation. Besøg {accountLink} for at fjerne tilknytningen, eller køb en ny licens.', 'This license isn’t allowed to run version {version}.' => 'Denne licens har ikke tilladelse til at køre {version}.', 'This month' => 'Denne måned', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Denne plugin vedligeholdes ikke længere.', 'This plugin isn’t compatible with your version of Craft.' => 'Denne plugin er ikke kompatibel med din version af Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Denne plugin kræver PHP {v1}, men din composer.json-fil er indstillet til {v2} i øjeblikket.', @@ -1999,6 +2011,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, one {}=1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, one {}=1{Element} other{Elementer}} flyttet.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} jobs', '{total} updates available!' => '{total} opdateringer tilgængelig!', '{type} Condition' => '{type}-betingelse', From 38833e0ef7724102b05c40e0108bb45cf606c280 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:12 -0400 Subject: [PATCH 06/26] New translations app.php (German) [ci skip] --- src/translations/de/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/de/app.php b/src/translations/de/app.php index 51b332c5a81..49686ab5a40 100644 --- a/src/translations/de/app.php +++ b/src/translations/de/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Alle Optionsbezeichnungen müssen einzigartig sein.', 'All option values must be unique.' => 'Alle Optionswerte müssen einzigartig sein.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Alle Plug-ins müssen mit Craft {version} kompatibel sein, bevor ein Upgrade durchgeführt werden kann.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Alle Ziele müssen eine Bezeichnung haben.', 'All users' => 'Alle Benutzer', 'All' => 'Alle', @@ -511,10 +512,12 @@ 'Description' => 'Beschreibung', 'Deselect All' => 'Gesamte Auswahl aufheben', 'Desktop' => 'Desktop', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Entwicklungseinstellungen', 'Development' => 'Entwicklung', 'Device type' => 'Gerätetyp', 'Dimensions' => 'Dimensionen', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Verzeichnisse können nicht gelöscht werden, während Dateien bewegt werden.', 'Disable focal point' => 'Blickpunkt deaktivieren', 'Disable' => 'Deaktivieren', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => '„{entryType}“ bearbeiten', 'Edit “{title}”' => '„{title}“ bearbeiten', 'Edit' => 'Bearbeiten', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Bearbeitet', 'Eircode' => 'Eircode', 'Element' => 'Element', @@ -621,6 +625,7 @@ 'Export…' => 'Exportieren…', 'External project config changes discarded.' => 'Änderungen an externen Projektkonfigurationsdateien verworfen.', 'Failed to generate transform with id of {id}.' => 'Transformation mit ID {id} konnte nicht erzeugt werden.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'SVG-Zeichenkette konnte nicht geladen werden.', 'Failed to save the image.' => 'Bild konnte nicht gespeichert werden.', 'Failed' => 'Fehlgeschlagen', @@ -826,6 +831,7 @@ 'Layout element types' => 'Layout-Elementtypen', 'Learn how' => 'Lerne wie', 'Learn more' => 'Weitere Informationen', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Bei Kategorien ohne URL leer lassen', 'Leave blank if entries don’t have URLs' => 'Bei Einträgen ohne URL leer lassen', 'Leave blank if the entry doesn’t have a URL' => 'Wenn der Eintrag keine URL hat leer lassen', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Bezeichnung der Einstellungen', 'Options' => 'Einstellungen', + 'Order by' => 'Order by', 'Organization Tax ID' => 'Steuernummer der Organisation', 'Organization' => 'Organisation', 'Orientation' => 'Ausrichtung', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Auswahlmöglichkeiten des Optionsfelds', 'Radio Buttons' => 'Optionsfeld', 'Range…' => 'Wertebereich …', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Rohdaten (am schnellsten)', 'Reactivate' => 'Erneut aktivieren', 'Ready to upgrade?' => 'Bereit für das Upgrade?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Inhalt auf Revision {num} zurückgesetzt.', 'Reverting update (this may take a minute)…' => 'Update wird rückgängig gemacht (dies kann eine Minute dauern)...', 'Review' => 'Prüfen', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Revisionsnotizen', 'Revision {num}' => 'Revision {num}', 'Revision' => 'Revision', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Diese Lizenz ist an eine andere Craft Installation gebunden. Besuchen Sie {accountLink} um sie zu trennen, oder erwerben Sie eine neue Lizenz.', 'This license isn’t allowed to run version {version}.' => 'Mit dieser Lizenz kann Version {version} nicht ausgeführt werden.', 'This month' => 'Diesen Monat', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Dieses Plug-in wird nicht mehr weiterentwickelt.', 'This plugin isn’t compatible with your version of Craft.' => 'Dieses Plugin ist nicht mit Ihrer Version von Craft kompatibel.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Dieses Plugin erfordert PHP {v1}, aber Ihre composer.json Datei legt die Version gegenwärtig auf {v2} fest.', @@ -1993,6 +2005,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, one {}=1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, one {}=1{Element} other{Elemente}} verschoben.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} Aufgaben', '{total} updates available!' => '{total} Aktualisierungen verfügbar!', '{type} Condition' => '{type} Bedingung', From e55aa81cf871dd545c030331717d0e07379952c7 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:13 -0400 Subject: [PATCH 07/26] New translations app.php (Hebrew) [ci skip] --- src/translations/he/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/he/app.php b/src/translations/he/app.php index 8c60c75a93c..c08148faa2e 100644 --- a/src/translations/he/app.php +++ b/src/translations/he/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'כל תתוויות האפשרויות חייבות להיות יחידות.', 'All option values must be unique.' => 'כל ערכי האפשרויות חייבים להיות יחידים.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'כל התוספים צריכים להיות תואמים ל-Craft {version} לפני שתוכל לשדרג.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'לכל היעדים חייבת להיות תווית.', 'All users' => 'כל המשתמשים', 'All' => 'הכל', @@ -511,10 +512,12 @@ 'Description' => 'תיאור', 'Deselect All' => 'בטל את כל הבחירות', 'Desktop' => 'שולחן עבודה', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'הגדרות פיתוח', 'Development' => 'פיתוח', 'Device type' => 'סוג התקן', 'Dimensions' => 'מימדים', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'לא ניתן למחוק ספריות בעת העברת נכסים.', 'Disable focal point' => 'נטרל את נקודת המוקד', 'Disable' => 'השבת', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'ערוך “{entryType}”', 'Edit “{title}”' => 'ערוך “{title}”', 'Edit' => 'עריכה', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'ערוך', 'Eircode' => 'מיקוד (אירלנד)', 'Element' => 'רכיב', @@ -621,6 +625,7 @@ 'Export…' => 'ייבא…', 'External project config changes discarded.' => 'שינויי תצורה של פרויקט חיצוני בוטלו.', 'Failed to generate transform with id of {id}.' => 'יצירת שינוי עם המזהה {id} נכשלה.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'טעינת מחרוזת SVG נכשלה.', 'Failed to save the image.' => 'שמירת התמונה נכשלה.', 'Failed' => 'נכשל', @@ -826,6 +831,7 @@ 'Layout element types' => 'סוגי רכיבי תבנית', 'Learn how' => 'למד כיצד', 'Learn more' => 'למידע נוסף', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'השאר ריק אם לקטגוריות אין כתובות אתר (URL)', 'Leave blank if entries don’t have URLs' => 'השאר ריק אם לרשומות אין כתובות URL', 'Leave blank if the entry doesn’t have a URL' => 'השאר ריק אם לרשומה אין כתובת URL', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'תווית אופציה', 'Options' => 'אפשרויות', + 'Order by' => 'Order by', 'Organization Tax ID' => 'מזהה מס של הארגון', 'Organization' => 'ארגון', 'Orientation' => 'כיוון', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'אפשרויות כפתורי רדיו', 'Radio Buttons' => 'כפתורי רדיו', 'Range…' => 'טווח…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'נתונים גולמיים (מהיר ביותר)', 'Reactivate' => 'הפעל מחדש', 'Ready to upgrade?' => 'מוכן לשדרג?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'תוכן ששוחזר מתיקון {num}.', 'Reverting update (this may take a minute)…' => 'מבטל עדכון (פעולה זו עשויה להימשך דקה)…', 'Review' => 'ביקורת', + 'Reviews' => 'Reviews', 'Revision Notes' => 'הערות לתיקון', 'Revision {num}' => 'תיקון {num}', 'Revision' => 'תיקון', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'רישיון זה קשור להתקנה של Craft אחר. עבור ל-{accountLink} כדי לנתק אותו או קנה רישיון חדש.', 'This license isn’t allowed to run version {version}.' => 'רישיון זה אינו מורשה להריץ גרסה {version}.', 'This month' => 'החודש', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'התוסף אינו מתוחזק יותר.', 'This plugin isn’t compatible with your version of Craft.' => 'תוסף זה אינו תואם לגרסת Craft שלך.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'התוסף דורש PHP {v1}, אך קובץ composer.json שלך מוגדר כעת כ-{v2}.', @@ -1991,6 +2003,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, =1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, =1{Item} other{Items}} הועברו.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} עבודות', '{total} updates available!' => '{total} עדכונים זמינים!', '{type} Condition' => '{type} תנאי', From 83cbc9d34ed4dd2cb29d7f99a4c4baa197d827c2 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:15 -0400 Subject: [PATCH 08/26] New translations app.php (Hungarian) [ci skip] --- src/translations/hu/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/hu/app.php b/src/translations/hu/app.php index ea6bf7dcc8e..be97642b4fe 100644 --- a/src/translations/hu/app.php +++ b/src/translations/hu/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'A lehetőségek címkéinek egyedinek kell lenniük.', 'All option values must be unique.' => 'A lehetőségek értékeinek egyedinek kell lenniük.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Frissítés előtt sz összes beépülő moduljának kompatibilisnek kell lennie a Craft {version} verziójával.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Az összes címhez címke kell.', 'All users' => 'Az összes felhasználó', 'All' => 'Mind', @@ -511,10 +512,12 @@ 'Description' => 'Leírás', 'Deselect All' => 'Minden kiválasztás visszavonása', 'Desktop' => 'Asztal', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Fejlesztési beállítások', 'Development' => 'Fejlesztés', 'Device type' => 'Eszköz típusa', 'Dimensions' => 'Méretek', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'A könyvtárak a tartalmak törlése során nem törölhetők.', 'Disable focal point' => 'Fókuszpont kikapcsolása', 'Disable' => 'Kikapcsol', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => '“{entryType}” szerkesztése', 'Edit “{title}”' => 'Szerkeszt “{title}”', 'Edit' => 'Szerkeszt', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Szerkesztve', 'Eircode' => 'Eircode', 'Element' => 'Elem', @@ -621,6 +625,7 @@ 'Export…' => 'Export…', 'External project config changes discarded.' => 'A projekt konfigurációjának a külső változtatásai elvetve.', 'Failed to generate transform with id of {id}.' => 'Nem sikerült {id} azonosítójú átalakítást létrehozni.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Az SVG-karakterlánc betöltése nem sikerült.', 'Failed to save the image.' => 'A kép mentése nem sikerült.', 'Failed' => 'Sikertelen', @@ -826,6 +831,7 @@ 'Layout element types' => 'Elrendezés elemeinek a típusai', 'Learn how' => 'Ismerje meg, hogyan', 'Learn more' => 'További információk', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Ha a kategóriához nem tartozik URL, hagyja üresen.', 'Leave blank if entries don’t have URLs' => 'Ha a bejegyzésekhez nem tartozik URL, hagyja üresen.', 'Leave blank if the entry doesn’t have a URL' => 'Ha a bejegyzéshez nem tartozik URL, hagyja üresen', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Beállítás címke', 'Options' => 'Opciók', + 'Order by' => 'Order by', 'Organization Tax ID' => 'Szervezet adóazonosítója', 'Organization' => 'Szervezet', 'Orientation' => 'Tájolás', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Rádió gomb beállítások', 'Radio Buttons' => 'Rádió gombok', 'Range…' => 'Tartomány…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Nyers adatok (leggyorsabb)', 'Reactivate' => 'Újraaktiválás', 'Ready to upgrade?' => 'Készen áll a frissítésre?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Tartalom visszaállítása a {num} verzióról.', 'Reverting update (this may take a minute)…' => 'A frissítés visszavonása (eltarthat néhány percig)...', 'Review' => 'Értékelés', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Verzióra vonatkozó megjegyzések', 'Revision {num}' => '{num} verzió', 'Revision' => 'Verzió', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Ez a licenc egy másik Craft telepítéshez kapcsolódik. A leválasztáshoz látogasson a {accountLink} oldalra, vagy vásároljon egy új licencet.', 'This license isn’t allowed to run version {version}.' => 'Ez a licenc nem futtathatja a(z) {version} verziót.', 'This month' => 'E hónap', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Ez a beépülő modul már nincs karbantartva.', 'This plugin isn’t compatible with your version of Craft.' => 'Ez a beépülő modul nem kompatibilis az ön Craft verziójával.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Ehhez a beépülő modulhoz PHP {v1} szükséges, de a composer.json fájljának beállítása jelenleg {v2}.', @@ -1995,6 +2007,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, one {}=1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, one {}=1{Az elem} other{Az elemek}} áthelyezve.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} feladat', '{total} updates available!' => '{total} frissítés áll rendelkezésre!', '{type} Condition' => '{type} feltétel', From 273b1615bad4930734a5ab166af5f6614096eb89 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:17 -0400 Subject: [PATCH 09/26] New translations app.php (Italian) [ci skip] --- src/translations/it/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/it/app.php b/src/translations/it/app.php index 7e5066f3b34..a1727e3a4b5 100644 --- a/src/translations/it/app.php +++ b/src/translations/it/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Tutte le etichette di opzione devono essere univoche.', 'All option values must be unique.' => 'Tutti i valori di opzione devono essere univoci.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Tutti i plugi-n devono essere compatibili con Craft {version} prima di poter procedere all\'aggiornamento.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Tutte le destinazioni devono avere un\'etichetta.', 'All users' => 'Tutti gli utenti', 'All' => 'Tutti', @@ -511,10 +512,12 @@ 'Description' => 'Descrizione', 'Deselect All' => 'Deseleziona Tutte', 'Desktop' => 'Desktop', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Impostazioni di sviluppo', 'Development' => 'Sviluppo', 'Device type' => 'Tipo di dispositivo', 'Dimensions' => 'Dimensioni', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Impossibile eliminare directory durante lo spostamento di risorse.', 'Disable focal point' => 'Disabilita punto focale', 'Disable' => 'Disabilita', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'Modifica “{entryType}”', 'Edit “{title}”' => 'Modifica “{title}”', 'Edit' => 'Modifica', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Modificato', 'Eircode' => 'Codice Eir', 'Element' => 'Elemento', @@ -621,6 +625,7 @@ 'Export…' => 'Esporta...', 'External project config changes discarded.' => 'Modifiche esterne alla config progetto scartate.', 'Failed to generate transform with id of {id}.' => 'Impossibile generare la trasformazione con ID "{id}".', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Impossibile caricare la stringa SVG.', 'Failed to save the image.' => 'Impossibile salvare l\'immagine.', 'Failed' => 'Fallito', @@ -826,6 +831,7 @@ 'Layout element types' => 'Tipi di elementi di layout', 'Learn how' => 'Scopri come', 'Learn more' => 'Ulteriori informazioni', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Lascia il campo vuoto se alle categorie non sono associati URL', 'Leave blank if entries don’t have URLs' => 'Lascia il campo vuoto se alle voci non sono associati URL', 'Leave blank if the entry doesn’t have a URL' => 'Lascia vuoto se l\'articolo non ha un URL', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Etichetta opzione', 'Options' => 'Opzioni', + 'Order by' => 'Order by', 'Organization Tax ID' => 'Partita IVA organizzazione', 'Organization' => 'Organizzazione', 'Orientation' => 'Orientamento', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Opzioni per i Pulsanti di Opzione', 'Radio Buttons' => 'Pulsanti di Opzione', 'Range…' => 'Intrevallo…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Dati non elaborati (più veloce)', 'Reactivate' => 'Riattiva', 'Ready to upgrade?' => 'Pronto all\'aggiornamento?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Contenuto ripristinato dalla revisione {num}.', 'Reverting update (this may take a minute)…' => 'Ripristino aggiornamento… L\'operazione potrebbe richiedere qualche minuto.', 'Review' => 'Verifica', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Note di revisione', 'Revision {num}' => 'Revisione {num}', 'Revision' => 'Revisione', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'La licenza è collegata a un\'altra installazione di Craft. Visita {accountLink} per scollegarla, oppure acquista una nuova licenza.', 'This license isn’t allowed to run version {version}.' => 'Con questa licenza non è possibile far funzionare la versione {version}.', 'This month' => 'Questo mese', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Non si effettua più manutenzione per questo plug-in.', 'This plugin isn’t compatible with your version of Craft.' => 'Questo plugin non è compatibile con la tua versione di Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Questo plug-in richiede PHP {v1}, ma il tuo file composer.json è attualmente impostato su {v2}.', @@ -1993,6 +2005,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, one {}=1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, one {}=1{Elemento spostato} other{Elementi spostati}}.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} attività', '{total} updates available!' => '{total} aggiornamenti disponibili!', '{type} Condition' => 'Condizione {type}', From 73c1ebfaa56d296ab642dc2ab740a2531609d4fe Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:19 -0400 Subject: [PATCH 10/26] New translations app.php (Japanese) [ci skip] --- src/translations/ja/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/ja/app.php b/src/translations/ja/app.php index 33c3188c0ef..ffab127107a 100644 --- a/src/translations/ja/app.php +++ b/src/translations/ja/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'どのオプションのラベルも重複してはなりません。', 'All option values must be unique.' => 'どのオプションの値も重複してはなりません。', 'All plugins must be compatible with Craft {version} before you can upgrade.' => '更新するには、すべてのプラグインが Craft {version} に対応している必要があります。', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'すべてのターゲットはラベルを持つ必要があります。', 'All users' => 'すべてのユーザ', 'All' => 'すべて', @@ -511,10 +512,12 @@ 'Description' => '説明', 'Deselect All' => 'すべての選択を解除', 'Desktop' => 'デスクトップ', + 'Developer Response' => 'Developer Response', 'Development Settings' => '開発設定', 'Development' => '開発', 'Device type' => 'デバイスの種類', 'Dimensions' => 'サイズ', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'アセットの移動中はディレクトリを削除できません。', 'Disable focal point' => '焦点を無効にする', 'Disable' => '無効', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => '「{entryType}」を編集する', 'Edit “{title}”' => '「{title}」を編集する', 'Edit' => '編集', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => '編集済み', 'Eircode' => 'Eircode', 'Element' => 'エレメント', @@ -621,6 +625,7 @@ 'Export…' => 'エクスポート…', 'External project config changes discarded.' => '外部プロジェクト構成の変更が破棄されました。', 'Failed to generate transform with id of {id}.' => 'ID 「{id}」で変換の生成に失敗しました。', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'SVG ストリングのロードに失敗しました。', 'Failed to save the image.' => '画像の保存に失敗しました。', 'Failed' => '失敗しました', @@ -826,6 +831,7 @@ 'Layout element types' => 'レイアウト要素のタイプ', 'Learn how' => '詳しく知る', 'Learn more' => 'さらに詳しく', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'カテゴリに URL がない場合は空にしてください', 'Leave blank if entries don’t have URLs' => 'エントリーに URL がない場合は空にしてください', 'Leave blank if the entry doesn’t have a URL' => 'エントリにURLがない場合は空にしてください', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'オプションのラベル', 'Options' => 'オプション', + 'Order by' => 'Order by', 'Organization Tax ID' => '組織税 ID', 'Organization' => '組織', 'Orientation' => '向き', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'ラジオボタンのオプション', 'Radio Buttons' => 'ラジオボタン', 'Range…' => '範囲…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => '生データ(最速)', 'Reactivate' => '再有効化', 'Ready to upgrade?' => 'アップグレードの準備はできましたか?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'リビジョン {num} のコンテンツを元に戻しました。', 'Reverting update (this may take a minute)…' => 'アップデートを元に戻しています (数分かかる場合があります)…', 'Review' => '確認', + 'Reviews' => 'Reviews', 'Revision Notes' => 'リビジョンメモ', 'Revision {num}' => 'リビジョン {num}', 'Revision' => 'リビジョン', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'このライセンスは別のCraftインストールに関連付けられています。{accountLink}で関連を解除するか、新しいライセンスを購入してください.', 'This license isn’t allowed to run version {version}.' => 'このライセンスではバージョン {version} を実行できません。', 'This month' => '今月', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'このプラグインは保守されなくなりました。', 'This plugin isn’t compatible with your version of Craft.' => 'このプラグインは使用しているCraftのバージョンと互換性がありません。', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'このプラグインには PHP {v1} が必要ですが、ご利用の composer.json ファイルは現在 {v2} に設定されています。', @@ -1991,6 +2003,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number}件の{total, plural, =1{{アイテム}} other{{アイテム}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, =1{アイテム} other{アイテム}}は移動しました。', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total}件のジョブ', '{total} updates available!' => 'アップデート{total}件があります!', '{type} Condition' => '{type}の条件', From 7e46662c34face45c7ccbb37d9cc515a655bae4e Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:20 -0400 Subject: [PATCH 11/26] New translations app.php (Korean) [ci skip] --- src/translations/ko/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/ko/app.php b/src/translations/ko/app.php index 3892c8588f3..9445a2ff7d9 100644 --- a/src/translations/ko/app.php +++ b/src/translations/ko/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => '모든 옵션 레이블은 고유해야 합니다.', 'All option values must be unique.' => '모든 옵션 값은 고유해야 합니다.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => '업그레이드하려면 모든 플러그인이 Craft {version}과(와) 호환되어야 합니다.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => '모든 대상은 라벨을 표시해야 합니다.', 'All users' => '모든 사용자', 'All' => '모두', @@ -511,10 +512,12 @@ 'Description' => '설명', 'Deselect All' => '전체 선택 해제', 'Desktop' => '데스크톱', + 'Developer Response' => 'Developer Response', 'Development Settings' => '개발 설정', 'Development' => '개발', 'Device type' => '장치 유형', 'Dimensions' => '크기', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => '에셋 이동 중에는 디렉터리를 삭제할 수 없습니다.', 'Disable focal point' => '초점 비활성화', 'Disable' => '비활성화', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => '“{entryType}” 편집', 'Edit “{title}”' => '“{title}” 편집', 'Edit' => '편집', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => '편집됨', 'Eircode' => 'Eircode', 'Element' => '요소', @@ -621,6 +625,7 @@ 'Export…' => '익스포트...', 'External project config changes discarded.' => '외부 프로젝트 구성 변경이 취소되었습니다.', 'Failed to generate transform with id of {id}.' => 'ID가 {id}인 변환을 생성하지 못했습니다.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'SVG 문자열을 로드하지 못했습니다.', 'Failed to save the image.' => '이미지를 저장하지 못했습니다.', 'Failed' => '실패', @@ -826,6 +831,7 @@ 'Layout element types' => '레이아웃 요소 유형', 'Learn how' => '자세히 보기', 'Learn more' => '더 알아보기', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => '카테고리가 URL을 포함하지 않은 경우 비워 두십시오', 'Leave blank if entries don’t have URLs' => '항목에 URL이 포함되지 않은 경우 비워 두십시오', 'Leave blank if the entry doesn’t have a URL' => '항목에 URL이 포함되지 않은 경우 비워 두십시오', @@ -1054,6 +1060,7 @@ 'Optgroup?' => '그룹 선택?', 'Option Label' => '옵션 라벨', 'Options' => '옵션', + 'Order by' => 'Order by', 'Organization Tax ID' => '조직 세금 ID', 'Organization' => '조직', 'Orientation' => '방향', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => '라디오 버튼 옵션', 'Radio Buttons' => '라디오 버튼', 'Range…' => '범위…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => '원시 데이터(가장 빠름)', 'Reactivate' => '재활성화', 'Ready to upgrade?' => '업그레이드 준비가 되셨습니까?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => '버전 {num}의 콘텐츠를 되돌렸습니다.', 'Reverting update (this may take a minute)…' => '업데이트 되돌리는 중(1분 정도 소요됩니다)…', 'Review' => '검토', + 'Reviews' => 'Reviews', 'Revision Notes' => '개정 노트', 'Revision {num}' => '개정 {num}', 'Revision' => '개정', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => '이 라이선스는 다른 Craft 설치에 연결되어 있습니다. {accountLink}에 방문하여 연결 해제하거나 새 라이선스를 구입하십시오.', 'This license isn’t allowed to run version {version}.' => '이 라이선스로 버전 {version} 을 실행할 수 없습니다.', 'This month' => '이번 달', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => '이 플러그인은 더 이상 유지 관리되지 않습니다.', 'This plugin isn’t compatible with your version of Craft.' => '이 플러그인은 해당 버전의 Craft와 호환되지 않습니다.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => '이 플러그인에는 PHP {v1}이(가) 필요하지만, 해당 composer.json 파일은 {v2}(으)로 현재 설정되어 있습니다.', @@ -1991,6 +2003,7 @@ '{title} ({site})' => '{title}({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number}개 {total, plural, =1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, =1{항목} other{항목}}이 이동되었습니다.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total}개 작업', '{total} updates available!' => '총 {total}개의 업데이트가 이용 가능!', '{type} Condition' => '{type} 조건', From e2e2b7453768ad0525470fd61a3a1ed053496451 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:22 -0400 Subject: [PATCH 12/26] New translations app.php (Dutch) [ci skip] --- src/translations/nl/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/nl/app.php b/src/translations/nl/app.php index 1fc8cc973a7..578134beff1 100644 --- a/src/translations/nl/app.php +++ b/src/translations/nl/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Alle optielabels moeten uniek zijn.', 'All option values must be unique.' => 'Alle optiewaarden moeten uniek zijn.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Alle plugins moeten compatibel zijn met Craft {version} alvorens je kunt upgraden.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Alle doelen moeten een label hebben.', 'All users' => 'Alle gebruikers', 'All' => 'Alles', @@ -511,10 +512,12 @@ 'Description' => 'Beschrijving', 'Deselect All' => 'Deselecteer alles', 'Desktop' => 'Desktop', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Ontwikkelingsinstellingen', 'Development' => 'Ontwikkeling', 'Device type' => 'Apparaattype', 'Dimensions' => 'Afmetingen', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Mappen kunnen niet worden verwijderd tijdens het verplaatsen van bestanden.', 'Disable focal point' => 'Focuspunt uitschakelen', 'Disable' => 'Uitschakelen', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => '“{entryType}” bewerken', 'Edit “{title}”' => '“{title}” bewerken', 'Edit' => 'Bewerken', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Bewerkt', 'Eircode' => 'Eircode', 'Element' => 'Element', @@ -621,6 +625,7 @@ 'Export…' => 'Exporteren…', 'External project config changes discarded.' => 'Externe wijzigingen in de projectconfiguratie zijn verworpen.', 'Failed to generate transform with id of {id}.' => 'Kan geen transformatie genereren met de id {id}.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Kan de SVG-tekenreeks niet laden.', 'Failed to save the image.' => 'Kan de afbeelding niet opslaan.', 'Failed' => 'Gefaald', @@ -826,6 +831,7 @@ 'Layout element types' => 'Types lay-outelementen', 'Learn how' => 'Ontdek hoe', 'Learn more' => 'Meer informatie', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Leeg laten als de categorieën geen URL\'s hebben', 'Leave blank if entries don’t have URLs' => 'Leeg laten als de invoer geen URL heeft', 'Leave blank if the entry doesn’t have a URL' => 'Leeg laten als de record geen URL heeft', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Optie-label', 'Options' => 'Opties', + 'Order by' => 'Order by', 'Organization Tax ID' => 'Fiscaal nummer organisatie', 'Organization' => 'Organisatie', 'Orientation' => 'Stand', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Radioknop-opties', 'Radio Buttons' => 'Radioknoppen', 'Range…' => 'Bereik…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Ruwe gegevens (snelst)', 'Reactivate' => 'Opnieuw activeren', 'Ready to upgrade?' => 'Klaar om te upgraden?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Inhoud hersteld naar revisie {num}.', 'Reverting update (this may take a minute)…' => 'Update wordt ongedaan gemaakt (dit kan even duren)...', 'Review' => 'Controleren', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Revisienotities', 'Revision {num}' => 'Revisie {num}', 'Revision' => 'Revisie', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Deze licentie is gekoppeld aan een andere Craft-installatie. Ga naar {accountLink} om de licentie los te koppelen of koop een nieuwe licentie.', 'This license isn’t allowed to run version {version}.' => 'Met deze licentie mag u versie {version} niet uitvoeren.', 'This month' => 'Deze maand', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Deze plugin wordt niet meer onderhouden.', 'This plugin isn’t compatible with your version of Craft.' => 'Deze plug-in is niet compatibel met uw versie van Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Deze plugin veriest PHP {v1}, maar uw composer.json-bestand staat momenteel ingesteld op {v2}.', @@ -1991,6 +2003,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, one {}=1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, one {}=1{Item} other{Items}} verplaatst.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} taken', '{total} updates available!' => '{total} updates beschikbaar!', '{type} Condition' => '{type}-voorwaarde', From 972eaa71638fa4d1d7d578b2f150ee7cc6cf78f9 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:24 -0400 Subject: [PATCH 13/26] New translations app.php (Polish) [ci skip] --- src/translations/pl/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/pl/app.php b/src/translations/pl/app.php index 9bde8df5a1b..ef4511a3fdb 100644 --- a/src/translations/pl/app.php +++ b/src/translations/pl/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Wszystkie etykiety opcji muszą być niepowtarzalne.', 'All option values must be unique.' => 'Wszystkie wartości opcji muszą być niepowtarzalne.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Aby możliwe było uaktualnienie, wszystkie wtyczki muszą być zgodne z Craft {version}.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Wszystkie lokalizacje docelowe muszą mieć etykietę.', 'All users' => 'Wszyscy użytkownicy', 'All' => 'Wszystkie', @@ -511,10 +512,12 @@ 'Description' => 'Opis', 'Deselect All' => 'Odznacz wszystko', 'Desktop' => 'Komputer stacjonarny', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Ustawienia deweloperskie', 'Development' => 'Opracowywanie', 'Device type' => 'Typ urządzenia', 'Dimensions' => 'Wymiary', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Nie można usuwać katalogów podczas przenoszenia zasobów.', 'Disable focal point' => 'Wyłącz punkt ogniskowania', 'Disable' => 'Wyłącz', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'Edytuj „{entryType}”', 'Edit “{title}”' => 'Edycja “{title}”', 'Edit' => 'Edytuj', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Edytowano', 'Eircode' => 'Kod pocztowy', 'Element' => 'Element', @@ -621,6 +625,7 @@ 'Export…' => 'Eksportuj…', 'External project config changes discarded.' => 'Zewnętrzne zmiany konfiguracji projektu zostały odrzucone.', 'Failed to generate transform with id of {id}.' => 'Nie można wygenerować przekształcenia o identyfikatorze {id}.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Nie udało się wczytać ciągu SVG.', 'Failed to save the image.' => 'Nie udało się zapisać obrazu.', 'Failed' => 'Nie udało się', @@ -826,6 +831,7 @@ 'Layout element types' => 'Typy elementów układu', 'Learn how' => 'Dowiedz się jak', 'Learn more' => 'Dowiedz się więcej', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Pozostaw puste, jeśli kategorie nie mają adresów URL', 'Leave blank if entries don’t have URLs' => 'Pozostaw puste, jeśli pozycje nie mają adresów URL', 'Leave blank if the entry doesn’t have a URL' => 'Pozostaw puste, jeśli wpis nie ma adresu URL', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Podpis opcji', 'Options' => 'Opcje', + 'Order by' => 'Order by', 'Organization Tax ID' => 'Identyfikator podatkowy organizacji', 'Organization' => 'Organizacja', 'Orientation' => 'Orientacja', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Opcje pól typu radio', 'Radio Buttons' => 'Pole typu radio', 'Range…' => 'Przedział…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Dane nieprzetworzone (najszybsze)', 'Reactivate' => 'Aktywuj ponownie', 'Ready to upgrade?' => 'Można uaktualnić?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Przywrócono zawartość z wersji {num}.', 'Reverting update (this may take a minute)…' => 'Cofanie aktualizacji (może to chwilę potrwać)…', 'Review' => 'Sprawdź', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Uwagi do wersji', 'Revision {num}' => 'Wersja {num}', 'Revision' => 'Zmiana', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Ta licencja jest powiązana z inną instalacją Craft. Odwiedź {accountLink}, aby ją odłączyć albo kup nową licencję.', 'This license isn’t allowed to run version {version}.' => 'Uruchomienie wersji {version} nie jest dozwolone w przypadku tej licencji.', 'This month' => 'W tym miesiącu', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Ta wtyczka nie jest już obsługiwana.', 'This plugin isn’t compatible with your version of Craft.' => 'Ta wtyczka nie jest zgodna z tą wersją Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Ta wtyczka wymaga PHP {v1}, ale plik composer.json jest obecnie ustawiony na {v2}.', @@ -1993,6 +2005,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, one {element} few {{elementy}} many {{elementów}}=1{{element}} other{{elementu}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => 'Przeniesiono {totalItems, plural, =1{element} other{elementy}}.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => 'Zadania ({total})', '{total} updates available!' => '{total} dostępnych aktualizacji!', '{type} Condition' => 'Warunek {type}', From ab49012f1362d3e3c85f22a59afef8f26e3237f3 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:26 -0400 Subject: [PATCH 14/26] New translations app.php (Portuguese) [ci skip] --- src/translations/pt/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/pt/app.php b/src/translations/pt/app.php index 86b09eb3142..da7ee3fd93f 100644 --- a/src/translations/pt/app.php +++ b/src/translations/pt/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Todas as opções de etiquetas devem ser únicas.', 'All option values must be unique.' => 'Todas as opções de valores devem ser únicas.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Todos os plugins devem ser compatíveis com Craft {version} antes de fazer a atualização.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Todos os destinos devem ter uma etiqueta.', 'All users' => 'Todos os usuários', 'All' => 'Tudo', @@ -511,10 +512,12 @@ 'Description' => 'Descrição', 'Deselect All' => 'Desmarcar todos', 'Desktop' => 'Desktop', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Definições de desenvolvimento', 'Development' => 'Desenvolvimento', 'Device type' => 'Tipo de dispositivo', 'Dimensions' => 'Dimensões', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Não é possível eliminar diretórios enquanto se movem recursos.', 'Disable focal point' => 'Desativar ponto de foco', 'Disable' => 'Desabilitar', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'Editar "{entryType}"', 'Edit “{title}”' => 'Editar "{title}"', 'Edit' => 'Editar', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Editado', 'Eircode' => 'Eircode', 'Element' => 'Elemento', @@ -621,6 +625,7 @@ 'Export…' => 'Exportar…', 'External project config changes discarded.' => 'As alterações de configuração do projeto externo foram descartadas.', 'Failed to generate transform with id of {id}.' => 'Falha ao gerar a transformação com a ID de {id}.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Falha ao carregar a cadeia SVG.', 'Failed to save the image.' => 'Falha ao guardar a imagem.', 'Failed' => 'Falhou', @@ -826,6 +831,7 @@ 'Layout element types' => 'Tipos de elementos do plano', 'Learn how' => 'Saber como', 'Learn more' => 'Saber mais', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Deixe em branco se as categorias não possuírem URL', 'Leave blank if entries don’t have URLs' => 'Deixar em branco se as entradas não tiverem URL', 'Leave blank if the entry doesn’t have a URL' => 'Deixar em branco se a entrada não tiver um URL', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Opção de etiqueta', 'Options' => 'Opções', + 'Order by' => 'Order by', 'Organization Tax ID' => 'NIF da Empresa', 'Organization' => 'Empresa', 'Orientation' => 'Orientação', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Opções do Radio Button', 'Radio Buttons' => 'Botões Rádio', 'Range…' => 'Alcance…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Dados sem processamento (mais rápido)', 'Reactivate' => 'Reativar', 'Ready to upgrade?' => 'Pronto para atualizar?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Revertido o conteúdo da revisão {num}.', 'Reverting update (this may take a minute)…' => 'A reverter a atualização (pode demorar alguns minutos)…', 'Review' => 'Rever', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Notas de revisão', 'Revision {num}' => 'Revisão {num}', 'Revision' => 'Revisão', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Esta licença está ligada a outra instalação do Craft. Visite {accountLink} para a remover, ou compre uma nova licença.', 'This license isn’t allowed to run version {version}.' => 'Esta licença não permite a utilização da versão {version}.', 'This month' => 'Este mês', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Este plugin já não tem manutenção.', 'This plugin isn’t compatible with your version of Craft.' => 'Este plugin não é compatível com a sua versão do Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Este plugin requer PHP {v1}, mas o seu ficheiro composer.json está configurado atualmente como {v2}.', @@ -1991,6 +2003,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, one {}=1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, one {}=1{Item} other{Itens}} movidos.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} trabalhos', '{total} updates available!' => '{total} atualizações disponíveis!', '{type} Condition' => 'Condição de {type}', From 7e581f18eb79c1ca6578c93bedf3c6dc352164da Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:28 -0400 Subject: [PATCH 15/26] New translations app.php (Russian) [ci skip] --- src/translations/ru/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/ru/app.php b/src/translations/ru/app.php index 88e338f0087..9b38276f6fb 100644 --- a/src/translations/ru/app.php +++ b/src/translations/ru/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Все метки опций должны быть уникальны.', 'All option values must be unique.' => 'Все значения опций должны быть уникальны.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Для обновления все плагины должны быть совместимы с Craft {version}.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'У каждой цели должна быть метка.', 'All users' => 'Все пользователи', 'All' => 'Все', @@ -511,10 +512,12 @@ 'Description' => 'Описание', 'Deselect All' => 'Отменить выбор всего', 'Desktop' => 'Настольный компьютер', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Настройки разработки', 'Development' => 'Разработка', 'Device type' => 'Тип устройства', 'Dimensions' => 'Размеры', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'При перемещении ресурсов каталоги удалять нельзя.', 'Disable focal point' => 'Отключить точку фокуса', 'Disable' => 'Выключить', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'Редактировать «{entryType}»', 'Edit “{title}”' => 'Редактировать «{title}»', 'Edit' => 'Редактировать', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Отредактировано', 'Eircode' => 'Почтовый код', 'Element' => 'Элемент', @@ -621,6 +625,7 @@ 'Export…' => 'Экспорт…', 'External project config changes discarded.' => 'Внешние изменения конфигурации проекта отменены.', 'Failed to generate transform with id of {id}.' => 'Не удалось создать трансформацию с ID «{id}».', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Не удалось загрузить строку SVG.', 'Failed to save the image.' => 'Не удалось сохранить изображение.', 'Failed' => 'Не выполнено', @@ -826,6 +831,7 @@ 'Layout element types' => 'Типы элементов макета', 'Learn how' => 'Изучить', 'Learn more' => 'Подробнее', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Не заполнять, если у категорий нет URL', 'Leave blank if entries don’t have URLs' => 'Не заполнять, если у записей нет URL', 'Leave blank if the entry doesn’t have a URL' => 'Не заполнять, если у записи нет URL', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Метка варианта', 'Options' => 'Параметры', + 'Order by' => 'Order by', 'Organization Tax ID' => 'ИНН организации', 'Organization' => 'Организация', 'Orientation' => 'Ориентация', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Варианты переключателя', 'Radio Buttons' => 'Переключатели', 'Range…' => 'Диапазон…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Сырые данные (быстрее всего)', 'Reactivate' => 'Повторно активировать', 'Ready to upgrade?' => 'Всё готово к обновлению?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Контент откачен с версии {num}.', 'Reverting update (this may take a minute)…' => 'Выполняется отмена обновлений (это может занять несколько минут)…', 'Review' => 'Просмотр', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Примечания к версии', 'Revision {num}' => 'Версия {num}', 'Revision' => 'Версия', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Данная лицензия связана с другой установкой Craft. Перейдите по ссылке {accountLink}, чтобы отменить привязку лицензии, или приобретите новую лицензию.', 'This license isn’t allowed to run version {version}.' => 'Данная лицензия не допускает работу с версией {version}.', 'This month' => 'Текущий месяц', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Данный плагин больше не поддерживается.', 'This plugin isn’t compatible with your version of Craft.' => 'Этот плагин несовместим с вашей версией Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Для плагина требуется PHP {v1}, однако в файле composer.json указана версия {v2}.', @@ -1992,6 +2004,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, one {} few {{items}} many {{items}}=1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => 'Перемещен(-о) {totalItems, plural, =1{объект} other{объектов}}.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} заданий', '{total} updates available!' => 'Доступно {total} обновлений!', '{type} Condition' => 'Условие ({type})', From a635312f2513257c79068d2c01b328ba994a33ce Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:30 -0400 Subject: [PATCH 16/26] New translations app.php (Slovak) [ci skip] --- src/translations/sk/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/sk/app.php b/src/translations/sk/app.php index 16534b716d3..2ccaf7a45fe 100644 --- a/src/translations/sk/app.php +++ b/src/translations/sk/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Všetky štítky s možnosťami musia byť jedinečné.', 'All option values must be unique.' => 'Všetky hodnoty s možnosťami musia byť jedinečné.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Pred aktualizáciou musia byť všetky pluginy kompatibilné s verziou Craft {version}.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Všetky ciele musia mať značku.', 'All users' => 'Všetci používatelia', 'All' => 'Všetky', @@ -511,10 +512,12 @@ 'Description' => 'Popis', 'Deselect All' => 'Zrušiť výber', 'Desktop' => 'Plocha', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Nastavenia vývoja', 'Development' => 'Vývoj', 'Device type' => 'Typ zariadenia', 'Dimensions' => 'Rozmery', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Adresáre nie je možné odstrániť počas presunu prostriedkov.', 'Disable focal point' => 'Zakázať ohniskový bod', 'Disable' => 'Zakázať', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'Upraviť „{entryType}“', 'Edit “{title}”' => 'Upraviť „{title}“', 'Edit' => 'Upraviť', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Upravené', 'Eircode' => 'Kód Eircode', 'Element' => 'Prvok', @@ -621,6 +625,7 @@ 'Export…' => 'Export…', 'External project config changes discarded.' => 'Externé zmeny nastavenia projektu sú zlikvidované.', 'Failed to generate transform with id of {id}.' => 'Transformáciu s ID {id} sa nepodarilo vygenerovať.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Reťazec SVG sa nepodarilo načítať.', 'Failed to save the image.' => 'Obrázok sa nepodarilo uložiť.', 'Failed' => 'Neúspešne', @@ -826,6 +831,7 @@ 'Layout element types' => 'Typy prvkov rozvrhnutia', 'Learn how' => 'Zistiť ako', 'Learn more' => 'Viac informácií', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Ak kategórie nemajú adresy URL, ponechajte prázdne', 'Leave blank if entries don’t have URLs' => 'Ak záznamy nemajú adresy URL, ponechajte prázdne', 'Leave blank if the entry doesn’t have a URL' => 'Ak záznam nemá adresu URL, ponechajte prázdne', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Označenie Možnosti', 'Options' => 'Možnosti', + 'Order by' => 'Order by', 'Organization Tax ID' => 'Daňové identifikačné číslo organizácie', 'Organization' => 'Organizácia', 'Orientation' => 'Orientácia', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Možnosti Radio Tlačítka', 'Radio Buttons' => 'Radio Tlačítka', 'Range…' => 'Rozsah…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Nespracované údaje (najrýchlejší)', 'Reactivate' => 'Aktivovať znova', 'Ready to upgrade?' => 'Ste pripravení na aktualizáciu?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Vrátený obsah z revízie {num}.', 'Reverting update (this may take a minute)…' => 'Vracia sa späť aktualizácia (môže to chvíľu trvať)…', 'Review' => 'Revízia', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Poznámky k revízii', 'Revision {num}' => 'Revízia {num}', 'Revision' => 'Revízia', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Táto licencia je naviazaná k inej inštalácii Craft. Ak ju chcete odpojiť alebo kúpiť novú licenciu, navštívte adresu {accountLink}.', 'This license isn’t allowed to run version {version}.' => 'S touto licenciou nie je povolené spúšťať verziu {version}.', 'This month' => 'Tento mesiac', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Plugin už nie je udržovaný.', 'This plugin isn’t compatible with your version of Craft.' => 'Tento plugin nie je kompatibilný s vašou verziou Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Tento plugin vyžaduje PHP {v1}, ale váš súbor composer.json je aktuálne nastavený na {v2}.', @@ -1991,6 +2003,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, =1{{položka}} few{{položky}} other{{položiek}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, one {} few {Položky presunuté} many {Položiek presunutých}=1{Položka presunutá} other{Položiek presunutých}}.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} úloh', '{total} updates available!' => 'Aktualizácii k dispozícii: {total}', '{type} Condition' => '{type} Podmienka', From e3989cc8471ea5bca764f4f7c6739f42469588e6 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:32 -0400 Subject: [PATCH 17/26] New translations app.php (Swedish) [ci skip] --- src/translations/sv/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/sv/app.php b/src/translations/sv/app.php index 953d814a1e3..e6f5d4f0e6a 100644 --- a/src/translations/sv/app.php +++ b/src/translations/sv/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Alla inställningsetiketter måste vara unika.', 'All option values must be unique.' => 'Alla inställningsvärden måste vara unika.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Alla plugins måste vara kompatibla med Craft {version} innan du kan uppgradera.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Alla mål måste ha en etikett.', 'All users' => 'Alla användare', 'All' => 'Alla', @@ -511,10 +512,12 @@ 'Description' => 'Beskrivning', 'Deselect All' => 'Avmarkera alla', 'Desktop' => 'PC', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Utvecklingsinställningar', 'Development' => 'Utveckling', 'Device type' => 'Typ av enhet', 'Dimensions' => 'Dimensioner', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Kataloger kan inte tas bort medan tillgångar flyttas.', 'Disable focal point' => 'Inaktivera fokuspunkt', 'Disable' => 'Avaktivera', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'Redigera “{entryType}”', 'Edit “{title}”' => 'Redigera “{title}”', 'Edit' => 'Redigera', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Redigerad', 'Eircode' => 'Eircode', 'Element' => 'Element', @@ -621,6 +625,7 @@ 'Export…' => 'Exportera…', 'External project config changes discarded.' => 'Ändringarna i extern projektkonfiguration har kasserats.', 'Failed to generate transform with id of {id}.' => 'Det gick inte att generera transformeringen med id {id}.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Det gick inte att läsa in SVG-strängen.', 'Failed to save the image.' => 'Det gick inte att spara bilden.', 'Failed' => 'Misslyckades', @@ -826,6 +831,7 @@ 'Layout element types' => 'Layoutelementtyper', 'Learn how' => 'Läs hur', 'Learn more' => 'Läs mer', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Lämna tomt om kategorier inte har URL:er', 'Leave blank if entries don’t have URLs' => 'Lämna tomt om poster inte har URL:er', 'Leave blank if the entry doesn’t have a URL' => 'Lämna tomt om inlägget saknar en URL', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Etikett för alternativ', 'Options' => 'Alternativ', + 'Order by' => 'Order by', 'Organization Tax ID' => 'Organisationens skatte-ID', 'Organization' => 'Organisation', 'Orientation' => 'Orientering', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Inställningar för alternativknappar', 'Radio Buttons' => 'Radioknappar', 'Range…' => 'Intervall …', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Rådata (snabbast)', 'Reactivate' => 'Återaktivera', 'Ready to upgrade?' => 'Klar för att uppgradera?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Återställt innehåll från revidering {num}.', 'Reverting update (this may take a minute)…' => 'Återställer uppdatering (det kan ta några minuter)...', 'Review' => 'Granska', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Revideringsnoteringar', 'Revision {num}' => 'Revidering {num}', 'Revision' => 'Revidering', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Denna licens är knuten till en annan Craft-installation. Besök {accountLink} för att ta bort anknytningen eller köp en ny licens.', 'This license isn’t allowed to run version {version}.' => 'Denna licens har inte tillåtelse att köra version {version}.', 'This month' => 'Denna månad', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Denna plugin underhålls inte längre.', 'This plugin isn’t compatible with your version of Craft.' => 'Denna plugin är inte kompatibel med din version av Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Denna plugin kräver PHP {v1} men din composer.json-fil är för närvarande inställd på {v2}.', @@ -1991,6 +2003,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, one {}=1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, =1{objekt} other{objekt}} har flyttats.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} jobb', '{total} updates available!' => '{total} uppdateringar tillgängliga!', '{type} Condition' => 'Tillstånd {type}', From 7af4ef53ebba6cd39a75a74b1151f79124f96d1b Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:34 -0400 Subject: [PATCH 18/26] New translations app.php (Turkish) [ci skip] --- src/translations/tr/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/tr/app.php b/src/translations/tr/app.php index e415841b233..ee64dc95b14 100644 --- a/src/translations/tr/app.php +++ b/src/translations/tr/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Tüm seçenek etiketleri benzersiz olmalıdır.', 'All option values must be unique.' => 'Tüm seçenek değerleri benzersiz olmalıdır.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Yükseltmeden önce tüm eklentiler Craft {version} sürümü ile uyumlu olmalıdır.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Tüm hedeflerin bir etiketi olmalıdır.', 'All users' => 'Tüm Kullanıcılar', 'All' => 'Tümü', @@ -511,10 +512,12 @@ 'Description' => 'Açıklama', 'Deselect All' => 'Hiçbirini Seçme', 'Desktop' => 'Masaüstü', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Geliştirme Ayarları', 'Development' => 'Geliştirme', 'Device type' => 'Cihaz türü', 'Dimensions' => 'Boyutlar', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Dosyalar taşınırken dizinler silinemez.', 'Disable focal point' => 'Odak noktasını devre dışı bırak', 'Disable' => 'Etkisizleştir', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => '“{entryType}” düzenleme', 'Edit “{title}”' => '“{title}” düzenleme', 'Edit' => 'Düzenle', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Düzenlendi', 'Eircode' => 'Eircode', 'Element' => 'Öge', @@ -621,6 +625,7 @@ 'Export…' => 'Dışa aktar…', 'External project config changes discarded.' => 'Harici proje yapılandırma değişiklikleri yok sayıldı.', 'Failed to generate transform with id of {id}.' => '{id} numarasıyla dönüşüm oluşturulamadı.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'SVG dizesi yüklenemedi.', 'Failed to save the image.' => 'Resim kaydedilemedi.', 'Failed' => 'Başarısız', @@ -826,6 +831,7 @@ 'Layout element types' => 'Düzen öğesi türleri', 'Learn how' => 'Nasıl olduğunu öğren', 'Learn more' => 'Daha fazla bilgi edinin', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Kategorilerin URL\'si yoksa boş bırakın', 'Leave blank if entries don’t have URLs' => 'Girişlerin URL\'si yoksa boş bırakın', 'Leave blank if the entry doesn’t have a URL' => 'Kaydın URL\'si yoksa boş bırakın', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Seçenek Etiketi', 'Options' => 'Seçenekler', + 'Order by' => 'Order by', 'Organization Tax ID' => 'Organizasyon Vergi Numarası', 'Organization' => 'Organizasyon', 'Orientation' => 'Yönlendirme', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Radyo Düğmesi Seçenekleri', 'Radio Buttons' => 'Radyo Düğmeleri', 'Range…' => 'Aralık…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Ham veri (en hızlı)', 'Reactivate' => 'Yeniden etkinleştir', 'Ready to upgrade?' => 'Yükseltme için hazır mısınız?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => '{num} numaralı revizyondan geri alınan içerik.', 'Reverting update (this may take a minute)…' => 'Güncelleme geri alınıyor (bu işlem bir dakika sürebilir)…', 'Review' => 'Önizle', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Revizyon Notları', 'Revision {num}' => 'Revizyon {num}', 'Revision' => 'Revizyon', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Bu lisans başka bir Craft yüklemesine bağlı. Sorunu çözmek için {accountLink} adresini ziyaret edin veya yeni bir lisans satın alın.', 'This license isn’t allowed to run version {version}.' => 'Bu lisansa {version} sürümünü çalıştırma izni verilmiyor.', 'This month' => 'Bu ay', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Bu eklenti artık kullanılmıyor.', 'This plugin isn’t compatible with your version of Craft.' => 'Bu eklenti Craft sürümünüzle uyumlu değil.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Bu eklenti için PHP {v1} gerekiyor, ancak composer.json dosyanız şu anda {v2} olarak ayarlanmış.', @@ -1993,6 +2005,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, =1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, one {}=1{öge} other{öge}} taşındı.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} iş', '{total} updates available!' => '{total} güncelleme mevcut!', '{type} Condition' => '{type} Koşulu', From 49198bcf1c57e33d6854164d6299eee0f20e0527 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:36 -0400 Subject: [PATCH 19/26] New translations app.php (Ukrainian) [ci skip] --- src/translations/uk/app.php | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/translations/uk/app.php b/src/translations/uk/app.php index 500ad9350fc..816e48d4d53 100644 --- a/src/translations/uk/app.php +++ b/src/translations/uk/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Усі мітки варіантів мають бути унікальними.', 'All option values must be unique.' => 'Усі значення опцій мають бути унікальними.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Для оновлення всі плагіни мають бути сумісні з Craft {version}.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'У кожної цілі має бути мітка.', 'All users' => 'Усі користувачі', 'All' => 'Усі', @@ -511,10 +512,12 @@ 'Description' => 'Опис', 'Deselect All' => 'Скасувати вибір', 'Desktop' => 'Стаціонарний комп\'ютер', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Параметри розробки', 'Development' => 'Розробка', 'Device type' => 'Тип пристрою', 'Dimensions' => 'Розміри', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Під час переміщення ресурсів каталоги видаляти не можна.', 'Disable focal point' => 'Вимкнути точку фокуса', 'Disable' => 'Вимкнути', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'Редагувати «{entryType}»', 'Edit “{title}”' => 'Редагувати «{title}»', 'Edit' => 'Редагувати', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Відредаговано', 'Eircode' => 'Eircode', 'Element' => 'Елемент', @@ -621,6 +625,7 @@ 'Export…' => 'Експорт…', 'External project config changes discarded.' => 'Зовнішні зміни конфігурації проєкту скасовані.', 'Failed to generate transform with id of {id}.' => 'Не вдалося створити перетворення з ID {id}.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Не вдалося завантажити рядок SVG.', 'Failed to save the image.' => 'Не вдалося зберегти зображення.', 'Failed' => 'Не виконано', @@ -826,6 +831,7 @@ 'Layout element types' => 'Типи елементів макета', 'Learn how' => 'Дізнайтеся, як', 'Learn more' => 'Докладніше', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Не заповнювати, якщо категорії не мають URL-адрес', 'Leave blank if entries don’t have URLs' => 'Не заповнювати, якщо записи не мають URL-адрес', 'Leave blank if the entry doesn’t have a URL' => 'Не заповнювати, якщо запис не має URL-адреси', @@ -1054,11 +1060,12 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Мітка варіанта', 'Options' => 'Параметри', + 'Order by' => 'Order by', 'Organization Tax ID' => 'Податковий номер організації', 'Organization' => 'Організація', 'Orientation' => 'Орієнтація', 'Origin' => 'Джерело', - 'Original' => 'Original', + 'Original' => 'Оригінал', 'Our site is temporarily unavailable. Please try again later.' => 'Сайт тимчасово недоступний. Спробуйте зайти пізніше.', 'Overview' => 'Огляд', 'PHP Info' => 'Інформація про PHP', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Опції радіокнопки', 'Radio Buttons' => 'Радіокнопки', 'Range…' => 'Діапазон…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Необроблені дані (найшвидше)', 'Reactivate' => 'Активувати повторно', 'Ready to upgrade?' => 'Усе готово до оновлення?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Вміст повернено з версії {num}.', 'Reverting update (this may take a minute)…' => 'Скасовуються оновлення (може зайняти кілька хвилин)…', 'Review' => 'Перегляд', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Примітки до версії', 'Revision {num}' => 'Версія {num}', 'Revision' => 'Версія', @@ -1386,7 +1396,7 @@ 'Source' => 'Джерело', 'Sources' => 'Джерела', 'Square SVG file recommended. The logo will be displayed at {size} by {size}.' => 'Рекомендовано файл Square SVG. Логотип показуватиметься в форматі {size} x {size}.', - 'Square' => 'Square', + 'Square' => 'Квадрат', 'Stack Trace' => 'Трасування стека', 'State' => 'Штат', 'Static Rows' => 'Статичні рядки', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Ця ліцензія пов\'язана з іншою інсталяцією Craft. Перейдіть за посиланням {accountLink}, щоб скасувати прив\'язку ліцензії, або придбайте нову ліцензію.', 'This license isn’t allowed to run version {version}.' => 'Дана ліцензія не дозволяє роботу з версією {version}.', 'This month' => 'Цього місяця', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Цей плагін більше не підтримується.', 'This plugin isn’t compatible with your version of Craft.' => 'Цей плагін несумісний із вашою версією Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Для плагіна потрібно PHP {v1}, однак у файлі composer.json вказана версія {v2}.', @@ -1635,7 +1647,7 @@ 'Unable to find the template “{template}”.' => 'Не вдалося знайти шаблон «{template}».', 'Unauthorized' => 'Не авторизовано', 'Uncheck for {offLabel}.' => 'Зніміть прапорець {offLabel}.', - 'Unconstrained' => 'Unconstrained', + 'Unconstrained' => 'Без обмежень', 'Underline links' => 'Підкреслювати посилання', 'Undo' => 'Скасувати', 'Unformatted' => 'Без форматування', @@ -1991,6 +2003,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, one {} few {{items}} many {{items}} =1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, one {Об\'єкт} few {Об\'єкти} many {Об\'єкти}=1{Об\'єкт} other{об\'єкти}} переміщено.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => 'Усього завдань: {total}', '{total} updates available!' => 'Доступно оновлень: {total}!', '{type} Condition' => 'Умова ({type})', From bcfa5e9e6c148a0ee353f472e4de6b3378e93597 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:41 -0400 Subject: [PATCH 20/26] New translations app.php (Chinese Simplified) [ci skip] --- src/translations/zh/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/zh/app.php b/src/translations/zh/app.php index 7880f639d70..725c213e910 100644 --- a/src/translations/zh/app.php +++ b/src/translations/zh/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => '所有选项标签都必须唯一。', 'All option values must be unique.' => '所有选项值都必须唯一。', 'All plugins must be compatible with Craft {version} before you can upgrade.' => '所有插件都必须与 Craft {version} 兼容,然后您才可以升级。', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => '所有目标必须具有标签。', 'All users' => '所有用户', 'All' => '全部', @@ -511,10 +512,12 @@ 'Description' => '描述', 'Deselect All' => '取消全选', 'Desktop' => '桌面', + 'Developer Response' => 'Developer Response', 'Development Settings' => '开发设置', 'Development' => '开发', 'Device type' => '设备类型', 'Dimensions' => '维数', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => '移动资产时不能删除目录。', 'Disable focal point' => '禁用焦点', 'Disable' => '禁用', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => '编辑“{entryType}”', 'Edit “{title}”' => '编辑“{title}”', 'Edit' => '编辑', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => '已编辑', 'Eircode' => '爱尔兰邮编', 'Element' => '元素', @@ -621,6 +625,7 @@ 'Export…' => '导出…', 'External project config changes discarded.' => '已舍弃外部项目配置更改。', 'Failed to generate transform with id of {id}.' => '无法生成 ID 为 {id} 的转换。', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => '无法加载SVG字符串。', 'Failed to save the image.' => '保存图片失败。', 'Failed' => '失败', @@ -826,6 +831,7 @@ 'Layout element types' => '布局元素类型', 'Learn how' => '了解详情', 'Learn more' => '了解更多', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => '如果分类不存在 URL,请留空', 'Leave blank if entries don’t have URLs' => '如果条目没有 URL,请留空', 'Leave blank if the entry doesn’t have a URL' => '如果条目没有 URL,请留空', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => '选项标签', 'Options' => '选项', + 'Order by' => 'Order by', 'Organization Tax ID' => '组织税 ID', 'Organization' => '组织', 'Orientation' => '方向', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => '单选按钮选项', 'Radio Buttons' => '单选按钮', 'Range…' => '范围…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => '原始数据(最快)', 'Reactivate' => '重新激活', 'Ready to upgrade?' => '准备好升级了?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => '已恢复修订 {num} 中的内容。', 'Reverting update (this may take a minute)…' => '正在恢复更新(可能需要一分钟)…', 'Review' => '检查', + 'Reviews' => 'Reviews', 'Revision Notes' => '修订说明', 'Revision {num}' => '修订 {num}', 'Revision' => '修订', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => '此许可证与其他 Craft 安装相关。请访问 {accountLink} 将其分离,或者购买新许可证。', 'This license isn’t allowed to run version {version}.' => '此许可证不允许运行版本 {version}。', 'This month' => '本月', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => '此插件已不再维护。', 'This plugin isn’t compatible with your version of Craft.' => '此插件与您使用的 Craft 版本不兼容。', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => '此插件要求 PHP {v1},但您的 composer.json 文件当前设置为 {v2}。', @@ -1991,6 +2003,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} 个{total, plural, =1{{条目}} other{{条目}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, =1{条目} other{条目}}已移动。', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} 个作业', '{total} updates available!' => '共有 {total} 次更新可用!', '{type} Condition' => '{type}条件', From 725ab35b000ce878d28b022c3b8c0f82625fb35d Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:45 -0400 Subject: [PATCH 21/26] New translations app.php (Persian) [ci skip] --- src/translations/fa/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/fa/app.php b/src/translations/fa/app.php index 130529bffde..1d3b6fb30c2 100644 --- a/src/translations/fa/app.php +++ b/src/translations/fa/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'همه برچسب‌های گزینه باید یکتا باشند.', 'All option values must be unique.' => 'همه مقادیر گزینه باید یکتا باشند.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'قبل از این که بتوانید ارتقا دهید، تمامی پلاگین‌ها باید با Craft {version} سازگار باشند.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'همه مقصدها باید یک برچسب داشته باشند.', 'All users' => 'همه کاربرها', 'All' => 'همه', @@ -511,10 +512,12 @@ 'Description' => 'شرح', 'Deselect All' => 'همه را از انتخاب خارج کن', 'Desktop' => 'رایانه رومیزی', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'تنظیمات توسعه', 'Development' => 'توسعه', 'Device type' => 'نوع دستگاه', 'Dimensions' => 'ابعاد', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'در هنگام جا‌به‌جایی فایل‌های پروژه، دایرکتوری‌ها نمی‌توانند حذف شوند.', 'Disable focal point' => 'غیر‌فعال‌کردن نقاط کانونی', 'Disable' => 'غیرفعال کردن', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'ویرایش "{entryType}"', 'Edit “{title}”' => 'ویرایش "{title}"', 'Edit' => 'ویرایش', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'ویرایش شده', 'Eircode' => 'Eircode', 'Element' => 'مؤلفه', @@ -621,6 +625,7 @@ 'Export…' => 'گرفتن خروجی...', 'External project config changes discarded.' => 'تغییرات پیکربندی پروژه خارجی لغو گردید.', 'Failed to generate transform with id of {id}.' => 'تولید تغییر شکل با شناسه {id} با شکست مواجه شد.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'لود رشته ی SVG با شکست مواجه شد', 'Failed to save the image.' => 'ذخیره تصویر با شکست مواجه شد.', 'Failed' => 'با شکست مواجه شد', @@ -826,6 +831,7 @@ 'Layout element types' => 'انواع مؤلفه چیدمان', 'Learn how' => 'یادگیری نحوه انجام', 'Learn more' => 'یادگیری بیشتر', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'در صورتی که دسته بندی ها آدرس اینترنتی ندارند خالی بگذارید', 'Leave blank if entries don’t have URLs' => 'در صورتی که محتواها دارای آدرس اینترنتی نیستند، خالی بگذارید', 'Leave blank if the entry doesn’t have a URL' => 'در صورتی که محتوا دارای آدرس اینترنتی نیست، خالی بگذارید', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'گروه بندی گزینه ها؟', 'Option Label' => 'برچسب گزینه', 'Options' => 'گزینه ها', + 'Order by' => 'Order by', 'Organization Tax ID' => 'شناسه مالیاتی سازمان', 'Organization' => 'سازمان', 'Orientation' => 'جهت', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'گزینه های دکمه های رادیویی', 'Radio Buttons' => 'دکمه های رادیویی', 'Range…' => 'گستره…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'داده خام (سریع‌ترین)', 'Reactivate' => 'فعالسازی دوباره', 'Ready to upgrade?' => 'برای ارتقاء آماده اید؟', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'محتوای بازگردانده‌شده از بازبینی {num}.', 'Reverting update (this may take a minute)…' => 'در حال بازگرداندن بروزرسانی (ممکن است چند دقیقه به طول بیانجامد)...', 'Review' => 'بررسی', + 'Reviews' => 'Reviews', 'Revision Notes' => 'یادداشت های بازبینی', 'Revision {num}' => 'بازبینی {num}', 'Revision' => 'بازبینی', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'این لایسنس به یک نصب دیگر از کرافت مربوط است. جهت لغو این لایسنس برای آن نصب، از {accountLink} دیدن کنید، یا یک لایسنس جدید بخرید.', 'This license isn’t allowed to run version {version}.' => 'این لایسنس مجوز اجرای نسخه {version} را ندارد.', 'This month' => 'این ماه', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'از این پلاگین دیگر نگهداری نمی شود.', 'This plugin isn’t compatible with your version of Craft.' => 'این پلاگین با نسخه کرافت شما سازگار نیست.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'این پلاگین PHP {v1} را نیاز دارد، اما فایل composer.json شما در حال حاضر به {v2} تنظیم شده است.', @@ -1991,6 +2003,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, =1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, one {}=1{Item} other{Items}} انتقال داده شد.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} کار', '{total} updates available!' => '{total} بروزرسانی در دسترس!', '{type} Condition' => 'شرط {type}', From a84120739243780dc3972397aac4686e99545ed5 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:47 -0400 Subject: [PATCH 22/26] New translations app.php (Thai) [ci skip] --- src/translations/th/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/th/app.php b/src/translations/th/app.php index 28d0a715a7d..f0f01d72dc5 100644 --- a/src/translations/th/app.php +++ b/src/translations/th/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'ชื่อตัวเลือกทั้งหมดต้องไม่เหมือนกัน', 'All option values must be unique.' => 'ค่าของตัวเลือกทั้งหมดต้องไม่เหมือนกัน', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'ปลั๊กอินทั้งหมดต้องรองรับ Craft {version} ก่อนที่คุณจะดำเนินการอัปเกรดได้', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'เป้าหมายทั้งหมดต้องมีชื่อ', 'All users' => 'ผู้ใช้ทั้งหมด', 'All' => 'ทั้งหมด', @@ -511,10 +512,12 @@ 'Description' => 'Description', 'Deselect All' => 'Deselect All', 'Desktop' => 'Desktop', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'การตั้งค่าการพัฒนา', 'Development' => 'Development', 'Device type' => 'Device type', 'Dimensions' => 'Dimensions', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'ไม่สามารถลบไดเรกทอรี ขณะย้ายแอสเซทได้', 'Disable focal point' => 'ปิดจุดโฟกัส', 'Disable' => 'Disable', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'Edit “{entryType}”', 'Edit “{title}”' => 'Edit “{title}”', 'Edit' => 'Edit', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Edited', 'Eircode' => 'รหัสไปรษณีย์', 'Element' => 'Element', @@ -621,6 +625,7 @@ 'Export…' => 'Export…', 'External project config changes discarded.' => 'ละทิ้งการเปลี่ยนแปลงการกำหนดค่าโครงการภายนอกแล้ว', 'Failed to generate transform with id of {id}.' => 'Failed to generate transform with id of {id}.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Failed to load the SVG string.', 'Failed to save the image.' => 'Failed to save the image.', 'Failed' => 'Failed', @@ -826,6 +831,7 @@ 'Layout element types' => 'Layout element types', 'Learn how' => 'Learn how', 'Learn more' => 'Learn more', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Leave blank if categories don’t have URLs', 'Leave blank if entries don’t have URLs' => 'Leave blank if entries don’t have URLs', 'Leave blank if the entry doesn’t have a URL' => 'Leave blank if the entry doesn’t have a URL', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Option Label', 'Options' => 'Options', + 'Order by' => 'Order by', 'Organization Tax ID' => 'หมายเลขประจำตัวผู้เสียภาษีขององค์กร', 'Organization' => 'องค์กร', 'Orientation' => 'การจัดแนว', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Radio Button Options', 'Radio Buttons' => 'Radio Buttons', 'Range…' => 'ช่วง...', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Raw data (fastest)', 'Reactivate' => 'Reactivate', 'Ready to upgrade?' => 'พร้อมอัปเกรดหรือไม่', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'ย้อนกลับเนื้อหาจากการแก้ไข {num} แล้ว', 'Reverting update (this may take a minute)…' => 'Reverting update (this may take a minute)…', 'Review' => 'Review', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Revision Notes', 'Revision {num}' => 'Revision {num}', 'Revision' => 'การแก้ไข', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.', 'This license isn’t allowed to run version {version}.' => 'This license isn’t allowed to run version {version}.', 'This month' => 'This month', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'This plugin is no longer maintained.', 'This plugin isn’t compatible with your version of Craft.' => 'This plugin isn’t compatible with your version of Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.', @@ -1991,6 +2003,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, =1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => 'ย้าย{totalItems, plural, =1{รายการ} other{รายการ}}แล้ว', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} jobs', '{total} updates available!' => '{total} updates available!', '{type} Condition' => 'เงื่อนไข {type}', From 64bc02f4fa3eaed6b1dfb19fcc0d0e727302fa00 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:49 -0400 Subject: [PATCH 23/26] New translations app.php (English, United Kingdom) [ci skip] --- src/translations/en-GB/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/en-GB/app.php b/src/translations/en-GB/app.php index 17edf96cc94..be449ccfee9 100644 --- a/src/translations/en-GB/app.php +++ b/src/translations/en-GB/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'All option labels must be unique.', 'All option values must be unique.' => 'All option values must be unique.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'All plugins must be compatible with Craft {version} before you can upgrade.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'All targets must have a label.', 'All users' => 'All users', 'All' => 'All', @@ -511,10 +512,12 @@ 'Description' => 'Description', 'Deselect All' => 'Deselect All', 'Desktop' => 'Desktop', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Development Settings', 'Development' => 'Development', 'Device type' => 'Device type', 'Dimensions' => 'Dimensions', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Directories cannot be deleted while moving assets.', 'Disable focal point' => 'Disable focal point', 'Disable' => 'Disable', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'Edit “{entryType}”', 'Edit “{title}”' => 'Edit “{title}”', 'Edit' => 'Edit', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Edited', 'Eircode' => 'Eircode', 'Element' => 'Element', @@ -621,6 +625,7 @@ 'Export…' => 'Export…', 'External project config changes discarded.' => 'External project config changes discarded.', 'Failed to generate transform with id of {id}.' => 'Failed to generate transform with id of {id}.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Failed to load the SVG string.', 'Failed to save the image.' => 'Failed to save the image.', 'Failed' => 'Failed', @@ -826,6 +831,7 @@ 'Layout element types' => 'Layout element types', 'Learn how' => 'Learn how', 'Learn more' => 'Learn more', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Leave blank if categories don’t have URLs', 'Leave blank if entries don’t have URLs' => 'Leave blank if entries don’t have URLs', 'Leave blank if the entry doesn’t have a URL' => 'Leave blank if the entry doesn’t have a URL', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Option Label', 'Options' => 'Options', + 'Order by' => 'Order by', 'Organization Tax ID' => 'Organization Tax ID', 'Organization' => 'Organization', 'Orientation' => 'Orientation', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Radio Button Options', 'Radio Buttons' => 'Radio Buttons', 'Range…' => 'Range…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Raw data (fastest)', 'Reactivate' => 'Reactivate', 'Ready to upgrade?' => 'Ready to upgrade?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Reverted content from revision {num}.', 'Reverting update (this may take a minute)…' => 'Reverting update (this may take a minute)…', 'Review' => 'Review', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Revision Notes', 'Revision {num}' => 'Revision {num}', 'Revision' => 'Revision', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'This licence is tied to another Craft install. Visit {accountLink} to detach it, or buy a new licence.', 'This license isn’t allowed to run version {version}.' => 'This licence isn’t allowed to run version {version}.', 'This month' => 'This month', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'This plugin is no longer maintained.', 'This plugin isn’t compatible with your version of Craft.' => 'This plugin isn’t compatible with your version of Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.', @@ -1991,6 +2003,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, =1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, one {}=1{Item} other{Items}} moved.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} jobs', '{total} updates available!' => '{total} updates available!', '{type} Condition' => '{type} Condition', From dbb714b64e3f8d2e0b4cac91d2de44ef8e3e0e92 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:50 -0400 Subject: [PATCH 24/26] New translations app.php (French, Canada) [ci skip] --- src/translations/fr-CA/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/fr-CA/app.php b/src/translations/fr-CA/app.php index 69afc15036c..0f7c8727168 100644 --- a/src/translations/fr-CA/app.php +++ b/src/translations/fr-CA/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Tous les intitulés d’option doivent être uniques.', 'All option values must be unique.' => 'Toutes les valeurs d’option doivent être uniques.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Tous les plugiciels doivent être compatibles avec Craft {version} avant de passer à la version supérieure.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Toutes les cibles doivent porter une étiquette.', 'All users' => 'Tous les utilisateurs', 'All' => 'Tous', @@ -511,10 +512,12 @@ 'Description' => 'Description', 'Deselect All' => 'Tout désélectionner', 'Desktop' => 'Bureau', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Paramètres de développement', 'Development' => 'Développement', 'Device type' => 'Type d\'appareil', 'Dimensions' => 'Dimensions', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Les dossiers ne peuvent pas être supprimés pendant le déplacement de ressources.', 'Disable focal point' => 'Désactiver le point focus', 'Disable' => 'Désactiver', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'Modifier « {entryType} »', 'Edit “{title}”' => 'Modifier “{title}”', 'Edit' => 'Modifier', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Modifié', 'Eircode' => 'Eircode', 'Element' => 'Élément', @@ -621,6 +625,7 @@ 'Export…' => 'Exportation…', 'External project config changes discarded.' => 'Modifications de la configuration du projet annulées.', 'Failed to generate transform with id of {id}.' => 'Impossible de générer la transformation d’image d’ID {id}.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Impossible de charger la chaîne SVG.', 'Failed to save the image.' => 'Echec de l’enregistrement de l’image.', 'Failed' => 'Échec', @@ -826,6 +831,7 @@ 'Layout element types' => 'Types d\'élément de mise en page', 'Learn how' => 'Voyez comment', 'Learn more' => 'En savoir plus', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Laissez la zone à blanc si les catégories n’ont pas d’URL', 'Leave blank if entries don’t have URLs' => 'Laissez la zone à blanc si les entrées n’ont pas d’URL', 'Leave blank if the entry doesn’t have a URL' => 'Laisser vide si l\'entrée n\'a pas d\'URL', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Intégrer un groupe?', 'Option Label' => 'Étiquette d’option', 'Options' => 'Options', + 'Order by' => 'Order by', 'Organization Tax ID' => 'ID fiscal de l\'organisation', 'Organization' => 'Organisation', 'Orientation' => 'Orientation', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Options des boutons radio', 'Radio Buttons' => 'Boutons radio', 'Range…' => 'Période…', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Données brutes (plus rapide)', 'Reactivate' => 'Réactiver', 'Ready to upgrade?' => 'Prêt à effectuer la mise à jour?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Contenu restauré depuis la révision {num}.', 'Reverting update (this may take a minute)…' => 'Restauration de la mise à jour (cela peut prendre une minute)…', 'Review' => 'Vérifier', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Notes de révision', 'Revision {num}' => 'Révision {num}', 'Revision' => 'Révision', @@ -1562,6 +1572,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Cette licence est liée à une autre installation de Craft. Visitez {accountLink} pour la dissocier, ou achetez une nouvelle licence.', 'This license isn’t allowed to run version {version}.' => 'Cette licence ne peut exécuter la version {version}.', 'This month' => 'Ce mois', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Ce plugin n’est plus maintenu.', 'This plugin isn’t compatible with your version of Craft.' => 'Ce plugiciel n’est pas compatible avec votre version de Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Ce plugin requiert PHP {v1}, mais votre composer.json file requiert {v2}.', @@ -1992,6 +2004,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, =1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, one {}=1{Élément déplacé} other{Éléments déplacés}}.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} tâches', '{total} updates available!' => '{total} mises à jour disponibles!', '{type} Condition' => 'Condition {type}', From 941c711c366f6e763540857978a43bae965bfce9 Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:52 -0400 Subject: [PATCH 25/26] New translations app.php (Norwegian Bokmal) [ci skip] --- src/translations/nb/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/nb/app.php b/src/translations/nb/app.php index f5b6a99176e..dfc27afb634 100644 --- a/src/translations/nb/app.php +++ b/src/translations/nb/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Alternativene må ha unike merkelapper.', 'All option values must be unique.' => 'Alternativverdiene må være unike.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Alle utvidelser må være kompatible med Craft {version} før du kan oppgradere.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Alle målene må ha en merkelapp.', 'All users' => 'Alle brukere', 'All' => 'Alle', @@ -511,10 +512,12 @@ 'Description' => 'Beskrivelse', 'Deselect All' => 'Velg bort alle', 'Desktop' => 'PC', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Utviklingsinnstillinger', 'Development' => 'Utvikling', 'Device type' => 'Enhetstype', 'Dimensions' => 'Dimensjoner', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Mapper kan ikke slettes mens du flytter filer.', 'Disable focal point' => 'Deaktiver fokuspunkt', 'Disable' => 'Deaktiver', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => 'Rediger «{entryType}»', 'Edit “{title}”' => 'Rediger «{title}»', 'Edit' => 'Rediger', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Redigert', 'Eircode' => 'Eircode', 'Element' => 'Element', @@ -621,6 +625,7 @@ 'Export…' => 'Eksporter…', 'External project config changes discarded.' => 'Eksterne prosjektkonfigurasjonsendringer forkastet.', 'Failed to generate transform with id of {id}.' => 'Kan ikke opprette en transformasjon med ID-en {id}.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'Kunne ikke laste inn SVG-strengen.', 'Failed to save the image.' => 'Kunne ikke lagre bildet.', 'Failed' => 'Mislyktes', @@ -826,6 +831,7 @@ 'Layout element types' => 'Elementtyper for layout', 'Learn how' => 'Lær mer', 'Learn more' => 'Lær mer', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Skal stå tomt hvis kategoriene ikke har nettadresser', 'Leave blank if entries don’t have URLs' => 'Skal stå tomt hvis artiklene ikke har nettadresser', 'Leave blank if the entry doesn’t have a URL' => 'Skal stå tomt dersom artiklene ikke har nettadresser', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Navn', 'Options' => 'Valg', + 'Order by' => 'Order by', 'Organization Tax ID' => 'Skatte-ID for organisasjon', 'Organization' => 'Organisasjon', 'Orientation' => 'Orientering', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Innstillinger for radioknapper', 'Radio Buttons' => 'Radioknapp', 'Range…' => 'Område …', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Rådata (raskest)', 'Reactivate' => 'Aktiver på nytt', 'Ready to upgrade?' => 'Klar til å oppgradere?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Tilbakestilt innhold fra revisjoner {num}.', 'Reverting update (this may take a minute)…' => 'Rull tilbake oppdateringen (dette kan ta en liten stund) …', 'Review' => 'Gjennomgå', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Versjonsmerknader', 'Revision {num}' => 'Versjon {num}', 'Revision' => 'Revisjon', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Lisensen er tilknyttet en annen Craft-installering. Gå til {accountLink} for å fjerne tilknytningen eller kjøp en ny lisens.', 'This license isn’t allowed to run version {version}.' => 'Denne lisensnøkkelen kan ikke kjøre versjon {version}.', 'This month' => 'Denne måneden', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Denne utvidelsen vedlikeholdes ikke lenger.', 'This plugin isn’t compatible with your version of Craft.' => 'Denne utvidelsen er ikke kompatibel med din versjon av Craft.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Denne utvidelsen krever PHP {v1}, men composer.json-filen er satt til {v2} for øyeblikket.', @@ -1993,6 +2005,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, =1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural, one {}=1{element} other{elementer}} er flyttet.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} jobber', '{total} updates available!' => '{total} oppdateringer tilgjengelig!', '{type} Condition' => '{type} betingelse', From 41f22c78242b891769b4cad4f9733389c042357b Mon Sep 17 00:00:00 2001 From: shinybrad <83238715+shinybrad@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:17:54 -0400 Subject: [PATCH 26/26] New translations app.php (German, Switzerland) [ci skip] --- src/translations/de-CH/app.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/de-CH/app.php b/src/translations/de-CH/app.php index f40e4660fb6..28516bb4cc3 100644 --- a/src/translations/de-CH/app.php +++ b/src/translations/de-CH/app.php @@ -86,6 +86,7 @@ 'All option labels must be unique.' => 'Alle Optionsbezeichnungen müssen einzigartig sein.', 'All option values must be unique.' => 'Alle Optionswerte müssen einzigartig sein.', 'All plugins must be compatible with Craft {version} before you can upgrade.' => 'Alle Plug-ins müssen mit Craft {version} kompatibel sein, bevor ein Upgrade durchgeführt werden kann.', + 'All reviews' => 'All Reviews', 'All targets must have a label.' => 'Alle Ziele müssen eine Bezeichnung haben.', 'All users' => 'Alle Benutzer', 'All' => 'Alle', @@ -511,10 +512,12 @@ 'Description' => 'Beschreibung', 'Deselect All' => 'Gesamte Auswahl aufheben', 'Desktop' => 'Desktop', + 'Developer Response' => 'Developer Response', 'Development Settings' => 'Entwicklungseinstellungen', 'Development' => 'Entwicklung', 'Device type' => 'Gerätetyp', 'Dimensions' => 'Dimensionen', + 'Direction' => 'Direction', 'Directories cannot be deleted while moving assets.' => 'Verzeichnisse können beim Verschieben von Dateien nicht gelöscht werden.', 'Disable focal point' => 'Fokuspunkt deaktivieren', 'Disable' => 'Deaktivieren', @@ -575,6 +578,7 @@ 'Edit “{entryType}”' => '«{entryType}» bearbeiten', 'Edit “{title}”' => '«{title}» bearbeiten', 'Edit' => 'Bearbeiten', + 'Edited {updated}' => 'Edited {updated}', 'Edited' => 'Bearbeitet', 'Eircode' => 'Eircode', 'Element' => 'Element', @@ -621,6 +625,7 @@ 'Export…' => 'Exportieren…', 'External project config changes discarded.' => 'Externe Änderungen der Projektkonfiguration gelöscht.', 'Failed to generate transform with id of {id}.' => 'Transformation mit ID {id} konnte nicht erzeugt werden.', + 'Failed to load plugin reviews. Please try again' => 'Failed to load plugin reviews. Please try again', 'Failed to load the SVG string.' => 'SVG-Zeichenkette konnte nicht geladen werden.', 'Failed to save the image.' => 'Bild konnte nicht gespeichert werden.', 'Failed' => 'Fehlgeschlagen', @@ -826,6 +831,7 @@ 'Layout element types' => 'Layout-Elementtypen', 'Learn how' => 'Lerne wie', 'Learn more' => 'Weitere Informationen', + 'Leave a review' => 'Leave a review', 'Leave blank if categories don’t have URLs' => 'Bei Kategorien ohne URL leer lassen', 'Leave blank if entries don’t have URLs' => 'Bei Einträgen ohne URL leer lassen', 'Leave blank if the entry doesn’t have a URL' => 'Wenn der Eintrag keine URL hat leer lassen', @@ -1054,6 +1060,7 @@ 'Optgroup?' => 'Optgroup?', 'Option Label' => 'Bezeichnung der Einstellungen', 'Options' => 'Einstellungen', + 'Order by' => 'Order by', 'Organization Tax ID' => 'Steuernummer der Organisation', 'Organization' => 'Organisation', 'Orientation' => 'Ausrichtung', @@ -1156,6 +1163,8 @@ 'Radio Button Options' => 'Auswahlmöglichkeiten des Optionsfelds', 'Radio Buttons' => 'Optionsfeld', 'Range…' => 'Wertebereich …', + 'Rating' => 'Rating', + 'Rating: {rating} out of {max} stars' => 'Rating: {rating} out of {max} stars', 'Raw data (fastest)' => 'Rohdaten (am schnellsten)', 'Reactivate' => 'Erneut aktivieren', 'Ready to upgrade?' => 'Bereit für ein Upgrade?', @@ -1232,6 +1241,7 @@ 'Reverted content from revision {num}.' => 'Wiederhergestellter Inhalt aus Revision {num}.', 'Reverting update (this may take a minute)…' => 'Update wird rückgängig gemacht (dies kann eine Minute dauern)…', 'Review' => 'Prüfen', + 'Reviews' => 'Reviews', 'Revision Notes' => 'Überarbeitungsnotizen', 'Revision {num}' => 'Überarbeitung {num}', 'Revision' => 'Überprüfung', @@ -1561,6 +1571,8 @@ 'This license is tied to another Craft install. Visit {accountLink} to detach it, or buy a new license.' => 'Diese Craft-Lizenz ist bereits vergeben. Lizenz unter {accountLink} zurücknehmen oder eine neue Lizenz kaufen.', 'This license isn’t allowed to run version {version}.' => 'Mit dieser Lizenz kann Version {version} nicht ausgeführt werden.', 'This month' => 'Diesen Monat', + 'This plugin doesn’t have any reviews with comments.' => 'This plugin doesn’t have any reviews with comments.', + 'This plugin doesn’t have any reviews.' => 'This plugin doesn’t have any reviews.', 'This plugin is no longer maintained.' => 'Dieses Plug-in wird nicht mehr weiterentwickelt.', 'This plugin isn’t compatible with your version of Craft.' => 'Dieses Plugin ist nicht mit Ihrer Version von Craft kompatibel.', 'This plugin requires PHP {v1}, but your composer.json file is currently set to {v2}.' => 'Dieses Plugin erfordert PHP {v1}, aber Ihre composer.json Datei legt die Version gegenwärtig auf {v2} fest.', @@ -1993,6 +2005,7 @@ '{title} ({site})' => '{title} ({site})', '{total, number} {total, plural, =1{{item}} other{{items}}}' => '{total, number} {total, plural, one {}=1{{item}} other{{items}}}', '{totalItems, plural, =1{Item} other{Items}} moved.' => '{totalItems, plural,=1{Element}other{Elemente}} verschoben.', + '{totalReviews, plural, =1{# Review} other{# Reviews}}' => '{totalReviews, plural, =1{# Review} other{# Reviews}}', '{total} jobs' => '{total} Aufgaben', '{total} updates available!' => '{total} Aktualisierungen verfügbar!', '{type} Condition' => '{type} Bedingung',