From ad4ba9ad04e5fc264150054e5a13f9c5943a17ed Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 12 May 2023 03:42:52 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ast.js | 26 -------------------------- l10n/ast.json | 24 ------------------------ l10n/ru.js | 1 + l10n/ru.json | 1 + 4 files changed, 2 insertions(+), 50 deletions(-) delete mode 100644 l10n/ast.js delete mode 100644 l10n/ast.json diff --git a/l10n/ast.js b/l10n/ast.js deleted file mode 100644 index 88311cb5035..00000000000 --- a/l10n/ast.js +++ /dev/null @@ -1,26 +0,0 @@ -OC.L10N.register( - "text", - { - "New text file" : "Ficheru nuevu de testu", - "The file was uploaded" : "Xubióse'l ficheru", - "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu perpasa la direutiva de xuba upload_max_filesize en php.ini", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu perpasa la direutiva \"MAX_FILE_SIZE\" especificada nel formulariu HTML", - "No file was uploaded" : "Nun se xubieron fichjeros", - "Missing a temporary folder" : "Falta un direutoriu temporal", - "Could not write file to disk" : "Nun pudo escribise nel discu'l ficheru", - "A PHP extension stopped the file upload" : "Una estensión de PHP paró la xuba de ficheros", - "Text" : "Testu", - "Guest" : "Convidáu/ada", - "guest" : "invitáu", - "Saving …" : "Guardando...", - "Saved" : "Guardáu", - "Keyboard shortcuts" : "Atayos de tecláu", - "Translate" : "Traducir", - "Replace" : "Trocar", - "Unsupported image type" : "Triba non sofitada d'imaxe", - "Undo" : "Desfacer", - "Info" : "Info", - "Warning" : "Alvertencia", - "Edit" : "Editar" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json deleted file mode 100644 index 8eb320f4606..00000000000 --- a/l10n/ast.json +++ /dev/null @@ -1,24 +0,0 @@ -{ "translations": { - "New text file" : "Ficheru nuevu de testu", - "The file was uploaded" : "Xubióse'l ficheru", - "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu perpasa la direutiva de xuba upload_max_filesize en php.ini", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu perpasa la direutiva \"MAX_FILE_SIZE\" especificada nel formulariu HTML", - "No file was uploaded" : "Nun se xubieron fichjeros", - "Missing a temporary folder" : "Falta un direutoriu temporal", - "Could not write file to disk" : "Nun pudo escribise nel discu'l ficheru", - "A PHP extension stopped the file upload" : "Una estensión de PHP paró la xuba de ficheros", - "Text" : "Testu", - "Guest" : "Convidáu/ada", - "guest" : "invitáu", - "Saving …" : "Guardando...", - "Saved" : "Guardáu", - "Keyboard shortcuts" : "Atayos de tecláu", - "Translate" : "Traducir", - "Replace" : "Trocar", - "Unsupported image type" : "Triba non sofitada d'imaxe", - "Undo" : "Desfacer", - "Info" : "Info", - "Warning" : "Alvertencia", - "Edit" : "Editar" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/ru.js b/l10n/ru.js index bcfced4dd6f..2369a21e194 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -2,6 +2,7 @@ OC.L10N.register( "text", { "New text file" : "Новый текстовый файл", + "Create new text file" : "Создать новый текстовый файл", "The file was uploaded" : "Файл загружен", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Загруженный файл превышает размер параметра upload_max_filesize в php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Загруженный файл превышает размер параметра MAX_FILE_SIZE, который был указан в HTML-форме", diff --git a/l10n/ru.json b/l10n/ru.json index 327121813df..7aa243321b4 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -1,5 +1,6 @@ { "translations": { "New text file" : "Новый текстовый файл", + "Create new text file" : "Создать новый текстовый файл", "The file was uploaded" : "Файл загружен", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Загруженный файл превышает размер параметра upload_max_filesize в php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Загруженный файл превышает размер параметра MAX_FILE_SIZE, который был указан в HTML-форме",