зеркало из https://github.com/nextcloud/text.git
53 строки
2.1 KiB
JavaScript
53 строки
2.1 KiB
JavaScript
OC.L10N.register(
|
|
"text",
|
|
{
|
|
"The file was uploaded" : "The file was uploaded",
|
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form",
|
|
"The file was only partially uploaded" : "The file was only partially uploaded",
|
|
"No file was uploaded" : "No file was uploaded",
|
|
"Missing a temporary folder" : "Missing a temporary folder",
|
|
"Could not write file to disk" : "Could not write file to disk",
|
|
"A PHP extension stopped the file upload" : "A PHP extension stopped the file upload",
|
|
"No file uploaded or file size exceeds maximum of %s" : "No file uploaded or file size exceeds maximum of %s",
|
|
"New text file" : "New text file",
|
|
"File not found" : "File not found",
|
|
"Text" : "Text",
|
|
"Translate" : "Translate",
|
|
"Delete task" : "Delete task",
|
|
"Reload" : "Reload",
|
|
"Guest" : "Guest",
|
|
"guest" : "guest",
|
|
"Saving …" : "Saving …",
|
|
"Saved" : "Saved",
|
|
"Keyboard shortcuts" : "Keyboard shortcuts",
|
|
"Enter" : "Enter",
|
|
"Shift" : "Shift",
|
|
"Ctrl" : "Ctrl",
|
|
"Quoted text" : "Quoted text",
|
|
"Link" : "Link",
|
|
"Smart picker" : "Smart picker",
|
|
"Action" : "Action",
|
|
"Undo" : "Undo",
|
|
"Save changes" : "Save changes",
|
|
"Cancel" : "Cancel",
|
|
"URL" : "URL",
|
|
"Cannot copy, please copy the link manually" : "Cannot copy, please copy the link manually",
|
|
"Formatting help" : "Formatting help",
|
|
"Select file or folder to link to" : "Select file or folder to link to",
|
|
"Translate from" : "Translate from",
|
|
"Select language" : "Select language",
|
|
"to" : "to",
|
|
"Replace" : "Replace",
|
|
"Edit" : "Edit",
|
|
"Copy code block" : "Copy code block",
|
|
"Source code" : "Source code",
|
|
"Headings" : "Headings",
|
|
"Info" : "Info",
|
|
"Warning" : "Warning",
|
|
"Details" : "Details",
|
|
"Command" : "Command",
|
|
"Formatting" : "Formatting"
|
|
},
|
|
"nplurals=2; plural=(n!=1);");
|