@djangocfg/ext-support 1.0.26 → 1.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config.cjs +1 -1
- package/dist/config.js +1 -1
- package/dist/hooks.cjs +1010 -2
- package/dist/hooks.js +1010 -2
- package/dist/i18n.cjs +1039 -3
- package/dist/i18n.d.cts +29 -1
- package/dist/i18n.d.ts +29 -1
- package/dist/i18n.js +1024 -2
- package/dist/index.cjs +1010 -2
- package/dist/index.js +1010 -2
- package/package.json +8 -8
- package/src/i18n/index.ts +14 -0
- package/src/i18n/locales/ar.ts +81 -0
- package/src/i18n/locales/da.ts +81 -0
- package/src/i18n/locales/de.ts +81 -0
- package/src/i18n/locales/es.ts +81 -0
- package/src/i18n/locales/fr.ts +81 -0
- package/src/i18n/locales/it.ts +81 -0
- package/src/i18n/locales/ja.ts +81 -0
- package/src/i18n/locales/nl.ts +81 -0
- package/src/i18n/locales/no.ts +81 -0
- package/src/i18n/locales/pl.ts +81 -0
- package/src/i18n/locales/pt-BR.ts +81 -0
- package/src/i18n/locales/sv.ts +81 -0
- package/src/i18n/locales/tr.ts +81 -0
- package/src/i18n/locales/zh.ts +81 -0
- package/src/i18n/useSupportT.ts +15 -1
package/dist/hooks.cjs
CHANGED
|
@@ -2186,8 +2186,1016 @@ var ru = {
|
|
|
2186
2186
|
}
|
|
2187
2187
|
};
|
|
2188
2188
|
|
|
2189
|
+
// src/i18n/locales/ja.ts
|
|
2190
|
+
var ja = {
|
|
2191
|
+
layout: {
|
|
2192
|
+
title: "\u30B5\u30DD\u30FC\u30C8\u30BB\u30F3\u30BF\u30FC",
|
|
2193
|
+
titleShort: "\u30B5\u30DD\u30FC\u30C8",
|
|
2194
|
+
subtitle: "\u30B5\u30DD\u30FC\u30C8\u30C1\u30FC\u30E0\u304B\u3089\u30D8\u30EB\u30D7\u3092\u53D7\u3051\u308B",
|
|
2195
|
+
newTicket: "\u65B0\u898F\u30C1\u30B1\u30C3\u30C8"
|
|
2196
|
+
},
|
|
2197
|
+
hero: {
|
|
2198
|
+
openTickets: "\u672A\u89E3\u6C7A\u30C1\u30B1\u30C3\u30C8",
|
|
2199
|
+
unreadMessages: "\u672A\u8AAD\u30E1\u30C3\u30BB\u30FC\u30B8"
|
|
2200
|
+
},
|
|
2201
|
+
status: {
|
|
2202
|
+
open: "\u672A\u89E3\u6C7A",
|
|
2203
|
+
waitingForUser: "\u304A\u5BA2\u69D8\u306E\u8FD4\u7B54\u5F85\u3061",
|
|
2204
|
+
waitingForAdmin: "\u30B5\u30DD\u30FC\u30C8\u5BFE\u5FDC\u5F85\u3061",
|
|
2205
|
+
resolved: "\u89E3\u6C7A\u6E08\u307F",
|
|
2206
|
+
closed: "\u30AF\u30ED\u30FC\u30BA"
|
|
2207
|
+
},
|
|
2208
|
+
ticketList: {
|
|
2209
|
+
noTickets: "\u30C1\u30B1\u30C3\u30C8\u306F\u3042\u308A\u307E\u305B\u3093",
|
|
2210
|
+
noTicketsDescription: "\u6700\u521D\u306E\u30B5\u30DD\u30FC\u30C8\u30C1\u30B1\u30C3\u30C8\u3092\u4F5C\u6210\u3057\u3066\u30D8\u30EB\u30D7\u3092\u53D7\u3051\u307E\u3057\u3087\u3046",
|
|
2211
|
+
loadingMore: "\u8AAD\u307F\u8FBC\u307F\u4E2D...",
|
|
2212
|
+
loadMore: "\u3055\u3089\u306B\u8AAD\u307F\u8FBC\u3080",
|
|
2213
|
+
allLoaded: "\u5168{count}\u4EF6\u306E\u30C1\u30B1\u30C3\u30C8\u3092\u8AAD\u307F\u8FBC\u307F\u307E\u3057\u305F"
|
|
2214
|
+
},
|
|
2215
|
+
createTicket: {
|
|
2216
|
+
title: "\u65B0\u898F\u30B5\u30DD\u30FC\u30C8\u30C1\u30B1\u30C3\u30C8",
|
|
2217
|
+
description: "\u554F\u984C\u3092\u8AAC\u660E\u3057\u3066\u3044\u305F\u3060\u3051\u308C\u3070\u3001\u304A\u624B\u4F1D\u3044\u3057\u307E\u3059",
|
|
2218
|
+
subjectLabel: "\u4EF6\u540D",
|
|
2219
|
+
subjectPlaceholder: "\u554F\u984C\u306E\u7C21\u5358\u306A\u8AAC\u660E",
|
|
2220
|
+
messageLabel: "\u30E1\u30C3\u30BB\u30FC\u30B8",
|
|
2221
|
+
messagePlaceholder: "\u554F\u984C\u306E\u8A73\u7D30\u3092\u8AAC\u660E\u3057\u3066\u304F\u3060\u3055\u3044...",
|
|
2222
|
+
cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB",
|
|
2223
|
+
creating: "\u4F5C\u6210\u4E2D...",
|
|
2224
|
+
create: "\u30C1\u30B1\u30C3\u30C8\u4F5C\u6210"
|
|
2225
|
+
},
|
|
2226
|
+
validation: {
|
|
2227
|
+
subjectRequired: "\u4EF6\u540D\u306F\u5FC5\u9808\u3067\u3059",
|
|
2228
|
+
subjectTooLong: "\u4EF6\u540D\u304C\u9577\u3059\u304E\u307E\u3059\uFF08\u6700\u5927200\u6587\u5B57\uFF09",
|
|
2229
|
+
messageRequired: "\u30E1\u30C3\u30BB\u30FC\u30B8\u306F\u5FC5\u9808\u3067\u3059",
|
|
2230
|
+
messageTooLong: "\u30E1\u30C3\u30BB\u30FC\u30B8\u304C\u9577\u3059\u304E\u307E\u3059\uFF08\u6700\u59275000\u6587\u5B57\uFF09"
|
|
2231
|
+
},
|
|
2232
|
+
messages: {
|
|
2233
|
+
ticketCreated: "\u30C1\u30B1\u30C3\u30C8\u304C\u4F5C\u6210\u3055\u308C\u307E\u3057\u305F",
|
|
2234
|
+
ticketCreateFailed: "\u30C1\u30B1\u30C3\u30C8\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F",
|
|
2235
|
+
messageSent: "\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u9001\u4FE1\u3057\u307E\u3057\u305F",
|
|
2236
|
+
messageSendFailed: "\u30E1\u30C3\u30BB\u30FC\u30B8\u306E\u9001\u4FE1\u306B\u5931\u6557\u3057\u307E\u3057\u305F"
|
|
2237
|
+
},
|
|
2238
|
+
messageInput: {
|
|
2239
|
+
placeholder: "\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u5165\u529B...",
|
|
2240
|
+
ticketClosed: "\u30C1\u30B1\u30C3\u30C8\u306F\u30AF\u30ED\u30FC\u30BA\u3055\u308C\u3066\u3044\u307E\u3059",
|
|
2241
|
+
ticketClosedDescription: "\u3053\u306E\u30C1\u30B1\u30C3\u30C8\u306F\u30AF\u30ED\u30FC\u30BA\u3055\u308C\u307E\u3057\u305F\u3002\u3055\u3089\u306B\u30B5\u30DD\u30FC\u30C8\u304C\u5FC5\u8981\u306A\u5834\u5408\u306F\u65B0\u3057\u3044\u30C1\u30B1\u30C3\u30C8\u3092\u4F5C\u6210\u3057\u3066\u304F\u3060\u3055\u3044\u3002"
|
|
2242
|
+
},
|
|
2243
|
+
messageList: {
|
|
2244
|
+
noTicketSelected: "\u30C1\u30B1\u30C3\u30C8\u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u305B\u3093",
|
|
2245
|
+
noTicketSelectedDescription: "\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u8868\u793A\u3059\u308B\u306B\u306F\u30EA\u30B9\u30C8\u304B\u3089\u30C1\u30B1\u30C3\u30C8\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",
|
|
2246
|
+
noMessages: "\u30E1\u30C3\u30BB\u30FC\u30B8\u306F\u3042\u308A\u307E\u305B\u3093",
|
|
2247
|
+
noMessagesDescription: "\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u9001\u4FE1\u3057\u3066\u4F1A\u8A71\u3092\u59CB\u3081\u307E\u3057\u3087\u3046",
|
|
2248
|
+
loadingOlder: "\u53E4\u3044\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u8AAD\u307F\u8FBC\u307F\u4E2D...",
|
|
2249
|
+
loadOlder: "\u53E4\u3044\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u8AAD\u307F\u8FBC\u3080",
|
|
2250
|
+
supportTeam: "\u30B5\u30DD\u30FC\u30C8\u30C1\u30FC\u30E0",
|
|
2251
|
+
staff: "\u30B9\u30BF\u30C3\u30D5"
|
|
2252
|
+
},
|
|
2253
|
+
time: {
|
|
2254
|
+
justNow: "\u305F\u3063\u305F\u4ECA",
|
|
2255
|
+
minutesAgo: "{count}\u5206\u524D",
|
|
2256
|
+
hoursAgo: "{count}\u6642\u9593\u524D",
|
|
2257
|
+
daysAgo: "{count}\u65E5\u524D"
|
|
2258
|
+
}
|
|
2259
|
+
};
|
|
2260
|
+
|
|
2261
|
+
// src/i18n/locales/de.ts
|
|
2262
|
+
var de = {
|
|
2263
|
+
layout: {
|
|
2264
|
+
title: "Support-Center",
|
|
2265
|
+
titleShort: "Support",
|
|
2266
|
+
subtitle: "Hilfe von unserem Support-Team erhalten",
|
|
2267
|
+
newTicket: "Neues Ticket"
|
|
2268
|
+
},
|
|
2269
|
+
hero: {
|
|
2270
|
+
openTickets: "Offene Tickets",
|
|
2271
|
+
unreadMessages: "Ungelesene Nachrichten"
|
|
2272
|
+
},
|
|
2273
|
+
status: {
|
|
2274
|
+
open: "Offen",
|
|
2275
|
+
waitingForUser: "Wartet auf Sie",
|
|
2276
|
+
waitingForAdmin: "Wartet auf Support",
|
|
2277
|
+
resolved: "Gel\xF6st",
|
|
2278
|
+
closed: "Geschlossen"
|
|
2279
|
+
},
|
|
2280
|
+
ticketList: {
|
|
2281
|
+
noTickets: "Noch keine Tickets",
|
|
2282
|
+
noTicketsDescription: "Erstellen Sie Ihr erstes Support-Ticket, um Hilfe zu erhalten",
|
|
2283
|
+
loadingMore: "Lade mehr...",
|
|
2284
|
+
loadMore: "Mehr laden",
|
|
2285
|
+
allLoaded: "Alle {count} Tickets geladen"
|
|
2286
|
+
},
|
|
2287
|
+
createTicket: {
|
|
2288
|
+
title: "Neues Support-Ticket",
|
|
2289
|
+
description: "Beschreiben Sie Ihr Problem und wir helfen Ihnen",
|
|
2290
|
+
subjectLabel: "Betreff",
|
|
2291
|
+
subjectPlaceholder: "Kurze Beschreibung Ihres Problems",
|
|
2292
|
+
messageLabel: "Nachricht",
|
|
2293
|
+
messagePlaceholder: "Beschreiben Sie Ihr Problem im Detail...",
|
|
2294
|
+
cancel: "Abbrechen",
|
|
2295
|
+
creating: "Wird erstellt...",
|
|
2296
|
+
create: "Ticket erstellen"
|
|
2297
|
+
},
|
|
2298
|
+
validation: {
|
|
2299
|
+
subjectRequired: "Betreff ist erforderlich",
|
|
2300
|
+
subjectTooLong: "Betreff ist zu lang (max. 200 Zeichen)",
|
|
2301
|
+
messageRequired: "Nachricht ist erforderlich",
|
|
2302
|
+
messageTooLong: "Nachricht ist zu lang (max. 5000 Zeichen)"
|
|
2303
|
+
},
|
|
2304
|
+
messages: {
|
|
2305
|
+
ticketCreated: "Ticket erfolgreich erstellt",
|
|
2306
|
+
ticketCreateFailed: "Ticket konnte nicht erstellt werden",
|
|
2307
|
+
messageSent: "Nachricht gesendet",
|
|
2308
|
+
messageSendFailed: "Nachricht konnte nicht gesendet werden"
|
|
2309
|
+
},
|
|
2310
|
+
messageInput: {
|
|
2311
|
+
placeholder: "Nachricht eingeben...",
|
|
2312
|
+
ticketClosed: "Ticket geschlossen",
|
|
2313
|
+
ticketClosedDescription: "Dieses Ticket wurde geschlossen. Erstellen Sie ein neues Ticket, wenn Sie weitere Hilfe ben\xF6tigen."
|
|
2314
|
+
},
|
|
2315
|
+
messageList: {
|
|
2316
|
+
noTicketSelected: "Kein Ticket ausgew\xE4hlt",
|
|
2317
|
+
noTicketSelectedDescription: "W\xE4hlen Sie ein Ticket aus der Liste, um Nachrichten anzuzeigen",
|
|
2318
|
+
noMessages: "Noch keine Nachrichten",
|
|
2319
|
+
noMessagesDescription: "Beginnen Sie das Gespr\xE4ch, indem Sie eine Nachricht senden",
|
|
2320
|
+
loadingOlder: "Lade \xE4ltere Nachrichten...",
|
|
2321
|
+
loadOlder: "\xC4ltere Nachrichten laden",
|
|
2322
|
+
supportTeam: "Support-Team",
|
|
2323
|
+
staff: "Mitarbeiter"
|
|
2324
|
+
},
|
|
2325
|
+
time: {
|
|
2326
|
+
justNow: "Gerade eben",
|
|
2327
|
+
minutesAgo: "vor {count} Min.",
|
|
2328
|
+
hoursAgo: "vor {count} Std.",
|
|
2329
|
+
daysAgo: "vor {count} T."
|
|
2330
|
+
}
|
|
2331
|
+
};
|
|
2332
|
+
|
|
2333
|
+
// src/i18n/locales/fr.ts
|
|
2334
|
+
var fr = {
|
|
2335
|
+
layout: {
|
|
2336
|
+
title: "Centre d'assistance",
|
|
2337
|
+
titleShort: "Assistance",
|
|
2338
|
+
subtitle: "Obtenez de l'aide de notre \xE9quipe support",
|
|
2339
|
+
newTicket: "Nouveau ticket"
|
|
2340
|
+
},
|
|
2341
|
+
hero: {
|
|
2342
|
+
openTickets: "Tickets ouverts",
|
|
2343
|
+
unreadMessages: "Messages non lus"
|
|
2344
|
+
},
|
|
2345
|
+
status: {
|
|
2346
|
+
open: "Ouvert",
|
|
2347
|
+
waitingForUser: "En attente de votre r\xE9ponse",
|
|
2348
|
+
waitingForAdmin: "En attente du support",
|
|
2349
|
+
resolved: "R\xE9solu",
|
|
2350
|
+
closed: "Ferm\xE9"
|
|
2351
|
+
},
|
|
2352
|
+
ticketList: {
|
|
2353
|
+
noTickets: "Aucun ticket",
|
|
2354
|
+
noTicketsDescription: "Cr\xE9ez votre premier ticket de support pour obtenir de l'aide",
|
|
2355
|
+
loadingMore: "Chargement...",
|
|
2356
|
+
loadMore: "Charger plus",
|
|
2357
|
+
allLoaded: "Tous les {count} tickets charg\xE9s"
|
|
2358
|
+
},
|
|
2359
|
+
createTicket: {
|
|
2360
|
+
title: "Nouveau ticket de support",
|
|
2361
|
+
description: "D\xE9crivez votre probl\xE8me et nous vous aiderons",
|
|
2362
|
+
subjectLabel: "Sujet",
|
|
2363
|
+
subjectPlaceholder: "Br\xE8ve description de votre probl\xE8me",
|
|
2364
|
+
messageLabel: "Message",
|
|
2365
|
+
messagePlaceholder: "D\xE9crivez votre probl\xE8me en d\xE9tail...",
|
|
2366
|
+
cancel: "Annuler",
|
|
2367
|
+
creating: "Cr\xE9ation...",
|
|
2368
|
+
create: "Cr\xE9er le ticket"
|
|
2369
|
+
},
|
|
2370
|
+
validation: {
|
|
2371
|
+
subjectRequired: "Le sujet est requis",
|
|
2372
|
+
subjectTooLong: "Le sujet est trop long (max 200 caract\xE8res)",
|
|
2373
|
+
messageRequired: "Le message est requis",
|
|
2374
|
+
messageTooLong: "Le message est trop long (max 5000 caract\xE8res)"
|
|
2375
|
+
},
|
|
2376
|
+
messages: {
|
|
2377
|
+
ticketCreated: "Ticket cr\xE9\xE9 avec succ\xE8s",
|
|
2378
|
+
ticketCreateFailed: "\xC9chec de la cr\xE9ation du ticket",
|
|
2379
|
+
messageSent: "Message envoy\xE9",
|
|
2380
|
+
messageSendFailed: "\xC9chec de l'envoi du message"
|
|
2381
|
+
},
|
|
2382
|
+
messageInput: {
|
|
2383
|
+
placeholder: "Tapez votre message...",
|
|
2384
|
+
ticketClosed: "Ticket ferm\xE9",
|
|
2385
|
+
ticketClosedDescription: "Ce ticket a \xE9t\xE9 ferm\xE9. Cr\xE9ez un nouveau ticket si vous avez besoin d'aide suppl\xE9mentaire."
|
|
2386
|
+
},
|
|
2387
|
+
messageList: {
|
|
2388
|
+
noTicketSelected: "Aucun ticket s\xE9lectionn\xE9",
|
|
2389
|
+
noTicketSelectedDescription: "S\xE9lectionnez un ticket dans la liste pour voir les messages",
|
|
2390
|
+
noMessages: "Aucun message",
|
|
2391
|
+
noMessagesDescription: "Commencez la conversation en envoyant un message",
|
|
2392
|
+
loadingOlder: "Chargement des anciens messages...",
|
|
2393
|
+
loadOlder: "Charger les anciens messages",
|
|
2394
|
+
supportTeam: "\xC9quipe support",
|
|
2395
|
+
staff: "Personnel"
|
|
2396
|
+
},
|
|
2397
|
+
time: {
|
|
2398
|
+
justNow: "\xC0 l'instant",
|
|
2399
|
+
minutesAgo: "il y a {count} min",
|
|
2400
|
+
hoursAgo: "il y a {count}h",
|
|
2401
|
+
daysAgo: "il y a {count}j"
|
|
2402
|
+
}
|
|
2403
|
+
};
|
|
2404
|
+
|
|
2405
|
+
// src/i18n/locales/zh.ts
|
|
2406
|
+
var zh = {
|
|
2407
|
+
layout: {
|
|
2408
|
+
title: "\u652F\u6301\u4E2D\u5FC3",
|
|
2409
|
+
titleShort: "\u652F\u6301",
|
|
2410
|
+
subtitle: "\u83B7\u53D6\u6211\u4EEC\u652F\u6301\u56E2\u961F\u7684\u5E2E\u52A9",
|
|
2411
|
+
newTicket: "\u65B0\u5EFA\u5DE5\u5355"
|
|
2412
|
+
},
|
|
2413
|
+
hero: {
|
|
2414
|
+
openTickets: "\u5F85\u5904\u7406\u5DE5\u5355",
|
|
2415
|
+
unreadMessages: "\u672A\u8BFB\u6D88\u606F"
|
|
2416
|
+
},
|
|
2417
|
+
status: {
|
|
2418
|
+
open: "\u5F85\u5904\u7406",
|
|
2419
|
+
waitingForUser: "\u7B49\u5F85\u60A8\u56DE\u590D",
|
|
2420
|
+
waitingForAdmin: "\u7B49\u5F85\u5BA2\u670D\u56DE\u590D",
|
|
2421
|
+
resolved: "\u5DF2\u89E3\u51B3",
|
|
2422
|
+
closed: "\u5DF2\u5173\u95ED"
|
|
2423
|
+
},
|
|
2424
|
+
ticketList: {
|
|
2425
|
+
noTickets: "\u6682\u65E0\u5DE5\u5355",
|
|
2426
|
+
noTicketsDescription: "\u521B\u5EFA\u60A8\u7684\u7B2C\u4E00\u4E2A\u652F\u6301\u5DE5\u5355\u4EE5\u83B7\u53D6\u5E2E\u52A9",
|
|
2427
|
+
loadingMore: "\u52A0\u8F7D\u4E2D...",
|
|
2428
|
+
loadMore: "\u52A0\u8F7D\u66F4\u591A",
|
|
2429
|
+
allLoaded: "\u5DF2\u52A0\u8F7D\u5168\u90E8 {count} \u4E2A\u5DE5\u5355"
|
|
2430
|
+
},
|
|
2431
|
+
createTicket: {
|
|
2432
|
+
title: "\u65B0\u5EFA\u652F\u6301\u5DE5\u5355",
|
|
2433
|
+
description: "\u63CF\u8FF0\u60A8\u7684\u95EE\u9898\uFF0C\u6211\u4EEC\u5C06\u4E3A\u60A8\u63D0\u4F9B\u5E2E\u52A9",
|
|
2434
|
+
subjectLabel: "\u4E3B\u9898",
|
|
2435
|
+
subjectPlaceholder: "\u7B80\u8981\u63CF\u8FF0\u60A8\u7684\u95EE\u9898",
|
|
2436
|
+
messageLabel: "\u6D88\u606F",
|
|
2437
|
+
messagePlaceholder: "\u8BE6\u7EC6\u63CF\u8FF0\u60A8\u7684\u95EE\u9898...",
|
|
2438
|
+
cancel: "\u53D6\u6D88",
|
|
2439
|
+
creating: "\u521B\u5EFA\u4E2D...",
|
|
2440
|
+
create: "\u521B\u5EFA\u5DE5\u5355"
|
|
2441
|
+
},
|
|
2442
|
+
validation: {
|
|
2443
|
+
subjectRequired: "\u4E3B\u9898\u4E3A\u5FC5\u586B\u9879",
|
|
2444
|
+
subjectTooLong: "\u4E3B\u9898\u8FC7\u957F\uFF08\u6700\u591A200\u4E2A\u5B57\u7B26\uFF09",
|
|
2445
|
+
messageRequired: "\u6D88\u606F\u4E3A\u5FC5\u586B\u9879",
|
|
2446
|
+
messageTooLong: "\u6D88\u606F\u8FC7\u957F\uFF08\u6700\u591A5000\u4E2A\u5B57\u7B26\uFF09"
|
|
2447
|
+
},
|
|
2448
|
+
messages: {
|
|
2449
|
+
ticketCreated: "\u5DE5\u5355\u521B\u5EFA\u6210\u529F",
|
|
2450
|
+
ticketCreateFailed: "\u5DE5\u5355\u521B\u5EFA\u5931\u8D25",
|
|
2451
|
+
messageSent: "\u6D88\u606F\u5DF2\u53D1\u9001",
|
|
2452
|
+
messageSendFailed: "\u6D88\u606F\u53D1\u9001\u5931\u8D25"
|
|
2453
|
+
},
|
|
2454
|
+
messageInput: {
|
|
2455
|
+
placeholder: "\u8F93\u5165\u60A8\u7684\u6D88\u606F...",
|
|
2456
|
+
ticketClosed: "\u5DE5\u5355\u5DF2\u5173\u95ED",
|
|
2457
|
+
ticketClosedDescription: "\u6B64\u5DE5\u5355\u5DF2\u5173\u95ED\u3002\u5982\u9700\u8FDB\u4E00\u6B65\u5E2E\u52A9\uFF0C\u8BF7\u521B\u5EFA\u65B0\u5DE5\u5355\u3002"
|
|
2458
|
+
},
|
|
2459
|
+
messageList: {
|
|
2460
|
+
noTicketSelected: "\u672A\u9009\u62E9\u5DE5\u5355",
|
|
2461
|
+
noTicketSelectedDescription: "\u4ECE\u5217\u8868\u4E2D\u9009\u62E9\u4E00\u4E2A\u5DE5\u5355\u4EE5\u67E5\u770B\u6D88\u606F",
|
|
2462
|
+
noMessages: "\u6682\u65E0\u6D88\u606F",
|
|
2463
|
+
noMessagesDescription: "\u53D1\u9001\u6D88\u606F\u5F00\u59CB\u5BF9\u8BDD",
|
|
2464
|
+
loadingOlder: "\u52A0\u8F7D\u5386\u53F2\u6D88\u606F...",
|
|
2465
|
+
loadOlder: "\u52A0\u8F7D\u5386\u53F2\u6D88\u606F",
|
|
2466
|
+
supportTeam: "\u652F\u6301\u56E2\u961F",
|
|
2467
|
+
staff: "\u5BA2\u670D"
|
|
2468
|
+
},
|
|
2469
|
+
time: {
|
|
2470
|
+
justNow: "\u521A\u521A",
|
|
2471
|
+
minutesAgo: "{count}\u5206\u949F\u524D",
|
|
2472
|
+
hoursAgo: "{count}\u5C0F\u65F6\u524D",
|
|
2473
|
+
daysAgo: "{count}\u5929\u524D"
|
|
2474
|
+
}
|
|
2475
|
+
};
|
|
2476
|
+
|
|
2477
|
+
// src/i18n/locales/it.ts
|
|
2478
|
+
var it = {
|
|
2479
|
+
layout: {
|
|
2480
|
+
title: "Centro assistenza",
|
|
2481
|
+
titleShort: "Assistenza",
|
|
2482
|
+
subtitle: "Ottieni aiuto dal nostro team di supporto",
|
|
2483
|
+
newTicket: "Nuovo ticket"
|
|
2484
|
+
},
|
|
2485
|
+
hero: {
|
|
2486
|
+
openTickets: "Ticket aperti",
|
|
2487
|
+
unreadMessages: "Messaggi non letti"
|
|
2488
|
+
},
|
|
2489
|
+
status: {
|
|
2490
|
+
open: "Aperto",
|
|
2491
|
+
waitingForUser: "In attesa di risposta",
|
|
2492
|
+
waitingForAdmin: "In attesa del supporto",
|
|
2493
|
+
resolved: "Risolto",
|
|
2494
|
+
closed: "Chiuso"
|
|
2495
|
+
},
|
|
2496
|
+
ticketList: {
|
|
2497
|
+
noTickets: "Nessun ticket",
|
|
2498
|
+
noTicketsDescription: "Crea il tuo primo ticket di supporto per ricevere aiuto",
|
|
2499
|
+
loadingMore: "Caricamento...",
|
|
2500
|
+
loadMore: "Carica altri",
|
|
2501
|
+
allLoaded: "Tutti i {count} ticket caricati"
|
|
2502
|
+
},
|
|
2503
|
+
createTicket: {
|
|
2504
|
+
title: "Nuovo ticket di supporto",
|
|
2505
|
+
description: "Descrivi il tuo problema e ti aiuteremo",
|
|
2506
|
+
subjectLabel: "Oggetto",
|
|
2507
|
+
subjectPlaceholder: "Breve descrizione del problema",
|
|
2508
|
+
messageLabel: "Messaggio",
|
|
2509
|
+
messagePlaceholder: "Descrivi il tuo problema in dettaglio...",
|
|
2510
|
+
cancel: "Annulla",
|
|
2511
|
+
creating: "Creazione...",
|
|
2512
|
+
create: "Crea ticket"
|
|
2513
|
+
},
|
|
2514
|
+
validation: {
|
|
2515
|
+
subjectRequired: "L'oggetto \xE8 obbligatorio",
|
|
2516
|
+
subjectTooLong: "L'oggetto \xE8 troppo lungo (max 200 caratteri)",
|
|
2517
|
+
messageRequired: "Il messaggio \xE8 obbligatorio",
|
|
2518
|
+
messageTooLong: "Il messaggio \xE8 troppo lungo (max 5000 caratteri)"
|
|
2519
|
+
},
|
|
2520
|
+
messages: {
|
|
2521
|
+
ticketCreated: "Ticket creato con successo",
|
|
2522
|
+
ticketCreateFailed: "Impossibile creare il ticket",
|
|
2523
|
+
messageSent: "Messaggio inviato",
|
|
2524
|
+
messageSendFailed: "Impossibile inviare il messaggio"
|
|
2525
|
+
},
|
|
2526
|
+
messageInput: {
|
|
2527
|
+
placeholder: "Scrivi il tuo messaggio...",
|
|
2528
|
+
ticketClosed: "Ticket chiuso",
|
|
2529
|
+
ticketClosedDescription: "Questo ticket \xE8 stato chiuso. Crea un nuovo ticket se hai bisogno di ulteriore assistenza."
|
|
2530
|
+
},
|
|
2531
|
+
messageList: {
|
|
2532
|
+
noTicketSelected: "Nessun ticket selezionato",
|
|
2533
|
+
noTicketSelectedDescription: "Seleziona un ticket dall'elenco per visualizzare i messaggi",
|
|
2534
|
+
noMessages: "Nessun messaggio",
|
|
2535
|
+
noMessagesDescription: "Inizia la conversazione inviando un messaggio",
|
|
2536
|
+
loadingOlder: "Caricamento messaggi precedenti...",
|
|
2537
|
+
loadOlder: "Carica messaggi precedenti",
|
|
2538
|
+
supportTeam: "Team di supporto",
|
|
2539
|
+
staff: "Staff"
|
|
2540
|
+
},
|
|
2541
|
+
time: {
|
|
2542
|
+
justNow: "Adesso",
|
|
2543
|
+
minutesAgo: "{count} min fa",
|
|
2544
|
+
hoursAgo: "{count}h fa",
|
|
2545
|
+
daysAgo: "{count}g fa"
|
|
2546
|
+
}
|
|
2547
|
+
};
|
|
2548
|
+
|
|
2549
|
+
// src/i18n/locales/es.ts
|
|
2550
|
+
var es = {
|
|
2551
|
+
layout: {
|
|
2552
|
+
title: "Centro de soporte",
|
|
2553
|
+
titleShort: "Soporte",
|
|
2554
|
+
subtitle: "Obt\xE9n ayuda de nuestro equipo de soporte",
|
|
2555
|
+
newTicket: "Nuevo ticket"
|
|
2556
|
+
},
|
|
2557
|
+
hero: {
|
|
2558
|
+
openTickets: "Tickets abiertos",
|
|
2559
|
+
unreadMessages: "Mensajes sin leer"
|
|
2560
|
+
},
|
|
2561
|
+
status: {
|
|
2562
|
+
open: "Abierto",
|
|
2563
|
+
waitingForUser: "Esperando tu respuesta",
|
|
2564
|
+
waitingForAdmin: "Esperando soporte",
|
|
2565
|
+
resolved: "Resuelto",
|
|
2566
|
+
closed: "Cerrado"
|
|
2567
|
+
},
|
|
2568
|
+
ticketList: {
|
|
2569
|
+
noTickets: "Sin tickets",
|
|
2570
|
+
noTicketsDescription: "Crea tu primer ticket de soporte para obtener ayuda",
|
|
2571
|
+
loadingMore: "Cargando m\xE1s...",
|
|
2572
|
+
loadMore: "Cargar m\xE1s",
|
|
2573
|
+
allLoaded: "Todos los {count} tickets cargados"
|
|
2574
|
+
},
|
|
2575
|
+
createTicket: {
|
|
2576
|
+
title: "Nuevo ticket de soporte",
|
|
2577
|
+
description: "Describe tu problema y te ayudaremos",
|
|
2578
|
+
subjectLabel: "Asunto",
|
|
2579
|
+
subjectPlaceholder: "Breve descripci\xF3n de tu problema",
|
|
2580
|
+
messageLabel: "Mensaje",
|
|
2581
|
+
messagePlaceholder: "Describe tu problema en detalle...",
|
|
2582
|
+
cancel: "Cancelar",
|
|
2583
|
+
creating: "Creando...",
|
|
2584
|
+
create: "Crear ticket"
|
|
2585
|
+
},
|
|
2586
|
+
validation: {
|
|
2587
|
+
subjectRequired: "El asunto es obligatorio",
|
|
2588
|
+
subjectTooLong: "El asunto es demasiado largo (m\xE1x. 200 caracteres)",
|
|
2589
|
+
messageRequired: "El mensaje es obligatorio",
|
|
2590
|
+
messageTooLong: "El mensaje es demasiado largo (m\xE1x. 5000 caracteres)"
|
|
2591
|
+
},
|
|
2592
|
+
messages: {
|
|
2593
|
+
ticketCreated: "Ticket creado exitosamente",
|
|
2594
|
+
ticketCreateFailed: "No se pudo crear el ticket",
|
|
2595
|
+
messageSent: "Mensaje enviado",
|
|
2596
|
+
messageSendFailed: "No se pudo enviar el mensaje"
|
|
2597
|
+
},
|
|
2598
|
+
messageInput: {
|
|
2599
|
+
placeholder: "Escribe tu mensaje...",
|
|
2600
|
+
ticketClosed: "Ticket cerrado",
|
|
2601
|
+
ticketClosedDescription: "Este ticket ha sido cerrado. Crea un nuevo ticket si necesitas m\xE1s ayuda."
|
|
2602
|
+
},
|
|
2603
|
+
messageList: {
|
|
2604
|
+
noTicketSelected: "Ning\xFAn ticket seleccionado",
|
|
2605
|
+
noTicketSelectedDescription: "Selecciona un ticket de la lista para ver los mensajes",
|
|
2606
|
+
noMessages: "Sin mensajes",
|
|
2607
|
+
noMessagesDescription: "Inicia la conversaci\xF3n enviando un mensaje",
|
|
2608
|
+
loadingOlder: "Cargando mensajes anteriores...",
|
|
2609
|
+
loadOlder: "Cargar mensajes anteriores",
|
|
2610
|
+
supportTeam: "Equipo de soporte",
|
|
2611
|
+
staff: "Personal"
|
|
2612
|
+
},
|
|
2613
|
+
time: {
|
|
2614
|
+
justNow: "Ahora mismo",
|
|
2615
|
+
minutesAgo: "hace {count} min",
|
|
2616
|
+
hoursAgo: "hace {count}h",
|
|
2617
|
+
daysAgo: "hace {count}d"
|
|
2618
|
+
}
|
|
2619
|
+
};
|
|
2620
|
+
|
|
2621
|
+
// src/i18n/locales/nl.ts
|
|
2622
|
+
var nl = {
|
|
2623
|
+
layout: {
|
|
2624
|
+
title: "Helpcentrum",
|
|
2625
|
+
titleShort: "Support",
|
|
2626
|
+
subtitle: "Krijg hulp van ons supportteam",
|
|
2627
|
+
newTicket: "Nieuw ticket"
|
|
2628
|
+
},
|
|
2629
|
+
hero: {
|
|
2630
|
+
openTickets: "Open tickets",
|
|
2631
|
+
unreadMessages: "Ongelezen berichten"
|
|
2632
|
+
},
|
|
2633
|
+
status: {
|
|
2634
|
+
open: "Open",
|
|
2635
|
+
waitingForUser: "Wacht op uw reactie",
|
|
2636
|
+
waitingForAdmin: "Wacht op support",
|
|
2637
|
+
resolved: "Opgelost",
|
|
2638
|
+
closed: "Gesloten"
|
|
2639
|
+
},
|
|
2640
|
+
ticketList: {
|
|
2641
|
+
noTickets: "Geen tickets",
|
|
2642
|
+
noTicketsDescription: "Maak uw eerste supportticket aan om hulp te krijgen",
|
|
2643
|
+
loadingMore: "Laden...",
|
|
2644
|
+
loadMore: "Meer laden",
|
|
2645
|
+
allLoaded: "Alle {count} tickets geladen"
|
|
2646
|
+
},
|
|
2647
|
+
createTicket: {
|
|
2648
|
+
title: "Nieuw supportticket",
|
|
2649
|
+
description: "Beschrijf uw probleem en wij helpen u",
|
|
2650
|
+
subjectLabel: "Onderwerp",
|
|
2651
|
+
subjectPlaceholder: "Korte beschrijving van uw probleem",
|
|
2652
|
+
messageLabel: "Bericht",
|
|
2653
|
+
messagePlaceholder: "Beschrijf uw probleem in detail...",
|
|
2654
|
+
cancel: "Annuleren",
|
|
2655
|
+
creating: "Aanmaken...",
|
|
2656
|
+
create: "Ticket aanmaken"
|
|
2657
|
+
},
|
|
2658
|
+
validation: {
|
|
2659
|
+
subjectRequired: "Onderwerp is verplicht",
|
|
2660
|
+
subjectTooLong: "Onderwerp is te lang (max 200 tekens)",
|
|
2661
|
+
messageRequired: "Bericht is verplicht",
|
|
2662
|
+
messageTooLong: "Bericht is te lang (max 5000 tekens)"
|
|
2663
|
+
},
|
|
2664
|
+
messages: {
|
|
2665
|
+
ticketCreated: "Ticket succesvol aangemaakt",
|
|
2666
|
+
ticketCreateFailed: "Ticket aanmaken mislukt",
|
|
2667
|
+
messageSent: "Bericht verzonden",
|
|
2668
|
+
messageSendFailed: "Bericht verzenden mislukt"
|
|
2669
|
+
},
|
|
2670
|
+
messageInput: {
|
|
2671
|
+
placeholder: "Typ uw bericht...",
|
|
2672
|
+
ticketClosed: "Ticket gesloten",
|
|
2673
|
+
ticketClosedDescription: "Dit ticket is gesloten. Maak een nieuw ticket aan als u verdere hulp nodig heeft."
|
|
2674
|
+
},
|
|
2675
|
+
messageList: {
|
|
2676
|
+
noTicketSelected: "Geen ticket geselecteerd",
|
|
2677
|
+
noTicketSelectedDescription: "Selecteer een ticket uit de lijst om berichten te bekijken",
|
|
2678
|
+
noMessages: "Geen berichten",
|
|
2679
|
+
noMessagesDescription: "Begin het gesprek door een bericht te sturen",
|
|
2680
|
+
loadingOlder: "Oudere berichten laden...",
|
|
2681
|
+
loadOlder: "Oudere berichten laden",
|
|
2682
|
+
supportTeam: "Supportteam",
|
|
2683
|
+
staff: "Medewerker"
|
|
2684
|
+
},
|
|
2685
|
+
time: {
|
|
2686
|
+
justNow: "Zojuist",
|
|
2687
|
+
minutesAgo: "{count} min geleden",
|
|
2688
|
+
hoursAgo: "{count}u geleden",
|
|
2689
|
+
daysAgo: "{count}d geleden"
|
|
2690
|
+
}
|
|
2691
|
+
};
|
|
2692
|
+
|
|
2693
|
+
// src/i18n/locales/ar.ts
|
|
2694
|
+
var ar = {
|
|
2695
|
+
layout: {
|
|
2696
|
+
title: "\u0645\u0631\u0643\u0632 \u0627\u0644\u062F\u0639\u0645",
|
|
2697
|
+
titleShort: "\u0627\u0644\u062F\u0639\u0645",
|
|
2698
|
+
subtitle: "\u0627\u062D\u0635\u0644 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u0627\u0639\u062F\u0629 \u0645\u0646 \u0641\u0631\u064A\u0642 \u0627\u0644\u062F\u0639\u0645 \u0644\u062F\u064A\u0646\u0627",
|
|
2699
|
+
newTicket: "\u062A\u0630\u0643\u0631\u0629 \u062C\u062F\u064A\u062F\u0629"
|
|
2700
|
+
},
|
|
2701
|
+
hero: {
|
|
2702
|
+
openTickets: "\u0627\u0644\u062A\u0630\u0627\u0643\u0631 \u0627\u0644\u0645\u0641\u062A\u0648\u062D\u0629",
|
|
2703
|
+
unreadMessages: "\u0627\u0644\u0631\u0633\u0627\u0626\u0644 \u063A\u064A\u0631 \u0627\u0644\u0645\u0642\u0631\u0648\u0621\u0629"
|
|
2704
|
+
},
|
|
2705
|
+
status: {
|
|
2706
|
+
open: "\u0645\u0641\u062A\u0648\u062D\u0629",
|
|
2707
|
+
waitingForUser: "\u0641\u064A \u0627\u0646\u062A\u0638\u0627\u0631 \u0631\u062F\u0643",
|
|
2708
|
+
waitingForAdmin: "\u0641\u064A \u0627\u0646\u062A\u0638\u0627\u0631 \u0627\u0644\u062F\u0639\u0645",
|
|
2709
|
+
resolved: "\u062A\u0645 \u0627\u0644\u062D\u0644",
|
|
2710
|
+
closed: "\u0645\u063A\u0644\u0642\u0629"
|
|
2711
|
+
},
|
|
2712
|
+
ticketList: {
|
|
2713
|
+
noTickets: "\u0644\u0627 \u062A\u0648\u062C\u062F \u062A\u0630\u0627\u0643\u0631",
|
|
2714
|
+
noTicketsDescription: "\u0623\u0646\u0634\u0626 \u0623\u0648\u0644 \u062A\u0630\u0643\u0631\u0629 \u062F\u0639\u0645 \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u0627\u0639\u062F\u0629",
|
|
2715
|
+
loadingMore: "\u062C\u0627\u0631\u064A \u0627\u0644\u062A\u062D\u0645\u064A\u0644...",
|
|
2716
|
+
loadMore: "\u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u0645\u0632\u064A\u062F",
|
|
2717
|
+
allLoaded: "\u062A\u0645 \u062A\u062D\u0645\u064A\u0644 \u062C\u0645\u064A\u0639 \u0627\u0644\u062A\u0630\u0627\u0643\u0631 ({count})"
|
|
2718
|
+
},
|
|
2719
|
+
createTicket: {
|
|
2720
|
+
title: "\u062A\u0630\u0643\u0631\u0629 \u062F\u0639\u0645 \u062C\u062F\u064A\u062F\u0629",
|
|
2721
|
+
description: "\u0635\u0641 \u0645\u0634\u0643\u0644\u062A\u0643 \u0648\u0633\u0646\u0633\u0627\u0639\u062F\u0643",
|
|
2722
|
+
subjectLabel: "\u0627\u0644\u0645\u0648\u0636\u0648\u0639",
|
|
2723
|
+
subjectPlaceholder: "\u0648\u0635\u0641 \u0645\u0648\u062C\u0632 \u0644\u0645\u0634\u0643\u0644\u062A\u0643",
|
|
2724
|
+
messageLabel: "\u0627\u0644\u0631\u0633\u0627\u0644\u0629",
|
|
2725
|
+
messagePlaceholder: "\u0635\u0641 \u0645\u0634\u0643\u0644\u062A\u0643 \u0628\u0627\u0644\u062A\u0641\u0635\u064A\u0644...",
|
|
2726
|
+
cancel: "\u0625\u0644\u063A\u0627\u0621",
|
|
2727
|
+
creating: "\u062C\u0627\u0631\u064A \u0627\u0644\u0625\u0646\u0634\u0627\u0621...",
|
|
2728
|
+
create: "\u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062A\u0630\u0643\u0631\u0629"
|
|
2729
|
+
},
|
|
2730
|
+
validation: {
|
|
2731
|
+
subjectRequired: "\u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0645\u0637\u0644\u0648\u0628",
|
|
2732
|
+
subjectTooLong: "\u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0637\u0648\u064A\u0644 \u062C\u062F\u0627\u064B (\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 200 \u062D\u0631\u0641)",
|
|
2733
|
+
messageRequired: "\u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0645\u0637\u0644\u0648\u0628\u0629",
|
|
2734
|
+
messageTooLong: "\u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0637\u0648\u064A\u0644\u0629 \u062C\u062F\u0627\u064B (\u0627\u0644\u062D\u062F \u0627\u0644\u0623\u0642\u0635\u0649 5000 \u062D\u0631\u0641)"
|
|
2735
|
+
},
|
|
2736
|
+
messages: {
|
|
2737
|
+
ticketCreated: "\u062A\u0645 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062A\u0630\u0643\u0631\u0629 \u0628\u0646\u062C\u0627\u062D",
|
|
2738
|
+
ticketCreateFailed: "\u0641\u0634\u0644 \u0641\u064A \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u062A\u0630\u0643\u0631\u0629",
|
|
2739
|
+
messageSent: "\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629",
|
|
2740
|
+
messageSendFailed: "\u0641\u0634\u0644 \u0641\u064A \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629"
|
|
2741
|
+
},
|
|
2742
|
+
messageInput: {
|
|
2743
|
+
placeholder: "\u0627\u0643\u062A\u0628 \u0631\u0633\u0627\u0644\u062A\u0643...",
|
|
2744
|
+
ticketClosed: "\u0627\u0644\u062A\u0630\u0643\u0631\u0629 \u0645\u063A\u0644\u0642\u0629",
|
|
2745
|
+
ticketClosedDescription: "\u062A\u0645 \u0625\u063A\u0644\u0627\u0642 \u0647\u0630\u0647 \u0627\u0644\u062A\u0630\u0643\u0631\u0629. \u0623\u0646\u0634\u0626 \u062A\u0630\u0643\u0631\u0629 \u062C\u062F\u064A\u062F\u0629 \u0625\u0630\u0627 \u0643\u0646\u062A \u0628\u062D\u0627\u062C\u0629 \u0625\u0644\u0649 \u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0633\u0627\u0639\u062F\u0629."
|
|
2746
|
+
},
|
|
2747
|
+
messageList: {
|
|
2748
|
+
noTicketSelected: "\u0644\u0645 \u064A\u062A\u0645 \u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0630\u0643\u0631\u0629",
|
|
2749
|
+
noTicketSelectedDescription: "\u0627\u062E\u062A\u0631 \u062A\u0630\u0643\u0631\u0629 \u0645\u0646 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u0631\u0633\u0627\u0626\u0644",
|
|
2750
|
+
noMessages: "\u0644\u0627 \u062A\u0648\u062C\u062F \u0631\u0633\u0627\u0626\u0644",
|
|
2751
|
+
noMessagesDescription: "\u0627\u0628\u062F\u0623 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629 \u0628\u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629",
|
|
2752
|
+
loadingOlder: "\u062C\u0627\u0631\u064A \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0633\u0627\u0628\u0642\u0629...",
|
|
2753
|
+
loadOlder: "\u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0633\u0627\u0628\u0642\u0629",
|
|
2754
|
+
supportTeam: "\u0641\u0631\u064A\u0642 \u0627\u0644\u062F\u0639\u0645",
|
|
2755
|
+
staff: "\u0627\u0644\u0645\u0648\u0638\u0641"
|
|
2756
|
+
},
|
|
2757
|
+
time: {
|
|
2758
|
+
justNow: "\u0627\u0644\u0622\u0646",
|
|
2759
|
+
minutesAgo: "\u0645\u0646\u0630 {count} \u062F\u0642\u064A\u0642\u0629",
|
|
2760
|
+
hoursAgo: "\u0645\u0646\u0630 {count} \u0633\u0627\u0639\u0629",
|
|
2761
|
+
daysAgo: "\u0645\u0646\u0630 {count} \u064A\u0648\u0645"
|
|
2762
|
+
}
|
|
2763
|
+
};
|
|
2764
|
+
|
|
2765
|
+
// src/i18n/locales/tr.ts
|
|
2766
|
+
var tr = {
|
|
2767
|
+
layout: {
|
|
2768
|
+
title: "Destek Merkezi",
|
|
2769
|
+
titleShort: "Destek",
|
|
2770
|
+
subtitle: "Destek ekibimizden yard\u0131m al\u0131n",
|
|
2771
|
+
newTicket: "Yeni Talep"
|
|
2772
|
+
},
|
|
2773
|
+
hero: {
|
|
2774
|
+
openTickets: "A\xE7\u0131k talepler",
|
|
2775
|
+
unreadMessages: "Okunmam\u0131\u015F mesajlar"
|
|
2776
|
+
},
|
|
2777
|
+
status: {
|
|
2778
|
+
open: "A\xE7\u0131k",
|
|
2779
|
+
waitingForUser: "Yan\u0131t\u0131n\u0131z bekleniyor",
|
|
2780
|
+
waitingForAdmin: "Destek bekleniyor",
|
|
2781
|
+
resolved: "\xC7\xF6z\xFCld\xFC",
|
|
2782
|
+
closed: "Kapat\u0131ld\u0131"
|
|
2783
|
+
},
|
|
2784
|
+
ticketList: {
|
|
2785
|
+
noTickets: "Talep yok",
|
|
2786
|
+
noTicketsDescription: "Yard\u0131m almak i\xE7in ilk destek talebinizi olu\u015Fturun",
|
|
2787
|
+
loadingMore: "Y\xFCkleniyor...",
|
|
2788
|
+
loadMore: "Daha fazla y\xFCkle",
|
|
2789
|
+
allLoaded: "T\xFCm {count} talep y\xFCklendi"
|
|
2790
|
+
},
|
|
2791
|
+
createTicket: {
|
|
2792
|
+
title: "Yeni Destek Talebi",
|
|
2793
|
+
description: "Sorununuzu a\xE7\u0131klay\u0131n, size yard\u0131mc\u0131 olal\u0131m",
|
|
2794
|
+
subjectLabel: "Konu",
|
|
2795
|
+
subjectPlaceholder: "Sorununuzun k\u0131sa a\xE7\u0131klamas\u0131",
|
|
2796
|
+
messageLabel: "Mesaj",
|
|
2797
|
+
messagePlaceholder: "Sorununuzu detayl\u0131 a\xE7\u0131klay\u0131n...",
|
|
2798
|
+
cancel: "\u0130ptal",
|
|
2799
|
+
creating: "Olu\u015Fturuluyor...",
|
|
2800
|
+
create: "Talep Olu\u015Ftur"
|
|
2801
|
+
},
|
|
2802
|
+
validation: {
|
|
2803
|
+
subjectRequired: "Konu gereklidir",
|
|
2804
|
+
subjectTooLong: "Konu \xE7ok uzun (maks. 200 karakter)",
|
|
2805
|
+
messageRequired: "Mesaj gereklidir",
|
|
2806
|
+
messageTooLong: "Mesaj \xE7ok uzun (maks. 5000 karakter)"
|
|
2807
|
+
},
|
|
2808
|
+
messages: {
|
|
2809
|
+
ticketCreated: "Talep ba\u015Far\u0131yla olu\u015Fturuldu",
|
|
2810
|
+
ticketCreateFailed: "Talep olu\u015Fturulamad\u0131",
|
|
2811
|
+
messageSent: "Mesaj g\xF6nderildi",
|
|
2812
|
+
messageSendFailed: "Mesaj g\xF6nderilemedi"
|
|
2813
|
+
},
|
|
2814
|
+
messageInput: {
|
|
2815
|
+
placeholder: "Mesaj\u0131n\u0131z\u0131 yaz\u0131n...",
|
|
2816
|
+
ticketClosed: "Talep kapat\u0131ld\u0131",
|
|
2817
|
+
ticketClosedDescription: "Bu talep kapat\u0131lm\u0131\u015Ft\u0131r. Daha fazla yard\u0131ma ihtiyac\u0131n\u0131z varsa yeni bir talep olu\u015Fturun."
|
|
2818
|
+
},
|
|
2819
|
+
messageList: {
|
|
2820
|
+
noTicketSelected: "Talep se\xE7ilmedi",
|
|
2821
|
+
noTicketSelectedDescription: "Mesajlar\u0131 g\xF6r\xFCnt\xFClemek i\xE7in listeden bir talep se\xE7in",
|
|
2822
|
+
noMessages: "Mesaj yok",
|
|
2823
|
+
noMessagesDescription: "Mesaj g\xF6ndererek sohbeti ba\u015Flat\u0131n",
|
|
2824
|
+
loadingOlder: "Eski mesajlar y\xFCkleniyor...",
|
|
2825
|
+
loadOlder: "Eski mesajlar\u0131 y\xFCkle",
|
|
2826
|
+
supportTeam: "Destek Ekibi",
|
|
2827
|
+
staff: "Personel"
|
|
2828
|
+
},
|
|
2829
|
+
time: {
|
|
2830
|
+
justNow: "\u015Eimdi",
|
|
2831
|
+
minutesAgo: "{count} dk \xF6nce",
|
|
2832
|
+
hoursAgo: "{count}sa \xF6nce",
|
|
2833
|
+
daysAgo: "{count}g \xF6nce"
|
|
2834
|
+
}
|
|
2835
|
+
};
|
|
2836
|
+
|
|
2837
|
+
// src/i18n/locales/pt-BR.ts
|
|
2838
|
+
var ptBR = {
|
|
2839
|
+
layout: {
|
|
2840
|
+
title: "Central de Suporte",
|
|
2841
|
+
titleShort: "Suporte",
|
|
2842
|
+
subtitle: "Obtenha ajuda da nossa equipe de suporte",
|
|
2843
|
+
newTicket: "Novo Chamado"
|
|
2844
|
+
},
|
|
2845
|
+
hero: {
|
|
2846
|
+
openTickets: "Chamados abertos",
|
|
2847
|
+
unreadMessages: "Mensagens n\xE3o lidas"
|
|
2848
|
+
},
|
|
2849
|
+
status: {
|
|
2850
|
+
open: "Aberto",
|
|
2851
|
+
waitingForUser: "Aguardando sua resposta",
|
|
2852
|
+
waitingForAdmin: "Aguardando suporte",
|
|
2853
|
+
resolved: "Resolvido",
|
|
2854
|
+
closed: "Fechado"
|
|
2855
|
+
},
|
|
2856
|
+
ticketList: {
|
|
2857
|
+
noTickets: "Nenhum chamado",
|
|
2858
|
+
noTicketsDescription: "Crie seu primeiro chamado de suporte para obter ajuda",
|
|
2859
|
+
loadingMore: "Carregando...",
|
|
2860
|
+
loadMore: "Carregar mais",
|
|
2861
|
+
allLoaded: "Todos os {count} chamados carregados"
|
|
2862
|
+
},
|
|
2863
|
+
createTicket: {
|
|
2864
|
+
title: "Novo Chamado de Suporte",
|
|
2865
|
+
description: "Descreva seu problema e n\xF3s ajudaremos voc\xEA",
|
|
2866
|
+
subjectLabel: "Assunto",
|
|
2867
|
+
subjectPlaceholder: "Breve descri\xE7\xE3o do seu problema",
|
|
2868
|
+
messageLabel: "Mensagem",
|
|
2869
|
+
messagePlaceholder: "Descreva seu problema em detalhes...",
|
|
2870
|
+
cancel: "Cancelar",
|
|
2871
|
+
creating: "Criando...",
|
|
2872
|
+
create: "Criar Chamado"
|
|
2873
|
+
},
|
|
2874
|
+
validation: {
|
|
2875
|
+
subjectRequired: "O assunto \xE9 obrigat\xF3rio",
|
|
2876
|
+
subjectTooLong: "O assunto \xE9 muito longo (m\xE1x. 200 caracteres)",
|
|
2877
|
+
messageRequired: "A mensagem \xE9 obrigat\xF3ria",
|
|
2878
|
+
messageTooLong: "A mensagem \xE9 muito longa (m\xE1x. 5000 caracteres)"
|
|
2879
|
+
},
|
|
2880
|
+
messages: {
|
|
2881
|
+
ticketCreated: "Chamado criado com sucesso",
|
|
2882
|
+
ticketCreateFailed: "Falha ao criar o chamado",
|
|
2883
|
+
messageSent: "Mensagem enviada",
|
|
2884
|
+
messageSendFailed: "Falha ao enviar a mensagem"
|
|
2885
|
+
},
|
|
2886
|
+
messageInput: {
|
|
2887
|
+
placeholder: "Digite sua mensagem...",
|
|
2888
|
+
ticketClosed: "Chamado fechado",
|
|
2889
|
+
ticketClosedDescription: "Este chamado foi fechado. Crie um novo chamado se precisar de mais ajuda."
|
|
2890
|
+
},
|
|
2891
|
+
messageList: {
|
|
2892
|
+
noTicketSelected: "Nenhum chamado selecionado",
|
|
2893
|
+
noTicketSelectedDescription: "Selecione um chamado da lista para ver as mensagens",
|
|
2894
|
+
noMessages: "Nenhuma mensagem",
|
|
2895
|
+
noMessagesDescription: "Inicie a conversa enviando uma mensagem",
|
|
2896
|
+
loadingOlder: "Carregando mensagens anteriores...",
|
|
2897
|
+
loadOlder: "Carregar mensagens anteriores",
|
|
2898
|
+
supportTeam: "Equipe de Suporte",
|
|
2899
|
+
staff: "Atendente"
|
|
2900
|
+
},
|
|
2901
|
+
time: {
|
|
2902
|
+
justNow: "Agora mesmo",
|
|
2903
|
+
minutesAgo: "h\xE1 {count} min",
|
|
2904
|
+
hoursAgo: "h\xE1 {count}h",
|
|
2905
|
+
daysAgo: "h\xE1 {count}d"
|
|
2906
|
+
}
|
|
2907
|
+
};
|
|
2908
|
+
|
|
2909
|
+
// src/i18n/locales/pl.ts
|
|
2910
|
+
var pl = {
|
|
2911
|
+
layout: {
|
|
2912
|
+
title: "Centrum wsparcia",
|
|
2913
|
+
titleShort: "Wsparcie",
|
|
2914
|
+
subtitle: "Uzyskaj pomoc od naszego zespo\u0142u wsparcia",
|
|
2915
|
+
newTicket: "Nowe zg\u0142oszenie"
|
|
2916
|
+
},
|
|
2917
|
+
hero: {
|
|
2918
|
+
openTickets: "Otwarte zg\u0142oszenia",
|
|
2919
|
+
unreadMessages: "Nieprzeczytane wiadomo\u015Bci"
|
|
2920
|
+
},
|
|
2921
|
+
status: {
|
|
2922
|
+
open: "Otwarte",
|
|
2923
|
+
waitingForUser: "Oczekuje na Twoj\u0105 odpowied\u017A",
|
|
2924
|
+
waitingForAdmin: "Oczekuje na wsparcie",
|
|
2925
|
+
resolved: "Rozwi\u0105zane",
|
|
2926
|
+
closed: "Zamkni\u0119te"
|
|
2927
|
+
},
|
|
2928
|
+
ticketList: {
|
|
2929
|
+
noTickets: "Brak zg\u0142osze\u0144",
|
|
2930
|
+
noTicketsDescription: "Utw\xF3rz pierwsze zg\u0142oszenie, aby uzyska\u0107 pomoc",
|
|
2931
|
+
loadingMore: "\u0141adowanie...",
|
|
2932
|
+
loadMore: "Za\u0142aduj wi\u0119cej",
|
|
2933
|
+
allLoaded: "Za\u0142adowano wszystkie {count} zg\u0142oszenia"
|
|
2934
|
+
},
|
|
2935
|
+
createTicket: {
|
|
2936
|
+
title: "Nowe zg\u0142oszenie wsparcia",
|
|
2937
|
+
description: "Opisz sw\xF3j problem, a my Ci pomo\u017Cemy",
|
|
2938
|
+
subjectLabel: "Temat",
|
|
2939
|
+
subjectPlaceholder: "Kr\xF3tki opis problemu",
|
|
2940
|
+
messageLabel: "Wiadomo\u015B\u0107",
|
|
2941
|
+
messagePlaceholder: "Opisz szczeg\xF3\u0142owo sw\xF3j problem...",
|
|
2942
|
+
cancel: "Anuluj",
|
|
2943
|
+
creating: "Tworzenie...",
|
|
2944
|
+
create: "Utw\xF3rz zg\u0142oszenie"
|
|
2945
|
+
},
|
|
2946
|
+
validation: {
|
|
2947
|
+
subjectRequired: "Temat jest wymagany",
|
|
2948
|
+
subjectTooLong: "Temat jest za d\u0142ugi (maks. 200 znak\xF3w)",
|
|
2949
|
+
messageRequired: "Wiadomo\u015B\u0107 jest wymagana",
|
|
2950
|
+
messageTooLong: "Wiadomo\u015B\u0107 jest za d\u0142uga (maks. 5000 znak\xF3w)"
|
|
2951
|
+
},
|
|
2952
|
+
messages: {
|
|
2953
|
+
ticketCreated: "Zg\u0142oszenie utworzone pomy\u015Blnie",
|
|
2954
|
+
ticketCreateFailed: "Nie uda\u0142o si\u0119 utworzy\u0107 zg\u0142oszenia",
|
|
2955
|
+
messageSent: "Wiadomo\u015B\u0107 wys\u0142ana",
|
|
2956
|
+
messageSendFailed: "Nie uda\u0142o si\u0119 wys\u0142a\u0107 wiadomo\u015Bci"
|
|
2957
|
+
},
|
|
2958
|
+
messageInput: {
|
|
2959
|
+
placeholder: "Wpisz wiadomo\u015B\u0107...",
|
|
2960
|
+
ticketClosed: "Zg\u0142oszenie zamkni\u0119te",
|
|
2961
|
+
ticketClosedDescription: "To zg\u0142oszenie zosta\u0142o zamkni\u0119te. Utw\xF3rz nowe zg\u0142oszenie, je\u015Bli potrzebujesz dalszej pomocy."
|
|
2962
|
+
},
|
|
2963
|
+
messageList: {
|
|
2964
|
+
noTicketSelected: "Nie wybrano zg\u0142oszenia",
|
|
2965
|
+
noTicketSelectedDescription: "Wybierz zg\u0142oszenie z listy, aby wy\u015Bwietli\u0107 wiadomo\u015Bci",
|
|
2966
|
+
noMessages: "Brak wiadomo\u015Bci",
|
|
2967
|
+
noMessagesDescription: "Rozpocznij rozmow\u0119, wysy\u0142aj\u0105c wiadomo\u015B\u0107",
|
|
2968
|
+
loadingOlder: "\u0141adowanie starszych wiadomo\u015Bci...",
|
|
2969
|
+
loadOlder: "Za\u0142aduj starsze wiadomo\u015Bci",
|
|
2970
|
+
supportTeam: "Zesp\xF3\u0142 wsparcia",
|
|
2971
|
+
staff: "Konsultant"
|
|
2972
|
+
},
|
|
2973
|
+
time: {
|
|
2974
|
+
justNow: "Przed chwil\u0105",
|
|
2975
|
+
minutesAgo: "{count} min temu",
|
|
2976
|
+
hoursAgo: "{count} godz. temu",
|
|
2977
|
+
daysAgo: "{count} dni temu"
|
|
2978
|
+
}
|
|
2979
|
+
};
|
|
2980
|
+
|
|
2981
|
+
// src/i18n/locales/sv.ts
|
|
2982
|
+
var sv = {
|
|
2983
|
+
layout: {
|
|
2984
|
+
title: "Supportcenter",
|
|
2985
|
+
titleShort: "Support",
|
|
2986
|
+
subtitle: "F\xE5 hj\xE4lp fr\xE5n v\xE5rt supportteam",
|
|
2987
|
+
newTicket: "Nytt \xE4rende"
|
|
2988
|
+
},
|
|
2989
|
+
hero: {
|
|
2990
|
+
openTickets: "\xD6ppna \xE4renden",
|
|
2991
|
+
unreadMessages: "Ol\xE4sta meddelanden"
|
|
2992
|
+
},
|
|
2993
|
+
status: {
|
|
2994
|
+
open: "\xD6ppet",
|
|
2995
|
+
waitingForUser: "V\xE4ntar p\xE5 ditt svar",
|
|
2996
|
+
waitingForAdmin: "V\xE4ntar p\xE5 support",
|
|
2997
|
+
resolved: "L\xF6st",
|
|
2998
|
+
closed: "St\xE4ngt"
|
|
2999
|
+
},
|
|
3000
|
+
ticketList: {
|
|
3001
|
+
noTickets: "Inga \xE4renden",
|
|
3002
|
+
noTicketsDescription: "Skapa ditt f\xF6rsta support\xE4rende f\xF6r att f\xE5 hj\xE4lp",
|
|
3003
|
+
loadingMore: "Laddar...",
|
|
3004
|
+
loadMore: "Ladda fler",
|
|
3005
|
+
allLoaded: "Alla {count} \xE4renden laddade"
|
|
3006
|
+
},
|
|
3007
|
+
createTicket: {
|
|
3008
|
+
title: "Nytt support\xE4rende",
|
|
3009
|
+
description: "Beskriv ditt problem s\xE5 hj\xE4lper vi dig",
|
|
3010
|
+
subjectLabel: "\xC4mne",
|
|
3011
|
+
subjectPlaceholder: "Kort beskrivning av problemet",
|
|
3012
|
+
messageLabel: "Meddelande",
|
|
3013
|
+
messagePlaceholder: "Beskriv ditt problem i detalj...",
|
|
3014
|
+
cancel: "Avbryt",
|
|
3015
|
+
creating: "Skapar...",
|
|
3016
|
+
create: "Skapa \xE4rende"
|
|
3017
|
+
},
|
|
3018
|
+
validation: {
|
|
3019
|
+
subjectRequired: "\xC4mne kr\xE4vs",
|
|
3020
|
+
subjectTooLong: "\xC4mnet \xE4r f\xF6r l\xE5ngt (max 200 tecken)",
|
|
3021
|
+
messageRequired: "Meddelande kr\xE4vs",
|
|
3022
|
+
messageTooLong: "Meddelandet \xE4r f\xF6r l\xE5ngt (max 5000 tecken)"
|
|
3023
|
+
},
|
|
3024
|
+
messages: {
|
|
3025
|
+
ticketCreated: "\xC4rende skapat",
|
|
3026
|
+
ticketCreateFailed: "Kunde inte skapa \xE4rende",
|
|
3027
|
+
messageSent: "Meddelande skickat",
|
|
3028
|
+
messageSendFailed: "Kunde inte skicka meddelande"
|
|
3029
|
+
},
|
|
3030
|
+
messageInput: {
|
|
3031
|
+
placeholder: "Skriv ditt meddelande...",
|
|
3032
|
+
ticketClosed: "\xC4rende st\xE4ngt",
|
|
3033
|
+
ticketClosedDescription: "Detta \xE4rende har st\xE4ngts. Skapa ett nytt \xE4rende om du beh\xF6ver ytterligare hj\xE4lp."
|
|
3034
|
+
},
|
|
3035
|
+
messageList: {
|
|
3036
|
+
noTicketSelected: "Inget \xE4rende valt",
|
|
3037
|
+
noTicketSelectedDescription: "V\xE4lj ett \xE4rende fr\xE5n listan f\xF6r att visa meddelanden",
|
|
3038
|
+
noMessages: "Inga meddelanden",
|
|
3039
|
+
noMessagesDescription: "B\xF6rja konversationen genom att skicka ett meddelande",
|
|
3040
|
+
loadingOlder: "Laddar \xE4ldre meddelanden...",
|
|
3041
|
+
loadOlder: "Ladda \xE4ldre meddelanden",
|
|
3042
|
+
supportTeam: "Supportteam",
|
|
3043
|
+
staff: "Personal"
|
|
3044
|
+
},
|
|
3045
|
+
time: {
|
|
3046
|
+
justNow: "Just nu",
|
|
3047
|
+
minutesAgo: "{count} min sedan",
|
|
3048
|
+
hoursAgo: "{count}h sedan",
|
|
3049
|
+
daysAgo: "{count}d sedan"
|
|
3050
|
+
}
|
|
3051
|
+
};
|
|
3052
|
+
|
|
3053
|
+
// src/i18n/locales/no.ts
|
|
3054
|
+
var no = {
|
|
3055
|
+
layout: {
|
|
3056
|
+
title: "Brukerst\xF8tte",
|
|
3057
|
+
titleShort: "St\xF8tte",
|
|
3058
|
+
subtitle: "F\xE5 hjelp fra v\xE5rt supportteam",
|
|
3059
|
+
newTicket: "Ny henvendelse"
|
|
3060
|
+
},
|
|
3061
|
+
hero: {
|
|
3062
|
+
openTickets: "\xC5pne henvendelser",
|
|
3063
|
+
unreadMessages: "Uleste meldinger"
|
|
3064
|
+
},
|
|
3065
|
+
status: {
|
|
3066
|
+
open: "\xC5pen",
|
|
3067
|
+
waitingForUser: "Venter p\xE5 ditt svar",
|
|
3068
|
+
waitingForAdmin: "Venter p\xE5 st\xF8tte",
|
|
3069
|
+
resolved: "L\xF8st",
|
|
3070
|
+
closed: "Lukket"
|
|
3071
|
+
},
|
|
3072
|
+
ticketList: {
|
|
3073
|
+
noTickets: "Ingen henvendelser",
|
|
3074
|
+
noTicketsDescription: "Opprett din f\xF8rste st\xF8ttehenvendelse for \xE5 f\xE5 hjelp",
|
|
3075
|
+
loadingMore: "Laster...",
|
|
3076
|
+
loadMore: "Last flere",
|
|
3077
|
+
allLoaded: "Alle {count} henvendelser lastet"
|
|
3078
|
+
},
|
|
3079
|
+
createTicket: {
|
|
3080
|
+
title: "Ny st\xF8ttehenvendelse",
|
|
3081
|
+
description: "Beskriv problemet ditt, s\xE5 hjelper vi deg",
|
|
3082
|
+
subjectLabel: "Emne",
|
|
3083
|
+
subjectPlaceholder: "Kort beskrivelse av problemet",
|
|
3084
|
+
messageLabel: "Melding",
|
|
3085
|
+
messagePlaceholder: "Beskriv problemet ditt i detalj...",
|
|
3086
|
+
cancel: "Avbryt",
|
|
3087
|
+
creating: "Oppretter...",
|
|
3088
|
+
create: "Opprett henvendelse"
|
|
3089
|
+
},
|
|
3090
|
+
validation: {
|
|
3091
|
+
subjectRequired: "Emne er p\xE5krevd",
|
|
3092
|
+
subjectTooLong: "Emnet er for langt (maks 200 tegn)",
|
|
3093
|
+
messageRequired: "Melding er p\xE5krevd",
|
|
3094
|
+
messageTooLong: "Meldingen er for lang (maks 5000 tegn)"
|
|
3095
|
+
},
|
|
3096
|
+
messages: {
|
|
3097
|
+
ticketCreated: "Henvendelse opprettet",
|
|
3098
|
+
ticketCreateFailed: "Kunne ikke opprette henvendelse",
|
|
3099
|
+
messageSent: "Melding sendt",
|
|
3100
|
+
messageSendFailed: "Kunne ikke sende melding"
|
|
3101
|
+
},
|
|
3102
|
+
messageInput: {
|
|
3103
|
+
placeholder: "Skriv din melding...",
|
|
3104
|
+
ticketClosed: "Henvendelse lukket",
|
|
3105
|
+
ticketClosedDescription: "Denne henvendelsen er lukket. Opprett en ny henvendelse hvis du trenger mer hjelp."
|
|
3106
|
+
},
|
|
3107
|
+
messageList: {
|
|
3108
|
+
noTicketSelected: "Ingen henvendelse valgt",
|
|
3109
|
+
noTicketSelectedDescription: "Velg en henvendelse fra listen for \xE5 se meldinger",
|
|
3110
|
+
noMessages: "Ingen meldinger",
|
|
3111
|
+
noMessagesDescription: "Start samtalen ved \xE5 sende en melding",
|
|
3112
|
+
loadingOlder: "Laster eldre meldinger...",
|
|
3113
|
+
loadOlder: "Last eldre meldinger",
|
|
3114
|
+
supportTeam: "Supportteam",
|
|
3115
|
+
staff: "Ansatt"
|
|
3116
|
+
},
|
|
3117
|
+
time: {
|
|
3118
|
+
justNow: "Akkurat n\xE5",
|
|
3119
|
+
minutesAgo: "{count} min siden",
|
|
3120
|
+
hoursAgo: "{count}t siden",
|
|
3121
|
+
daysAgo: "{count}d siden"
|
|
3122
|
+
}
|
|
3123
|
+
};
|
|
3124
|
+
|
|
3125
|
+
// src/i18n/locales/da.ts
|
|
3126
|
+
var da = {
|
|
3127
|
+
layout: {
|
|
3128
|
+
title: "Supportcenter",
|
|
3129
|
+
titleShort: "Support",
|
|
3130
|
+
subtitle: "F\xE5 hj\xE6lp fra vores supportteam",
|
|
3131
|
+
newTicket: "Ny sag"
|
|
3132
|
+
},
|
|
3133
|
+
hero: {
|
|
3134
|
+
openTickets: "\xC5bne sager",
|
|
3135
|
+
unreadMessages: "Ul\xE6ste beskeder"
|
|
3136
|
+
},
|
|
3137
|
+
status: {
|
|
3138
|
+
open: "\xC5ben",
|
|
3139
|
+
waitingForUser: "Afventer dit svar",
|
|
3140
|
+
waitingForAdmin: "Afventer support",
|
|
3141
|
+
resolved: "L\xF8st",
|
|
3142
|
+
closed: "Lukket"
|
|
3143
|
+
},
|
|
3144
|
+
ticketList: {
|
|
3145
|
+
noTickets: "Ingen sager",
|
|
3146
|
+
noTicketsDescription: "Opret din f\xF8rste supportsag for at f\xE5 hj\xE6lp",
|
|
3147
|
+
loadingMore: "Indl\xE6ser...",
|
|
3148
|
+
loadMore: "Indl\xE6s flere",
|
|
3149
|
+
allLoaded: "Alle {count} sager indl\xE6st"
|
|
3150
|
+
},
|
|
3151
|
+
createTicket: {
|
|
3152
|
+
title: "Ny supportsag",
|
|
3153
|
+
description: "Beskriv dit problem, s\xE5 hj\xE6lper vi dig",
|
|
3154
|
+
subjectLabel: "Emne",
|
|
3155
|
+
subjectPlaceholder: "Kort beskrivelse af problemet",
|
|
3156
|
+
messageLabel: "Besked",
|
|
3157
|
+
messagePlaceholder: "Beskriv dit problem i detaljer...",
|
|
3158
|
+
cancel: "Annuller",
|
|
3159
|
+
creating: "Opretter...",
|
|
3160
|
+
create: "Opret sag"
|
|
3161
|
+
},
|
|
3162
|
+
validation: {
|
|
3163
|
+
subjectRequired: "Emne er p\xE5kr\xE6vet",
|
|
3164
|
+
subjectTooLong: "Emnet er for langt (maks 200 tegn)",
|
|
3165
|
+
messageRequired: "Besked er p\xE5kr\xE6vet",
|
|
3166
|
+
messageTooLong: "Beskeden er for lang (maks 5000 tegn)"
|
|
3167
|
+
},
|
|
3168
|
+
messages: {
|
|
3169
|
+
ticketCreated: "Sag oprettet",
|
|
3170
|
+
ticketCreateFailed: "Kunne ikke oprette sag",
|
|
3171
|
+
messageSent: "Besked sendt",
|
|
3172
|
+
messageSendFailed: "Kunne ikke sende besked"
|
|
3173
|
+
},
|
|
3174
|
+
messageInput: {
|
|
3175
|
+
placeholder: "Skriv din besked...",
|
|
3176
|
+
ticketClosed: "Sag lukket",
|
|
3177
|
+
ticketClosedDescription: "Denne sag er lukket. Opret en ny sag, hvis du har brug for yderligere hj\xE6lp."
|
|
3178
|
+
},
|
|
3179
|
+
messageList: {
|
|
3180
|
+
noTicketSelected: "Ingen sag valgt",
|
|
3181
|
+
noTicketSelectedDescription: "V\xE6lg en sag fra listen for at se beskeder",
|
|
3182
|
+
noMessages: "Ingen beskeder",
|
|
3183
|
+
noMessagesDescription: "Start samtalen ved at sende en besked",
|
|
3184
|
+
loadingOlder: "Indl\xE6ser \xE6ldre beskeder...",
|
|
3185
|
+
loadOlder: "Indl\xE6s \xE6ldre beskeder",
|
|
3186
|
+
supportTeam: "Supportteam",
|
|
3187
|
+
staff: "Medarbejder"
|
|
3188
|
+
},
|
|
3189
|
+
time: {
|
|
3190
|
+
justNow: "Lige nu",
|
|
3191
|
+
minutesAgo: "{count} min siden",
|
|
3192
|
+
hoursAgo: "{count}t siden",
|
|
3193
|
+
daysAgo: "{count}d siden"
|
|
3194
|
+
}
|
|
3195
|
+
};
|
|
3196
|
+
|
|
2189
3197
|
// src/i18n/useSupportT.ts
|
|
2190
|
-
var translations = { en, ru, ko };
|
|
3198
|
+
var translations = { en, ru, ko, ja, de, fr, zh, it, es, nl, ar, tr, "pt-BR": ptBR, pl, sv, no, da };
|
|
2191
3199
|
function getNestedValue(obj, path) {
|
|
2192
3200
|
const keys = path.split(".");
|
|
2193
3201
|
let result = obj;
|
|
@@ -2950,7 +3958,7 @@ function SupportPage({ isDemo = false }) {
|
|
|
2950
3958
|
// package.json
|
|
2951
3959
|
var package_default = {
|
|
2952
3960
|
name: "@djangocfg/ext-support",
|
|
2953
|
-
version: "1.0.
|
|
3961
|
+
version: "1.0.27",
|
|
2954
3962
|
description: "Support ticket system extension for DjangoCFG",
|
|
2955
3963
|
keywords: [
|
|
2956
3964
|
"django",
|