@selfcommunity/react-i18n 0.5.9-alpha.1 → 0.5.9-alpha.10
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/index.d.ts +88 -38
- package/lib/cjs/locales/en.json +45 -20
- package/lib/cjs/locales/it.json +45 -20
- package/lib/esm/index.d.ts +88 -38
- package/lib/esm/locales/en.json +45 -20
- package/lib/esm/locales/it.json +45 -20
- package/lib/types/index.d.ts +88 -38
- package/lib/types/locales/en.json +45 -20
- package/lib/types/locales/it.json +45 -20
- package/lib/types/tsconfig.build.tsbuildinfo +1 -1
- package/lib/umd/react-i18n.js +1 -1
- package/package.json +2 -2
package/lib/cjs/index.d.ts
CHANGED
|
@@ -107,7 +107,8 @@ declare const locales: {
|
|
|
107
107
|
"ui.changeCover.button.uploadA": string;
|
|
108
108
|
"ui.changeCover.dialog.msg": string;
|
|
109
109
|
"ui.changeCover.info": string;
|
|
110
|
-
"ui.
|
|
110
|
+
"ui.changeGroupPicture.alert": string;
|
|
111
|
+
"ui.changeGroupCover.alert": string;
|
|
111
112
|
"ui.changeGroupCover.button.change.alertErrorImage": string;
|
|
112
113
|
"ui.changeGroupCover.button.delete": string;
|
|
113
114
|
"ui.changeGroupCover.button.upload": string;
|
|
@@ -179,6 +180,8 @@ declare const locales: {
|
|
|
179
180
|
"ui.composer.layer.audience.all": string;
|
|
180
181
|
"ui.composer.layer.audience.all.message": string;
|
|
181
182
|
"ui.composer.layer.audience.tag": string;
|
|
183
|
+
"ui.composer.layer.audience.group": string;
|
|
184
|
+
"ui.composer.layer.audience.group.message": string;
|
|
182
185
|
"ui.composer.layer.audience.tag.message": string;
|
|
183
186
|
"ui.composer.layer.audience.tags.empty": string;
|
|
184
187
|
"ui.composer.layer.audience.tags.label": string;
|
|
@@ -248,24 +251,27 @@ declare const locales: {
|
|
|
248
251
|
"ui.contributionActionMenu.suspendNotificationContribution": string;
|
|
249
252
|
"ui.contributionActionMenu.title": string;
|
|
250
253
|
"ui.contributionActionMenu.vulgar": string;
|
|
251
|
-
"ui.
|
|
252
|
-
"ui.
|
|
253
|
-
"ui.
|
|
254
|
-
"ui.
|
|
255
|
-
"ui.
|
|
256
|
-
"ui.
|
|
257
|
-
"ui.
|
|
258
|
-
"ui.
|
|
259
|
-
"ui.
|
|
260
|
-
"ui.
|
|
261
|
-
"ui.
|
|
262
|
-
"ui.
|
|
263
|
-
"ui.
|
|
264
|
-
"ui.
|
|
265
|
-
"ui.
|
|
266
|
-
"ui.
|
|
267
|
-
"ui.
|
|
254
|
+
"ui.groupForm.title": string;
|
|
255
|
+
"ui.groupForm.title.edit": string;
|
|
256
|
+
"ui.groupForm.header": string;
|
|
257
|
+
"ui.groupForm.header.error": string;
|
|
258
|
+
"ui.groupForm.name.placeholder": string;
|
|
259
|
+
"ui.groupForm.description.placeholder": string;
|
|
260
|
+
"ui.groupForm.privacy.title": string;
|
|
261
|
+
"ui.groupForm.visibility.title": string;
|
|
262
|
+
"ui.groupForm.privacy.public": string;
|
|
263
|
+
"ui.groupForm.privacy.public.info": string;
|
|
264
|
+
"ui.groupForm.privacy.private": string;
|
|
265
|
+
"ui.groupForm.privacy.private.info": string;
|
|
266
|
+
"ui.groupForm.privacy.private.info.edit": string;
|
|
267
|
+
"ui.groupForm.visibility.hidden": string;
|
|
268
|
+
"ui.groupForm.visibility.hidden.info": string;
|
|
269
|
+
"ui.groupForm.visibility.visible": string;
|
|
270
|
+
"ui.groupForm.visibility.visible.info": string;
|
|
271
|
+
"ui.groupForm.button.create": string;
|
|
272
|
+
"ui.groupForm.button.edit": string;
|
|
268
273
|
"ui.createGroupButton": string;
|
|
274
|
+
"ui.editGroupButton": string;
|
|
269
275
|
"ui.editor.placeholder": string;
|
|
270
276
|
"ui.editor.toolbarPlugin.blockType": string;
|
|
271
277
|
"ui.editor.toolbarPlugin.bold": string;
|
|
@@ -328,6 +334,7 @@ declare const locales: {
|
|
|
328
334
|
"ui.feedObject.sharesDialog.title": string;
|
|
329
335
|
"ui.feedObject.unfollow": string;
|
|
330
336
|
"ui.feedObject.visibleToAll": string;
|
|
337
|
+
"ui.feedObject.visibleToGroup": string;
|
|
331
338
|
"ui.feedObject.notificationsEnabled": string;
|
|
332
339
|
"ui.feedObject.notificationsDisabled": string;
|
|
333
340
|
"ui.feedObject.flagSent": string;
|
|
@@ -345,6 +352,8 @@ declare const locales: {
|
|
|
345
352
|
"ui.friendshipUserButton.cancelConnectionRequest": string;
|
|
346
353
|
"ui.friendshipUserButton.removeConnection": string;
|
|
347
354
|
"ui.friendshipUserButton.requestConnection": string;
|
|
355
|
+
"ui.groupAutocomplete.label": string;
|
|
356
|
+
"ui.groupAutocomplete.empty": string;
|
|
348
357
|
"ui.group.members": string;
|
|
349
358
|
"ui.groupHeader.members": string;
|
|
350
359
|
"ui.groupHeader.visibility.private": string;
|
|
@@ -357,18 +366,25 @@ declare const locales: {
|
|
|
357
366
|
"ui.groupMembersWidget.dialogTitle": string;
|
|
358
367
|
"ui.groupMembersWidget.noMoreResults": string;
|
|
359
368
|
"ui.groupRequestsWidget.title": string;
|
|
360
|
-
"ui.groupRequestsWidget.subtitle.noResults": string;
|
|
361
369
|
"ui.groupRequestsWidget.button.showMore": string;
|
|
362
370
|
"ui.groupRequestsWidget.dialogTitle": string;
|
|
363
371
|
"ui.groupRequestsWidget.noMoreResults": string;
|
|
372
|
+
"ui.groups.noGroups.title": string;
|
|
373
|
+
"ui.groups.noGroups.subtitle": string;
|
|
374
|
+
"ui.groups.noOtherGroups": string;
|
|
364
375
|
"ui.groupSubscribeButton.enter": string;
|
|
365
376
|
"ui.groupSubscribeButton.exit": string;
|
|
366
377
|
"ui.groupSubscribeButton.requestAccess": string;
|
|
378
|
+
"ui.groupSubscribeButton.accept": string;
|
|
367
379
|
"ui.groupSubscribeButton.waitingApproval": string;
|
|
368
380
|
"ui.groupMembersButton.dialogTitle": string;
|
|
369
381
|
"ui.groupMembersButton.noOtherMembers": string;
|
|
370
382
|
"ui.groupInfoWidget.title": string;
|
|
371
383
|
"ui.groupInfoWidget.date": string;
|
|
384
|
+
"ui.groupInfoWidget.privacy.public": string;
|
|
385
|
+
"ui.groupInfoWidget.privacy.public.info": string;
|
|
386
|
+
"ui.groupInfoWidget.privacy.private": string;
|
|
387
|
+
"ui.groupInfoWidget.privacy.private.info": string;
|
|
372
388
|
"ui.groupInviteButton": string;
|
|
373
389
|
"ui.groupInviteButton.dialog.title": string;
|
|
374
390
|
"ui.groupInviteButton.dialog.content.search.placeholder": string;
|
|
@@ -376,6 +392,11 @@ declare const locales: {
|
|
|
376
392
|
"ui.groupInviteButton.dialog.button.end": string;
|
|
377
393
|
"ui.groupInviteButton.searchBar.placeholder": string;
|
|
378
394
|
"ui.groupInviteButton.list.suggested": string;
|
|
395
|
+
"ui.groupSettingsIconButton.dialog.confirm": string;
|
|
396
|
+
"ui.groupSettingsIconButton.dialog.msg": string;
|
|
397
|
+
"ui.groupSettingsIconButton.item.remove": string;
|
|
398
|
+
"ui.groupSettingsIconButton.item.message": string;
|
|
399
|
+
"ui.groupSettingsIconButton.item.report": string;
|
|
379
400
|
"ui.header.button.explore": string;
|
|
380
401
|
"ui.header.notifications.button.seeMore": string;
|
|
381
402
|
"ui.incubator.progressBar.approved": string;
|
|
@@ -486,6 +507,10 @@ declare const locales: {
|
|
|
486
507
|
"ui.notification.privateMessage.btnReplyLabel": string;
|
|
487
508
|
"ui.notification.privateMessage.btnViewLabel": string;
|
|
488
509
|
"ui.notification.receivePrivateMessage": string;
|
|
510
|
+
"ui.notification.user_invited_to_join_group": string;
|
|
511
|
+
"ui.notification.user_requested_to_join_group": string;
|
|
512
|
+
"ui.notification.user_accepted_to_join_group": string;
|
|
513
|
+
"ui.notification.user_added_to_group": string;
|
|
489
514
|
"ui.notification.showOthers": string;
|
|
490
515
|
"ui.notification.undeletedFor.restoredContent": string;
|
|
491
516
|
"ui.notification.undeletedFor.restoredContentSnippet": string;
|
|
@@ -784,7 +809,8 @@ declare const locales: {
|
|
|
784
809
|
"ui.changeCover.button.uploadA": string;
|
|
785
810
|
"ui.changeCover.dialog.msg": string;
|
|
786
811
|
"ui.changeCover.info": string;
|
|
787
|
-
"ui.
|
|
812
|
+
"ui.changeGroupPicture.alert": string;
|
|
813
|
+
"ui.changeGroupCover.alert": string;
|
|
788
814
|
"ui.changeGroupCover.button.change.alertErrorImage": string;
|
|
789
815
|
"ui.changeGroupCover.button.delete": string;
|
|
790
816
|
"ui.changeGroupCover.button.upload": string;
|
|
@@ -856,6 +882,8 @@ declare const locales: {
|
|
|
856
882
|
"ui.composer.layer.audience.all": string;
|
|
857
883
|
"ui.composer.layer.audience.all.message": string;
|
|
858
884
|
"ui.composer.layer.audience.tag": string;
|
|
885
|
+
"ui.composer.layer.audience.group": string;
|
|
886
|
+
"ui.composer.layer.audience.group.message": string;
|
|
859
887
|
"ui.composer.layer.audience.tag.message": string;
|
|
860
888
|
"ui.composer.layer.audience.tags.empty": string;
|
|
861
889
|
"ui.composer.layer.audience.tags.label": string;
|
|
@@ -925,24 +953,27 @@ declare const locales: {
|
|
|
925
953
|
"ui.contributionActionMenu.suspendNotificationContribution": string;
|
|
926
954
|
"ui.contributionActionMenu.title": string;
|
|
927
955
|
"ui.contributionActionMenu.vulgar": string;
|
|
928
|
-
"ui.
|
|
929
|
-
"ui.
|
|
930
|
-
"ui.
|
|
931
|
-
"ui.
|
|
932
|
-
"ui.
|
|
933
|
-
"ui.
|
|
934
|
-
"ui.
|
|
935
|
-
"ui.
|
|
936
|
-
"ui.
|
|
937
|
-
"ui.
|
|
938
|
-
"ui.
|
|
939
|
-
"ui.
|
|
940
|
-
"ui.
|
|
941
|
-
"ui.
|
|
942
|
-
"ui.
|
|
943
|
-
"ui.
|
|
944
|
-
"ui.
|
|
956
|
+
"ui.groupForm.title": string;
|
|
957
|
+
"ui.groupForm.title.edit": string;
|
|
958
|
+
"ui.groupForm.header": string;
|
|
959
|
+
"ui.groupForm.header.error": string;
|
|
960
|
+
"ui.groupForm.name.placeholder": string;
|
|
961
|
+
"ui.groupForm.description.placeholder": string;
|
|
962
|
+
"ui.groupForm.privacy.title": string;
|
|
963
|
+
"ui.groupForm.visibility.title": string;
|
|
964
|
+
"ui.groupForm.privacy.public": string;
|
|
965
|
+
"ui.groupForm.privacy.public.info": string;
|
|
966
|
+
"ui.groupForm.privacy.private": string;
|
|
967
|
+
"ui.groupForm.privacy.private.info": string;
|
|
968
|
+
"ui.groupForm.privacy.private.info.edit": string;
|
|
969
|
+
"ui.groupForm.visibility.hidden": string;
|
|
970
|
+
"ui.groupForm.visibility.hidden.info": string;
|
|
971
|
+
"ui.groupForm.visibility.visible": string;
|
|
972
|
+
"ui.groupForm.visibility.visible.info": string;
|
|
973
|
+
"ui.groupForm.button.create": string;
|
|
974
|
+
"ui.groupForm.button.edit": string;
|
|
945
975
|
"ui.createGroupButton": string;
|
|
976
|
+
"ui.editGroupButton": string;
|
|
946
977
|
"ui.editor.placeholder": string;
|
|
947
978
|
"ui.editor.toolbarPlugin.blockType": string;
|
|
948
979
|
"ui.editor.toolbarPlugin.bold": string;
|
|
@@ -1005,6 +1036,7 @@ declare const locales: {
|
|
|
1005
1036
|
"ui.feedObject.sharesDialog.title": string;
|
|
1006
1037
|
"ui.feedObject.unfollow": string;
|
|
1007
1038
|
"ui.feedObject.visibleToAll": string;
|
|
1039
|
+
"ui.feedObject.visibleToGroup": string;
|
|
1008
1040
|
"ui.feedObject.notificationsEnabled": string;
|
|
1009
1041
|
"ui.feedObject.notificationsDisabled": string;
|
|
1010
1042
|
"ui.feedObject.flagSent": string;
|
|
@@ -1022,6 +1054,8 @@ declare const locales: {
|
|
|
1022
1054
|
"ui.friendshipUserButton.cancelConnectionRequest": string;
|
|
1023
1055
|
"ui.friendshipUserButton.removeConnection": string;
|
|
1024
1056
|
"ui.friendshipUserButton.requestConnection": string;
|
|
1057
|
+
"ui.groupAutocomplete.label": string;
|
|
1058
|
+
"ui.groupAutocomplete.empty": string;
|
|
1025
1059
|
"ui.group.members": string;
|
|
1026
1060
|
"ui.groupHeader.members": string;
|
|
1027
1061
|
"ui.groupHeader.visibility.private": string;
|
|
@@ -1034,18 +1068,25 @@ declare const locales: {
|
|
|
1034
1068
|
"ui.groupMembersWidget.dialogTitle": string;
|
|
1035
1069
|
"ui.groupMembersWidget.noMoreResults": string;
|
|
1036
1070
|
"ui.groupRequestsWidget.title": string;
|
|
1037
|
-
"ui.groupRequestsWidget.subtitle.noResults": string;
|
|
1038
1071
|
"ui.groupRequestsWidget.button.showMore": string;
|
|
1039
1072
|
"ui.groupRequestsWidget.dialogTitle": string;
|
|
1040
1073
|
"ui.groupRequestsWidget.noMoreResults": string;
|
|
1074
|
+
"ui.groups.noGroups.title": string;
|
|
1075
|
+
"ui.groups.noGroups.subtitle": string;
|
|
1076
|
+
"ui.groups.noOtherGroups": string;
|
|
1041
1077
|
"ui.groupSubscribeButton.enter": string;
|
|
1042
1078
|
"ui.groupSubscribeButton.exit": string;
|
|
1079
|
+
"ui.groupSubscribeButton.accept": string;
|
|
1043
1080
|
"ui.groupSubscribeButton.requestAccess": string;
|
|
1044
1081
|
"ui.groupSubscribeButton.waitingApproval": string;
|
|
1045
1082
|
"ui.groupMembersButton.dialogTitle": string;
|
|
1046
1083
|
"ui.groupMembersButton.noOtherMembers": string;
|
|
1047
1084
|
"ui.groupInfoWidget.title": string;
|
|
1048
1085
|
"ui.groupInfoWidget.date": string;
|
|
1086
|
+
"ui.groupInfoWidget.privacy.public": string;
|
|
1087
|
+
"ui.groupInfoWidget.privacy.public.info": string;
|
|
1088
|
+
"ui.groupInfoWidget.privacy.private": string;
|
|
1089
|
+
"ui.groupInfoWidget.privacy.private.info": string;
|
|
1049
1090
|
"ui.groupInviteButton": string;
|
|
1050
1091
|
"ui.groupInviteButton.dialog.title": string;
|
|
1051
1092
|
"ui.groupInviteButton.dialog.content.search.placeholder": string;
|
|
@@ -1053,6 +1094,11 @@ declare const locales: {
|
|
|
1053
1094
|
"ui.groupInviteButton.dialog.button.end": string;
|
|
1054
1095
|
"ui.groupInviteButton.searchBar.placeholder": string;
|
|
1055
1096
|
"ui.groupInviteButton.list.suggested": string;
|
|
1097
|
+
"ui.groupSettingsIconButton.dialog.confirm": string;
|
|
1098
|
+
"ui.groupSettingsIconButton.dialog.msg": string;
|
|
1099
|
+
"ui.groupSettingsIconButton.item.remove": string;
|
|
1100
|
+
"ui.groupSettingsIconButton.item.message": string;
|
|
1101
|
+
"ui.groupSettingsIconButton.item.report": string;
|
|
1056
1102
|
"ui.header.button.explore": string;
|
|
1057
1103
|
"ui.header.notifications.button.seeMore": string;
|
|
1058
1104
|
"ui.incubator.progressBar.approved": string;
|
|
@@ -1163,6 +1209,10 @@ declare const locales: {
|
|
|
1163
1209
|
"ui.notification.privateMessage.btnReplyLabel": string;
|
|
1164
1210
|
"ui.notification.privateMessage.btnViewLabel": string;
|
|
1165
1211
|
"ui.notification.receivePrivateMessage": string;
|
|
1212
|
+
"ui.notification.user_invited_to_join_group": string;
|
|
1213
|
+
"ui.notification.user_requested_to_join_group": string;
|
|
1214
|
+
"ui.notification.user_accepted_to_join_group": string;
|
|
1215
|
+
"ui.notification.user_added_to_group": string;
|
|
1166
1216
|
"ui.notification.showOthers": string;
|
|
1167
1217
|
"ui.notification.undeletedFor.restoredContent": string;
|
|
1168
1218
|
"ui.notification.undeletedFor.restoredContentSnippet": string;
|
package/lib/cjs/locales/en.json
CHANGED
|
@@ -106,7 +106,8 @@
|
|
|
106
106
|
"ui.changeCover.button.uploadA": "Upload a new cover",
|
|
107
107
|
"ui.changeCover.dialog.msg": "Are you sure you want to delete this cover?",
|
|
108
108
|
"ui.changeCover.info": "<ul><li>Recommended dimensions: 1600 x 400 pixel</li><li>Allowed formats: JPG, PNG, GIF(not animated)</li><li>Weight: max 5MB</li></ul>",
|
|
109
|
-
"ui.
|
|
109
|
+
"ui.changeGroupPicture.alert": "The group picture must be a squared image with a minimum size of 600x600!",
|
|
110
|
+
"ui.changeGroupCover.alert": "The group cover must be a landscape format image of at least 1920 px!",
|
|
110
111
|
"ui.changeGroupCover.button.change.alertErrorImage": "The image fails to load. Check that it is of the maximum format and size allowed.",
|
|
111
112
|
"ui.changeGroupCover.button.delete": "Delete Cover",
|
|
112
113
|
"ui.changeGroupCover.button.upload": "Upload New Cover",
|
|
@@ -178,6 +179,8 @@
|
|
|
178
179
|
"ui.composer.layer.audience.all": "All",
|
|
179
180
|
"ui.composer.layer.audience.all.message": "Your post will be visible to all users.",
|
|
180
181
|
"ui.composer.layer.audience.tag": "By tags",
|
|
182
|
+
"ui.composer.layer.audience.group": "Groups",
|
|
183
|
+
"ui.composer.layer.audience.group.message": "Your post will be visible to all users in the selected group",
|
|
181
184
|
"ui.composer.layer.audience.tag.message": "Your post will be visible to those users with at least one of the selected tags.",
|
|
182
185
|
"ui.composer.layer.audience.tags.empty": "No tags to address",
|
|
183
186
|
"ui.composer.layer.audience.tags.label": "Tags",
|
|
@@ -247,24 +250,27 @@
|
|
|
247
250
|
"ui.contributionActionMenu.suspendNotificationContribution": "Suspend notifications",
|
|
248
251
|
"ui.contributionActionMenu.title": "This content is:",
|
|
249
252
|
"ui.contributionActionMenu.vulgar": "Vulgar",
|
|
250
|
-
"ui.
|
|
251
|
-
"ui.
|
|
252
|
-
"ui.
|
|
253
|
-
"ui.
|
|
254
|
-
"ui.
|
|
255
|
-
"ui.
|
|
256
|
-
"ui.
|
|
257
|
-
"ui.
|
|
258
|
-
"ui.
|
|
259
|
-
"ui.
|
|
260
|
-
"ui.
|
|
261
|
-
"ui.
|
|
262
|
-
"ui.
|
|
263
|
-
"ui.
|
|
264
|
-
"ui.
|
|
265
|
-
"ui.
|
|
266
|
-
"ui.
|
|
253
|
+
"ui.groupForm.title": "Create Group",
|
|
254
|
+
"ui.groupForm.title.edit": "Edit Group",
|
|
255
|
+
"ui.groupForm.header": "Add an avatar and a cover image for your group",
|
|
256
|
+
"ui.groupForm.header.error": "The data sent does not correspond to a file. Please check the encoding type in the form!",
|
|
257
|
+
"ui.groupForm.name.placeholder": "Group name",
|
|
258
|
+
"ui.groupForm.description.placeholder": "Group description",
|
|
259
|
+
"ui.groupForm.privacy.title": "<b>The group is:</b>",
|
|
260
|
+
"ui.groupForm.visibility.title": "<b>Visibility:</b>",
|
|
261
|
+
"ui.groupForm.privacy.public": "Public",
|
|
262
|
+
"ui.groupForm.privacy.public.info": "<b>Public: </b>Anyone can join, see who is part of the group and what they post on the group page. <b>Note:</b> You can make the group private now or later.",
|
|
263
|
+
"ui.groupForm.privacy.private": "Private",
|
|
264
|
+
"ui.groupForm.privacy.private.info": "<b>Private: </b>Only members can see who is part of the group and what they post, you can only join by invitation or request. <b>Note:</b> You won't be able to make this group public later.",
|
|
265
|
+
"ui.groupForm.privacy.private.info.edit": "<b>Private: </b>Only members can see who is part of the group and what they post, you can only join by invitation or request. <b>Note:</b> You cannot make this group public.",
|
|
266
|
+
"ui.groupForm.visibility.hidden": "Hidden",
|
|
267
|
+
"ui.groupForm.visibility.hidden.info": "<b>Hidden: </b>Only members can find this group and join by invitation only.",
|
|
268
|
+
"ui.groupForm.visibility.visible": "Visible",
|
|
269
|
+
"ui.groupForm.visibility.visible.info": "<b>Visible: </b>Anyone can find this group.",
|
|
270
|
+
"ui.groupForm.button.create": "Create",
|
|
271
|
+
"ui.groupForm.button.edit": "Edit",
|
|
267
272
|
"ui.createGroupButton": "Create",
|
|
273
|
+
"ui.editGroupButton": "Edit",
|
|
268
274
|
"ui.editor.placeholder": "Write your text...",
|
|
269
275
|
"ui.editor.toolbarPlugin.blockType": "Style",
|
|
270
276
|
"ui.editor.toolbarPlugin.bold": "Bold",
|
|
@@ -327,6 +333,7 @@
|
|
|
327
333
|
"ui.feedObject.sharesDialog.title": "Shares",
|
|
328
334
|
"ui.feedObject.unfollow": "Unfollow",
|
|
329
335
|
"ui.feedObject.visibleToAll": "Visible to all",
|
|
336
|
+
"ui.feedObject.visibleToGroup": "Visible to {group} group",
|
|
330
337
|
"ui.feedObject.notificationsEnabled": "Notifications for this contribution have been enabled",
|
|
331
338
|
"ui.feedObject.notificationsDisabled": "Notifications for this contribution have been disabled",
|
|
332
339
|
"ui.feedObject.flagSent": "Report sent",
|
|
@@ -344,7 +351,9 @@
|
|
|
344
351
|
"ui.friendshipUserButton.cancelConnectionRequest": "Cancel request",
|
|
345
352
|
"ui.friendshipUserButton.removeConnection": "Remove connection",
|
|
346
353
|
"ui.friendshipUserButton.requestConnection": "Connect",
|
|
347
|
-
"ui.
|
|
354
|
+
"ui.groupAutocomplete.label": "Groups",
|
|
355
|
+
"ui.groupAutocomplete.empty": "Search for group",
|
|
356
|
+
"ui.group.members": "{total, plural, =0 {# members} one {# member} other {# members}}",
|
|
348
357
|
"ui.groupHeader.members": "{total, plural, =0 {# members} one {# member} other {# members}}",
|
|
349
358
|
"ui.groupHeader.visibility.private": "Private group",
|
|
350
359
|
"ui.groupHeader.visibility.public": "Public group",
|
|
@@ -356,18 +365,25 @@
|
|
|
356
365
|
"ui.groupMembersWidget.dialogTitle": "{total} Members",
|
|
357
366
|
"ui.groupMembersWidget.noMoreResults": "No more results",
|
|
358
367
|
"ui.groupRequestsWidget.title": "Access Requests",
|
|
359
|
-
"ui.groupRequestsWidget.subtitle.noResults": "No requests found",
|
|
360
368
|
"ui.groupRequestsWidget.button.showMore": "Show more",
|
|
361
369
|
"ui.groupRequestsWidget.dialogTitle": "{total} Requests",
|
|
362
370
|
"ui.groupRequestsWidget.noMoreResults": "No more results",
|
|
371
|
+
"ui.groups.noGroups.title": "Create your first Group yourself.",
|
|
372
|
+
"ui.groups.noGroups.subtitle": "Make your activity in the Community even more interesting with the people you prefer.",
|
|
373
|
+
"ui.groups.noOtherGroups": "There are no other contents",
|
|
363
374
|
"ui.groupSubscribeButton.enter": "Enter",
|
|
364
375
|
"ui.groupSubscribeButton.exit": "Exit Group",
|
|
365
376
|
"ui.groupSubscribeButton.requestAccess": "Request Access",
|
|
377
|
+
"ui.groupSubscribeButton.accept": "Accept",
|
|
366
378
|
"ui.groupSubscribeButton.waitingApproval": "Waiting approval",
|
|
367
379
|
"ui.groupMembersButton.dialogTitle": "Members ({total})",
|
|
368
380
|
"ui.groupMembersButton.noOtherMembers": "No other members.",
|
|
369
381
|
"ui.groupInfoWidget.title": "Group information",
|
|
370
382
|
"ui.groupInfoWidget.date": "Created on {date}",
|
|
383
|
+
"ui.groupInfoWidget.privacy.public": "Public",
|
|
384
|
+
"ui.groupInfoWidget.privacy.public.info": "<b>Public: </b>Anyone can join, see who is part of the group and what they post on the group page.",
|
|
385
|
+
"ui.groupInfoWidget.privacy.private": "Private",
|
|
386
|
+
"ui.groupInfoWidget.privacy.private.info": "<b>Private: </b>Only members can see who is part of the group and what they post, you can only join by invitation or request.",
|
|
371
387
|
"ui.groupInviteButton": "Invite",
|
|
372
388
|
"ui.groupInviteButton.dialog.title": "Invite to the group",
|
|
373
389
|
"ui.groupInviteButton.dialog.content.search.placeholder": "Search for people to invite",
|
|
@@ -375,6 +391,11 @@
|
|
|
375
391
|
"ui.groupInviteButton.dialog.button.end": "End",
|
|
376
392
|
"ui.groupInviteButton.searchBar.placeholder": "Search for people to invite",
|
|
377
393
|
"ui.groupInviteButton.list.suggested": "Suggested",
|
|
394
|
+
"ui.groupSettingsIconButton.dialog.confirm": "Yes",
|
|
395
|
+
"ui.groupSettingsIconButton.dialog.msg": "Are you sure you want to remove <b>{user}</b> from the group {group} ?",
|
|
396
|
+
"ui.groupSettingsIconButton.item.remove": "Remove",
|
|
397
|
+
"ui.groupSettingsIconButton.item.message": "Message",
|
|
398
|
+
"ui.groupSettingsIconButton.item.report": "Report User",
|
|
378
399
|
"ui.header.button.explore": "Explore",
|
|
379
400
|
"ui.header.notifications.button.seeMore": "See more",
|
|
380
401
|
"ui.incubator.progressBar.approved": "Approved",
|
|
@@ -485,6 +506,10 @@
|
|
|
485
506
|
"ui.notification.privateMessage.btnReplyLabel": "Reply",
|
|
486
507
|
"ui.notification.privateMessage.btnViewLabel": "View",
|
|
487
508
|
"ui.notification.receivePrivateMessage": "sent you {total, plural, =0 {# messages} one {a message} other {# messages}}",
|
|
509
|
+
"ui.notification.user_invited_to_join_group": "invited you to join <link>{group}</link> group",
|
|
510
|
+
"ui.notification.user_requested_to_join_group": "requested to join <link>{group}</link> group",
|
|
511
|
+
"ui.notification.user_accepted_to_join_group": "accepted to join <link>{group}</link> group",
|
|
512
|
+
"ui.notification.user_added_to_group": "added you to the <link>{group}</link> group",
|
|
488
513
|
"ui.notification.showOthers": "Show more",
|
|
489
514
|
"ui.notification.undeletedFor.restoredContent": "Your previously removed content has been restored",
|
|
490
515
|
"ui.notification.undeletedFor.restoredContentSnippet": "Your removed content has been restored",
|
package/lib/cjs/locales/it.json
CHANGED
|
@@ -106,7 +106,8 @@
|
|
|
106
106
|
"ui.changeCover.button.uploadA": "Carica una nuova copertina",
|
|
107
107
|
"ui.changeCover.dialog.msg": "Sei sicuro di voler rimuovere questa cover?",
|
|
108
108
|
"ui.changeCover.info": "<ul><li>Dimensioni consigliate: 1600 x 400 pixel</li><li>Formati ammessi: JPG, PNG, GIF (non animate)</li><li>Peso: max 5MB</li></ul>",
|
|
109
|
-
"ui.
|
|
109
|
+
"ui.changeGroupPicture.alert": "L'immagine del gruppo deve essere un'immagine quadrata con una dimensione minima di 600x600!",
|
|
110
|
+
"ui.changeGroupCover.alert": "La copertina del gruppo deve essere un'immagine in formato orizzontale di almeno 1920 px!",
|
|
110
111
|
"ui.changeGroupCover.button.change.alertErrorImage": "L'immagine non riesce ad essere caricata. Verifica che sia del formato e dimensione massima consentita.",
|
|
111
112
|
"ui.changeGroupCover.button.delete": "Elimina Copertina",
|
|
112
113
|
"ui.changeGroupCover.button.upload": "Carica Nuova Copertina",
|
|
@@ -178,6 +179,8 @@
|
|
|
178
179
|
"ui.composer.layer.audience.all": "Tutti",
|
|
179
180
|
"ui.composer.layer.audience.all.message": "Il tuo post sarà visibile da tutti.",
|
|
180
181
|
"ui.composer.layer.audience.tag": "Per tag",
|
|
182
|
+
"ui.composer.layer.audience.group": "Gruppi",
|
|
183
|
+
"ui.composer.layer.audience.group.message": "Il tuo post sarà visibile solo dagli utenti che fanno parte del gruppo selezionato.",
|
|
181
184
|
"ui.composer.layer.audience.tag.message": "Il tuo post sarà visibile solo dagli utenti che seguono almeno uno dei tag selezionati.",
|
|
182
185
|
"ui.composer.layer.audience.tags.empty": "Nessun tag selezionabile",
|
|
183
186
|
"ui.composer.layer.audience.tags.label": "Tag",
|
|
@@ -247,24 +250,27 @@
|
|
|
247
250
|
"ui.contributionActionMenu.suspendNotificationContribution": "Sospendi notifiche",
|
|
248
251
|
"ui.contributionActionMenu.title": "Questo contenuto è:",
|
|
249
252
|
"ui.contributionActionMenu.vulgar": "Volgare",
|
|
250
|
-
"ui.
|
|
251
|
-
"ui.
|
|
252
|
-
"ui.
|
|
253
|
-
"ui.
|
|
254
|
-
"ui.
|
|
255
|
-
"ui.
|
|
256
|
-
"ui.
|
|
257
|
-
"ui.
|
|
258
|
-
"ui.
|
|
259
|
-
"ui.
|
|
260
|
-
"ui.
|
|
261
|
-
"ui.
|
|
262
|
-
"ui.
|
|
263
|
-
"ui.
|
|
264
|
-
"ui.
|
|
265
|
-
"ui.
|
|
266
|
-
"ui.
|
|
253
|
+
"ui.groupForm.title": "Crea il gruppo",
|
|
254
|
+
"ui.groupForm.title.edit": "Modifica il gruppo",
|
|
255
|
+
"ui.groupForm.header": "Assegna un avatar e una immagine di copertina al tuo Gruppo",
|
|
256
|
+
"ui.groupForm.header.error": "I dati inviati non corrispondono ad un file. Si prega di controllare il tipo di codifica nel form!",
|
|
257
|
+
"ui.groupForm.name.placeholder": "Nome",
|
|
258
|
+
"ui.groupForm.description.placeholder": "Descrizione",
|
|
259
|
+
"ui.groupForm.privacy.title": "<b>Il Gruppo è:</b>",
|
|
260
|
+
"ui.groupForm.visibility.title": "<b>Visibilità:</b>",
|
|
261
|
+
"ui.groupForm.privacy.public": "Pubblico",
|
|
262
|
+
"ui.groupForm.privacy.public.info": "<b>Pubblico: </b>Tutti possono iscriversi, vedere chi fa parte del gruppo e cosa pubblica nella pagina del gruppo. <b>Nota:</b> Puoi rendere il gruppo privato adesso o in un secondo momento.",
|
|
263
|
+
"ui.groupForm.privacy.private": "Privato",
|
|
264
|
+
"ui.groupForm.privacy.private.info": "<b>Privato: </b>Solo i membri possono vedere chi fa parte del gruppo e cosa pubblica, si può entrare solo su invito o su richiesta. <b>Nota:</b> Non potrai rendere questo gruppo pubblico in un secondo momento.",
|
|
265
|
+
"ui.groupForm.privacy.private.info.edit": "<b>Privato: </b>Solo i membri possono vedere chi fa parte del gruppo e cosa pubblica, si può entrare solo su invito o su richiesta. <b>Nota:</b> Non puoi rendere questo gruppo pubblico in un secondo momento.",
|
|
266
|
+
"ui.groupForm.visibility.hidden": "Nascosto",
|
|
267
|
+
"ui.groupForm.visibility.hidden.info": "<b>Nascosto: </b>solo i membri possono trovare questo gruppo e accedervi solo su invito.",
|
|
268
|
+
"ui.groupForm.visibility.visible": "Visibile",
|
|
269
|
+
"ui.groupForm.visibility.visible.info": "<b>Visibile: </b>chiunque può trovare questo gruppo.",
|
|
270
|
+
"ui.groupForm.button.create": "Crea il Gruppo",
|
|
271
|
+
"ui.groupForm.button.edit": "Modifica il Gruppo",
|
|
267
272
|
"ui.createGroupButton": "Crea",
|
|
273
|
+
"ui.editGroupButton": "Modifica",
|
|
268
274
|
"ui.editor.placeholder": "Scrivi il tuo testo...",
|
|
269
275
|
"ui.editor.toolbarPlugin.blockType": "Stile",
|
|
270
276
|
"ui.editor.toolbarPlugin.bold": "Grassetto",
|
|
@@ -327,6 +333,7 @@
|
|
|
327
333
|
"ui.feedObject.sharesDialog.title": "Condivisioni",
|
|
328
334
|
"ui.feedObject.unfollow": "Non seguire più",
|
|
329
335
|
"ui.feedObject.visibleToAll": "Visibile a tutti",
|
|
336
|
+
"ui.feedObject.visibleToGroup": "Visibile al gruppo {group}",
|
|
330
337
|
"ui.feedObject.notificationsEnabled": "Le notifiche di questo contributo sono state abilitate",
|
|
331
338
|
"ui.feedObject.notificationsDisabled": "Le notifiche di questo contributo sono state disabilitate",
|
|
332
339
|
"ui.feedObject.flagSent": "Segnalazione inviata",
|
|
@@ -344,7 +351,9 @@
|
|
|
344
351
|
"ui.friendshipUserButton.cancelConnectionRequest": "Cancella richiesta",
|
|
345
352
|
"ui.friendshipUserButton.removeConnection": "Rimuovi connessione",
|
|
346
353
|
"ui.friendshipUserButton.requestConnection": "Connettiti",
|
|
347
|
-
"ui.
|
|
354
|
+
"ui.groupAutocomplete.label": "Gruppi",
|
|
355
|
+
"ui.groupAutocomplete.empty": "Seleziona gruppo",
|
|
356
|
+
"ui.group.members": "{total, plural, =0 {# membri} one {# membro} other {# membri}}",
|
|
348
357
|
"ui.groupHeader.members": "{total, plural, =0 {# membri} one {# membro} other {# membri}}",
|
|
349
358
|
"ui.groupHeader.visibility.private": "Gruppo Privato",
|
|
350
359
|
"ui.groupHeader.visibility.public": "Gruppo Pubblico",
|
|
@@ -356,18 +365,25 @@
|
|
|
356
365
|
"ui.groupMembersWidget.dialogTitle": "{total} Membri",
|
|
357
366
|
"ui.groupMembersWidget.noMoreResults": "Nessun altro risultato",
|
|
358
367
|
"ui.groupRequestsWidget.title": "Richieste di accesso",
|
|
359
|
-
"ui.groupRequestsWidget.subtitle.noResults": "Nessuna richiesta",
|
|
360
368
|
"ui.groupRequestsWidget.button.showMore": "Vedi di più",
|
|
361
369
|
"ui.groupRequestsWidget.dialogTitle": "{total} Richieste",
|
|
362
370
|
"ui.groupRequestsWidget.noMoreResults": "Nessun altro risultato",
|
|
371
|
+
"ui.groups.noGroups.title": "Crea tu stesso il primo Gruppo.",
|
|
372
|
+
"ui.groups.noGroups.subtitle": "Rendi ancora più interessante la tua attività nella Community con le persone che preferisci.",
|
|
373
|
+
"ui.groups.noOtherGroups": "Non ci sono altri contenuti",
|
|
363
374
|
"ui.groupSubscribeButton.enter": "Entra",
|
|
364
375
|
"ui.groupSubscribeButton.exit": "Esci dal gruppo",
|
|
376
|
+
"ui.groupSubscribeButton.accept": "Accetta",
|
|
365
377
|
"ui.groupSubscribeButton.requestAccess": "Richiedi Accesso",
|
|
366
378
|
"ui.groupSubscribeButton.waitingApproval": "In attesa di approvazione",
|
|
367
379
|
"ui.groupMembersButton.dialogTitle": "Membri ({total})",
|
|
368
380
|
"ui.groupMembersButton.noOtherMembers": "Non ci sono altri memebri.",
|
|
369
381
|
"ui.groupInfoWidget.title": "Informazioni del Gruppo",
|
|
370
382
|
"ui.groupInfoWidget.date": "Creato il {date}",
|
|
383
|
+
"ui.groupInfoWidget.privacy.public": "Pubblico",
|
|
384
|
+
"ui.groupInfoWidget.privacy.public.info": "<b>Pubblico: </b>Tutti possono iscriversi, vedere chi fa parte del gruppo e cosa pubblica nella pagina del gruppo.",
|
|
385
|
+
"ui.groupInfoWidget.privacy.private": "Privato",
|
|
386
|
+
"ui.groupInfoWidget.privacy.private.info": "<b>Privato: </b>Solo i membri possono vedere chi fa parte del gruppo e cosa pubblica, si può entrare solo su invito o su richiesta.",
|
|
371
387
|
"ui.groupInviteButton": "Invita",
|
|
372
388
|
"ui.groupInviteButton.dialog.title": "Invita al Gruppo",
|
|
373
389
|
"ui.groupInviteButton.dialog.content.search.placeholder": "Cerca persone da invitare",
|
|
@@ -375,6 +391,11 @@
|
|
|
375
391
|
"ui.groupInviteButton.dialog.button.end": "Fine",
|
|
376
392
|
"ui.groupInviteButton.searchBar.placeholder": "Cerca persone da invitare",
|
|
377
393
|
"ui.groupInviteButton.list.suggested": "Suggeriti",
|
|
394
|
+
"ui.groupSettingsIconButton.dialog.confirm": "Sì",
|
|
395
|
+
"ui.groupSettingsIconButton.dialog.msg": "Sei sicuro di voler rimuovere <b>{user}</b> dal gruppo {gruppo} ?",
|
|
396
|
+
"ui.groupSettingsIconButton.item.remove": "Rimuovi dal gruppo",
|
|
397
|
+
"ui.groupSettingsIconButton.item.message": "Messaggio Privato",
|
|
398
|
+
"ui.groupSettingsIconButton.item.report": "Segnala",
|
|
378
399
|
"ui.header.button.explore": "Esplora",
|
|
379
400
|
"ui.header.notifications.button.seeMore": "Vedi di più",
|
|
380
401
|
"ui.incubator.progressBar.approved": "Approvato",
|
|
@@ -485,6 +506,10 @@
|
|
|
485
506
|
"ui.notification.privateMessage.btnReplyLabel": "Rispondi",
|
|
486
507
|
"ui.notification.privateMessage.btnViewLabel": "Vedi",
|
|
487
508
|
"ui.notification.receivePrivateMessage": "ti ha inviato {total, plural, =0 {# messaggi} one {un messaggio} other {# messaggi}}",
|
|
509
|
+
"ui.notification.user_invited_to_join_group": "ti ha invitato a partecipare al gruppo <link>{group}</link>",
|
|
510
|
+
"ui.notification.user_requested_to_join_group": "ha richiesto di partecipare al gruppo <link>{group}</link>",
|
|
511
|
+
"ui.notification.user_accepted_to_join_group": "ha accettato di partecipare al gruppo <link>{group}</link>",
|
|
512
|
+
"ui.notification.user_added_to_group": "ti ha aggiunto al gruppo <link>{group}</link>",
|
|
488
513
|
"ui.notification.showOthers": "Vedi altro",
|
|
489
514
|
"ui.notification.undeletedFor.restoredContent": "Un tuo contenuto, precedentemente rimosso, è stato ripristinato",
|
|
490
515
|
"ui.notification.undeletedFor.restoredContentSnippet": "Un tuo contenuto rimosso è stato ripristinato",
|