-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
new-document = Uusi Dokumentti | ||
open-project = Avaa projekti | ||
todo = TODO | ||
# Context Pages | ||
|
||
## Document statistics | ||
document-statistics = Dokumentin tilastot | ||
word-count = Sanoja | ||
character-count = Merkkejä | ||
character-count-no-spaces = Merkit (ilman välilyöntejä) | ||
line-count = Rivejä | ||
## Git management | ||
git-management = Git-hallinta | ||
unstaged-changes = Vaiheistamattomat muutokset | ||
staged-changes = Vaiheistetut muutokset | ||
## Project search | ||
project-search = Projektin haku | ||
## Settings | ||
settings = Asetukset | ||
## Appearance | ||
appearance = Ulkonäkö | ||
theme = Teema | ||
match-desktop = Sovita työpöydän kanssa | ||
dark = Tumma | ||
light = Vaalea | ||
syntax-dark = Tumma syntaksi | ||
syntax-light = Vaalea syntaksi | ||
default-font = Oletusfontti | ||
default-font-size = Fontin oletuskoko | ||
### Keyboard shortcuts | ||
keyboard-shortcuts = Pikanäppäimet | ||
enable-vim-bindings = Ota käyttöön Vim-komennot | ||
# Menu | ||
|
||
## File | ||
file = Tiedosto | ||
new-file = Uusi tiedosto | ||
new-window = Uusi ikkuna | ||
open-file = Avaa tiedosto... | ||
open-recent-file = Avaa viimeisin tiedosto | ||
close-file = Sulje tiedosto | ||
menu-open-project = Avaa projekti... | ||
open-recent-project = Avaa viimeisin projekti | ||
close-project = Sulje projekti | ||
save = Tallenna | ||
save-as = Tallenna nimellä... | ||
revert-all-changes = Peru kaiki muutokset | ||
menu-document-statistics = Dokumentin tilastot... | ||
document-type = Dokumentin tyyppi... | ||
encoding = Koodataan... | ||
menu-git-management = Git-hallinta... | ||
print = Tulosta | ||
quit = Lopeta | ||
## Edit | ||
edit = Muokkaa | ||
undo = Kumoa | ||
redo = Palauta | ||
cut = Leikkaa | ||
copy = Kopioi | ||
paste = Syötä | ||
select-all = Valitse kaikki | ||
find = Etsi | ||
replace = Korvaa | ||
find-in-project = Etsi projektista... | ||
spell-check = Tarkista oikeinkirjoitus... | ||
## View | ||
view = Näytä | ||
indentation = Sisennys | ||
### Indentation | ||
automatic-indentation = Automaattinen sisennys | ||
tab-width = Tab width: {$tab_width} | ||
convert-indentation-to-spaces = Muunna sisennykset välilyönneiksi | ||
convert-indentation-to-tabs = Muunna sisennykset tabeiksi | ||
word-wrap = Rivinvaihto | ||
show-line-numbers = Näytä rivinumerot | ||
highlight-current-line = Korosta nykyinen rivi | ||
syntax-highlighting = Syntaksi korostus... | ||
menu-settings = Asetukset... | ||
menu-keyboard-shortcuts = Pikanäppäimet... | ||
about-cosmic-text-editor = Tietoa COSMIC-tekstieditorista |