@@ -70,7 +70,7 @@ rename-folder = Rename folder
70
70
71
71
## Replace Dialog
72
72
replace = Replace
73
- replace-title = { $filename } already exists in this location.
73
+ replace-title = " { $filename } " already exists in this location.
74
74
replace-warning = Do you want to replace it with the one you are saving? Replacing it will overwrite its content.
75
75
replace-warning-operation = Do you want to replace it? Replacing it will overwrite its content.
76
76
original-file = Original file
@@ -132,44 +132,44 @@ complete = Complete
132
132
compressing = Compressing { $items } { $items ->
133
133
[ one ] item
134
134
*[ other ] items
135
- } from { $from } to { $to }
135
+ } from " { $from } " to " { $to } "
136
136
compressed = Compressed { $items } { $items ->
137
137
[ one ] item
138
138
*[ other ] items
139
- } from { $from } to { $to }
139
+ } from " { $from } " to " { $to } "
140
140
copy_noun = Copy
141
- creating = Creating { $name } in { $parent }
142
- created = Created { $name } in { $parent }
141
+ creating = Creating " { $name } " in " { $parent } "
142
+ created = Created " { $name } " in " { $parent } "
143
143
copying = Copying { $items } { $items ->
144
144
[ one ] item
145
145
*[ other ] items
146
- } from { $from } to { $to }
146
+ } from " { $from } " to " { $to } "
147
147
copied = Copied { $items } { $items ->
148
148
[ one ] item
149
149
*[ other ] items
150
- } from { $from } to { $to }
150
+ } from " { $from } " to " { $to } "
151
151
emptying-trash = Emptying { trash }
152
152
emptied-trash = Emptied { trash }
153
153
extracting = Extracting { $items } { $items ->
154
154
[ one ] item
155
155
*[ other ] items
156
- } from { $from } to { $to }
156
+ } from " { $from } " to " { $to } "
157
157
extracted = Extracted { $items } { $items ->
158
158
[ one ] item
159
159
*[ other ] items
160
- } from { $from } to { $to }
160
+ } from " { $from } " to " { $to } "
161
161
setting-executable-and-launching = Setting "{ $name } " as executable and launching
162
162
set-executable-and-launched = Set "{ $name } " as executable and launched
163
163
moving = Moving { $items } { $items ->
164
164
[ one ] item
165
165
*[ other ] items
166
- } from { $from } to { $to }
166
+ } from " { $from } " to " { $to } "
167
167
moved = Moved { $items } { $items ->
168
168
[ one ] item
169
169
*[ other ] items
170
- } from { $from } to { $to }
171
- renaming = Renaming { $from } to { $to }
172
- renamed = Renamed { $from } to { $to }
170
+ } from " { $from } " to " { $to } "
171
+ renaming = Renaming " { $from } " to " { $to } "
172
+ renamed = Renamed " { $from } " to " { $to } "
173
173
restoring = Restoring { $items } { $items ->
174
174
[ one ] item
175
175
*[ other ] items
0 commit comments