Update cosmic_files.ftl Pl translation
Added operations and dialog
This commit is contained in:
parent
82580d5660
commit
aec4d344e1
1 changed files with 46 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ empty-folder-hidden = Pusty katalog (z ukrytymi plikami)
|
|||
filesystem = System plików
|
||||
home = Katalog Domowy
|
||||
trash = Kosz
|
||||
undo = Cofnij
|
||||
|
||||
# List view
|
||||
name = Nazwa
|
||||
|
|
@ -46,7 +47,13 @@ rename-folder = Zmień nazwę katalogu
|
|||
# Replace Dialog
|
||||
replace = Zastąp
|
||||
replace-title = {$filename} już istnieje w tym miejscu.
|
||||
replace-warning = Czy chcesz by obecny plik został zastąpiony? To nadpisze jego zawartość.
|
||||
replace-warning = Czy chcesz by został on zastąpiony? To nadpisze jego zawartość.
|
||||
replace-warning-operation = Czy chcesz by został on zastąpiony? To nadpisze jego zawartość.
|
||||
original-file = Originaly plik
|
||||
replace-with = Zastąpiony przez
|
||||
apply-to-all = Zastosuj do wszystkich
|
||||
keep-both = Zachowaj oba
|
||||
skip = Pomiń
|
||||
|
||||
# Context Pages
|
||||
|
||||
|
|
@ -54,11 +61,48 @@ replace-warning = Czy chcesz by obecny plik został zastąpiony? To nadpisze jeg
|
|||
git-description = Git commit {$hash} z {$date}
|
||||
|
||||
## Operations
|
||||
operations = Operacje
|
||||
edit-history = Edytuj historię
|
||||
history = Historia
|
||||
no-history = Brak pozycji w historii.
|
||||
pending = Oczekujące
|
||||
failed = Nieudane
|
||||
complete = Ukończone
|
||||
copy_noun = Kopiuj
|
||||
creating =Tworzy {$name} w {$parent}
|
||||
created = Stworzono {$name} w {$parent}
|
||||
copying = Kopiowanie {$items} {$items ->
|
||||
[one] elementu
|
||||
*[other] elementów
|
||||
} z {$from} do {$to}
|
||||
copied = Skopiowano {$items} {$items ->
|
||||
[one] element
|
||||
[few] elementy
|
||||
*[other] elementów
|
||||
} z {$from} do {$to}
|
||||
emptying-trash = Opróżnianie {trash}
|
||||
emptied-trash = Opróżniono {trash}
|
||||
moving = Przenoszenie {$items} {$items ->
|
||||
[one] elementu
|
||||
*[other] elementów
|
||||
} z {$from} do {$to}
|
||||
moved = Przeniesiono {$items} {$items ->
|
||||
[one] element
|
||||
[few] elementy
|
||||
*[other] elementów
|
||||
} z {$from} do {$to}
|
||||
renaming = Zmieniana nazwa {$from} na {$to}
|
||||
renamed = Zmieniono nazwę {$from} na {$to}
|
||||
restoring = Przywracanie {$items} {$items ->
|
||||
[one] elementu
|
||||
*[other] elementów
|
||||
} z {trash}
|
||||
restored = Przywrócono {$items} {$items ->
|
||||
[one] element
|
||||
[few] elementy
|
||||
*[other] elementów
|
||||
} z {trash}
|
||||
undo = Cofnij
|
||||
unknown-folder = nieznany katalog
|
||||
|
||||
## Open with
|
||||
open-with = Otwórz za pomocą
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue