Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Jan 4, 2024
1 parent 96976dd commit cc64aeb
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
42 changes: 42 additions & 0 deletions l10n/ka.js
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);");
40 changes: 40 additions & 0 deletions l10n/ka.json
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);"
}

0 comments on commit cc64aeb

Please sign in to comment.