@box/unified-share-modal 0.46.1 → 0.47.1
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/esm/lib/components/shared-link-settings-modal/shared-link-settings-modal.js +7 -7
- package/dist/esm/lib/hooks/use-collaboration-form.js +43 -44
- package/dist/esm/lib/hooks/use-form-validation.js +5 -5
- package/dist/esm/lib/hooks/use-link-settings-form.js +27 -27
- package/dist/esm/lib/utils/index.js +8 -8
- package/dist/esm/lib/utils/validation.js +7 -7
- package/dist/i18n/bn-IN.js +15 -61
- package/dist/i18n/bn-IN.properties +24 -96
- package/dist/i18n/da-DK.js +15 -61
- package/dist/i18n/da-DK.properties +24 -96
- package/dist/i18n/de-DE.js +15 -61
- package/dist/i18n/de-DE.properties +24 -96
- package/dist/i18n/en-AU.js +3 -49
- package/dist/i18n/en-AU.properties +22 -94
- package/dist/i18n/en-CA.js +2 -48
- package/dist/i18n/en-CA.properties +21 -93
- package/dist/i18n/en-GB.js +3 -49
- package/dist/i18n/en-GB.properties +22 -94
- package/dist/i18n/en-x-pseudo.js +109 -155
- package/dist/i18n/en-x-pseudo.properties +119 -191
- package/dist/i18n/es-419.js +14 -60
- package/dist/i18n/es-419.properties +24 -96
- package/dist/i18n/es-ES.js +14 -60
- package/dist/i18n/es-ES.properties +24 -96
- package/dist/i18n/fi-FI.js +15 -61
- package/dist/i18n/fi-FI.properties +24 -96
- package/dist/i18n/fr-CA.js +14 -60
- package/dist/i18n/fr-CA.properties +24 -96
- package/dist/i18n/fr-FR.js +14 -60
- package/dist/i18n/fr-FR.properties +24 -96
- package/dist/i18n/hi-IN.js +15 -61
- package/dist/i18n/hi-IN.properties +24 -96
- package/dist/i18n/it-IT.js +13 -59
- package/dist/i18n/it-IT.properties +24 -96
- package/dist/i18n/ja-JP.js +17 -63
- package/dist/i18n/ja-JP.properties +26 -98
- package/dist/i18n/ko-KR.js +15 -61
- package/dist/i18n/ko-KR.properties +24 -96
- package/dist/i18n/nb-NO.js +15 -61
- package/dist/i18n/nb-NO.properties +24 -96
- package/dist/i18n/nl-NL.js +14 -60
- package/dist/i18n/nl-NL.properties +24 -96
- package/dist/i18n/pl-PL.js +15 -61
- package/dist/i18n/pl-PL.properties +24 -96
- package/dist/i18n/pt-BR.js +14 -60
- package/dist/i18n/pt-BR.properties +24 -96
- package/dist/i18n/ru-RU.js +15 -61
- package/dist/i18n/ru-RU.properties +24 -96
- package/dist/i18n/sv-SE.js +15 -61
- package/dist/i18n/sv-SE.properties +24 -96
- package/dist/i18n/tr-TR.js +14 -60
- package/dist/i18n/tr-TR.properties +24 -96
- package/dist/i18n/zh-CN.js +15 -61
- package/dist/i18n/zh-CN.properties +24 -96
- package/dist/i18n/zh-TW.js +15 -61
- package/dist/i18n/zh-TW.properties +24 -96
- package/dist/types/lib/stories/shared.d.ts +2 -2
- package/dist/types/lib/types.d.ts +2 -2
- package/dist/types/lib/utils/validation.d.ts +2 -2
- package/package.json +3 -3
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
# Notification text when
|
|
2
|
-
groupSharedFeatures.usm.
|
|
3
|
-
# Notification text when the shared link is successfully copied to clipboard when link is created
|
|
4
|
-
groupSharedFeatures.usm.autoCopySuccessNoticeText = Lien partagé créé et copié dans le Presse-papiers.
|
|
1
|
+
# Notification text when the shared link is failed to be created
|
|
2
|
+
groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = Impossible de créer un lien partagé. Veuillez réessayer ultérieurement.
|
|
5
3
|
# Notification text when the shared link failed to be created
|
|
6
4
|
groupSharedFeatures.usm.createSharedLinkErrorNoticeText = Impossible de créer un lien partagé. Veuillez réessayer ultérieurement.
|
|
7
5
|
# Notification text when the shared link is successfully created
|
|
8
|
-
groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = Lien partagé créé
|
|
6
|
+
groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = Lien partagé créé .
|
|
9
7
|
# Default error notification text rendered when API fails
|
|
10
|
-
groupSharedFeatures.usm.defaultErrorNoticeText =
|
|
8
|
+
groupSharedFeatures.usm.defaultErrorNoticeText = Une erreur est survenue. Veuillez réessayer ultérieurement .
|
|
11
9
|
# Notification text when the shared link failed to be removed
|
|
12
10
|
groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = Impossible de supprimer le lien partagé. Veuillez réessayer ultérieurement.
|
|
13
11
|
# Notification text when the shared link is successfully removed
|
|
@@ -17,7 +15,7 @@ groupSharedFeatures.usm.emailRequiredErrorMessage = Saisissez au moins une adres
|
|
|
17
15
|
# Icon label for the error notifications
|
|
18
16
|
groupSharedFeatures.usm.errorNoticeIcon = erreur
|
|
19
17
|
# Error message for the expiration date field when expiration date is in the past
|
|
20
|
-
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage =
|
|
18
|
+
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = La date d'expiration doit être postérieure à la date actuelle
|
|
21
19
|
# Error message for the expiration date field when expiration date is not provided
|
|
22
20
|
groupSharedFeatures.usm.expirationRequiredErrorMessage = Veuillez sélectionner une date
|
|
23
21
|
# Error message for the email field when email is invalid
|
|
@@ -49,7 +47,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel
|
|
|
49
47
|
# Aria label for the clear date picker button in the link expiration settings
|
|
50
48
|
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = Effacer le sélecteur de date
|
|
51
49
|
# Label for the date picker in the link expiration settings
|
|
52
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel =
|
|
50
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = Date d'expiration
|
|
53
51
|
# Aria label for the next month button in the link expiration settings
|
|
54
52
|
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel = Passer au mois suivant
|
|
55
53
|
# Aria label for the open calendar dropdown button in the link expiration settings
|
|
@@ -60,6 +58,12 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaL
|
|
|
60
58
|
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText = Expiration du lien
|
|
61
59
|
# Button aria label when the shared link settings are being updated
|
|
62
60
|
groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel = En cours de chargement
|
|
61
|
+
# Placeholder text for the password input
|
|
62
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = Saisir un mot de passe
|
|
63
|
+
# Label for the password protection toggle
|
|
64
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = Protection par mot de passe
|
|
65
|
+
# Text for the password settings warning
|
|
66
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = Votre mot de passe doit comporter au moins huit caractères et doit contenir au moins une lettre majuscule, un chiffre ou un caractère spécial.
|
|
63
67
|
# Button text to confirm saving the shared link settings
|
|
64
68
|
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = Enregistrer
|
|
65
69
|
# subtitle of the Shared Link settings modal
|
|
@@ -152,12 +156,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.ownerRole = Propriétaire
|
|
|
152
156
|
groupSharedFeatures.usm.unifiedShareFormModal.previewerRole = Prévisualiseur
|
|
153
157
|
# Label for the role of a collaborator who can preview and upload to the item
|
|
154
158
|
groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole = Chargeur prévisualiseur
|
|
155
|
-
#
|
|
156
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.
|
|
157
|
-
# Text
|
|
158
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.
|
|
159
|
-
#
|
|
160
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.
|
|
159
|
+
# Notification text when the shared link is successfully copied to clipboard
|
|
160
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText = Lien partagé copié dans le Presse-papiers.
|
|
161
|
+
# Text for the create and copy shared link notification when copy failed but creation succeeded.
|
|
162
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = Lien partagé créé. Cliquez sur Copier pour partager .
|
|
163
|
+
# Notification text when the shared link is successfully copied to clipboard after link is created
|
|
164
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = Lien partagé créé et copié dans le presse-papiers.
|
|
161
165
|
# Description for the access level where only invited users can access the item
|
|
162
166
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = Seuls les utilisateurs invités peuvent accéder à ce {item}
|
|
163
167
|
# Label for the access level where only invited users can access the item
|
|
@@ -176,14 +180,18 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccess
|
|
|
176
180
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel = Expire
|
|
177
181
|
# Tooltip for the icon button to indicate the shared link has an expiration date
|
|
178
182
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip = Ce lien expirera et sera inaccessible à partir du {expirationDate}
|
|
183
|
+
# Text inserted in the access level descriptions when the type of the item is a file
|
|
184
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem = fichier
|
|
185
|
+
# Text inserted in the access level descriptions when the type of the item is a folder
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem = dossier
|
|
187
|
+
# Text inserted in the access level descriptions when the type of the item is a hub
|
|
188
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem = hub
|
|
179
189
|
# Description for the access level where anyone with the URL can access the item
|
|
180
190
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = Accessible publiquement, aucune connexion n'est requise
|
|
181
191
|
# Label for the access level where anyone with the URL can access the item
|
|
182
192
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = Utilisateurs disposant du lien
|
|
183
193
|
# Label for the section to manage the shared link of the file / folder
|
|
184
194
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = Lien de partage
|
|
185
|
-
# Success notification displayed when shared link is created and copied to clipboard
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText = Lien partagé créé et copié dans le Presse-papiers.
|
|
187
195
|
# Aria label and tooltip for the icon button to email the shared link
|
|
188
196
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = Envoyer un lien partagé
|
|
189
197
|
# Label for the button link to open the Shared Link Settings modal
|
|
@@ -208,83 +216,3 @@ groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = Vos paramètres ont
|
|
|
208
216
|
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = Les URL personnalisées doivent contenir entre 12 et 30 caractères et peuvent inclure des lettres, des chiffres et des traits d'union .
|
|
209
217
|
# Error message for the vanity name field when custom URL is not provided
|
|
210
218
|
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = Veuillez saisir une URL personnalisée
|
|
211
|
-
# Text displayed when email input is empty
|
|
212
|
-
groupSharedFeatures.usmV1.atLeastOneEmailRequired = Saisissez au moins une adresse e-mail valide
|
|
213
|
-
# Cancel button text
|
|
214
|
-
groupSharedFeatures.usmV1.cancel = Annuler
|
|
215
|
-
# Close button text to close the modal
|
|
216
|
-
groupSharedFeatures.usmV1.close = Fermer
|
|
217
|
-
# Label for the download settings toggle
|
|
218
|
-
groupSharedFeatures.usmV1.downloadSettingsToggleText = Autoriser les utilisateurs avec le lien partagé à télécharger cet élément plus plus
|
|
219
|
-
# Aria label for the email shared link button
|
|
220
|
-
groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel = Lien partagé par e-mail
|
|
221
|
-
# Label for the error notification type
|
|
222
|
-
groupSharedFeatures.usmV1.errorNoticeAriaLabel = erreur
|
|
223
|
-
# Text displayed when email input is invalid
|
|
224
|
-
groupSharedFeatures.usmV1.invalidEmail = Adresse e-mail incorrecte
|
|
225
|
-
# Label of the field where a user designates who to invite to collaborate on an item
|
|
226
|
-
groupSharedFeatures.usmV1.inviteFieldLabel = Inviter des personnes
|
|
227
|
-
# Placeholder text for the invite people combobox
|
|
228
|
-
groupSharedFeatures.usmV1.invitePeoplePlaceholder = Ajouter des noms ou des adresses e-mail
|
|
229
|
-
# Link to the learn more about shared link settings
|
|
230
|
-
groupSharedFeatures.usmV1.learnSharedLinkSettingsLink = En savoir plus sur les paramètres des liens partagés. plus plus
|
|
231
|
-
# Label for the link expiration toggle
|
|
232
|
-
groupSharedFeatures.usmV1.linkExpirationToggleText = Expiration du lien
|
|
233
|
-
# Text for the link settings button
|
|
234
|
-
groupSharedFeatures.usmV1.linkSettingsButtonText = Paramètres du lien plus plus
|
|
235
|
-
# Aria label for loading state
|
|
236
|
-
groupSharedFeatures.usmV1.loadingAriaLabel = chargement en cours
|
|
237
|
-
# Label for "Message" text box to email the shared Link
|
|
238
|
-
groupSharedFeatures.usmV1.message = Message (optionnel)
|
|
239
|
-
# Placeholder text for message section
|
|
240
|
-
groupSharedFeatures.usmV1.messageSelectorPlaceholder = Ajouter un message
|
|
241
|
-
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
242
|
-
groupSharedFeatures.usmV1.modalTitle = Partager « {itemName} »
|
|
243
|
-
# Label for the close button in the notification
|
|
244
|
-
groupSharedFeatures.usmV1.noticeCloseAriaLabel = fermer
|
|
245
|
-
# Okay button text
|
|
246
|
-
groupSharedFeatures.usmV1.okay = D'accord
|
|
247
|
-
# Text for the notification when shared link removal fails
|
|
248
|
-
groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText = Impossible de supprimer le lien partagé. Veuillez réessayer ultérieurement.
|
|
249
|
-
# Body text of the Remove Shared Link modal
|
|
250
|
-
groupSharedFeatures.usmV1.removeSharedLinkModalBodyText = Cela supprimera définitivement le lien partagé. Si cet élément est intégré sur d'autres sites, il deviendra également inaccessible. Toutes les propriétés personnalisées, paramètres et expirations seront également supprimés. Souhaitez-vous continuer ?
|
|
251
|
-
# Title of the Remove Shared Link modal
|
|
252
|
-
groupSharedFeatures.usmV1.removeSharedLinkModalTitle = Supprimer le lien partagé
|
|
253
|
-
# Text for the notification when shared link is removed
|
|
254
|
-
groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText = Le lien partagé pour « {itemName} » a été supprimé avec succès.
|
|
255
|
-
# Send button text
|
|
256
|
-
groupSharedFeatures.usmV1.send = Envoyer
|
|
257
|
-
# Aria label for send button when sending invites
|
|
258
|
-
groupSharedFeatures.usmV1.sendingInvites = Envoi d'invitations en cours
|
|
259
|
-
# Subtitle of the Shared Link settings modal
|
|
260
|
-
groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText = Ce contenu est disponible pour toute personne de votre entreprise disposant du lien et peut être affiché ou téléchargé. {learnSharedLinkSettingsLink}
|
|
261
|
-
# Title of the Shared Link settings modal
|
|
262
|
-
groupSharedFeatures.usmV1.shareLinkSettingsModalTitle = Paramètres du lien partagé plus plus plus plus plus plus plus
|
|
263
|
-
# Success notification displayed when shared link is created and copied to clipboard
|
|
264
|
-
groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText = Lien partagé créé et copié dans le Presse-papiers.
|
|
265
|
-
# Label for the copy input field
|
|
266
|
-
groupSharedFeatures.usmV1.sharedLinkCopyInputLabel = Copier le lien de partage dans le presse-papiers
|
|
267
|
-
# Text for the notification when shared link is created
|
|
268
|
-
groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText = Lien partagé créé
|
|
269
|
-
# Text for the notification when shared link creation fails
|
|
270
|
-
groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText = Impossible de créer un lien partagé. Veuillez réessayer ultérieurement.
|
|
271
|
-
# This tooltip appears over the shared link toggle, explaining what happens when it is clicked
|
|
272
|
-
groupSharedFeatures.usmV1.sharedLinkDisabledTooltip = Créer et copier le lien
|
|
273
|
-
# Label for share link toggle
|
|
274
|
-
groupSharedFeatures.usmV1.sharedLinkToggleLabel = Lien de partage
|
|
275
|
-
# Label for share link toggle
|
|
276
|
-
groupSharedFeatures.usmV1.sharedLinkToggleText = Lien partagé
|
|
277
|
-
# Label for the success notification type
|
|
278
|
-
groupSharedFeatures.usmV1.successNoticeAriaLabel = opération réussie
|
|
279
|
-
# Text for the vanity domain settings warning
|
|
280
|
-
groupSharedFeatures.usmV1.vanityDomainSettingsWarningText = Les URL personnalisées ne doivent pas être utilisées pour partager du contenu sensible.
|
|
281
|
-
# Label for the vanity name input
|
|
282
|
-
groupSharedFeatures.usmV1.vanityNameInputLabel = Saisie personnalisée
|
|
283
|
-
# Placeholder text for the vanity name input
|
|
284
|
-
groupSharedFeatures.usmV1.vanityNameInputPlaceholder = Saisir un chemin personnalisé (12 caractères ou plus)
|
|
285
|
-
# Text for the vanity name invalid error
|
|
286
|
-
groupSharedFeatures.usmV1.vanityNameInvalidError = Les URL personnalisées doivent être comprises entre 12 et 30 caractères et peuvent inclure des lettres, des chiffres et des traits d'union.
|
|
287
|
-
# Label for the vanity name toggle
|
|
288
|
-
groupSharedFeatures.usmV1.vanityNameToggleText = Publier du contenu à grande échelle avec une URL personnalisée et non privée
|
|
289
|
-
# Label for the warning notification icon
|
|
290
|
-
groupSharedFeatures.usmV1.warningNoticeIconAriaLabel = Étiquette d'icône d'avertissement
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "
|
|
2
|
+
"groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText": "शेयर्ड लिंक बनाने में असमर्थ। कृपया बाद में दोबारा कोशिश करें।",
|
|
3
3
|
"groupSharedFeatures.usm.createSharedLinkErrorNoticeText": "एक शेयर्ड लिंक बनाने में असमर्थ। कृपया बाद में पुनः प्रयास करें।",
|
|
4
|
-
"groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "शेयर्ड लिंक बनाया
|
|
5
|
-
"groupSharedFeatures.usm.defaultErrorNoticeText": "
|
|
4
|
+
"groupSharedFeatures.usm.createSharedLinkSuccessNoticeText": "शेयर्ड लिंक बनाया गया।",
|
|
5
|
+
"groupSharedFeatures.usm.defaultErrorNoticeText": "कुछ गलत हो गया। कृपया बाद में पुनः प्रयास करें।",
|
|
6
6
|
"groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText": "शेयर्ड लिंक को हटाने में असमर्थ। कृपया बाद में पुनः प्रयास करें।",
|
|
7
7
|
"groupSharedFeatures.usm.deleteSharedLinkSuccessNoticeText": "“{itemName}” के लिए शेयर्ड लिंक को सफलतापूर्वक हटा दिया गया है।",
|
|
8
8
|
"groupSharedFeatures.usm.emailRequiredErrorMessage": "कम से कम एक मान्य ईमेल दर्ज करें",
|
|
9
9
|
"groupSharedFeatures.usm.errorNoticeIcon": "त्रुटि",
|
|
10
|
-
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "
|
|
10
|
+
"groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage": "समापन की तारीख़, भविष्य की होनी चाहिए",
|
|
11
11
|
"groupSharedFeatures.usm.expirationRequiredErrorMessage": "कृपया एक तारीख़ चुनें",
|
|
12
12
|
"groupSharedFeatures.usm.invalidEmailErrorMessage": "अमान्य ईमेल पता",
|
|
13
13
|
"groupSharedFeatures.usm.noticeCloseLabel": "बंद करें",
|
|
@@ -27,15 +27,15 @@ export default {
|
|
|
27
27
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.learnSharedLinkSettingsLink": "शेयर्ड लिंक सेटिंग के बारे में और जानें।",
|
|
28
28
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel": "अपने शेयर्ड लिंक की समापन तारीख़ चुनें",
|
|
29
29
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel": "तारीख़ चयनकर्ता साफ करें",
|
|
30
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "
|
|
30
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel": "समापन तारीख़",
|
|
31
31
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel": "अगले महीने में स्विच करें",
|
|
32
32
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationOpenCalendarDropdownAriaLabel": "कैलेंडर खोलें",
|
|
33
33
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaLabel": "पिछले महीने में स्विच करें",
|
|
34
34
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText": "लिंक अवधि समापन",
|
|
35
35
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel": "लोड हो रहा है",
|
|
36
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "
|
|
37
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "
|
|
38
|
-
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "
|
|
36
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder": "पासवर्ड दर्ज करें",
|
|
37
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText": "पासवर्ड सुरक्षा",
|
|
38
|
+
"groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText": "आपके पासवर्ड में कम से कम 8 अक्षर होने चाहिए, और उसमें कम से कम एक बाद अक्षर, संख्या या विशेष वर्ण होना चाहिए।",
|
|
39
39
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton": "सहेजें",
|
|
40
40
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.subtitle": "यह सामग्री आपकी कंपनी के भीतर लिंक के माध्यम से किसी के लिए भी उपलब्ध है, और देखी या डाउनलोड की जा सकती है। {learnSharedLinkSettingsLink}",
|
|
41
41
|
"groupSharedFeatures.usm.sharedLinkSettingsModal.title": "शेयर्ड लिंक सेटिंग",
|
|
@@ -82,9 +82,9 @@ export default {
|
|
|
82
82
|
"groupSharedFeatures.usm.unifiedShareFormModal.ownerRole": "स्वामी",
|
|
83
83
|
"groupSharedFeatures.usm.unifiedShareFormModal.previewerRole": "प्रीव्यूअर",
|
|
84
84
|
"groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole": "प्रीव्यूअर अपलोडर",
|
|
85
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "
|
|
86
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "
|
|
87
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "
|
|
85
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText": "शेयर्ड लिंक को क्लिपबोर्ड पर कॉपी किया गया।",
|
|
86
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText": "शेयर्ड लिंक बनाया गया। शेयर करने के लिए कॉपी करें पर क्लिक करें।",
|
|
87
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText": "शेयर्ड लिंक बनाया गया और क्लिपबोर्ड में कॉपी किया गया।",
|
|
88
88
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription": "केवल आमंत्रित लोग इस {item} को एक्सेस कर सकते हैं",
|
|
89
89
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelLabel": "केवल आमंत्रित लोग",
|
|
90
90
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.companyAccessLevelDescription": "आपकी कंपनी का कोई भी व्यक्ति या इस {item} में आमंत्रित किए गए लोग इसे एक्सेस कर सकते हैं",
|
|
@@ -94,9 +94,9 @@ export default {
|
|
|
94
94
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccessLevelLabel": "{enterprise} में लोग",
|
|
95
95
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel": "समाप्त होता है",
|
|
96
96
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip": "इस लिंक की समय सीमा समाप्त हो जाएगी और {expirationDate} पर एक्सेस नहीं किया जा सकेगा",
|
|
97
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "
|
|
98
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "
|
|
99
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "
|
|
97
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem": "फ़ाइल",
|
|
98
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem": "फ़ोल्डर",
|
|
99
|
+
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem": "हब",
|
|
100
100
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription": "सार्वजनिक रूप से एक्सेस करने योग्य और साइन-इन करना आवश्यक नहीं है",
|
|
101
101
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel": "लिंक वाले लोग",
|
|
102
102
|
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel": "लिंक शेयर करें",
|
|
@@ -111,51 +111,5 @@ export default {
|
|
|
111
111
|
"groupSharedFeatures.usm.unifiedShareFormModal.viewerUploaderRole": "व्यूअर अपलोडर",
|
|
112
112
|
"groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText": "आपकी सेटिंग सफलतापूर्वक सहेजी गई।",
|
|
113
113
|
"groupSharedFeatures.usm.vanityNameInvalidErrorMessage": "कस्टम URLs, 12-30 वर्णों के बीच होने चाहिए, और इसमें अक्षर, संख्या और हाइफ़न हो सकते हैं।",
|
|
114
|
-
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "कृपया एक कस्टम URL दर्ज करें"
|
|
115
|
-
"groupSharedFeatures.usm.autoCopyErrorNoticeText": "Shared link created. Click Copy to share.",
|
|
116
|
-
"groupSharedFeatures.usm.autoCopySuccessNoticeText": "शेयर्ड लिंक बनाया गया और क्लिपबोर्ड पर कॉपी किया गया.",
|
|
117
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFileItem": "फ़ाइल",
|
|
118
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelFolderItem": "फ़ोल्डर",
|
|
119
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.accessLevelHubsItem": "हब",
|
|
120
|
-
"groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText": "शेयर्ड लिंक बनाया गया और क्लिपबोर्ड पर कॉपी किया गया.",
|
|
121
|
-
"groupSharedFeatures.usmV1.atLeastOneEmailRequired": "कम से कम एक मान्य ईमेल दर्ज करें",
|
|
122
|
-
"groupSharedFeatures.usmV1.cancel": "रद्द करें",
|
|
123
|
-
"groupSharedFeatures.usmV1.close": "बंद करें",
|
|
124
|
-
"groupSharedFeatures.usmV1.downloadSettingsToggleText": "शेयर्ड लिंक वाले उपयोगकर्ताओं को इस आइटम को डाउनलोड करने की अनुमति दें",
|
|
125
|
-
"groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel": "शेयर्ड लिंक ईमेल करें",
|
|
126
|
-
"groupSharedFeatures.usmV1.errorNoticeAriaLabel": "त्रुटि",
|
|
127
|
-
"groupSharedFeatures.usmV1.invalidEmail": "अमान्य ईमेल पता",
|
|
128
|
-
"groupSharedFeatures.usmV1.inviteFieldLabel": "लोगों को आमंत्रित करें",
|
|
129
|
-
"groupSharedFeatures.usmV1.invitePeoplePlaceholder": "नाम या ईमेल पते जोड़ें",
|
|
130
|
-
"groupSharedFeatures.usmV1.learnSharedLinkSettingsLink": "शेयर्ड लिंक सेटिंग के बारे में और जानें।",
|
|
131
|
-
"groupSharedFeatures.usmV1.linkExpirationToggleText": "लिंक अवधि समापन",
|
|
132
|
-
"groupSharedFeatures.usmV1.linkSettingsButtonText": "लिंक सेटिंग",
|
|
133
|
-
"groupSharedFeatures.usmV1.loadingAriaLabel": "लोड हो रहा है",
|
|
134
|
-
"groupSharedFeatures.usmV1.message": "संदेश (वैकल्पिक)",
|
|
135
|
-
"groupSharedFeatures.usmV1.messageSelectorPlaceholder": "कोई संदेश जोड़ें",
|
|
136
|
-
"groupSharedFeatures.usmV1.modalTitle": "‘{itemName}’ शेयर करें",
|
|
137
|
-
"groupSharedFeatures.usmV1.noticeCloseAriaLabel": "बंद करें",
|
|
138
|
-
"groupSharedFeatures.usmV1.okay": "ठीक है",
|
|
139
|
-
"groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText": "शेयर्ड लिंक को हटाने में असमर्थ। कृपया बाद में पुनः प्रयास करें।",
|
|
140
|
-
"groupSharedFeatures.usmV1.removeSharedLinkModalBodyText": "ऐसा करने से शेयर्ड लिंक स्थायी रूप से हट जाएगा। यदि इस आइटम को अन्य साइटों पर एम्बेड किया गया है, तो यह भी अनुपलब्ध हो जाएगा। कस्टम प्रॉपर्टी, सेटिंग्स और एक्सपायरी भी हट जाएगी। क्या आप जारी रखना चाहते हैं?",
|
|
141
|
-
"groupSharedFeatures.usmV1.removeSharedLinkModalTitle": "शेयर्ड लिंक निकालें",
|
|
142
|
-
"groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText": "\"{itemName}\" के लिए शेयर्ड लिंक को हटा दिया गया है।",
|
|
143
|
-
"groupSharedFeatures.usmV1.send": "भेजें",
|
|
144
|
-
"groupSharedFeatures.usmV1.sendingInvites": "आमंत्रण भेजा जा रहा है",
|
|
145
|
-
"groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText": "यह सामग्री आपकी कंपनी के भीतर लिंक के माध्यम से किसी के लिए भी उपलब्ध है, और देखी या डाउनलोड की जा सकती है। {learnSharedLinkSettingsLink}",
|
|
146
|
-
"groupSharedFeatures.usmV1.shareLinkSettingsModalTitle": "शेयर्ड लिंक सेटिंग",
|
|
147
|
-
"groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText": "शेयर्ड लिंक बनाया गया और क्लिपबोर्ड पर कॉपी किया गया.",
|
|
148
|
-
"groupSharedFeatures.usmV1.sharedLinkCopyInputLabel": "शेयर लिंक को क्लिपबोर्ड में कॉपी करें",
|
|
149
|
-
"groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText": "शेयर्ड लिंक बनाया गया",
|
|
150
|
-
"groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText": "एक शेयर्ड लिंक बनाने में असमर्थ। कृपया बाद में पुनः प्रयास करें।",
|
|
151
|
-
"groupSharedFeatures.usmV1.sharedLinkDisabledTooltip": "लिंक बनाएं और कॉपी करें",
|
|
152
|
-
"groupSharedFeatures.usmV1.sharedLinkToggleLabel": "लिंक शेयर करें",
|
|
153
|
-
"groupSharedFeatures.usmV1.sharedLinkToggleText": "शेयर्ड लिंक",
|
|
154
|
-
"groupSharedFeatures.usmV1.successNoticeAriaLabel": "सफलता",
|
|
155
|
-
"groupSharedFeatures.usmV1.vanityDomainSettingsWarningText": "संवेदनशील सामग्री शेयर करते समय कस्टम URL का उपयोग नहीं किया जाना चाहिए.",
|
|
156
|
-
"groupSharedFeatures.usmV1.vanityNameInputLabel": "वैनिटी इनपुट",
|
|
157
|
-
"groupSharedFeatures.usmV1.vanityNameInputPlaceholder": "एक कस्टम पथ डालें (12 या उससे अधिक वर्ण)",
|
|
158
|
-
"groupSharedFeatures.usmV1.vanityNameInvalidError": "कस्टम URLs, 12-30 वर्णों के बीच होने चाहिए, और इसमें अक्षर, संख्या और हाइफ़न हो सकते हैं।",
|
|
159
|
-
"groupSharedFeatures.usmV1.vanityNameToggleText": "कस्टम, गैर-निजी URL की मदद से सामग्री को बड़े पैमाने पर प्रकाशित करें",
|
|
160
|
-
"groupSharedFeatures.usmV1.warningNoticeIconAriaLabel": "चेतावनी आइकन लेबल"
|
|
114
|
+
"groupSharedFeatures.usm.vanityNameRequiredErrorMessage": "कृपया एक कस्टम URL दर्ज करें"
|
|
161
115
|
}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
# Notification text when
|
|
2
|
-
groupSharedFeatures.usm.
|
|
3
|
-
# Notification text when the shared link is successfully copied to clipboard when link is created
|
|
4
|
-
groupSharedFeatures.usm.autoCopySuccessNoticeText = शेयर्ड लिंक बनाया गया और क्लिपबोर्ड पर कॉपी किया गया.
|
|
1
|
+
# Notification text when the shared link is failed to be created
|
|
2
|
+
groupSharedFeatures.usm.autoCopySharedLinkErrorNoticeText = शेयर्ड लिंक बनाने में असमर्थ। कृपया बाद में दोबारा कोशिश करें।
|
|
5
3
|
# Notification text when the shared link failed to be created
|
|
6
4
|
groupSharedFeatures.usm.createSharedLinkErrorNoticeText = एक शेयर्ड लिंक बनाने में असमर्थ। कृपया बाद में पुनः प्रयास करें।
|
|
7
5
|
# Notification text when the shared link is successfully created
|
|
8
|
-
groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = शेयर्ड लिंक बनाया
|
|
6
|
+
groupSharedFeatures.usm.createSharedLinkSuccessNoticeText = शेयर्ड लिंक बनाया गया।
|
|
9
7
|
# Default error notification text rendered when API fails
|
|
10
|
-
groupSharedFeatures.usm.defaultErrorNoticeText =
|
|
8
|
+
groupSharedFeatures.usm.defaultErrorNoticeText = कुछ गलत हो गया। कृपया बाद में पुनः प्रयास करें।
|
|
11
9
|
# Notification text when the shared link failed to be removed
|
|
12
10
|
groupSharedFeatures.usm.deleteSharedLinkErrorNoticeText = शेयर्ड लिंक को हटाने में असमर्थ। कृपया बाद में पुनः प्रयास करें।
|
|
13
11
|
# Notification text when the shared link is successfully removed
|
|
@@ -17,7 +15,7 @@ groupSharedFeatures.usm.emailRequiredErrorMessage = कम से कम एक
|
|
|
17
15
|
# Icon label for the error notifications
|
|
18
16
|
groupSharedFeatures.usm.errorNoticeIcon = त्रुटि
|
|
19
17
|
# Error message for the expiration date field when expiration date is in the past
|
|
20
|
-
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage =
|
|
18
|
+
groupSharedFeatures.usm.expirationFutureDateRequiredErrorMessage = समापन की तारीख़, भविष्य की होनी चाहिए
|
|
21
19
|
# Error message for the expiration date field when expiration date is not provided
|
|
22
20
|
groupSharedFeatures.usm.expirationRequiredErrorMessage = कृपया एक तारीख़ चुनें
|
|
23
21
|
# Error message for the email field when email is invalid
|
|
@@ -49,7 +47,7 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationCalendarAriaLabel
|
|
|
49
47
|
# Aria label for the clear date picker button in the link expiration settings
|
|
50
48
|
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationClearDatePickerAriaLabel = तारीख़ चयनकर्ता साफ करें
|
|
51
49
|
# Label for the date picker in the link expiration settings
|
|
52
|
-
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel =
|
|
50
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationDatePickerLabel = समापन तारीख़
|
|
53
51
|
# Aria label for the next month button in the link expiration settings
|
|
54
52
|
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationNextMonthAriaLabel = अगले महीने में स्विच करें
|
|
55
53
|
# Aria label for the open calendar dropdown button in the link expiration settings
|
|
@@ -60,6 +58,12 @@ groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationPreviousMonthAriaL
|
|
|
60
58
|
groupSharedFeatures.usm.sharedLinkSettingsModal.linkExpirationToggleText = लिंक अवधि समापन
|
|
61
59
|
# Button aria label when the shared link settings are being updated
|
|
62
60
|
groupSharedFeatures.usm.sharedLinkSettingsModal.loadingLabel = लोड हो रहा है
|
|
61
|
+
# Placeholder text for the password input
|
|
62
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordInputPlaceholder = पासवर्ड दर्ज करें
|
|
63
|
+
# Label for the password protection toggle
|
|
64
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordToggleText = पासवर्ड सुरक्षा
|
|
65
|
+
# Text for the password settings warning
|
|
66
|
+
groupSharedFeatures.usm.sharedLinkSettingsModal.passwordWarningText = आपके पासवर्ड में कम से कम 8 अक्षर होने चाहिए, और उसमें कम से कम एक बाद अक्षर, संख्या या विशेष वर्ण होना चाहिए।
|
|
63
67
|
# Button text to confirm saving the shared link settings
|
|
64
68
|
groupSharedFeatures.usm.sharedLinkSettingsModal.saveButton = सहेजें
|
|
65
69
|
# subtitle of the Shared Link settings modal
|
|
@@ -152,12 +156,12 @@ groupSharedFeatures.usm.unifiedShareFormModal.ownerRole = स्वामी
|
|
|
152
156
|
groupSharedFeatures.usm.unifiedShareFormModal.previewerRole = प्रीव्यूअर
|
|
153
157
|
# Label for the role of a collaborator who can preview and upload to the item
|
|
154
158
|
groupSharedFeatures.usm.unifiedShareFormModal.previewerUploaderRole = प्रीव्यूअर अपलोडर
|
|
155
|
-
#
|
|
156
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.
|
|
157
|
-
# Text
|
|
158
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.
|
|
159
|
-
#
|
|
160
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.
|
|
159
|
+
# Notification text when the shared link is successfully copied to clipboard
|
|
160
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCopySuccessNoticeText = शेयर्ड लिंक को क्लिपबोर्ड पर कॉपी किया गया।
|
|
161
|
+
# Text for the create and copy shared link notification when copy failed but creation succeeded.
|
|
162
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopyErrorNoticeText = शेयर्ड लिंक बनाया गया। शेयर करने के लिए कॉपी करें पर क्लिक करें।
|
|
163
|
+
# Notification text when the shared link is successfully copied to clipboard after link is created
|
|
164
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.autoCreateCopySuccessNoticeText = शेयर्ड लिंक बनाया गया और क्लिपबोर्ड में कॉपी किया गया।
|
|
161
165
|
# Description for the access level where only invited users can access the item
|
|
162
166
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.collaboratorsAccessLevelDescription = केवल आमंत्रित लोग इस {item} को एक्सेस कर सकते हैं
|
|
163
167
|
# Label for the access level where only invited users can access the item
|
|
@@ -176,14 +180,18 @@ groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.enterpriseAccess
|
|
|
176
180
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconLabel = समाप्त होता है
|
|
177
181
|
# Tooltip for the icon button to indicate the shared link has an expiration date
|
|
178
182
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.expirationIconTooltip = इस लिंक की समय सीमा समाप्त हो जाएगी और {expirationDate} पर एक्सेस नहीं किया जा सकेगा
|
|
183
|
+
# Text inserted in the access level descriptions when the type of the item is a file
|
|
184
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.fileAccessLevelItem = फ़ाइल
|
|
185
|
+
# Text inserted in the access level descriptions when the type of the item is a folder
|
|
186
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.folderAccessLevelItem = फ़ोल्डर
|
|
187
|
+
# Text inserted in the access level descriptions when the type of the item is a hub
|
|
188
|
+
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.hubsAccessLevelItem = हब
|
|
179
189
|
# Description for the access level where anyone with the URL can access the item
|
|
180
190
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelDescription = सार्वजनिक रूप से एक्सेस करने योग्य और साइन-इन करना आवश्यक नहीं है
|
|
181
191
|
# Label for the access level where anyone with the URL can access the item
|
|
182
192
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.openAccessLevelLabel = लिंक वाले लोग
|
|
183
193
|
# Label for the section to manage the shared link of the file / folder
|
|
184
194
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.shareLinkLabel = लिंक शेयर करें
|
|
185
|
-
# Success notification displayed when shared link is created and copied to clipboard
|
|
186
|
-
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkCopiedSuccessNoticeText = शेयर्ड लिंक बनाया गया और क्लिपबोर्ड पर कॉपी किया गया.
|
|
187
195
|
# Aria label and tooltip for the icon button to email the shared link
|
|
188
196
|
groupSharedFeatures.usm.unifiedShareFormModal.sharedLinkSection.sharedLinkEmailLabel = शेयर्ड लिंक भेजें
|
|
189
197
|
# Label for the button link to open the Shared Link Settings modal
|
|
@@ -208,83 +216,3 @@ groupSharedFeatures.usm.updateSharedLinkSuccessNoticeText = आपकी से
|
|
|
208
216
|
groupSharedFeatures.usm.vanityNameInvalidErrorMessage = कस्टम URLs, 12-30 वर्णों के बीच होने चाहिए, और इसमें अक्षर, संख्या और हाइफ़न हो सकते हैं।
|
|
209
217
|
# Error message for the vanity name field when custom URL is not provided
|
|
210
218
|
groupSharedFeatures.usm.vanityNameRequiredErrorMessage = कृपया एक कस्टम URL दर्ज करें
|
|
211
|
-
# Text displayed when email input is empty
|
|
212
|
-
groupSharedFeatures.usmV1.atLeastOneEmailRequired = कम से कम एक मान्य ईमेल दर्ज करें
|
|
213
|
-
# Cancel button text
|
|
214
|
-
groupSharedFeatures.usmV1.cancel = रद्द करें
|
|
215
|
-
# Close button text to close the modal
|
|
216
|
-
groupSharedFeatures.usmV1.close = बंद करें
|
|
217
|
-
# Label for the download settings toggle
|
|
218
|
-
groupSharedFeatures.usmV1.downloadSettingsToggleText = शेयर्ड लिंक वाले उपयोगकर्ताओं को इस आइटम को डाउनलोड करने की अनुमति दें
|
|
219
|
-
# Aria label for the email shared link button
|
|
220
|
-
groupSharedFeatures.usmV1.emailSharedLinkButtonAriaLabel = शेयर्ड लिंक ईमेल करें
|
|
221
|
-
# Label for the error notification type
|
|
222
|
-
groupSharedFeatures.usmV1.errorNoticeAriaLabel = त्रुटि
|
|
223
|
-
# Text displayed when email input is invalid
|
|
224
|
-
groupSharedFeatures.usmV1.invalidEmail = अमान्य ईमेल पता
|
|
225
|
-
# Label of the field where a user designates who to invite to collaborate on an item
|
|
226
|
-
groupSharedFeatures.usmV1.inviteFieldLabel = लोगों को आमंत्रित करें
|
|
227
|
-
# Placeholder text for the invite people combobox
|
|
228
|
-
groupSharedFeatures.usmV1.invitePeoplePlaceholder = नाम या ईमेल पते जोड़ें
|
|
229
|
-
# Link to the learn more about shared link settings
|
|
230
|
-
groupSharedFeatures.usmV1.learnSharedLinkSettingsLink = शेयर्ड लिंक सेटिंग के बारे में और जानें।
|
|
231
|
-
# Label for the link expiration toggle
|
|
232
|
-
groupSharedFeatures.usmV1.linkExpirationToggleText = लिंक अवधि समापन
|
|
233
|
-
# Text for the link settings button
|
|
234
|
-
groupSharedFeatures.usmV1.linkSettingsButtonText = लिंक सेटिंग
|
|
235
|
-
# Aria label for loading state
|
|
236
|
-
groupSharedFeatures.usmV1.loadingAriaLabel = लोड हो रहा है
|
|
237
|
-
# Label for "Message" text box to email the shared Link
|
|
238
|
-
groupSharedFeatures.usmV1.message = संदेश (वैकल्पिक)
|
|
239
|
-
# Placeholder text for message section
|
|
240
|
-
groupSharedFeatures.usmV1.messageSelectorPlaceholder = कोई संदेश जोड़ें
|
|
241
|
-
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
242
|
-
groupSharedFeatures.usmV1.modalTitle = ‘{itemName}’ शेयर करें
|
|
243
|
-
# Label for the close button in the notification
|
|
244
|
-
groupSharedFeatures.usmV1.noticeCloseAriaLabel = बंद करें
|
|
245
|
-
# Okay button text
|
|
246
|
-
groupSharedFeatures.usmV1.okay = ठीक है
|
|
247
|
-
# Text for the notification when shared link removal fails
|
|
248
|
-
groupSharedFeatures.usmV1.removeSharedLinkFailedNoticeText = शेयर्ड लिंक को हटाने में असमर्थ। कृपया बाद में पुनः प्रयास करें।
|
|
249
|
-
# Body text of the Remove Shared Link modal
|
|
250
|
-
groupSharedFeatures.usmV1.removeSharedLinkModalBodyText = ऐसा करने से शेयर्ड लिंक स्थायी रूप से हट जाएगा। यदि इस आइटम को अन्य साइटों पर एम्बेड किया गया है, तो यह भी अनुपलब्ध हो जाएगा। कस्टम प्रॉपर्टी, सेटिंग्स और एक्सपायरी भी हट जाएगी। क्या आप जारी रखना चाहते हैं?
|
|
251
|
-
# Title of the Remove Shared Link modal
|
|
252
|
-
groupSharedFeatures.usmV1.removeSharedLinkModalTitle = शेयर्ड लिंक निकालें
|
|
253
|
-
# Text for the notification when shared link is removed
|
|
254
|
-
groupSharedFeatures.usmV1.removeSharedLinkSuccessNoticeText = "{itemName}" के लिए शेयर्ड लिंक को हटा दिया गया है।
|
|
255
|
-
# Send button text
|
|
256
|
-
groupSharedFeatures.usmV1.send = भेजें
|
|
257
|
-
# Aria label for send button when sending invites
|
|
258
|
-
groupSharedFeatures.usmV1.sendingInvites = आमंत्रण भेजा जा रहा है
|
|
259
|
-
# Subtitle of the Shared Link settings modal
|
|
260
|
-
groupSharedFeatures.usmV1.shareLinkSettingsModalSubTitleText = यह सामग्री आपकी कंपनी के भीतर लिंक के माध्यम से किसी के लिए भी उपलब्ध है, और देखी या डाउनलोड की जा सकती है। {learnSharedLinkSettingsLink}
|
|
261
|
-
# Title of the Shared Link settings modal
|
|
262
|
-
groupSharedFeatures.usmV1.shareLinkSettingsModalTitle = शेयर्ड लिंक सेटिंग
|
|
263
|
-
# Success notification displayed when shared link is created and copied to clipboard
|
|
264
|
-
groupSharedFeatures.usmV1.sharedLinkCopiedSuccessNoticeText = शेयर्ड लिंक बनाया गया और क्लिपबोर्ड पर कॉपी किया गया.
|
|
265
|
-
# Label for the copy input field
|
|
266
|
-
groupSharedFeatures.usmV1.sharedLinkCopyInputLabel = शेयर लिंक को क्लिपबोर्ड में कॉपी करें
|
|
267
|
-
# Text for the notification when shared link is created
|
|
268
|
-
groupSharedFeatures.usmV1.sharedLinkCreatedSuccessNoticeText = शेयर्ड लिंक बनाया गया
|
|
269
|
-
# Text for the notification when shared link creation fails
|
|
270
|
-
groupSharedFeatures.usmV1.sharedLinkCreationFailedNoticeText = एक शेयर्ड लिंक बनाने में असमर्थ। कृपया बाद में पुनः प्रयास करें।
|
|
271
|
-
# This tooltip appears over the shared link toggle, explaining what happens when it is clicked
|
|
272
|
-
groupSharedFeatures.usmV1.sharedLinkDisabledTooltip = लिंक बनाएं और कॉपी करें
|
|
273
|
-
# Label for share link toggle
|
|
274
|
-
groupSharedFeatures.usmV1.sharedLinkToggleLabel = लिंक शेयर करें
|
|
275
|
-
# Label for share link toggle
|
|
276
|
-
groupSharedFeatures.usmV1.sharedLinkToggleText = शेयर्ड लिंक
|
|
277
|
-
# Label for the success notification type
|
|
278
|
-
groupSharedFeatures.usmV1.successNoticeAriaLabel = सफलता
|
|
279
|
-
# Text for the vanity domain settings warning
|
|
280
|
-
groupSharedFeatures.usmV1.vanityDomainSettingsWarningText = संवेदनशील सामग्री शेयर करते समय कस्टम URL का उपयोग नहीं किया जाना चाहिए.
|
|
281
|
-
# Label for the vanity name input
|
|
282
|
-
groupSharedFeatures.usmV1.vanityNameInputLabel = वैनिटी इनपुट
|
|
283
|
-
# Placeholder text for the vanity name input
|
|
284
|
-
groupSharedFeatures.usmV1.vanityNameInputPlaceholder = एक कस्टम पथ डालें (12 या उससे अधिक वर्ण)
|
|
285
|
-
# Text for the vanity name invalid error
|
|
286
|
-
groupSharedFeatures.usmV1.vanityNameInvalidError = कस्टम URLs, 12-30 वर्णों के बीच होने चाहिए, और इसमें अक्षर, संख्या और हाइफ़न हो सकते हैं।
|
|
287
|
-
# Label for the vanity name toggle
|
|
288
|
-
groupSharedFeatures.usmV1.vanityNameToggleText = कस्टम, गैर-निजी URL की मदद से सामग्री को बड़े पैमाने पर प्रकाशित करें
|
|
289
|
-
# Label for the warning notification icon
|
|
290
|
-
groupSharedFeatures.usmV1.warningNoticeIconAriaLabel = चेतावनी आइकन लेबल
|