mirror of
https://github.com/yiisoft/yii.git
synced 2026-02-20 01:21:22 +01:00
fix a hungarian translation
This commit is contained in:
@@ -6,6 +6,7 @@ Version 1.1.31 under development
|
||||
|
||||
- Bug #4579: Fix Czech translation for "not equal to" validation message in CCompareValidator (karelvasicek)
|
||||
- Bug #4570: Fix regression in jquery-bbq introduced in Yii 1.1.30 (kevin-foster-uk)
|
||||
- Bug #4584: Fix a hungarian translation (albertborsos)
|
||||
|
||||
Version 1.1.30 October 14, 2024
|
||||
--------------------------------
|
||||
|
||||
@@ -261,7 +261,7 @@ return array (
|
||||
'{className} does not support flushValues() functionality.' => '{className} nem támogatja a flushValues() lehetőséget.',
|
||||
'{className} does not support get() functionality.' => '{className} nem támogatja a get() lehetőséget.',
|
||||
'{className} does not support set() functionality.' => '{className} nem támogatja az set() lehetőséget.',
|
||||
'{class} and its behaviors do not have a method or closure named "{name}".' => '{class} és viselkedései nem rendelkeznek "{name}" nevű metódussal vagy lezárással.',
|
||||
'{class} and its behaviors do not have a method or closure named "{name}".' => '{class} és behavior-jai nem rendelkeznek "{name}" nevű metódussal vagy closure-ral.',
|
||||
'{class} does not have relation "{name}".' => '{class} nem rendelkezik "{name}" relációval.',
|
||||
'{class} does not support fetching all table names.' => '{class} nem támogatja az összes táblanév lekérdezését.',
|
||||
'{class} has an invalid validation rule. The rule must specify attributes to be validated and the validator name.' => '{class} rendelkezik egy érvénytelen érvényességi szabállyal. A szabálynak meg kell határozni az érvényesítendő tulajdonságokat és az érvényesítendő nevet.',
|
||||
|
||||
Reference in New Issue
Block a user