-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa8496a
commit 9e2e5ae
Showing
1 changed file
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<?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 [ | ||
'Attachment error' => 'Pielikuma kļūda', | ||
'Edit notes' => 'Rediģēt piezīmi', | ||
'Cannot upload the file' => 'Failu neizdevās augšuplādēt', | ||
'File Notes updated' => 'Faila piezīme saglabāta', | ||
'File uploaded successfully.' => 'Fails veiksmīgi augšuplādēts', | ||
'File not uploaded.' => 'Fails netika augšuplādēts', | ||
'File too large' => 'Faila izmērs pārsniedz atļauto', | ||
'Filter by Attachment' => 'Atlasīt pēc pielikuma', | ||
'Forbidden file type: {0}' => 'Neatļauts faila tips: {0}', | ||
'from' => 'no', | ||
'ID' => '', | ||
'Insert DB record failed' => 'Neizdevās izveidot datubāzes ierakstu', | ||
'The requested file does not exist.' => 'Pieprasītais fails neeksistē', | ||
'The uploaded file does not exist.' => 'Augšuplādētais fails neeksistē', | ||
'UploadHandler mandatory option file_name is not set' => 'Nav norādīts obligāts parametrs file_name', | ||
'UploadHandler mandatory option model_id is not set' => 'Nav norādīts obligāts parametrs model_id', | ||
'UploadHandler mandatory option module_name is not set' => 'Nav norādīts obligāts parametrs module_name', | ||
'mandatory POST parameter model_name is not set' => 'Nav norādīts obligāts parametrs module_name', | ||
'upload_file is not set' => 'Nav norādīts pievienojamais fails', | ||
'Add' => 'Pievienot', | ||
'Add Datetime' => 'Pievienošanas datums', | ||
'Are you sure you want to delete this item?' => 'Vai tiešām vēlies dzēst?', | ||
'Attachments' => 'Pielikumi', | ||
'Close' => 'Aizvērt', | ||
'Delete' => 'Dzēst', | ||
'Deleted' => 'Dzēsts', | ||
'Download' => 'Lejuplādēt', | ||
'Drag&Drop a file here, upload will start automatically' => 'Ievelc šeit failu, augšupielāde sāksies automātiski', | ||
'Drag&Drop file here' => 'Ievelc failu šeit', | ||
'File Name' => 'Faila nosaukums', | ||
'File deleted' => 'Fails dzēsts', | ||
'Model ID' => 'Modeļa ID', | ||
'Model Name' => 'Modeļa nosaukums', | ||
'No results found.' => 'Nekas nav atrasts.', | ||
'Notes' => 'Piezīmes', | ||
'Preview atachment' => 'Priekšskatīt pielikumu', | ||
'Previous Attachment' => 'Iepriekšējais pielikums', | ||
'Next Attachment' => 'Nākamais pielikums', | ||
'Save Note' => 'Saglabāt piezīmi', | ||
'Select attachment' => 'Izvēlies pielikumu', | ||
'Selected attachments' => 'Izvēlēti pielikumi', | ||
'Type ID' => 'Tips', | ||
'User ID' => 'Lietotāja ID', | ||
'You don\'t have access to parent record' => 'Tev nav pieejas tiesību šim ierakstam', | ||
'Upload file' => 'Augšupielādēt failu', | ||
'Unexpected upload error! Code: $1' => 'Neparadzēta augšupielādes kļūda! Kods: $1', | ||
'The uploaded file exceeds the upload_max_filesize directive in php.ini' => 'Faila izmērs pārsniedz atļauto', | ||
//'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form' => 'Faila izmērs pārsniedz norādīto HTML formā', | ||
'The uploaded file was only partially uploaded' => 'Fails tika daļēji augšuplādēts', | ||
'No file was uploaded' => 'Fails netika augšuplādēts', | ||
//'Missing a temporary folder' => '', | ||
//'Failed to write file to disk.' => '', | ||
//'A PHP extension stopped the file upload.' => '', | ||
'Can not upload the file without extension' => 'Nevar augšupielādēt failu bez paplašinājuma' | ||
]; |