@selfcommunity/react-i18n 0.4.1-alpha.8 → 0.5.0-alpha.0
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/lib/cjs/locales/en.json +83 -46
- package/lib/cjs/locales/it.json +84 -47
- package/lib/esm/locales/en.json +83 -46
- package/lib/esm/locales/it.json +84 -47
- package/lib/types/index.d.ts +151 -91
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/tsconfig.build.tsbuildinfo +1 -1
- package/lib/umd/react-i18n.js +1 -1
- package/lib/umd/react-i18n.js.map +1 -1
- package/package.json +2 -2
package/lib/cjs/locales/en.json
CHANGED
|
@@ -28,6 +28,17 @@
|
|
|
28
28
|
|
|
29
29
|
"ui.user.ignore": "Ignore",
|
|
30
30
|
|
|
31
|
+
"ui.userActionIconButton.information": "More Informations",
|
|
32
|
+
"ui.userActionIconButton.hide": "Block user",
|
|
33
|
+
"ui.userActionIconButton.show": "Unblock user",
|
|
34
|
+
|
|
35
|
+
"ui.userCounters.followings": "<b>{count}</b> Followings",
|
|
36
|
+
"ui.userCounters.followers": "<b>{count}</b> Followers",
|
|
37
|
+
"ui.userCounters.connections": "<b>{count}</b> Connections",
|
|
38
|
+
"ui.userCounters.categories": "<b>{count}</b> Categories",
|
|
39
|
+
|
|
40
|
+
"ui.userInfoDialog.title": "Informations",
|
|
41
|
+
|
|
31
42
|
"ui.peopleSuggestion.title": "People Suggestion",
|
|
32
43
|
"ui.peopleSuggestion.subtitle.noResults": "Nothing to show",
|
|
33
44
|
"ui.peopleSuggestion.button.showMore": "Show More",
|
|
@@ -100,9 +111,7 @@
|
|
|
100
111
|
"ui.platformAccess.edt": "Editor",
|
|
101
112
|
"ui.platformAccess.hc": "Help Center",
|
|
102
113
|
|
|
103
|
-
"ui.loyaltyProgram.title":"
|
|
104
|
-
"ui.loyaltyProgram.lp":"Loyalty Program",
|
|
105
|
-
"ui.loyaltyProgram.description":"Convert your participation into precious points. The loyalty program is simple and full of advantages.",
|
|
114
|
+
"ui.loyaltyProgram.title":"Loyalty Program",
|
|
106
115
|
"ui.loyaltyProgram.points": "Your points: {total}",
|
|
107
116
|
"ui.loyaltyProgram.discover": "Discover more",
|
|
108
117
|
|
|
@@ -119,6 +128,7 @@
|
|
|
119
128
|
|
|
120
129
|
"ui.composer.type.post": "Create Post",
|
|
121
130
|
"ui.composer.type.discussion": "Create Discussion",
|
|
131
|
+
"ui.composer.edit": "edit",
|
|
122
132
|
"ui.composer.done": "done",
|
|
123
133
|
"ui.composer.delete": "Delete",
|
|
124
134
|
"ui.composer.title.label": "Write a good title...",
|
|
@@ -244,6 +254,9 @@
|
|
|
244
254
|
"ui.commentObjectVotesDialog.title": "Votes",
|
|
245
255
|
"ui.commentObjectVotesDialog.noOtherVotes": "No other votes.",
|
|
246
256
|
|
|
257
|
+
"ui.commentObjectReactionsDialog.title": "All",
|
|
258
|
+
"ui.commentObjectReactionsDialog.noOtherLikes": "No other votes.",
|
|
259
|
+
|
|
247
260
|
"ui.feedObjectVotesDialog.title": "Votes",
|
|
248
261
|
|
|
249
262
|
"ui.followCategoryButton.follow": "Follow",
|
|
@@ -254,18 +267,17 @@
|
|
|
254
267
|
|
|
255
268
|
"ui.user.userFollowers": "{total, plural, =0 {Followed by # people} one {Followed by # person} other {Followed by # people}}",
|
|
256
269
|
|
|
257
|
-
"ui.
|
|
258
|
-
"ui.
|
|
259
|
-
"ui.
|
|
260
|
-
"ui.
|
|
261
|
-
"ui.
|
|
262
|
-
"ui.
|
|
263
|
-
"ui.
|
|
264
|
-
"ui.
|
|
265
|
-
"ui.
|
|
266
|
-
"ui.
|
|
267
|
-
"ui.
|
|
268
|
-
"ui.userProfileInfo.socialAssociations": "Handle your social account",
|
|
270
|
+
"ui.userInfo.username": "Username",
|
|
271
|
+
"ui.userInfo.realName": "Real name",
|
|
272
|
+
"ui.userInfo.dateOfBirth": "Date of birth",
|
|
273
|
+
"ui.userInfo.description": "Job",
|
|
274
|
+
"ui.userInfo.dateJoined": "Date joined",
|
|
275
|
+
"ui.userInfo.website": "Website",
|
|
276
|
+
"ui.userInfo.bio": "Bio",
|
|
277
|
+
"ui.userInfo.location": "Location",
|
|
278
|
+
"ui.userInfo.gender": "Gender",
|
|
279
|
+
"ui.userInfo.fieldLink": "add your {field}",
|
|
280
|
+
"ui.userInfo.dialog.title": "Public informations",
|
|
269
281
|
|
|
270
282
|
"ui.userSocialAssociation.add": "add a social login:",
|
|
271
283
|
"ui.userSocialAssociation.remove": "remove social login:",
|
|
@@ -274,9 +286,19 @@
|
|
|
274
286
|
"ui.userProfileEditPublicInfo.genderFemale": "Female",
|
|
275
287
|
"ui.userProfileEditPublicInfo.genderUnspecified": "Unspecified",
|
|
276
288
|
|
|
277
|
-
"ui.
|
|
278
|
-
"ui.
|
|
279
|
-
"ui.
|
|
289
|
+
"ui.userProfileEditAccount.socialAssociations.title": "Handle your access methods",
|
|
290
|
+
"ui.userProfileEditAccount.socialAssociations.dialog.msg": "Are you sure you want to delete {field} association ?",
|
|
291
|
+
"ui.userProfileEditAccount.socialAssociations.dialog.confirm": "Yes",
|
|
292
|
+
|
|
293
|
+
"ui.userProfileEditAccountCredentials.email": "Email",
|
|
294
|
+
"ui.userProfileEditAccountCredentials.email.success": "Your email has been successfully changed",
|
|
295
|
+
"ui.userProfileEditAccountCredentials.passwordLabel": "Password",
|
|
296
|
+
"ui.userProfileEditAccountCredentials.password": "password",
|
|
297
|
+
"ui.userProfileEditAccountCredentials.newPassword": "new password",
|
|
298
|
+
"ui.userProfileEditAccountCredentials.confirmPassword": "confirm password",
|
|
299
|
+
"ui.userProfileEditAccountCredentials.confirmPassword.error": "Password and confirm password do not match.",
|
|
300
|
+
"ui.userProfileEditAccountCredentials.changePassword": "Change Password",
|
|
301
|
+
"ui.userProfileEditAccountCredentials.newPassword.info": "The password must be at least 8 characters long \n and contain at least 3 of the following types of characters: \n lowercase letters, uppercase letters, numbers \n and special characters (eg !@#$%^&).",
|
|
280
302
|
|
|
281
303
|
"ui.userProfileEditSettings.notification.title": "When receive a notification",
|
|
282
304
|
"ui.userProfileEditSettings.notification.label": "show a toast message in the bottom left corner:",
|
|
@@ -296,6 +318,7 @@
|
|
|
296
318
|
|
|
297
319
|
"ui.userProfileEdit.info": "Public informations",
|
|
298
320
|
"ui.userProfileEdit.notification": "Notification settings",
|
|
321
|
+
"ui.userProfileEdit.account": "Account settings",
|
|
299
322
|
|
|
300
323
|
"ui.usersFollowed.title": "{total, plural, =0 {# users followed} one {# user followed} other {# users followed}}",
|
|
301
324
|
"ui.usersFollowed.modal.title": "Users Followed",
|
|
@@ -409,14 +432,25 @@
|
|
|
409
432
|
"ui.snippetNotifications.noNotifications": "At the moment, there aren't notifications",
|
|
410
433
|
"ui.snippetNotifications.broadcastMessages": "<b>MESSAGES:</b> you have {count, plural, =0 {# messages unread. <link>See it now →</link>} one {# message unread. <link>See it now →</link>} other {# messages unreads. <link>See it now →</link>}}",
|
|
411
434
|
|
|
412
|
-
"ui.
|
|
435
|
+
"ui.privateMessage.editor.button.send" : "send",
|
|
436
|
+
"ui.privateMessage.editor.placeholder" : "Write your message",
|
|
437
|
+
"ui.privateMessage.editor.disabled.msg" : "You cannot send messages to people who don't follow you!",
|
|
438
|
+
"ui.privateMessage.editor.media.uploader.msg" : "Upload the attachment (max 10MB) or drag it here",
|
|
439
|
+
|
|
440
|
+
"ui.privateMessage.threadItem.menu.item.delete" : "Delete Message",
|
|
441
|
+
"ui.privateMessage.thread.newMessage.to" : "To:",
|
|
442
|
+
"ui.privateMessage.thread.newMessage.autocomplete.placeholder" : "Username",
|
|
443
|
+
"ui.privateMessage.thread.emptyBox.message" : "Select or compose a message",
|
|
444
|
+
"ui.privateMessage.snippets.button.newMessage" : "Create New Message",
|
|
445
|
+
"ui.privateMessage.snippets.searchBar.placeholder" : "Search on Private Messages",
|
|
446
|
+
|
|
447
|
+
"ui.privateMessage.actionMenu.item.delete" : "Delete",
|
|
448
|
+
"ui.privateMessage.actionDrawer.item.delete" : "Delete",
|
|
413
449
|
|
|
414
|
-
"ui.thread.
|
|
415
|
-
"ui.delete.thread.
|
|
416
|
-
"ui.
|
|
417
|
-
"ui.
|
|
418
|
-
"ui.thread.newMessage.autocomplete.placeholder" : "type username...",
|
|
419
|
-
"ui.thread.emptyBox.message" : "Select or compose a message",
|
|
450
|
+
"ui.privateMessage.component.delete.thread.dialog.msg": "Are you sure you want to delete this conversation?",
|
|
451
|
+
"ui.privateMessage.component.delete.thread.dialog.confirm": "Yes",
|
|
452
|
+
"ui.privateMessage.component.delete.message.dialog.msg": "Are you sure you want to delete this message?",
|
|
453
|
+
"ui.privateMessage.component.delete.message.dialog.confirm": "Yes",
|
|
420
454
|
|
|
421
455
|
"ui.accountRecover.email.label": "Email",
|
|
422
456
|
"ui.accountRecover.submit": "Recover Account",
|
|
@@ -500,27 +534,30 @@
|
|
|
500
534
|
"ui.IncubatorSuggestion.ShowAll": "View all",
|
|
501
535
|
"ui.IncubatorSuggestion.noMoreIncubators": "No more results",
|
|
502
536
|
|
|
503
|
-
"ui.
|
|
504
|
-
"ui.
|
|
537
|
+
"ui.appBar.navigation.login": "Login",
|
|
538
|
+
"ui.appBar.navigation.register": "Register",
|
|
505
539
|
"ui.header.button.explore": "Explore",
|
|
506
|
-
"ui.
|
|
507
|
-
"ui.
|
|
508
|
-
"ui.
|
|
509
|
-
"ui.
|
|
510
|
-
"ui.
|
|
511
|
-
"ui.
|
|
512
|
-
"ui.
|
|
513
|
-
"ui.
|
|
514
|
-
"ui.
|
|
515
|
-
"ui.
|
|
516
|
-
"ui.
|
|
517
|
-
"ui.
|
|
518
|
-
"ui.
|
|
519
|
-
"ui.
|
|
520
|
-
"ui.
|
|
521
|
-
"ui.
|
|
522
|
-
"ui.
|
|
523
|
-
"ui.
|
|
540
|
+
"ui.navigationSettingsIconButton.profile": "Profile",
|
|
541
|
+
"ui.navigationSettingsIconButton.interests": "Interests",
|
|
542
|
+
"ui.navigationSettingsIconButton.followings": "Following",
|
|
543
|
+
"ui.navigationSettingsIconButton.followers": "Followers",
|
|
544
|
+
"ui.navigationSettingsIconButton.connections.connections": "Connections",
|
|
545
|
+
"ui.navigationSettingsIconButton.posts": "My posts",
|
|
546
|
+
"ui.navigationSettingsIconButton.comments": "My comments",
|
|
547
|
+
"ui.navigationSettingsIconButton.loyalty": "Loyalty program",
|
|
548
|
+
"ui.navigationSettingsIconButton.postsFollowed": "Followed posts",
|
|
549
|
+
"ui.navigationSettingsIconButton.discussionsFollowed": "Followed discussions",
|
|
550
|
+
"ui.navigationSettingsIconButton.interestingPeople": "Interesting people",
|
|
551
|
+
"ui.navigationSettingsIconButton.privateMessages": "Private messages",
|
|
552
|
+
"ui.navigationSettingsIconButton.settings": "Settings",
|
|
553
|
+
"ui.navigationSettingsIconButton.moderation": "Moderation",
|
|
554
|
+
"ui.navigationSettingsIconButton.platform": "Platform",
|
|
555
|
+
"ui.navigationSettingsIconButton.communityTour": "Community tour",
|
|
556
|
+
"ui.navigationSettingsIconButton.logout": "Logout",
|
|
557
|
+
"ui.searchAutocomplete.placeholder": "Search on {community}",
|
|
558
|
+
"ui.searchAutocomplete.loading": "Loading...",
|
|
559
|
+
"ui.searchAutocomplete.noOptions": "No results...",
|
|
560
|
+
"ui.header.notifications.button.seeMore": "See more",
|
|
524
561
|
|
|
525
562
|
|
|
526
563
|
"ui.footer.legalPages.tec": "Terms and Conditions",
|
|
@@ -556,10 +593,10 @@
|
|
|
556
593
|
|
|
557
594
|
"ui.consentSolutionButton.viewStateButton": "See your acceptance status",
|
|
558
595
|
|
|
596
|
+
"templates.userProfile.dateJoined": "Joined {date}",
|
|
559
597
|
"templates.userProfile.edit": "Edit",
|
|
560
598
|
"templates.userProfile.moderate": "Moderate user",
|
|
561
599
|
"templates.userProfile.send.pm": "Send private message",
|
|
562
|
-
"templates.privateMessages.button.new" : "New Message",
|
|
563
600
|
"templates.privateMessages.delete" : "Select thread to delete",
|
|
564
601
|
"templates.feedObjectDetail.contributionNotFound": "Contribution not found or you do not have permission to view it.",
|
|
565
602
|
"templates.usersList.followers" : "Followers",
|
package/lib/cjs/locales/it.json
CHANGED
|
@@ -30,6 +30,17 @@
|
|
|
30
30
|
|
|
31
31
|
"ui.user.userFollowers": "{total, plural, =0 {Seguito da # persone} one {Seguito da # persona} other {Seguito da # persone}}",
|
|
32
32
|
|
|
33
|
+
"ui.userActionIconButton.information": "Maggiori Informazioni",
|
|
34
|
+
"ui.userActionIconButton.hide": "Blocca utente",
|
|
35
|
+
"ui.userActionIconButton.show": "Sblocca utente ",
|
|
36
|
+
|
|
37
|
+
"ui.userCounters.followings": "<b>{count}</b> Utenti seguiti",
|
|
38
|
+
"ui.userCounters.followers": "<b>{count}</b> Seguito da",
|
|
39
|
+
"ui.userCounters.connections": "<b>{count}</b> Connessioni",
|
|
40
|
+
"ui.userCounters.categories": "<b>{count}</b> Categorie",
|
|
41
|
+
|
|
42
|
+
"ui.userInfoDialog.title": "Informazioni",
|
|
43
|
+
|
|
33
44
|
"ui.peopleSuggestion.title": "Persone che potresti conoscere",
|
|
34
45
|
"ui.peopleSuggestion.subtitle.noResults": "Nessun risultato",
|
|
35
46
|
"ui.peopleSuggestion.button.showMore": "Vedi di più",
|
|
@@ -103,9 +114,7 @@
|
|
|
103
114
|
"ui.platformAccess.edt": "Editor",
|
|
104
115
|
"ui.platformAccess.hc": "Help Center",
|
|
105
116
|
|
|
106
|
-
"ui.loyaltyProgram.title":"
|
|
107
|
-
"ui.loyaltyProgram.lp":"Programma Fedeltà",
|
|
108
|
-
"ui.loyaltyProgram.description": "Converti la tua partecipazione in punti preziosi. Il programma fedeltà è semplice e ricco di vantaggi",
|
|
117
|
+
"ui.loyaltyProgram.title":"Programma Fedeltà",
|
|
109
118
|
"ui.loyaltyProgram.points": "I tuoi punti: {total}",
|
|
110
119
|
"ui.loyaltyProgram.discover": "Scopri di più",
|
|
111
120
|
|
|
@@ -122,6 +131,7 @@
|
|
|
122
131
|
|
|
123
132
|
"ui.composer.type.post": "Create Post",
|
|
124
133
|
"ui.composer.type.discussion": "Create Discussion",
|
|
134
|
+
"ui.composer.edit": "edit",
|
|
125
135
|
"ui.composer.done": "done",
|
|
126
136
|
"ui.composer.delete": "Delete",
|
|
127
137
|
"ui.composer.title.label": "Write a good title...",
|
|
@@ -247,6 +257,9 @@
|
|
|
247
257
|
"ui.commentObjectVotesDialog.title": "Voti",
|
|
248
258
|
"ui.commentObjectVotesDialog.noOtherVotes": "Non ci sono altri voti.",
|
|
249
259
|
|
|
260
|
+
"ui.commentObjectReactionsDialog.title": "Tutti",
|
|
261
|
+
"ui.commentObjectReactionsDialog.noOtherLikes": "Non ci sono altri voti.",
|
|
262
|
+
|
|
250
263
|
"ui.feedObjectVotesDialog.title": "Votes",
|
|
251
264
|
|
|
252
265
|
"ui.followCategoryButton.follow": "Segui",
|
|
@@ -255,19 +268,18 @@
|
|
|
255
268
|
"ui.followUserButton.follow": "Segui",
|
|
256
269
|
"ui.followUserButton.unfollow": "Non seguire",
|
|
257
270
|
|
|
258
|
-
"ui.
|
|
259
|
-
"ui.
|
|
260
|
-
"ui.
|
|
261
|
-
"ui.
|
|
262
|
-
"ui.
|
|
263
|
-
"ui.
|
|
264
|
-
"ui.
|
|
265
|
-
"ui.
|
|
266
|
-
"ui.
|
|
267
|
-
"ui.
|
|
268
|
-
"ui.
|
|
269
|
-
"ui.
|
|
270
|
-
"ui.userProfileInfo.socialAssociations": "Gestisci account social",
|
|
271
|
+
"ui.userInfo.username": "Username",
|
|
272
|
+
"ui.userInfo.realName": "Nome reale",
|
|
273
|
+
"ui.userInfo.dateOfBirth": "Data di nascita",
|
|
274
|
+
"ui.userInfo.description": "Occupazione",
|
|
275
|
+
"ui.userInfo.dateJoined": "Registrato dal",
|
|
276
|
+
"ui.userInfo.website": "Sito web",
|
|
277
|
+
"ui.userInfo.bio": "Biografia",
|
|
278
|
+
"ui.userInfo.location": "Località",
|
|
279
|
+
"ui.userInfo.gender": "Genere",
|
|
280
|
+
"ui.userInfo.fieldLink": "aggiungi il tuo {field}",
|
|
281
|
+
"ui.userInfo.fieldLink.female": "aggiungi la tua {field}",
|
|
282
|
+
"ui.userInfo.dialog.title": "Informazioni pubbliche",
|
|
271
283
|
|
|
272
284
|
"ui.userSocialAssociation.add": "aggiungi un login social:",
|
|
273
285
|
"ui.userSocialAssociation.remove": "rimuovi i login social:",
|
|
@@ -276,9 +288,19 @@
|
|
|
276
288
|
"ui.userProfileEditPublicInfo.genderFemale": "Femminile",
|
|
277
289
|
"ui.userProfileEditPublicInfo.genderUnspecified": "Non specificato",
|
|
278
290
|
|
|
279
|
-
"ui.
|
|
280
|
-
"ui.
|
|
281
|
-
"ui.
|
|
291
|
+
"ui.userProfileEditAccount.socialAssociations.title": "Gestisci i metodi di accesso",
|
|
292
|
+
"ui.userProfileEditAccount.socialAssociations.dialog.msg": "Sei sicuro di voler eliminare il login {field} ?",
|
|
293
|
+
"ui.userProfileEditAccount.socialAssociations.dialog.confirm": "Sì",
|
|
294
|
+
|
|
295
|
+
"ui.userProfileEditAccountCredentials.email": "Email",
|
|
296
|
+
"ui.userProfileEditAccountCredentials.email.success": "La tua email è stata cambiata correttamente",
|
|
297
|
+
"ui.userProfileEditAccountCredentials.passwordLabel": "Password",
|
|
298
|
+
"ui.userProfileEditAccountCredentials.password": "vecchia password",
|
|
299
|
+
"ui.userProfileEditAccountCredentials.newPassword": "nuova password",
|
|
300
|
+
"ui.userProfileEditAccountCredentials.confirmPassword": "conferma password",
|
|
301
|
+
"ui.userProfileEditAccountCredentials.confirmPassword.error": "Password e conferma password non corrispondono.",
|
|
302
|
+
"ui.userProfileEditAccountCredentials.changePassword": "Cambia Password",
|
|
303
|
+
"ui.userProfileEditAccountCredentials.newPassword.info": "La password deve essere lunga almeno 8 caratteri \n e contenere almeno 3 dei seguenti tipi di caratteri: \n lettere minuscole, lettere maiuscole, numeri \n e caratteri speciali (eg !@#$%^&).",
|
|
282
304
|
|
|
283
305
|
"ui.userProfileEditSettings.notification.title": "Quando ricevi una notifica",
|
|
284
306
|
"ui.userProfileEditSettings.notification.label": "mostra un messaggio in basso a sinistra:",
|
|
@@ -298,6 +320,7 @@
|
|
|
298
320
|
|
|
299
321
|
"ui.userProfileEdit.info": "Informazioni pubbliche",
|
|
300
322
|
"ui.userProfileEdit.notification": "Impostazioni di notifica",
|
|
323
|
+
"ui.userProfileEdit.account": "Impostazioni account",
|
|
301
324
|
|
|
302
325
|
"ui.usersFollowed.title": "{total, plural, =0 {Segue # persone} one {Segue # persona} other {Segue # persone}}",
|
|
303
326
|
"ui.usersFollowed.modal.title": "Utenti Seguiti",
|
|
@@ -411,14 +434,25 @@
|
|
|
411
434
|
"ui.snippetNotifications.noNotifications": "Al momento non ci sono notifiche",
|
|
412
435
|
"ui.snippetNotifications.broadcastMessages": "<b>IN EVIDENZA:</b> hai {count, plural, =0 {# messaggi non ancora visti. <link>Guardali ora →</link>} one {# messaggi non ancora visto. <link>Guardalo ora →</link>} other {# messaggi non ancora visti. <link>Guardali ora →</link>}}",
|
|
413
436
|
|
|
414
|
-
"ui.
|
|
437
|
+
"ui.privateMessage.editor.button.send" : "invia",
|
|
438
|
+
"ui.privateMessage.editor.placeholder" : "Scrivi il tuo messagio",
|
|
439
|
+
"ui.privateMessage.editor.disabled.msg" : "Non puoi inviare messaggi a chi non ti segue!",
|
|
440
|
+
"ui.privateMessage.editor.media.uploader.msg" : "Carica l'allegato (max 10MB) oppure trascinalo qui",
|
|
441
|
+
|
|
442
|
+
"ui.privateMessage.threadItem.menu.item.delete" : "Elimina Messaggio",
|
|
443
|
+
"ui.privateMessage.thread.newMessage.to" : "A:",
|
|
444
|
+
"ui.privateMessage.thread.newMessage.autocomplete.placeholder" : "nome utente",
|
|
445
|
+
"ui.privateMessage.thread.emptyBox.message" : "Seleziona o componi un messaggio",
|
|
446
|
+
"ui.privateMessage.snippets.button.newMessage": "Componi Nuovo Messaggio",
|
|
447
|
+
"ui.privateMessage.snippets.searchBar.placeholder" : "Cerca tra i messaggi privati",
|
|
448
|
+
|
|
449
|
+
"ui.privateMessage.actionMenu.item.delete" : "Elimina",
|
|
450
|
+
"ui.privateMessage.actionDrawer.item.delete" : "Elimina",
|
|
415
451
|
|
|
416
|
-
"ui.thread.
|
|
417
|
-
"ui.delete.thread.
|
|
418
|
-
"ui.
|
|
419
|
-
"ui.
|
|
420
|
-
"ui.thread.newMessage.autocomplete.placeholder" : "nome utente...",
|
|
421
|
-
"ui.thread.emptyBox.message" : "Seleziona o componi un messaggio",
|
|
452
|
+
"ui.privateMessage.component.delete.thread.dialog.msg": "Sei sicuro di voler eliminare questa conversazione?",
|
|
453
|
+
"ui.privateMessage.component.delete.thread.dialog.confirm": "Sì",
|
|
454
|
+
"ui.privateMessage.component.delete.message.dialog.msg": "Sei sicuro di voler eliminare il messaggio selezionato?",
|
|
455
|
+
"ui.privateMessage.component.delete.message.dialog.confirm": "Sì",
|
|
422
456
|
|
|
423
457
|
"ui.accountRecover.email.label": "Email",
|
|
424
458
|
"ui.accountRecover.submit": "Recupera Account",
|
|
@@ -501,27 +535,30 @@
|
|
|
501
535
|
"ui.IncubatorSuggestion.ShowAll": "Vedi tutti",
|
|
502
536
|
"ui.IncubatorSuggestion.noMoreIncubators": "Nient'altro da mostrare",
|
|
503
537
|
|
|
504
|
-
"ui.
|
|
505
|
-
"ui.
|
|
538
|
+
"ui.appBar.navigation.login": "Accedi",
|
|
539
|
+
"ui.appBar.navigation.register": "Registrati",
|
|
506
540
|
"ui.header.button.explore": "Esplora",
|
|
507
|
-
"ui.
|
|
508
|
-
"ui.
|
|
509
|
-
"ui.
|
|
510
|
-
"ui.
|
|
511
|
-
"ui.
|
|
512
|
-
"ui.
|
|
513
|
-
"ui.
|
|
514
|
-
"ui.
|
|
515
|
-
"ui.
|
|
516
|
-
"ui.
|
|
517
|
-
"ui.
|
|
518
|
-
"ui.
|
|
519
|
-
"ui.
|
|
520
|
-
"ui.
|
|
521
|
-
"ui.
|
|
522
|
-
"ui.
|
|
523
|
-
"ui.
|
|
524
|
-
"ui.
|
|
541
|
+
"ui.navigationSettingsIconButton.profile": "Profilo",
|
|
542
|
+
"ui.navigationSettingsIconButton.interests": "I miei interessi",
|
|
543
|
+
"ui.navigationSettingsIconButton.followings": "Utenti che seguo",
|
|
544
|
+
"ui.navigationSettingsIconButton.followers": "Utenti che mi seguono",
|
|
545
|
+
"ui.navigationSettingsIconButton.connections.connections": "Connessioni",
|
|
546
|
+
"ui.navigationSettingsIconButton.posts": "I miei post",
|
|
547
|
+
"ui.navigationSettingsIconButton.comments": "I miei commenti",
|
|
548
|
+
"ui.navigationSettingsIconButton.loyalty": "Il mio programma fedeltà",
|
|
549
|
+
"ui.navigationSettingsIconButton.postsFollowed": "Post seguiti",
|
|
550
|
+
"ui.navigationSettingsIconButton.discussionsFollowed": "Discussioni seguite",
|
|
551
|
+
"ui.navigationSettingsIconButton.interestingPeople": "Persone interessanti",
|
|
552
|
+
"ui.navigationSettingsIconButton.privateMessages": "Messaggi privati",
|
|
553
|
+
"ui.navigationSettingsIconButton.settings": "Impostazioni",
|
|
554
|
+
"ui.navigationSettingsIconButton.moderation": "Moderazione",
|
|
555
|
+
"ui.navigationSettingsIconButton.platform": "Platform",
|
|
556
|
+
"ui.navigationSettingsIconButton.communityTour": "Community tour",
|
|
557
|
+
"ui.navigationSettingsIconButton.logout": "Esci",
|
|
558
|
+
"ui.searchAutocomplete.placeholder": "Cerca su {community}",
|
|
559
|
+
"ui.searchAutocomplete.loading": "Cercando...",
|
|
560
|
+
"ui.searchAutocomplete.noOptions": "Nessun risultato...",
|
|
561
|
+
"ui.header.notifications.button.seeMore": "Vedi di più",
|
|
525
562
|
|
|
526
563
|
|
|
527
564
|
"ui.footer.legalPages.tec": "Termini e Condizioni",
|
|
@@ -557,10 +594,10 @@
|
|
|
557
594
|
|
|
558
595
|
"ui.consentSolutionButton.viewStateButton": "Vedi il tuo stato di accettazione",
|
|
559
596
|
|
|
597
|
+
"templates.userProfile.dateJoined": "Iscritto da {date}",
|
|
560
598
|
"templates.userProfile.edit": "Modifica",
|
|
561
599
|
"templates.userProfile.moderate": "Modera utente",
|
|
562
600
|
"templates.userProfile.send.pm": "Invia messaggio privato",
|
|
563
|
-
"templates.privateMessages.button.new" : "Nuovo Messaggio",
|
|
564
601
|
"templates.privateMessages.delete" : "Seleziona la conversazione da eliminare",
|
|
565
602
|
"templates.feedObjectDetail.contributionNotFound": "Il contributo non è stato trovato oppure non hai i permessi per vederlo.",
|
|
566
603
|
"templates.usersList.followers" : "I miei follower",
|
package/lib/esm/locales/en.json
CHANGED
|
@@ -28,6 +28,17 @@
|
|
|
28
28
|
|
|
29
29
|
"ui.user.ignore": "Ignore",
|
|
30
30
|
|
|
31
|
+
"ui.userActionIconButton.information": "More Informations",
|
|
32
|
+
"ui.userActionIconButton.hide": "Block user",
|
|
33
|
+
"ui.userActionIconButton.show": "Unblock user",
|
|
34
|
+
|
|
35
|
+
"ui.userCounters.followings": "<b>{count}</b> Followings",
|
|
36
|
+
"ui.userCounters.followers": "<b>{count}</b> Followers",
|
|
37
|
+
"ui.userCounters.connections": "<b>{count}</b> Connections",
|
|
38
|
+
"ui.userCounters.categories": "<b>{count}</b> Categories",
|
|
39
|
+
|
|
40
|
+
"ui.userInfoDialog.title": "Informations",
|
|
41
|
+
|
|
31
42
|
"ui.peopleSuggestion.title": "People Suggestion",
|
|
32
43
|
"ui.peopleSuggestion.subtitle.noResults": "Nothing to show",
|
|
33
44
|
"ui.peopleSuggestion.button.showMore": "Show More",
|
|
@@ -100,9 +111,7 @@
|
|
|
100
111
|
"ui.platformAccess.edt": "Editor",
|
|
101
112
|
"ui.platformAccess.hc": "Help Center",
|
|
102
113
|
|
|
103
|
-
"ui.loyaltyProgram.title":"
|
|
104
|
-
"ui.loyaltyProgram.lp":"Loyalty Program",
|
|
105
|
-
"ui.loyaltyProgram.description":"Convert your participation into precious points. The loyalty program is simple and full of advantages.",
|
|
114
|
+
"ui.loyaltyProgram.title":"Loyalty Program",
|
|
106
115
|
"ui.loyaltyProgram.points": "Your points: {total}",
|
|
107
116
|
"ui.loyaltyProgram.discover": "Discover more",
|
|
108
117
|
|
|
@@ -119,6 +128,7 @@
|
|
|
119
128
|
|
|
120
129
|
"ui.composer.type.post": "Create Post",
|
|
121
130
|
"ui.composer.type.discussion": "Create Discussion",
|
|
131
|
+
"ui.composer.edit": "edit",
|
|
122
132
|
"ui.composer.done": "done",
|
|
123
133
|
"ui.composer.delete": "Delete",
|
|
124
134
|
"ui.composer.title.label": "Write a good title...",
|
|
@@ -244,6 +254,9 @@
|
|
|
244
254
|
"ui.commentObjectVotesDialog.title": "Votes",
|
|
245
255
|
"ui.commentObjectVotesDialog.noOtherVotes": "No other votes.",
|
|
246
256
|
|
|
257
|
+
"ui.commentObjectReactionsDialog.title": "All",
|
|
258
|
+
"ui.commentObjectReactionsDialog.noOtherLikes": "No other votes.",
|
|
259
|
+
|
|
247
260
|
"ui.feedObjectVotesDialog.title": "Votes",
|
|
248
261
|
|
|
249
262
|
"ui.followCategoryButton.follow": "Follow",
|
|
@@ -254,18 +267,17 @@
|
|
|
254
267
|
|
|
255
268
|
"ui.user.userFollowers": "{total, plural, =0 {Followed by # people} one {Followed by # person} other {Followed by # people}}",
|
|
256
269
|
|
|
257
|
-
"ui.
|
|
258
|
-
"ui.
|
|
259
|
-
"ui.
|
|
260
|
-
"ui.
|
|
261
|
-
"ui.
|
|
262
|
-
"ui.
|
|
263
|
-
"ui.
|
|
264
|
-
"ui.
|
|
265
|
-
"ui.
|
|
266
|
-
"ui.
|
|
267
|
-
"ui.
|
|
268
|
-
"ui.userProfileInfo.socialAssociations": "Handle your social account",
|
|
270
|
+
"ui.userInfo.username": "Username",
|
|
271
|
+
"ui.userInfo.realName": "Real name",
|
|
272
|
+
"ui.userInfo.dateOfBirth": "Date of birth",
|
|
273
|
+
"ui.userInfo.description": "Job",
|
|
274
|
+
"ui.userInfo.dateJoined": "Date joined",
|
|
275
|
+
"ui.userInfo.website": "Website",
|
|
276
|
+
"ui.userInfo.bio": "Bio",
|
|
277
|
+
"ui.userInfo.location": "Location",
|
|
278
|
+
"ui.userInfo.gender": "Gender",
|
|
279
|
+
"ui.userInfo.fieldLink": "add your {field}",
|
|
280
|
+
"ui.userInfo.dialog.title": "Public informations",
|
|
269
281
|
|
|
270
282
|
"ui.userSocialAssociation.add": "add a social login:",
|
|
271
283
|
"ui.userSocialAssociation.remove": "remove social login:",
|
|
@@ -274,9 +286,19 @@
|
|
|
274
286
|
"ui.userProfileEditPublicInfo.genderFemale": "Female",
|
|
275
287
|
"ui.userProfileEditPublicInfo.genderUnspecified": "Unspecified",
|
|
276
288
|
|
|
277
|
-
"ui.
|
|
278
|
-
"ui.
|
|
279
|
-
"ui.
|
|
289
|
+
"ui.userProfileEditAccount.socialAssociations.title": "Handle your access methods",
|
|
290
|
+
"ui.userProfileEditAccount.socialAssociations.dialog.msg": "Are you sure you want to delete {field} association ?",
|
|
291
|
+
"ui.userProfileEditAccount.socialAssociations.dialog.confirm": "Yes",
|
|
292
|
+
|
|
293
|
+
"ui.userProfileEditAccountCredentials.email": "Email",
|
|
294
|
+
"ui.userProfileEditAccountCredentials.email.success": "Your email has been successfully changed",
|
|
295
|
+
"ui.userProfileEditAccountCredentials.passwordLabel": "Password",
|
|
296
|
+
"ui.userProfileEditAccountCredentials.password": "password",
|
|
297
|
+
"ui.userProfileEditAccountCredentials.newPassword": "new password",
|
|
298
|
+
"ui.userProfileEditAccountCredentials.confirmPassword": "confirm password",
|
|
299
|
+
"ui.userProfileEditAccountCredentials.confirmPassword.error": "Password and confirm password do not match.",
|
|
300
|
+
"ui.userProfileEditAccountCredentials.changePassword": "Change Password",
|
|
301
|
+
"ui.userProfileEditAccountCredentials.newPassword.info": "The password must be at least 8 characters long \n and contain at least 3 of the following types of characters: \n lowercase letters, uppercase letters, numbers \n and special characters (eg !@#$%^&).",
|
|
280
302
|
|
|
281
303
|
"ui.userProfileEditSettings.notification.title": "When receive a notification",
|
|
282
304
|
"ui.userProfileEditSettings.notification.label": "show a toast message in the bottom left corner:",
|
|
@@ -296,6 +318,7 @@
|
|
|
296
318
|
|
|
297
319
|
"ui.userProfileEdit.info": "Public informations",
|
|
298
320
|
"ui.userProfileEdit.notification": "Notification settings",
|
|
321
|
+
"ui.userProfileEdit.account": "Account settings",
|
|
299
322
|
|
|
300
323
|
"ui.usersFollowed.title": "{total, plural, =0 {# users followed} one {# user followed} other {# users followed}}",
|
|
301
324
|
"ui.usersFollowed.modal.title": "Users Followed",
|
|
@@ -409,14 +432,25 @@
|
|
|
409
432
|
"ui.snippetNotifications.noNotifications": "At the moment, there aren't notifications",
|
|
410
433
|
"ui.snippetNotifications.broadcastMessages": "<b>MESSAGES:</b> you have {count, plural, =0 {# messages unread. <link>See it now →</link>} one {# message unread. <link>See it now →</link>} other {# messages unreads. <link>See it now →</link>}}",
|
|
411
434
|
|
|
412
|
-
"ui.
|
|
435
|
+
"ui.privateMessage.editor.button.send" : "send",
|
|
436
|
+
"ui.privateMessage.editor.placeholder" : "Write your message",
|
|
437
|
+
"ui.privateMessage.editor.disabled.msg" : "You cannot send messages to people who don't follow you!",
|
|
438
|
+
"ui.privateMessage.editor.media.uploader.msg" : "Upload the attachment (max 10MB) or drag it here",
|
|
439
|
+
|
|
440
|
+
"ui.privateMessage.threadItem.menu.item.delete" : "Delete Message",
|
|
441
|
+
"ui.privateMessage.thread.newMessage.to" : "To:",
|
|
442
|
+
"ui.privateMessage.thread.newMessage.autocomplete.placeholder" : "Username",
|
|
443
|
+
"ui.privateMessage.thread.emptyBox.message" : "Select or compose a message",
|
|
444
|
+
"ui.privateMessage.snippets.button.newMessage" : "Create New Message",
|
|
445
|
+
"ui.privateMessage.snippets.searchBar.placeholder" : "Search on Private Messages",
|
|
446
|
+
|
|
447
|
+
"ui.privateMessage.actionMenu.item.delete" : "Delete",
|
|
448
|
+
"ui.privateMessage.actionDrawer.item.delete" : "Delete",
|
|
413
449
|
|
|
414
|
-
"ui.thread.
|
|
415
|
-
"ui.delete.thread.
|
|
416
|
-
"ui.
|
|
417
|
-
"ui.
|
|
418
|
-
"ui.thread.newMessage.autocomplete.placeholder" : "type username...",
|
|
419
|
-
"ui.thread.emptyBox.message" : "Select or compose a message",
|
|
450
|
+
"ui.privateMessage.component.delete.thread.dialog.msg": "Are you sure you want to delete this conversation?",
|
|
451
|
+
"ui.privateMessage.component.delete.thread.dialog.confirm": "Yes",
|
|
452
|
+
"ui.privateMessage.component.delete.message.dialog.msg": "Are you sure you want to delete this message?",
|
|
453
|
+
"ui.privateMessage.component.delete.message.dialog.confirm": "Yes",
|
|
420
454
|
|
|
421
455
|
"ui.accountRecover.email.label": "Email",
|
|
422
456
|
"ui.accountRecover.submit": "Recover Account",
|
|
@@ -500,27 +534,30 @@
|
|
|
500
534
|
"ui.IncubatorSuggestion.ShowAll": "View all",
|
|
501
535
|
"ui.IncubatorSuggestion.noMoreIncubators": "No more results",
|
|
502
536
|
|
|
503
|
-
"ui.
|
|
504
|
-
"ui.
|
|
537
|
+
"ui.appBar.navigation.login": "Login",
|
|
538
|
+
"ui.appBar.navigation.register": "Register",
|
|
505
539
|
"ui.header.button.explore": "Explore",
|
|
506
|
-
"ui.
|
|
507
|
-
"ui.
|
|
508
|
-
"ui.
|
|
509
|
-
"ui.
|
|
510
|
-
"ui.
|
|
511
|
-
"ui.
|
|
512
|
-
"ui.
|
|
513
|
-
"ui.
|
|
514
|
-
"ui.
|
|
515
|
-
"ui.
|
|
516
|
-
"ui.
|
|
517
|
-
"ui.
|
|
518
|
-
"ui.
|
|
519
|
-
"ui.
|
|
520
|
-
"ui.
|
|
521
|
-
"ui.
|
|
522
|
-
"ui.
|
|
523
|
-
"ui.
|
|
540
|
+
"ui.navigationSettingsIconButton.profile": "Profile",
|
|
541
|
+
"ui.navigationSettingsIconButton.interests": "Interests",
|
|
542
|
+
"ui.navigationSettingsIconButton.followings": "Following",
|
|
543
|
+
"ui.navigationSettingsIconButton.followers": "Followers",
|
|
544
|
+
"ui.navigationSettingsIconButton.connections.connections": "Connections",
|
|
545
|
+
"ui.navigationSettingsIconButton.posts": "My posts",
|
|
546
|
+
"ui.navigationSettingsIconButton.comments": "My comments",
|
|
547
|
+
"ui.navigationSettingsIconButton.loyalty": "Loyalty program",
|
|
548
|
+
"ui.navigationSettingsIconButton.postsFollowed": "Followed posts",
|
|
549
|
+
"ui.navigationSettingsIconButton.discussionsFollowed": "Followed discussions",
|
|
550
|
+
"ui.navigationSettingsIconButton.interestingPeople": "Interesting people",
|
|
551
|
+
"ui.navigationSettingsIconButton.privateMessages": "Private messages",
|
|
552
|
+
"ui.navigationSettingsIconButton.settings": "Settings",
|
|
553
|
+
"ui.navigationSettingsIconButton.moderation": "Moderation",
|
|
554
|
+
"ui.navigationSettingsIconButton.platform": "Platform",
|
|
555
|
+
"ui.navigationSettingsIconButton.communityTour": "Community tour",
|
|
556
|
+
"ui.navigationSettingsIconButton.logout": "Logout",
|
|
557
|
+
"ui.searchAutocomplete.placeholder": "Search on {community}",
|
|
558
|
+
"ui.searchAutocomplete.loading": "Loading...",
|
|
559
|
+
"ui.searchAutocomplete.noOptions": "No results...",
|
|
560
|
+
"ui.header.notifications.button.seeMore": "See more",
|
|
524
561
|
|
|
525
562
|
|
|
526
563
|
"ui.footer.legalPages.tec": "Terms and Conditions",
|
|
@@ -556,10 +593,10 @@
|
|
|
556
593
|
|
|
557
594
|
"ui.consentSolutionButton.viewStateButton": "See your acceptance status",
|
|
558
595
|
|
|
596
|
+
"templates.userProfile.dateJoined": "Joined {date}",
|
|
559
597
|
"templates.userProfile.edit": "Edit",
|
|
560
598
|
"templates.userProfile.moderate": "Moderate user",
|
|
561
599
|
"templates.userProfile.send.pm": "Send private message",
|
|
562
|
-
"templates.privateMessages.button.new" : "New Message",
|
|
563
600
|
"templates.privateMessages.delete" : "Select thread to delete",
|
|
564
601
|
"templates.feedObjectDetail.contributionNotFound": "Contribution not found or you do not have permission to view it.",
|
|
565
602
|
"templates.usersList.followers" : "Followers",
|