зеркало из https://github.com/nextcloud/deck.git
78 строки
3.2 KiB
JavaScript
78 строки
3.2 KiB
JavaScript
OC.L10N.register(
|
|
"deck",
|
|
{
|
|
"Are you sure you want to delete this card with all of its data?" : "Are you sure you want to delete this card with all of its data?",
|
|
"Delete" : "Delete",
|
|
"Remove user from card" : "Remove user from card",
|
|
"Hours" : "Hours",
|
|
"Minutes" : "Minutes",
|
|
"Are you sure you want to delete the stack with all of its data?" : "Are you sure you want to delete the stack with all of its data?",
|
|
"The card \"%s\" on \"%s\" has reached its due date." : "The card \"%s\" on \"%s\" has reached its due date.",
|
|
"The board \"%s\" has been shared with you by %s." : "The board \"%s\" has been shared with you by %s.",
|
|
"{user} has shared the board %s with you." : "{user} has shared the board %s with you.",
|
|
"Finished" : "Finished",
|
|
"To review" : "To review",
|
|
"Action needed" : "Action needed",
|
|
"Later" : "Later",
|
|
"Deck" : "Deck",
|
|
"Add a new stack" : "Add a new stack",
|
|
"Submit" : "Submit",
|
|
"Show archived cards" : "Show archived cards",
|
|
"Hide archived cards" : "Hide archived cards",
|
|
"Board details" : "Board details",
|
|
"All Boards" : "All Boards",
|
|
"Archived boards" : "Archived boards",
|
|
"Archive" : "Archive",
|
|
"Unarchive" : "Unarchive",
|
|
"Enter a card title" : "Enter a card title",
|
|
"Add card" : "Add card",
|
|
"Close" : "Close",
|
|
"Sharing" : "Sharing",
|
|
"Tags" : "Tags",
|
|
"Select users or groups to share with" : "Select users or groups to share with",
|
|
"Access for" : "Access for",
|
|
"No matching user or group found." : "No matching user or group found.",
|
|
"Loading" : "Loading",
|
|
"Share" : "Share",
|
|
"Edit" : "Edit",
|
|
"Manage" : "Manage",
|
|
"Discard share" : "Discard share",
|
|
"Update" : "Update",
|
|
"Create" : "Create",
|
|
"Create a new tag" : "Create a new tag",
|
|
"Status" : "Status",
|
|
"Title" : "Title",
|
|
"Members" : "Members",
|
|
"More actions" : "More actions",
|
|
"Edit board" : "Edit board",
|
|
"Archive board" : "Archive board",
|
|
"Unarchive board" : "Unarchive board",
|
|
"Delete board" : "Delete board",
|
|
"Reset" : "Reset",
|
|
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Undo board deletion - Otherwise the board will be deleted during the next cronjob run.",
|
|
"Create new board" : "Create new board",
|
|
"New board title" : "New board title",
|
|
"Modified:" : "Modified:",
|
|
"Created:" : "Created:",
|
|
"by" : "by",
|
|
"Choose a tag" : "Choose a tag",
|
|
"Add a tag" : "Add a tag",
|
|
"Select tags" : "Select tags",
|
|
"Assign users" : "Assign users",
|
|
"Choose a user to assign" : "Choose a user to assign",
|
|
"Assign this card to a user" : "Assign this card to a user",
|
|
"Due date" : "Due date",
|
|
"Click to set" : "Click to set",
|
|
"Remove due date" : "Remove due date",
|
|
"Description" : "Description",
|
|
"Formatting help" : "Formatting help",
|
|
"Saved" : "Saved",
|
|
"Unsaved changes" : "Unsaved changes",
|
|
"Add a card description…" : "Add a card description…",
|
|
"Shared boards" : "Shared boards",
|
|
"View more" : "View more",
|
|
"Move board to archive" : "Move board to archive",
|
|
"Create a new board" : "Create a new board"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|