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: src/_locales/en/messages.json
+39Lines changed: 39 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,5 +118,44 @@
118
118
},
119
119
"searchAccountName": {
120
120
"message": "Search for keywords also within the account name"
121
+
},
122
+
"operationAction.move": {
123
+
"message": "Moved $num_messages$ message to folder $destination$;Moved $num_messages$ messages to folder $destination$",
124
+
"description": "List all plural forms for this sentence, separated by ';', following your language's plural rules. The order must match the language's pluralization pattern: singular first, then all plural variations. Example: 'apple;apples' (English), 'pomme;pommes' (French), 'jabłko;jabłka;jabłek' (Polish), 'تفاح;تفاحة;تفاحتان;تفاحات;تفاحة;تفاح' (Arabic).",
125
+
"placeholders": {
126
+
"num_messages": {
127
+
"content": "$1"
128
+
},
129
+
"destination": {
130
+
"content": "$2"
131
+
}
132
+
}
133
+
},
134
+
"operationAction.copy": {
135
+
"message": "Copied $num_messages$ message to folder $destination$;Copied $num_messages$ messages to folder $destination$",
136
+
"description": "List all plural forms for this sentence, separated by ';', following your language's plural rules. The order must match the language's pluralization pattern: singular first, then all plural variations. Example: 'apple;apples' (English), 'pomme;pommes' (French), 'jabłko;jabłka;jabłek' (Polish), 'تفاح;تفاحة;تفاحتان;تفاحات;تفاحة;تفاح' (Arabic).",
137
+
"placeholders": {
138
+
"num_messages": {
139
+
"content": "$1"
140
+
},
141
+
"destination": {
142
+
"content": "$2"
143
+
}
144
+
}
145
+
},
146
+
"operationAction.tag": {
147
+
"message": "Tagged $num_messages$ message with tag $destination$;Tagged $num_messages$ messages with tag $destination$",
148
+
"description": "List all plural forms for this sentence, separated by ';', following your language's plural rules. The order must match the language's pluralization pattern: singular first, then all plural variations. Example: 'apple;apples' (English), 'pomme;pommes' (French), 'jabłko;jabłka;jabłek' (Polish), 'تفاح;تفاحة;تفاحتان;تفاحات;تفاحة;تفاح' (Arabic).",
149
+
"placeholders": {
150
+
"num_messages": {
151
+
"content": "$1"
152
+
},
153
+
"destination": {
154
+
"content": "$2"
155
+
}
156
+
}
157
+
},
158
+
"notificationActive": {
159
+
"message": "Show a notification for each operation"
0 commit comments