Skip to content

Commit

Permalink
Release last transifex updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rowasc committed Apr 22, 2020
1 parent 8c4e0f9 commit 40dcbec
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
7 changes: 7 additions & 0 deletions resources/lang/cs/hxl_metadata.php
@@ -0,0 +1,7 @@
<?php

return array(
'uniqueMetadataByJob' => 'Nelze vytvořit entitu metadat pro úlohu, která ji již má',
'privateShouldNotBeEmpty' => 'Private should be a boolean. Received: NULL'

);
7 changes: 7 additions & 0 deletions resources/lang/cs/media.php
@@ -0,0 +1,7 @@
<?php

return array(
'size_error' => 'Velikost souboru by měla být menší než: param1 MB',
'mime_type_not_allowed' => 'Typ souboru není podporován. Nahrajte prosím soubor obrázku.',
'mime_not_empty' => 'Typ MIME nebyl nalezen. Pro soubor musí být nastaven typ MIME.'
);
4 changes: 2 additions & 2 deletions resources/lang/cs/notifications.php
Expand Up @@ -3,10 +3,10 @@
return array(
'email' => array(
'title' => '[:sitename] Nový příspěvek: :title',
'message' => "New post on :sitename\n\n:title\n\n:content\n\nView post: :url"
'message' => "Nový příspěvek na :sitename\n\n:title\n\n:content\n\nView post: :url"
),
'sms' => array(
'title' => '',
'message' => 'New post on :sitename\n\n:title\n\n:content\n\nView post: :url',
'message' => 'Nový příspěvek na :sitename\n\n:title\n\n:content\n\nView post: :url',
)
);
6 changes: 6 additions & 0 deletions resources/lang/en_GB/contacts.php
@@ -0,0 +1,6 @@
<?php
// @codingStandardsIgnoreFile

return array(
'failedToCreateContact' => 'Could not create contacts. Result: %s',
);

0 comments on commit 40dcbec

Please sign in to comment.