Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update translations #8

Open
wants to merge 9 commits into
base: 2.7.x
Choose a base branch
from
10 changes: 5 additions & 5 deletions languages/ar/Laminas_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@
"File '%value%' is not readable or does not exist" => "الملف '%value%' لا يمكن قراءته أو أنه غير موجود",

// Laminas_Validate_File_Upload
"File '%value%' exceeds the defined ini size" => "الملف '%value%' تعدى الحجم المسموح به حسب التعريف في ini",
"File '%value%' exceeds the defined form size" => "الملف '%value%' تعدى الحجم المسموح به حسب التعريف في النموذج",
"File '%value%' exceeds upload_max_filesize directive in php.ini" => "الملف '%value%' تعدى الحجم المسموح به حسب التعريف في ini",
"File '%value%' exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "الملف '%value%' تعدى الحجم المسموح به حسب التعريف في النموذج",
"File '%value%' was only partially uploaded" => "الملف '%value%' تم تحميل جزء منه",
"File '%value%' was not uploaded" => "الملف '%value%' لم يتم تحميله",
"No temporary directory was found for file '%value%'" => "لم يتم العثور على مكان مؤقت للملف '%value%'",
"File '%value%' can't be written" => "الملف '%value%' لا يمكن كتابته وتخزينه",
"A PHP extension returned an error while uploading the file '%value%'" => "لقد حصل خطأ من إضافة PHP في عملية تحميل الملف '%value%'",
"Missing a temporary folder to store '%value%'" => "لم يتم العثور على مكان مؤقت للملف '%value%'",
"Failed to write file '%value%' to disk" => "الملف '%value%' لا يمكن كتابته وتخزينه",
"A PHP extension stopped uploading the file '%value%'" => "لقد حصل خطأ من إضافة PHP في عملية تحميل الملف '%value%'",
"File '%value%' was illegally uploaded. This could be a possible attack" => "لقد تم تحميل الملف '%value%' بطريقة غير مشروعة. وهذا يمكن أن يكون محاولة هجوم",
"File '%value%' was not found" => "لم يتم العثور على الملف '%value%'",
"Unknown error while uploading file '%value%'" => "حصل خطأ غير معروف في عملية تحميل الملف '%value%'",
Expand Down
24 changes: 12 additions & 12 deletions languages/bg/Laminas_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,25 +171,25 @@
"File is not readable or does not exist" => "Файла не може да бъде прочетен или не съществува",

// Laminas\Validator\File\Upload
"File '%value%' exceeds the defined ini size" => "Файлът '%value%' надвишава зададения размер в ini файла",
"File '%value%' exceeds the defined form size" => "Файлът '%value%' надвишава зададения във формата размер",
"File '%value%' exceeds upload_max_filesize directive in php.ini" => "Файлът '%value%' надвишава зададения размер в ini файла",
"File '%value%' exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Файлът '%value%' надвишава зададения във формата размер",
"File '%value%' was only partially uploaded" => "Файлът '%value%' беше качен само частично",
"File '%value%' was not uploaded" => "Файлът '%value%' не беше качен",
"No temporary directory was found for file '%value%'" => "Не беше открита временна директория за файла '%value%'",
"File '%value%' can't be written" => "Файлът '%value%' не може да бъде записан",
"A PHP extension returned an error while uploading the file '%value%'" => "PHP изключение беше върнато по време на качването на файла '%value%'",
"Missing a temporary folder to store '%value%'" => "Не беше открита временна директория за файла '%value%'",
"Failed to write file '%value%' to disk" => "Файлът '%value%' не може да бъде записан",
"A PHP extension stopped uploading the file '%value%'" => "PHP изключение беше върнато по време на качването на файла '%value%'",
"File '%value%' was illegally uploaded. This could be a possible attack" => "Файлът '%value%' беше качен без позволение. Това може да бъде потенциална атака",
"File '%value%' was not found" => "Файлът '%value%' не беше открит",
"Unknown error while uploading file '%value%'" => "Възникна грешка при качването на файла '%value%'",

// Laminas\Validator\File\UploadFile
"File exceeds the defined ini size" => "Файла надвишава зададения размер в ini файла",
"File exceeds the defined form size" => "Файла надвишава зададения във формата размер",
"File was only partially uploaded" => "Файла беше качен само частично",
"File was not uploaded" => "Файла не беше качен",
"No temporary directory was found for file" => "Не беше открита временна директория за файла",
"File can't be written" => "Файла не може да бъде записан",
"A PHP extension returned an error while uploading the file" => "PHP изключение беше върнато по време на качването на файла",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Файла надвишава зададения размер в ini файла",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Файла надвишава зададения във формата размер",
"The uploaded file was only partially uploaded" => "Файла беше качен само частично",
"No file was uploaded" => "Файла не беше качен",
"Missing a temporary folder" => "Не беше открита временна директория за файла",
"Failed to write file to disk" => "Файла не може да бъде записан",
"A PHP extension stopped the file upload" => "PHP изключение беше върнато по време на качването на файла",
"File was illegally uploaded. This could be a possible attack" => "Файла беше качен без позволение. Това може да бъде потенциална атака",
"File was not found" => "Файла не беше открит",
"Unknown error while uploading file" => "Възникна грешка при качването на файла",
Expand Down
24 changes: 12 additions & 12 deletions languages/ca/Laminas_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,25 +179,25 @@
"File is not readable or does not exist" => "L'arxiu no és pot llegir o no existeix",

// Laminas\Validator\File\Upload
"File '%value%' exceeds the defined ini size" => "L'arxiu '%value%' supera la mida definida inicialment",
"File '%value%' exceeds the defined form size" => "L'arxiu '%value%' supera la mida definida en el formulari",
"File '%value%' exceeds upload_max_filesize directive in php.ini" => "L'arxiu '%value%' supera la mida definida inicialment",
"File '%value%' exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "L'arxiu '%value%' supera la mida definida en el formulari",
"File '%value%' was only partially uploaded" => "L'arxiu '%value%' s'ha carregat parcialment",
"File '%value%' was not uploaded" => "L'arxiu '%value%' no s'ha carregat",
"No temporary directory was found for file '%value%'" => "No s'ha trobat cap directory temporal per al fitxer '%value%'",
"File '%value%' can't be written" => "L'arxiu '%value%' no és pot escriure",
"A PHP extension returned an error while uploading the file '%value%'" => "Una extensió PHP ha retornat un error al pujar l'arxiu '%value%'",
"Missing a temporary folder to store '%value%'" => "No s'ha trobat cap directory temporal per al fitxer '%value%'",
"Failed to write file '%value%' to disk" => "L'arxiu '%value%' no és pot escriure",
"A PHP extension stopped uploading the file '%value%'" => "Una extensió PHP ha retornat un error al pujar l'arxiu '%value%'",
"File '%value%' was illegally uploaded. This could be a possible attack" => "L'arxiu '%value%' s'ha carregat il·legalment. Això podria ser un possible atac",
"File '%value%' was not found" => "L'arxiu '%value%' no s'ha trobat",
"Unknown error while uploading file '%value%'" => "Error desconegut en pujar l'arxiu '%value%'",

// Laminas\Validator\File\UploadFile
"File exceeds the defined ini size" => "L'arxiu supera la mida definida inicialment",
"File exceeds the defined form size" => "L'arxiu supera la mida definida en el formulari",
"File was only partially uploaded" => "L'arxiu s'ha carregat parcialment",
"File was not uploaded" => "L'arxiu no s'ha carregat",
"No temporary directory was found for file" => "No s'ha trobat cap directory temporal per al fitxer",
"File can't be written" => "L'arxiu no és pot escriure",
"A PHP extension returned an error while uploading the file" => "Una extensió PHP ha retornat un error al pujar l'arxiu ",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "L'arxiu supera la mida definida inicialment",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "L'arxiu supera la mida definida en el formulari",
"The uploaded file was only partially uploaded" => "L'arxiu s'ha carregat parcialment",
"No file was uploaded" => "L'arxiu no s'ha carregat",
"Missing a temporary folder" => "No s'ha trobat cap directory temporal per al fitxer",
"Failed to write file to disk" => "L'arxiu no és pot escriure",
"A PHP extension stopped the file upload" => "Una extensió PHP ha retornat un error al pujar l'arxiu ",
"File was illegally uploaded. This could be a possible attack" => "L'arxiu s'ha carregat il·legalment. Això podria ser un possible atac",
"File was not found" => "L'arxiu no s'ha trobat",
"Unknown error while uploading file" => "Error desconegut en pujar l'arxiu",
Expand Down
24 changes: 12 additions & 12 deletions languages/cs/Laminas_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,25 +171,25 @@
"File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje",

// Laminas\Validator\File\Upload
"File '%value%' exceeds the defined ini size" => "Soubor '%value%' překročil velikost definovanou v ini souboru",
"File '%value%' exceeds the defined form size" => "Soubor '%value%' překročil velikost definovanou ve formuláři",
"File '%value%' exceeds upload_max_filesize directive in php.ini" => "Soubor '%value%' překročil velikost definovanou v ini souboru",
"File '%value%' exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Soubor '%value%' překročil velikost definovanou ve formuláři",
"File '%value%' was only partially uploaded" => "Soubor '%value%' byl nahrán jen částečně",
"File '%value%' was not uploaded" => "Soubor '%value%' nebyl nahrán",
"No temporary directory was found for file '%value%'" => "Pro soubor '%value%' nebyl nalezen žádný dočasný adresář",
"File '%value%' can't be written" => "Soubor '%value%' nemůže být zapsán",
"A PHP extension returned an error while uploading the file '%value%'" => "Rozšíření PHP vrátilo chybu během nahrávání souboru '%value%'",
"Missing a temporary folder to store '%value%'" => "Pro soubor '%value%' nebyl nalezen žádný dočasný adresář",
"Failed to write file '%value%' to disk" => "Soubor '%value%' nemůže být zapsán",
"A PHP extension stopped uploading the file '%value%'" => "Rozšíření PHP vrátilo chybu během nahrávání souboru '%value%'",
"File '%value%' was illegally uploaded. This could be a possible attack" => "Soubor '%value%' byl nedovoleně nahrán. Může se jednat o útok",
"File '%value%' was not found" => "Soubor '%value%' nebyl nalezen",
"Unknown error while uploading file '%value%'" => "Během nahrávání souboru '%value%' došlo k neznámé chybě",

// Laminas\Validator\File\UploadFile
"File exceeds the defined ini size" => "Soubor překročil velikost definovanou v ini souboru",
"File exceeds the defined form size" => "Soubor překročil velikost definovanou ve formuláře",
"File was only partially uploaded" => "Soubor byl nahrán jen částečně",
"File was not uploaded" => "Soubor nebyl nahrán",
"No temporary directory was found for file" => "Pro soubor nebyl nalezen žádný dočasný adresář",
"File can't be written" => "Soubor nemůže být zapsán",
"A PHP extension returned an error while uploading the file" => "Rozšíření PHP vrátilo chybu během nahrávání souboru",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Soubor překročil velikost definovanou v ini souboru",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Soubor překročil velikost definovanou ve formuláře",
"The uploaded file was only partially uploaded" => "Soubor byl nahrán jen částečně",
"No file was uploaded" => "Soubor nebyl nahrán",
"Missing a temporary folder" => "Pro soubor nebyl nalezen žádný dočasný adresář",
"Failed to write file to disk" => "Soubor nemůže být zapsán",
"A PHP extension stopped the file upload" => "Rozšíření PHP vrátilo chybu během nahrávání souboru",
"File was illegally uploaded. This could be a possible attack" => "Soubor byl nedovoleně nahrán. Může se jednat o útok",
"File was not found" => "Soubor nebyl nalezen",
"Unknown error while uploading file" => "Během nahrávání souboru došlo k neznámé chybě",
Expand Down
24 changes: 12 additions & 12 deletions languages/da/Laminas_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,25 +186,25 @@
"File is not readable or does not exist" => "Filen kan ikke læses eller eksisterer ikke",

// Laminas\Validator\File\Upload
"File '%value%' exceeds the defined ini size" => "Filen '%value%' overskrider den definerede ini-størrelse",
"File '%value%' exceeds the defined form size" => "Filen '%value%' overskrider den definerede formularstørrelse",
"File '%value%' exceeds upload_max_filesize directive in php.ini" => "Filen '%value%' overskrider den definerede ini-størrelse",
"File '%value%' exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Filen '%value%' overskrider den definerede formularstørrelse",
"File '%value%' was only partially uploaded" => "Filen '%value%' blev kun delvist uploadet",
"File '%value%' was not uploaded" => "Filen '%value%' blev ikke uploadet",
"No temporary directory was found for file '%value%'" => "Ingen midlertidig mappe blev fundet for filen '%value%'",
"File '%value%' can't be written" => "Filen '%value%' kan ikke skrives",
"A PHP extension returned an error while uploading the file '%value%'" => "En PHP-udvidelse forårsagede en fejl ved upload af filen '%value%'",
"Missing a temporary folder to store '%value%'" => "Ingen midlertidig mappe blev fundet for filen '%value%'",
"Failed to write file '%value%' to disk" => "Filen '%value%' kan ikke skrives",
"A PHP extension stopped uploading the file '%value%'" => "En PHP-udvidelse forårsagede en fejl ved upload af filen '%value%'",
"File '%value%' was illegally uploaded. This could be a possible attack" => "Filen '%value%' blev ulovligt uploadet. Dette kan være et muligt angreb",
"File '%value%' was not found" => "Filen '%value%' blev ikke fundet",
"Unknown error while uploading file '%value%'" => "Ukendt fejl opstod ved upload af filen '%value%'",

// Laminas\Validator\File\UploadFile
"File exceeds the defined ini size" => "Filen overskrider den definerede ini-størrelse",
"File exceeds the defined form size" => "Filen overskrider den definerede formularstørrelse",
"File was only partially uploaded" => "Filen blev kun delvist uploadet",
"File was not uploaded" => "Filen blev ikke uploadet",
"No temporary directory was found for file" => "Ingen midlertidig mappe blev fundet for filen",
"File can't be written" => "Filen kan ikke skrives",
"A PHP extension returned an error while uploading the file" => "En PHP-udvidelse forårsagede en fejlved upload af filen",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Filen overskrider den definerede ini-størrelse",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Filen overskrider den definerede formularstørrelse",
"The uploaded file was only partially uploaded" => "Filen blev kun delvist uploadet",
"No file was uploaded" => "Filen blev ikke uploadet",
"Missing a temporary folder" => "Ingen midlertidig mappe blev fundet for filen",
"Failed to write file to disk" => "Filen kan ikke skrives",
"A PHP extension stopped the file upload" => "En PHP-udvidelse forårsagede en fejlved upload af filen",
"File was illegally uploaded. This could be a possible attack" => "Filen blev ulovligt uploadet. Dette kan være et muligt angreb",
"File was not found" => "Filen blev ikke fundet",
"Unknown error while uploading file" => "Der opstod en ukendt fejl under upload af filen",
Expand Down
Loading