Update translations
This commit is contained in:
parent
c3a28b3752
commit
49bc33af7e
1 changed files with 34 additions and 6 deletions
|
|
@ -60,17 +60,45 @@ skip = Skip
|
|||
git-description = Git commit {$hash} on {$date}
|
||||
|
||||
## Operations
|
||||
operations = Operations
|
||||
edit-history = Edit history
|
||||
history = History
|
||||
no-history = No items in history.
|
||||
pending = Pending
|
||||
failed = Failed
|
||||
complete = Complete
|
||||
copy_noun = Copy
|
||||
moved-to-trash =
|
||||
{$items ->
|
||||
[one] 1 item has been moved to {trash}.
|
||||
*[other] {$items} items have been moved to {trash}.
|
||||
}
|
||||
creating = Creating {$name} in {$parent}
|
||||
created = Created {$name} in {$parent}
|
||||
copying = Copying {$items} {$items ->
|
||||
[one] item
|
||||
*[other] items
|
||||
} from {$from} to {$to}
|
||||
copied = Copied {$items} {$items ->
|
||||
[one] item
|
||||
*[other] items
|
||||
} from {$from} to {$to}
|
||||
emptying-trash = Emptying {trash}
|
||||
emptied-trash = Emptied {trash}
|
||||
moving = Moving {$items} {$items ->
|
||||
[one] item
|
||||
*[other] items
|
||||
} from {$from} to {$to}
|
||||
moved = Moved {$items} {$items ->
|
||||
[one] item
|
||||
*[other] items
|
||||
} from {$from} to {$to}
|
||||
renaming = Renaming {$from} to {$to}
|
||||
renamed = Renamed {$from} to {$to}
|
||||
restoring = Restoring {$items} {$items ->
|
||||
[one] item
|
||||
*[other] items
|
||||
} from {trash}
|
||||
restored = Restored {$items} {$items ->
|
||||
[one] item
|
||||
*[other] items
|
||||
} from {trash}
|
||||
undo = Undo
|
||||
unknown-folder = unknown folder
|
||||
|
||||
## Open with
|
||||
open-with = Open with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue