@@ -188,39 +188,27 @@ export const interactionsText = createDictionary({
188
188
} ,
189
189
prepReturnFormatter : {
190
190
comment : 'Used to format preparations in the prep return dialog' ,
191
- 'en-us' : '{tableName:string}: {resource: string}' ,
192
- 'ru-ru' : '{tableName:string}: {resource: string}' ,
193
- 'es-es' : '{tableName:string}: {resource: string}' ,
194
- 'fr-fr' : '{tableName : chaîne} : {ressource : chaîne}' ,
195
- 'uk-ua' : '{tableName:string}: {ресурс: string}' ,
191
+ 'en-us' : '{tableName:string}: {resource:string}' ,
192
+ 'ru-ru' : '{tableName:string}: {resource:string}' ,
193
+ 'es-es' : '{tableName:string}: {resource:string}' ,
194
+ 'fr-fr' : '{tableName: chaîne}: {ressource: chaîne}' ,
195
+ 'uk-ua' : '{tableName:string}: {resource: string}' ,
196
196
} ,
197
197
resolvedLoans : {
198
- 'en-us' : 'Resolved Loans' ,
199
- 'ru-ru' : 'Решение Заемы' ,
200
- 'es-es' : 'Préstamos Resueltos' ,
201
- 'fr-fr' : 'Prêts résolus' ,
202
- 'uk-ua' : 'Вирішені позики' ,
198
+ comment : 'Example: Resolved Loan records' ,
199
+ 'en-us' : 'Resolved {loanTable:string} records' ,
203
200
} ,
204
201
openLoans : {
205
- 'en-us' : 'Open Loans' ,
206
- 'ru-ru' : 'Открытые займы' ,
207
- 'es-es' : 'Préstamos abiertos' ,
208
- 'fr-fr' : 'Prêts ouverts' ,
209
- 'uk-ua' : 'Відкриті кредити' ,
202
+ comment : 'Example: Open Loan records' ,
203
+ 'en-us' : 'Open {loanTable:string} records' ,
210
204
} ,
211
205
gifts : {
212
- 'en-us' : 'Gifts' ,
213
- 'ru-ru' : 'Подарки' ,
214
- 'es-es' : 'Regalos' ,
215
- 'fr-fr' : 'Cadeaux' ,
216
- 'uk-ua' : 'Подарунки' ,
217
- } ,
218
- exchanges : {
219
- 'en-us' : 'Exchanges' ,
220
- 'ru-ru' : 'Обмены' ,
221
- 'es-es' : 'Intercambios' ,
222
- 'fr-fr' : 'Échanges' ,
223
- 'uk-ua' : 'Обміни' ,
206
+ comment : 'Example: Gift records' ,
207
+ 'en-us' : '{giftTable:string} records' ,
208
+ } ,
209
+ exchanges : {
210
+ comment : 'Example: Exchange In / Exchnage Out records' ,
211
+ 'en-us' : '{exhangeInTable:string} / {exhangeOutTable:string} records' ,
224
212
} ,
225
213
unCataloged : {
226
214
'en-us' : 'uncataloged' ,
@@ -230,23 +218,13 @@ export const interactionsText = createDictionary({
230
218
'uk-ua' : 'некаталогований' ,
231
219
} ,
232
220
returnedPreparations : {
233
- 'en-us' : 'Returned Preparations' ,
234
- 'ru-ru' : 'Возвращенные препараты' ,
235
- 'es-es' : 'Preparaciones devueltas' ,
236
- 'fr-fr' : 'Préparations retournées' ,
237
- 'uk-ua' : 'Повернені препарати' ,
221
+ comment : 'Example: Preparation records' ,
222
+ 'en-us' : 'Returned {tablePreparation:string} records' ,
238
223
} ,
239
224
returnedAndSaved : {
225
+ comment : 'Example: 2 Preparation records have been returned and saved' ,
240
226
'en-us' :
241
- '{count:number|formatted} preparations have been returned and saved.' ,
242
- 'ru-ru' : '{count:number|formatted} препарата возвращены и сохранены.' ,
243
- 'es-es' :
244
- '{count:number|formatted} los preparativos se han devuelto y guardado.' ,
245
- 'fr-fr' : `
246
- Les préparations {count:number|formatted} ont été renvoyées et
247
- enregistrées.
248
- ` ,
249
- 'uk-ua' : 'Препарати {count:number|formatted} повернуто та збережено.' ,
227
+ '{count:number|formatted} {tablePreparation:string} records have been returned and saved' ,
250
228
} ,
251
229
deselectAll : {
252
230
'en-us' : 'Deselect all' ,
@@ -270,11 +248,8 @@ export const interactionsText = createDictionary({
270
248
'uk-ua' : 'Недоступний' ,
271
249
} ,
272
250
returnLoan : {
273
- 'en-us' : 'Return Loan' ,
274
- 'ru-ru' : 'Возврат Заема' ,
275
- 'es-es' : 'Préstamo de devolución' ,
276
- 'fr-fr' : 'Prêt de retour' ,
277
- 'uk-ua' : 'Повернення кредиту' ,
251
+ comment : 'Example: Return Loan records' ,
252
+ 'en-us' : 'Return {tableLoan:string} records' ,
278
253
} ,
279
254
printInvoice : {
280
255
'en-us' : 'Print Invoice' ,
@@ -284,52 +259,31 @@ export const interactionsText = createDictionary({
284
259
'uk-ua' : 'Роздрукувати рахунок-фактуру' ,
285
260
} ,
286
261
loanWithoutPreparation : {
287
- 'en-us' : 'Loan w/o Preps' ,
288
- 'ru-ru' : 'Заем без Препаратов' ,
289
- 'es-es' : 'Préstamo sin preparación' ,
290
- 'fr-fr' : 'Prêt sans préparation' ,
291
- 'uk-ua' : 'Позика без підготовки' ,
262
+ comment : 'Example: Loan records w/o Preparation records' ,
263
+ 'en-us' : '{tableLoan:string} w/o {tablePreparation:string} records' ,
292
264
} ,
293
265
loanWithoutPreparationDescription : {
294
- 'en-us' : 'Create a loan with no preparations' ,
295
- 'ru-ru' : 'Создать Заем без препаратов' ,
296
- 'es-es' : 'Crear un préstamo sin preparativos' ,
297
- 'fr-fr' : 'Créer un prêt sans préparation' ,
298
- 'uk-ua' : 'Оформіть позику без підготовки' ,
266
+ comment : 'Example: Create a Loan records with no Preparation records' ,
267
+ 'en-us' : 'Create a {tableLoan:string} with no {tablePreparation:string} records' ,
299
268
} ,
300
269
createLoan : {
301
- 'en-us' : 'Create a Loan' ,
302
- 'ru-ru' : 'Создать Заем' ,
303
- 'es-es' : 'Crear un préstamo' ,
304
- 'fr-fr' : 'Créer un prêt' ,
305
- 'uk-ua' : 'Створіть позику' ,
270
+ comment : 'Example: Create a Loan' ,
271
+ 'en-us' : 'Create a {tableLoan:string}' ,
306
272
} ,
307
273
editLoan : {
308
- 'en-us' : 'Edit Loan' ,
309
- 'ru-ru' : 'Редактировать Заем' ,
310
- 'es-es' : 'Editar préstamo' ,
311
- 'fr-fr' : 'Modifier le prêt' ,
312
- 'uk-ua' : 'Редагувати кредит' ,
274
+ comment : 'Example: Edit a Loan' ,
275
+ 'en-us' : 'Edit {tableLoan:string}' ,
313
276
} ,
314
277
createdGift : {
315
- 'en-us' : 'Create a Gift' ,
316
- 'ru-ru' : 'Создать Дар' ,
317
- 'es-es' : 'Crear un regalo' ,
318
- 'fr-fr' : 'Créer un cadeau' ,
319
- 'uk-ua' : 'Створіть подарунок' ,
278
+ comment : 'Example: Create a Gift' ,
279
+ 'en-us' : 'Create a {tableGift:string}' ,
320
280
} ,
321
281
editGift : {
322
- 'en-us' : 'Edit Gift' ,
323
- 'ru-ru' : 'Редактировать Дар' ,
324
- 'es-es' : 'Editar regalo' ,
325
- 'fr-fr' : 'Modifier le cadeau' ,
326
- 'uk-ua' : 'Редагувати подарунок' ,
282
+ comment : 'Example: Edit a Gift' ,
283
+ 'en-us' : 'Edit {tableGift:string}' ,
327
284
} ,
328
285
createInformationRequest : {
329
- 'en-us' : 'Create Information Request' ,
330
- 'ru-ru' : 'Создать Экспресс Запрос' ,
331
- 'es-es' : 'Crear solicitud de información' ,
332
- 'fr-fr' : "Créer une demande d'informations" ,
333
- 'uk-ua' : 'Створити інформаційний запит' ,
286
+ comment : 'Example: Create a Infrormation Request' ,
287
+ 'en-us' : 'Create {tableInformationRequest:string}' ,
334
288
} ,
335
289
} as const ) ;
0 commit comments