Edited some Git terms for Japanese, added them for Italian

This commit is contained in:
Matthew Fallah (マシュー・ファラー) 2024-01-10 14:35:31 -10:00 committed by Jeremy Soller
parent a93690969c
commit 4986a7ecb4
2 changed files with 12 additions and 2 deletions

View file

@ -11,6 +11,14 @@ character-count = Caratteri
character-count-no-spaces = Caratteri (senza spazi) character-count-no-spaces = Caratteri (senza spazi)
line-count = Linee line-count = Linee
## Git management
git-management = Gestione Git
unstaged-changes = Modifiche a non committare
staged-changes = Modifiche a committare
## Project search
project-search = Project search
## Settings ## Settings
settings = Impostazioni settings = Impostazioni
@ -47,6 +55,7 @@ revert-all-changes = Annulla tutte le modifiche
menu-document-statistics = Statistiche documento... menu-document-statistics = Statistiche documento...
document-type = Tipo documento... document-type = Tipo documento...
encoding = Codifica... encoding = Codifica...
menu-git-management = Gestione Git...
print = Stampa print = Stampa
quit = Esci quit = Esci
@ -60,6 +69,7 @@ paste = Incolla
select-all = Seleziona tutto select-all = Seleziona tutto
find = Trova find = Trova
replace = Sostituisci replace = Sostituisci
find-in-project = Trova in proggetto...
spell-check = Controllo ortografico... spell-check = Controllo ortografico...
## View ## View

View file

@ -13,8 +13,8 @@ line-count = 行数
## Git management ## Git management
git-management = Gitの操作 git-management = Gitの操作
unstaged-changes = ステージされていない変更 unstaged-changes = コミットされない変更
staged-changes = ステージされている変更 staged-changes = コミットされる変更
## Project search ## Project search
project-search = Project search project-search = Project search