浏览代码

adjust translations and translation keys

Armin Schrenk 2 年之前
父节点
当前提交
d5523f07bd
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      src/main/resources/fxml/stats.fxml
  2. 2 2
      src/main/resources/i18n/strings.properties

+ 2 - 2
src/main/resources/fxml/stats.fxml

@@ -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>

+ 2 - 2
src/main/resources/i18n/strings.properties

@@ -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