-
Notifications
You must be signed in to change notification settings - Fork 0
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
41 changed files
with
1,132 additions
and
298 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,37 @@ | ||
ui.update.found.message=Найдена новая версия программы | ||
ui.update.button.update=Обновить | ||
|
||
ui.mainMenu.selectDirectory=Выбрать директорию | ||
ui.mainMenu.theme=Цветовая схема | ||
ui.mainMenu.theme.light=Светлая | ||
ui.mainMenu.theme.dark=Темная | ||
ui.mainMenu.theme.nord=Nord | ||
ui.mainMenu.about=О программе | ||
|
||
ui.contextMenu.saveAs=Соранить как | ||
ui.contextMenu.rename=Переименовать | ||
ui.contextMenu.delete=Удалить | ||
ui.contextMenu.showInExplorer=Показать в проводнике | ||
|
||
ui.directorySwitcher.activeDirectory=Текущая директория | ||
|
||
ui.tab.viewCode=Исходный код | ||
ui.tab.viewView=Внешний вид | ||
|
||
ui.sidepanel.fielInfo.title=Инфорация о файле | ||
ui.sidepanel.fielInfo.createdAt=Дата создания: | ||
ui.sidepanel.fielInfo.modifiedAt=Дата изменения: | ||
ui.sidepanel.fielInfo.fileSize=Размер: | ||
ui.sidepanel.fileSizeFromat.b=б | ||
ui.sidepanel.fileSizeFromat.kb=кБ | ||
ui.sidepanel.fileSizeFromat.mb=мБ | ||
ui.sidepanel.fileSizeFromat.gb=гБ | ||
|
||
message.error=Произошла ошибка | ||
message.browser.error=Произошла ошибка в браузере | ||
message.deleteFile=Вы уверены что хотите удалить - | ||
message.link.openInBrowser=Открыть ссылку в браузере | ||
|
||
ui.about.site=Сайт: | ||
ui.about.author=Автор: | ||
ui.about.version=Версия: |
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
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
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,49 @@ | ||
.combo-box { | ||
-fx-focus-color: transparent; | ||
-fx-faint-focus-color: transparent; | ||
-fx-background-color: -base-color; | ||
-fx-border-color: -border-base-color; | ||
-fx-border-width: 0 0 1 0; | ||
} | ||
|
||
.combo-box:showing, .combo-box:showing > .list-cell { | ||
-fx-background-color: -second-base-color; | ||
} | ||
|
||
.combo-box:showing .arrow { | ||
-fx-shape: 'M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496z'; | ||
|
||
-fx-pref-height: 10; | ||
-fx-pref-width: 10; | ||
} | ||
|
||
.combo-box .arrow-button { | ||
-fx-padding: 0 15 0 10 ; | ||
} | ||
|
||
.combo-box .arrow { | ||
-fx-shape: 'M15.621,9.844l-9.65-9.649C5.842,0.064,5.674,0,5.5,0C5.329,0,5.157,0.064,5.027,0.195L5.014,0.207 | ||
C4.888,0.334,4.817,0.506,4.817,0.682v4.682c0,0.178,0.071,0.348,0.197,0.471l4.481,4.482l-4.481,4.479 | ||
c-0.126,0.126-0.197,0.294-0.197,0.475v4.68c0,0.18,0.071,0.354,0.197,0.475l0.013,0.01c0.124,0.127,0.294,0.197,0.473,0.197 | ||
s0.348-0.07,0.474-0.197l9.647-9.646C15.881,10.531,15.881,10.104,15.621,9.844z'; | ||
-fx-background-color: -icons-color; | ||
-fx-padding: 5 3 5 3; | ||
-fx-pref-width: 8; | ||
} | ||
|
||
.combo-box .list-cell { | ||
-fx-background-color: -base-color; | ||
-fx-text-fill: -text-color; | ||
} | ||
|
||
|
||
.combo-box .list-view { | ||
-fx-background-insets: 10; | ||
-fx-border-width: 1; | ||
-fx-border-color: -border-base-color; | ||
|
||
} | ||
|
||
.combo-box .list-cell:hover { | ||
-fx-background-color: -second-base-color; | ||
} |
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
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
@font-face { | ||
-fx-font-family: 'Open Sans'; | ||
font-family: 'Open Sans'; | ||
src: url('/.theme/font/OpenSans-Regular.ttf'); | ||
} | ||
|
||
@font-face { | ||
-fx-font-family: 'Open Sans Italic'; | ||
font-family: 'Open Sans Italic'; | ||
src: url('/.theme/font/OpenSans-Italic.ttf'); | ||
} | ||
|
||
@font-face { | ||
-fx-font-family: 'Open Sans Lighter'; | ||
font-family: 'Open Sans Lighter'; | ||
src: url('/.theme/font/OpenSans-Light.ttf'); | ||
} | ||
|
||
@font-face { | ||
-fx-font-family: 'Open Sans Bold'; | ||
font-family: 'Open Sans Bold'; | ||
src: url('/.theme/font/OpenSans-Bold.ttf'); | ||
} |
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
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
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
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
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
Oops, something went wrong.