mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-18 02:31:27 +00:00
adjust translations and translation keys
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
</VBox>
|
||||
<!-- Access -->
|
||||
<VBox prefWidth="300" prefHeight="300" spacing="6" alignment="CENTER">
|
||||
<FormattedLabel styleClass="label-large" format="%stats.access.accessCount" arg1="${controller.filesAccessed}"/>
|
||||
<FormattedLabel styleClass="label-large" format="%stats.access.current" arg1="${controller.filesAccessed}"/>
|
||||
<AreaChart fx:id="accessChart" styleClass="io-stats" createSymbols="false" animated="false">
|
||||
<xAxis>
|
||||
<NumberAxis fx:id="accessChartXAxis" styleClass="io-stats" autoRanging="false" forceZeroInRange="false" side="BOTTOM"/>
|
||||
@@ -86,7 +86,7 @@
|
||||
<Cursor fx:constant="DEFAULT"/>
|
||||
</cursor>
|
||||
</AreaChart>
|
||||
<FormattedLabel format="%stats.access.totalAccessCount" arg1="${controller.totalFilesAccessed}"/>
|
||||
<FormattedLabel format="%stats.access.total" arg1="${controller.totalFilesAccessed}"/>
|
||||
<Label/> <!-- to align with other graphs -->
|
||||
<Label/> <!-- to align with other graphs -->
|
||||
</VBox>
|
||||
|
||||
@@ -302,8 +302,8 @@ stats.encr.total.data.gib=Data encrypted: %.1f GiB
|
||||
stats.write.accessCount=Total writes: %d
|
||||
|
||||
## Accesses
|
||||
stats.access.totalAccessCount=Total accessed: %d
|
||||
stats.access.accessCount=Access: %d
|
||||
stats.access.current=Access: %d
|
||||
stats.access.total=Total accesses: %d
|
||||
|
||||
|
||||
# Main Window
|
||||
|
||||
Reference in New Issue
Block a user