Add Romanian translation
This commit is contained in:
parent
e1ec093429
commit
432e244d42
1 changed files with 114 additions and 0 deletions
114
i18n/ro/cosmic_edit.ftl
Normal file
114
i18n/ro/cosmic_edit.ftl
Normal file
|
|
@ -0,0 +1,114 @@
|
||||||
|
cosmic-text-editor = Editor de text COSMIC
|
||||||
|
new-document = Document nou
|
||||||
|
open-project = Deschide proiect
|
||||||
|
todo = TODO
|
||||||
|
|
||||||
|
# Context Pages
|
||||||
|
|
||||||
|
## About
|
||||||
|
git-description = Git commit {$hash} pe {$date}
|
||||||
|
|
||||||
|
## Document statistics
|
||||||
|
document-statistics = Statistici document
|
||||||
|
word-count = Număr de cuvinte
|
||||||
|
character-count = Caractere
|
||||||
|
character-count-no-spaces = Caractere (fără spații)
|
||||||
|
line-count = Linii
|
||||||
|
|
||||||
|
## Git management
|
||||||
|
git-management = Management Git
|
||||||
|
git-management-description = Managementul Git este un instrument pentru dezvoltatori utilizat pentru operațiuni de control al versiunilor.
|
||||||
|
git-management-loading = Se încarcă managementul Git...
|
||||||
|
stage = Stage
|
||||||
|
staged-changes = Stage-uri pregătite
|
||||||
|
unstage = Anulează stage-ul
|
||||||
|
unstaged-changes = Stage-uri nepregătite
|
||||||
|
|
||||||
|
## Project search
|
||||||
|
project-search = Căutare proiect
|
||||||
|
|
||||||
|
## Prompt save changes
|
||||||
|
prompt-save-changes-title = Modificări nesalvate
|
||||||
|
prompt-unsaved-changes = Ai modificări nesalvate. Salvezi?
|
||||||
|
cancel = Anulează
|
||||||
|
discard = Renunță la modificări
|
||||||
|
save-all = Salvează tot
|
||||||
|
|
||||||
|
## Settings
|
||||||
|
settings = Setări
|
||||||
|
|
||||||
|
### Appearance
|
||||||
|
appearance = Aspect
|
||||||
|
theme = Temă
|
||||||
|
match-desktop = Asemenea desktop-ului
|
||||||
|
dark = Întunecat
|
||||||
|
light = Deschis
|
||||||
|
syntax-dark = Sintaxă întunecată
|
||||||
|
syntax-light = Sintaxă deschisă
|
||||||
|
default-font = Font implicit
|
||||||
|
default-font-size = Dimensiune font implicită
|
||||||
|
|
||||||
|
### Keyboard shortcuts
|
||||||
|
keyboard-shortcuts = Comenzi rapide de la tastatură
|
||||||
|
enable-vim-bindings = Activează legăturile Vim
|
||||||
|
|
||||||
|
# Find
|
||||||
|
find-placeholder = Caută...
|
||||||
|
find-previous = Caută anterior
|
||||||
|
find-next = Caută următorul
|
||||||
|
replace-placeholder = Înlocuiește...
|
||||||
|
replace = Înlocuiește
|
||||||
|
replace-all = Înlocuiește tot
|
||||||
|
case-sensitive = Sensibil la majuscule
|
||||||
|
use-regex = Folosește regex
|
||||||
|
|
||||||
|
# Menu
|
||||||
|
|
||||||
|
## File
|
||||||
|
file = Fișier
|
||||||
|
new-file = Fișier nou
|
||||||
|
new-window = Fereastră nouă
|
||||||
|
open-file = Deschide fișier...
|
||||||
|
open-recent-file = Deschide fișier recent
|
||||||
|
close-file = Închide fișier
|
||||||
|
menu-open-project = Deschide proiect...
|
||||||
|
open-recent-project = Deschide proiect recent
|
||||||
|
close-project = Închide proiect
|
||||||
|
save = Salvează
|
||||||
|
save-as = Salvează ca...
|
||||||
|
revert-all-changes = Renunță la toate modificările
|
||||||
|
menu-document-statistics = Statistici document...
|
||||||
|
document-type = Tip document...
|
||||||
|
encoding = Encoding...
|
||||||
|
menu-git-management = Management Git...
|
||||||
|
print = Imprimă
|
||||||
|
quit = Ieși
|
||||||
|
|
||||||
|
## Edit
|
||||||
|
edit = Editare
|
||||||
|
undo = Anulează
|
||||||
|
redo = Refă
|
||||||
|
cut = Taie
|
||||||
|
copy = Copiază
|
||||||
|
paste = Lipește
|
||||||
|
select-all = Selectează tot
|
||||||
|
find = Caută
|
||||||
|
find-in-project = Caută în proiect...
|
||||||
|
spell-check = Verificare ortografică...
|
||||||
|
|
||||||
|
## View
|
||||||
|
view = Vizualizare
|
||||||
|
indentation = Indentare
|
||||||
|
|
||||||
|
### Indentation
|
||||||
|
automatic-indentation = Indentare automată
|
||||||
|
tab-width = Lățimea tab-urilor: {$tab_width}
|
||||||
|
convert-indentation-to-spaces = Conversie indentare în spații
|
||||||
|
convert-indentation-to-tabs = Conversie indentare în tab-uri
|
||||||
|
|
||||||
|
show-line-numbers = Afișează numerele liniilor
|
||||||
|
highlight-current-line = Evidențiază linia curentă
|
||||||
|
syntax-highlighting = Evidențiere sintaxă...
|
||||||
|
menu-settings = Setări...
|
||||||
|
menu-keyboard-shortcuts = Comenzi rapide de la tastatură...
|
||||||
|
menu-about = Despre Editorul de text COSMIC...
|
||||||
Loading…
Add table
Add a link
Reference in a new issue