mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 04:14:16 +02:00
[ui][settings] more improvements and settings
This commit is contained in:
@@ -180,24 +180,40 @@ development=development
|
||||
icon_button.tooltip.disabled=This action is unavailable
|
||||
user=user
|
||||
example.short=e.g
|
||||
core.config.tab_label=general
|
||||
core.config.tab.advanced=Advanced
|
||||
core.config.tab.general=General
|
||||
core.config.tab.ui=Interface
|
||||
core.config.tab.tray=Tray
|
||||
core.config.locale.label=language
|
||||
core.config.disk_cache=Disk cache
|
||||
core.config.disk_cache.tip={app} will save some data about your installed applications into the disk to load them faster in the next initializations
|
||||
core.config.updates.interval=Updates interval
|
||||
core.config.updates.interval.tip=Defines the time interval in which the update-checking for the installed applications will happen ( in SECONDS )
|
||||
core.config.download.icons=Icons
|
||||
core.config.download.icons=Download icons
|
||||
core.config.download.icons.tip=If the application icons should be downloaded and displayed on the table
|
||||
core.config.download.multithreaded=Parallelism
|
||||
core.config.download.multithreaded.tip=Whether applications, packages and files should be downloaded with a tool that works with parallelism / multi-thread ( faster ). At the moment only the aria2 application is supported
|
||||
core.config.download.multithreaded=Multithreaded download
|
||||
core.config.download.multithreaded.tip=Whether applications, packages and files should be downloaded with a tool that works with threads ( faster ). At the moment this setting will only work if the aria2 package is installed
|
||||
core.config.mem_cache=Memory storage
|
||||
core.config.mem_cache.data_exp=Data expiration
|
||||
core.config.mem_cache.data_exp.tip=Defines the in-memory data lifetime ( in SECONDS )
|
||||
core.config.mem_cache.icon_exp=Icons expiration
|
||||
core.config.mem_cache.icon_exp.tip=Defines the in-memory icons lifetime ( in SECONDS )
|
||||
core.config.suggestions=Suggestions
|
||||
core.config.suggestions.activated=Activated
|
||||
core.config.suggestions.activated.tip=If {app} can suggest applications to install
|
||||
core.config.suggestions.activated=Suggestions
|
||||
core.config.suggestions.activated.tip=If new applications can be suggested for installation
|
||||
core.config.system.notifications=Notifications
|
||||
core.config.system.notifications.tip=If notifications should be displayed when an action is finished or there are updates
|
||||
core.config.ui.hdpi=HDPI
|
||||
core.config.ui.hdpi.tip=If the improvements related to HDPI resolutions should be activated
|
||||
core.config.ui.max_displayed=Applications displayed
|
||||
core.config.ui.max_displayed.tip=Maximum number of applications displayed on the table
|
||||
core.config.ui.tray.default_icon=Default icon
|
||||
core.config.ui.tray.default_icon.tip=The default icon for {app} displayed on the tray
|
||||
core.config.ui.tray.updates_icon=Update icon
|
||||
core.config.ui.tray.updates_icon.tip=The displayed icon when there are updates available
|
||||
core.config.system.dep_checking=Single system checking
|
||||
core.config.system.dep_checking.tip=If the availability checking of your system technologies should happen only once
|
||||
core.config.suggestions.by_type=Suggestions by type
|
||||
core.config.suggestions.by_type.tip=Maximum number of suggestions that should be displayed by application type
|
||||
locale.en=english
|
||||
locale.es=spanish
|
||||
locale.pt=portuguese
|
||||
|
||||
Reference in New Issue
Block a user