-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
b7845cb
commit fe0b6a8
Showing
2 changed files
with
82 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,42 @@ | ||
OC.L10N.register( | ||
"text", | ||
{ | ||
"New text file" : "New text file", | ||
"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", | ||
"Text" : "Text", | ||
"Translate" : "Translate", | ||
"Delete task" : "Delete task", | ||
"Guest" : "Guest", | ||
"guest" : "guest", | ||
"Saving …" : "Saving …", | ||
"Saved" : "Saved", | ||
"Formatting help" : "Formatting help", | ||
"Keyboard shortcuts" : "Keyboard shortcuts", | ||
"Enter" : "Enter", | ||
"Shift" : "Shift", | ||
"Ctrl" : "Ctrl", | ||
"Quoted text" : "Quoted text", | ||
"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", | ||
"Source code" : "Source code", | ||
"Undo" : "Undo", | ||
"Headings" : "Headings", | ||
"Info" : "Info", | ||
"Warning" : "Warning", | ||
"Command" : "Command", | ||
"Formatting" : "Formatting", | ||
"Smart picker" : "Smart picker", | ||
"Edit" : "Edit" | ||
}, | ||
"nplurals=2; plural=(n!=1);"); |
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,40 @@ | ||
{ "translations": { | ||
"New text file" : "New text file", | ||
"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", | ||
"Text" : "Text", | ||
"Translate" : "Translate", | ||
"Delete task" : "Delete task", | ||
"Guest" : "Guest", | ||
"guest" : "guest", | ||
"Saving …" : "Saving …", | ||
"Saved" : "Saved", | ||
"Formatting help" : "Formatting help", | ||
"Keyboard shortcuts" : "Keyboard shortcuts", | ||
"Enter" : "Enter", | ||
"Shift" : "Shift", | ||
"Ctrl" : "Ctrl", | ||
"Quoted text" : "Quoted text", | ||
"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", | ||
"Source code" : "Source code", | ||
"Undo" : "Undo", | ||
"Headings" : "Headings", | ||
"Info" : "Info", | ||
"Warning" : "Warning", | ||
"Command" : "Command", | ||
"Formatting" : "Formatting", | ||
"Smart picker" : "Smart picker", | ||
"Edit" : "Edit" | ||
},"pluralForm" :"nplurals=2; plural=(n!=1);" | ||
} |