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
|
filesystem = System plików
|
||||||
home = Katalog Domowy
|
home = Katalog Domowy
|
||||||
trash = Kosz
|
trash = Kosz
|
||||||
|
undo = Cofnij
|
||||||
|
|
||||||
# List view
|
# List view
|
||||||
name = Nazwa
|
name = Nazwa
|
||||||
|
|
@ -46,7 +47,13 @@ rename-folder = Zmień nazwę katalogu
|
||||||
# Replace Dialog
|
# Replace Dialog
|
||||||
replace = Zastąp
|
replace = Zastąp
|
||||||
replace-title = {$filename} już istnieje w tym miejscu.
|
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
|
# 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}
|
git-description = Git commit {$hash} z {$date}
|
||||||
|
|
||||||
## Operations
|
## Operations
|
||||||
operations = Operacje
|
edit-history = Edytuj historię
|
||||||
|
history = Historia
|
||||||
|
no-history = Brak pozycji w historii.
|
||||||
pending = Oczekujące
|
pending = Oczekujące
|
||||||
failed = Nieudane
|
failed = Nieudane
|
||||||
complete = Ukończone
|
complete = Ukończone
|
||||||
copy_noun = Kopiuj
|
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
|
||||||
open-with = Otwórz za pomocą
|
open-with = Otwórz za pomocą
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue