You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TmpDisk/en.lproj/Localizable.strings
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,13 @@
17
17
"Your TmpDisk must have a name" = "Your TmpDisk must have a name";
18
18
"A volume with this name already exists" = "A volume with this name already exists";
19
19
"Size must be a number of megabytes > 0" = "Size must be a number of megabytes > 0";
20
+
"Size must be a number of gigabytes >= 0.01" = "Size must be a number of gigabytes >= 0.01";
20
21
"Failed to create TmpDisk" = "Failed to create TmpDisk";
21
22
"Preferences" = "Preferences";
22
23
"You can't change the root volume while tmpFS disks are mounted." = "You can't change the root volume while tmpFS disks are mounted.";
23
24
"Icon must be square" = "Icon must be square";
24
25
"Could not convert image to icon" = "Could not convert image to icon";
26
+
"Failed to eject \"%@\"" = "Failed to eject \"%@\"";
27
+
"The volume \"%@\" wasn't ejected because one or more programs may be using it" = "The volume \"%@\" wasn't ejected because one or more programs may be using it";
28
+
"To eject the disk immediately, hit the Force Eject button" = "To eject the disk immediately, hit the Force Eject button";
Copy file name to clipboardExpand all lines: TmpDisk/zh-Hans.lproj/Localizable.strings
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,13 @@
17
17
"Your TmpDisk must have a name" = "你的 TmpDisk 必须有一个名字";
18
18
"A volume with this name already exists" = "已存在同名的卷";
19
19
"Size must be a number of megabytes > 0" = "大小必须是大于 0 的兆字节数";
20
+
"Size must be a number of gigabytes >= 0.01" = "Size must be a number of gigabytes >= 0.01";
20
21
"Failed to create TmpDisk" = "创建 TmpDisk 失败";
21
22
"Preferences" = "Preferences";
22
23
"You can't change the root volume while tmpFS disks are mounted." = "You can't change the root volume while tmpFS disks are mounted.";
24
+
"Icon must be square" = "Icon must be square";
25
+
"Could not convert image to icon" = "Could not convert image to icon";
26
+
"Failed to eject \"%@\"" = "Failed to eject \"%@\"";
27
+
"The volume \"%@\" wasn't ejected because one or more programs may be using it" = "The volume \"%@\" wasn't ejected because one or more programs may be using it";
28
+
"To eject the disk immediately, hit the Force Eject button" = "To eject the disk immediately, hit the Force Eject button";
0 commit comments