diff options
Diffstat (limited to 'apps/files/l10n/ka.js')
-rw-r--r-- | apps/files/l10n/ka.js | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/apps/files/l10n/ka.js b/apps/files/l10n/ka.js index 2528dc512cd..346ddd4711c 100644 --- a/apps/files/l10n/ka.js +++ b/apps/files/l10n/ka.js @@ -179,15 +179,14 @@ OC.L10N.register( "Folder name" : "Folder name", "This node is unavailable" : "This node is unavailable", "Download file {name}" : "Download file {name}", - "\"{name}\" is not an allowed filetype." : "\"{name}\" is not an allowed filetype.", - "{newName} already exists." : "{newName} already exists.", - "\"{char}\" is not allowed inside a file name." : "\"{char}\" is not allowed inside a file name.", - "Name cannot be empty" : "Name cannot be empty", - "Another entry with the same name already exists" : "Another entry with the same name already exists", "Renamed \"{oldName}\" to \"{newName}\"" : "Renamed \"{oldName}\" to \"{newName}\"", "Could not rename \"{oldName}\", it does not exist any more" : "Could not rename \"{oldName}\", it does not exist any more", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name.", "Could not rename \"{oldName}\"" : "Could not rename \"{oldName}\"", + "Clear filter" : "Clear filter", + "Type" : "Type", + "Active filters" : "Active filters", + "Remove filter" : "Remove filter", "Total rows summary" : "Total rows summary", "\"{displayName}\" failed on some elements " : "\"{displayName}\" failed on some elements ", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batch action executed successfully", @@ -195,12 +194,14 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Column headers with buttons are sortable.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.", "File not found" : "File not found", - "Storage informations" : "Storage informations", "{usedQuotaByte} used" : "{usedQuotaByte} used", "{relative}% used" : "{relative}% used", "Could not refresh storage stats" : "Could not refresh storage stats", "Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!", "Create" : "Create", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" is not allowed inside a file name.", + "\"{name}\" is not an allowed filetype." : "\"{name}\" is not an allowed filetype.", + "Submit" : "Submit", "Transfer ownership of a file or folder" : "Transfer ownership of a file or folder", "Choose file or folder to transfer" : "Choose file or folder to transfer", "Change" : "Change", @@ -227,7 +228,7 @@ OC.L10N.register( "Switch to grid view" : "Switch to grid view", "Error during upload: {message}" : "Error during upload: {message}", "Unknown error during upload" : "Unknown error during upload", - "Open the files app settings" : "Open the files app settings", + "Views" : "Views", "Files settings" : "Files settings", "File cannot be accessed" : "File cannot be accessed", "Sort favorites first" : "Sort favorites first", @@ -263,6 +264,12 @@ OC.L10N.register( "Open folder {displayName}" : "Open folder {displayName}", "Open in Files" : "Open in Files", "Open details" : "Open details", + "Today" : "დღეს", + "Last 7 days" : "Last 7 days", + "Last 30 days" : "Last 30 days", + "Documents" : "Documents", + "Audio" : "Audio", + "Videos" : "Videos", "Created new folder \"{name}\"" : "Created new folder \"{name}\"", "Filename" : "Filename", "Unable to initialize the templates directory" : "Unable to initialize the templates directory", @@ -302,9 +309,11 @@ OC.L10N.register( "descending" : "descending", "Sort list by {column} ({direction})" : "Sort list by {column} ({direction})", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list.", + "Storage informations" : "Storage informations", "Search for an account" : "Search for an account", "Choose" : "Choose", "No files or folders have been deleted yet" : "No files or folders have been deleted yet", + "Open the files app settings" : "Open the files app settings", "You might not have have permissions to view it, ask the sender to share it" : "You might not have have permissions to view it, ask the sender to share it", "Set up templates folder" : "Set up templates folder", "Toggle %1$s sublist" : "Toggle %1$s sublist", @@ -314,6 +323,9 @@ OC.L10N.register( "Shared with you" : "Shared with you", "Deleted shares" : "Deleted shares", "Pending shares" : "Pending shares", + "{newName} already exists." : "{newName} already exists.", + "Name cannot be empty" : "Name cannot be empty", + "Another entry with the same name already exists" : "Another entry with the same name already exists", "The files is locked" : "The files is locked" }, "nplurals=2; plural=(n!=1);"); |