mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-17 17:28:02 +00:00
86 lines
2.5 KiB
JavaScript
86 lines
2.5 KiB
JavaScript
OC.L10N.register(
|
|
"forum",
|
|
{
|
|
"Admin" : "Admin",
|
|
"Moderator" : "Moderator",
|
|
"User" : "User",
|
|
"Guest" : "Guest",
|
|
"General" : "General",
|
|
"Forum" : "Forum",
|
|
"Deleted user" : "Deleted user",
|
|
"Role" : "Role",
|
|
"Loading …" : "Loading …",
|
|
"Search" : "ძიება",
|
|
"Home" : "მთავარი",
|
|
"Dashboard" : "Dashboard",
|
|
"Users" : "Users",
|
|
"Categories" : "Categories",
|
|
"Expand" : "Expand",
|
|
"Collapse" : "Collapse",
|
|
"Hello world!" : "Hello world!",
|
|
"Code" : "Code",
|
|
"Font size" : "Font size",
|
|
"List" : "List",
|
|
"Upload failed" : "Upload failed",
|
|
"Close" : "Close",
|
|
"Category" : "Category",
|
|
"Allow" : "Allow",
|
|
"Cancel" : "Cancel",
|
|
"Create" : "Create",
|
|
"Update" : "Update",
|
|
"Move" : "Move",
|
|
"Page not found" : "Page not found",
|
|
"Back" : "უკან",
|
|
"Edit" : "Edit",
|
|
"Delete" : "წაშლა",
|
|
"Unread" : "Unread",
|
|
"Save" : "დამახსოვრება",
|
|
"Current version" : "Current version",
|
|
"React with {emoji}" : "React with {emoji}",
|
|
"Uncategorized" : "Uncategorized",
|
|
"Views" : "Views",
|
|
"Saving draft …" : "Saving draft …",
|
|
"Draft saved" : "Draft saved",
|
|
"Refresh" : "Refresh",
|
|
"Retry" : "Retry",
|
|
"Error" : "Error",
|
|
"Created" : "Created",
|
|
"Searching …" : "Searching …",
|
|
"No results found" : "No results found",
|
|
"Back to {category}" : "Back to {category}",
|
|
"Reply" : "Reply",
|
|
"by" : "by",
|
|
"Subscribe" : "Subscribe",
|
|
"Subscribed" : "Subscribed",
|
|
"Edit title" : "Edit title",
|
|
"Move thread" : "Move thread",
|
|
"Preferences" : "Preferences",
|
|
"Notifications" : "შეტყობინებები",
|
|
"Signature" : "Signature",
|
|
"Enable" : "Enable",
|
|
"Disable" : "Disable",
|
|
"Description" : "Description",
|
|
"Enabled" : "Enabled",
|
|
"Name" : "სახელი",
|
|
"New" : "ახალი",
|
|
"Permissions" : "Permissions",
|
|
"Preview" : "Preview",
|
|
"Move up" : "Move up",
|
|
"Move down" : "Move down",
|
|
"Last 7 days" : "Last 7 days",
|
|
"General settings" : "General settings",
|
|
"Settings saved" : "Settings saved",
|
|
"Failed to save settings" : "Failed to save settings",
|
|
"Reset" : "Reset",
|
|
"ID" : "ID",
|
|
"Owner" : "Owner",
|
|
"Actions" : "Actions",
|
|
"User management" : "User management",
|
|
"Loading users …" : "Loading users …",
|
|
"No users found" : "No users found",
|
|
"Status" : "Status",
|
|
"Active" : "Active",
|
|
"Deleted" : "Deleted"
|
|
},
|
|
"nplurals=2; plural=(n!=1);");
|