<?php 
/** 
 * Message translations. 
 * 
 * This file is automatically generated by 'yii message/extract' command. 
 * It contains the localizable messages extracted from source code. 
 * You may modify this file by translating the extracted messages. 
 * 
 * Each array element represents the translation (value) of a message (key). 
 * If the value is empty, the message is considered as not translated. 
 * Messages that no longer need translation will have their translations 
 * enclosed between a pair of '' marks. 
 * 
 * Message string can be used with plural forms format. Check i18n section 
 * of the guide for details. 
 * 
 * NOTE: this file must be saved in UTF-8 encoding. 
 */ 
return [ 
    'Action' => 'Darb?ba', 
    'Add' => 'Pievienot', 
    'Attached Labels' => 'Piesaist?t?s birkas', 
    'Attach' => 'Piesaist?t', 
    'Attach Label' => 'Piesaist?t birku', 
    'Attached' => 'Piesaist?ta', 
    'Cancel and close' => 'Atcelt un aizv?rt', 
    'Cannot delete Label record' => 'Neizdev?s no?emt birku', 
    'Create Label' => 'Izveidot birku', 
    'Collor' => 'Kr?sa', 
    'Cannot delete.  Attached to records' => 'Nav iesp?jams dz?st. ?? birka ir piesaist?ta ierakstiem', 
    'Deleted sucessfully' => 'Veiksm?gi dz?sta', 
    'Existing Labels' => 'Izveidot?s birkas', 
    'Not exists or deleted already' => 'Neeksist? vai jau ir dz?sta', 
    'Filter by Label' => 'Atlas?t p?c birkas', 
    'Icon' => 'Ikona', 
    'Labels created successfully' => 'Birka izveidota', 
    'Label' => 'Nosaukums', 
    'Label attached' => 'Birka piesaist?ta', 
    'Label definition record not exists' => 'Birkas defin?cijas ieraksts neeksist?', 
    'Label is required if no icon' => 'Ir nepiecie?ams nosaukums, ja nav uzdota ikona', 
    'Label will be deleted' => 'Birka tiks dz?sta', 
    'Label with this name exists already' => 'Birka ar ??du nosaukumu jau ir izveidota', 
    'Labels' => 'Birkas', 
    'Look' => 'Izskats', 
    'Remove' => 'No?emt', 
    'Removed' => 'No?emta', 
    'Label removed sucessfully' => 'Birka no?emta', 
    'Status' => 'Statuss', 
    'Title' => 'Nosaukums', 
    'Unable to create Label' => 'Neizdev?s izveidot Birku', 
]; 
 
 |