Browse Source

Added slovak framework messages #15073 (#15074) [skip ci]

tags/2.0.13
pistej 7 years ago committed by Alexander Makarov
parent
commit
26259eca03
  1. 8
      framework/messages/sk/yii.php

8
framework/messages/sk/yii.php

@ -23,8 +23,14 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'(not set)' => '(nie je nastavené)',
'\'{attribute}\' does not support operator \'{operator}\'.' => '\'{attribute}\' nepodporuje operátor \'{operator}\'.',
'Condition for \'{attribute}\' should be either a value or valid operator specification.' => 'Podmienkou pre \'{attribute}\' by mala byť hodnota alebo platná špecifikácia operátora.',
'Operator \'{operator}\' must be used with a search attribute.' => 'Operátor \'{operator}\' musí byť použitý s atribútom vyhľadávania.',
'Operator \'{operator}\' requires multiple operands.' => 'Operátor \'{operator}\' vyžaduje viac operandov.',
'The format of {filter} is invalid.' => 'Format {filter} je neplatný.',
'Unknown filter attribute \'{attribute}\'' => 'Neznámy atribút filtra \'{attribute}\'',
' and ' => ' a ',
'(not set)' => '(nie je nastavené)',
'An internal server error occurred.' => 'Vyskytla sa interná chyba servera.',
'Are you sure you want to delete this item?' => 'Skutočne chcete odstrániť tento záznam?',
'Delete' => 'Zmazať',

Loading…
Cancel
Save