box-ui-elements 17.2.0-beta.4 → 17.2.0-beta.5

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.
Files changed (50) hide show
  1. package/DEVELOPING.md +2 -2
  2. package/i18n/bn-IN.js +1 -1
  3. package/i18n/bn-IN.properties +1 -1
  4. package/i18n/da-DK.js +1 -1
  5. package/i18n/da-DK.properties +1 -1
  6. package/i18n/de-DE.js +1 -1
  7. package/i18n/de-DE.properties +1 -1
  8. package/i18n/en-AU.js +1 -1
  9. package/i18n/en-AU.properties +1 -1
  10. package/i18n/en-CA.js +1 -1
  11. package/i18n/en-CA.properties +1 -1
  12. package/i18n/en-GB.js +1 -1
  13. package/i18n/en-GB.properties +1 -1
  14. package/i18n/es-419.js +1 -1
  15. package/i18n/es-419.properties +1 -1
  16. package/i18n/es-ES.js +1 -1
  17. package/i18n/es-ES.properties +1 -1
  18. package/i18n/fi-FI.js +1 -1
  19. package/i18n/fi-FI.properties +1 -1
  20. package/i18n/fr-CA.js +1 -1
  21. package/i18n/fr-CA.properties +1 -1
  22. package/i18n/fr-FR.js +1 -1
  23. package/i18n/fr-FR.properties +1 -1
  24. package/i18n/hi-IN.js +1 -1
  25. package/i18n/hi-IN.properties +1 -1
  26. package/i18n/it-IT.js +1 -1
  27. package/i18n/it-IT.properties +1 -1
  28. package/i18n/ja-JP.js +1 -1
  29. package/i18n/ja-JP.properties +1 -1
  30. package/i18n/ko-KR.js +1 -1
  31. package/i18n/ko-KR.properties +1 -1
  32. package/i18n/nb-NO.js +1 -1
  33. package/i18n/nb-NO.properties +1 -1
  34. package/i18n/nl-NL.js +1 -1
  35. package/i18n/nl-NL.properties +1 -1
  36. package/i18n/pl-PL.js +1 -1
  37. package/i18n/pl-PL.properties +1 -1
  38. package/i18n/pt-BR.js +1 -1
  39. package/i18n/pt-BR.properties +1 -1
  40. package/i18n/ru-RU.js +1 -1
  41. package/i18n/ru-RU.properties +1 -1
  42. package/i18n/sv-SE.js +1 -1
  43. package/i18n/sv-SE.properties +1 -1
  44. package/i18n/tr-TR.js +1 -1
  45. package/i18n/tr-TR.properties +1 -1
  46. package/i18n/zh-CN.js +1 -1
  47. package/i18n/zh-CN.properties +1 -1
  48. package/i18n/zh-TW.js +1 -1
  49. package/i18n/zh-TW.properties +1 -1
  50. package/package.json +1 -1
package/DEVELOPING.md CHANGED
@@ -53,8 +53,8 @@ We also recommend using `yarn resolutions` to fix the version of `react` and `re
53
53
  {
54
54
  ...
55
55
  "resolutions": {
56
- "react": "16.9.0",
57
- "react-dom": "16.9.0"
56
+ "react": "17.0.1",
57
+ "react-dom": "17.0.1"
58
58
  },
59
59
  ...
60
60
  }
package/i18n/bn-IN.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "বিকল্পভাবে, চালিয়ে যেতে অপসারণ করুন",
869
869
  "boxui.unifiedShare.justificationRequiredError": "একটি যৌক্তিকতা নির্বাচন করুন বা চালিয়ে যেতে অপসারণ করুন",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "যৌক্তিকতা নির্বাচন করুন",
871
- "boxui.unifiedShare.levelOfCollabAccess": "{collaboratorAccess}-এর লেভেল সেট করুন এবং আমাদের পেইড প্ল্যানগুলির মধ্যে একটির মাধ্যমে নিরাপত্তা বৃদ্ধি করুন।",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "{collaboratorAccess}-এর লেভেল সেট করুন এবং আমাদের পেইড প্ল্যানগুলির মধ্যে একটির মাধ্যমে নিরাপত্তা বৃদ্ধি করুন। {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "শেয়ারকৃত লিঙ্ক তৈরী করুন",
873
873
  "boxui.unifiedShare.linkShareOn": "শেয়ারকৃত লিঙ্ক তৈরী করা হয়েছে",
874
874
  "boxui.unifiedShare.message": "বার্তা",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = একটি যৌক্তি
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = যৌক্তিকতা নির্বাচন করুন
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = {collaboratorAccess}-এর লেভেল সেট করুন এবং আমাদের পেইড প্ল্যানগুলির মধ্যে একটির মাধ্যমে নিরাপত্তা বৃদ্ধি করুন।
1740
+ boxui.unifiedShare.levelOfCollabAccess = {collaboratorAccess}-এর লেভেল সেট করুন এবং আমাদের পেইড প্ল্যানগুলির মধ্যে একটির মাধ্যমে নিরাপত্তা বৃদ্ধি করুন। {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = শেয়ারকৃত লিঙ্ক তৈরী করুন
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/da-DK.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "Alternativt kan du fjerne for at fortsætte",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Vælg en begrundelse eller fjern for at fortsætte",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Vælg begrundelse",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Indstil niveauet for {collaboratorAccess} og øg sikkerheden med en af vores betalte planer.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Indstil niveauet for {collaboratorAccess}, og øg sikkerheden med en af vores betalte planer. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Opret delt link",
873
873
  "boxui.unifiedShare.linkShareOn": "Delt link blev oprettet",
874
874
  "boxui.unifiedShare.message": "Meddelelse",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Vælg en begrundelse eller fjern
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Vælg begrundelse
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Indstil niveauet for {collaboratorAccess} og øg sikkerheden med en af vores betalte planer.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Indstil niveauet for {collaboratorAccess}, og øg sikkerheden med en af vores betalte planer. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Opret delt link
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/de-DE.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "Alternativ können Sie sie zum Fortfahren auch entfernen",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Wählen Sie eine Begründung oder entfernen Sie sie, um fortzufahren",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Begründung auswählen",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Legen Sie die Ebene {collaboratorAccess} fest und erhöhen Sie die Sicherheit mit einem unserer zahlungspflichtigen Programme.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Legen Sie die Stufe von {collaboratorAccess} fest und erhöhen Sie die Sicherheit mit einem unserer kostenpflichtigen Plänen. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Freigabe-Link erstellen",
873
873
  "boxui.unifiedShare.linkShareOn": "Freigabe-Link wird erstellt",
874
874
  "boxui.unifiedShare.message": "Nachricht",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Wählen Sie eine Begründung ode
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Begründung auswählen
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Legen Sie die Ebene {collaboratorAccess} fest und erhöhen Sie die Sicherheit mit einem unserer zahlungspflichtigen Programme.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Legen Sie die Stufe von {collaboratorAccess} fest und erhöhen Sie die Sicherheit mit einem unserer kostenpflichtigen Plänen. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Freigabe-Link erstellen
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/en-AU.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "Alternatively, remove to continue",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Select a justification or remove to continue",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Select justification",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Set the level of {collaboratorAccess} and increase security through one of our paid plans.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Set the level of {collaboratorAccess} and increase security through one of our paid plans. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Create shared link",
873
873
  "boxui.unifiedShare.linkShareOn": "Shared link is created",
874
874
  "boxui.unifiedShare.message": "Message",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Select a justification or remove
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Select justification
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Set the level of {collaboratorAccess} and increase security through one of our paid plans.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Set the level of {collaboratorAccess} and increase security through one of our paid plans. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Create shared link
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/en-CA.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "Alternatively, remove to continue",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Select a justification or remove to continue",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Select Justification",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Set the level of {collaboratorAccess} and increase security through one of our paid plans.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Set the level of {collaboratorAccess} and increase security through one of our paid plans. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Create shared link",
873
873
  "boxui.unifiedShare.linkShareOn": "Shared link is created",
874
874
  "boxui.unifiedShare.message": "Message",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Select a justification or remove
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Select Justification
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Set the level of {collaboratorAccess} and increase security through one of our paid plans.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Set the level of {collaboratorAccess} and increase security through one of our paid plans. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Create shared link
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/en-GB.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "Alternatively, remove to continue",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Select a justification or remove to continue",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Select justification",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Set the level of {collaboratorAccess} and increase security through one of our paid plans.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Set the level of {collaboratorAccess} and increase security through one of our paid plans. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Create shared link",
873
873
  "boxui.unifiedShare.linkShareOn": "Shared link is created",
874
874
  "boxui.unifiedShare.message": "Message",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Select a justification or remove
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Select justification
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Set the level of {collaboratorAccess} and increase security through one of our paid plans.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Set the level of {collaboratorAccess} and increase security through one of our paid plans. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Create shared link
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/es-419.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "O bien, elimina para continuar",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Selecciona una justificación o elimina para continuar",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Seleccionar justificación",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Configura el nivel de {collaboratorAccess} e incrementa la seguridad mediante uno de nuestros planes de pago.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Establecer el nivel de {collaboratorAccess} e incrementar la seguridad a través de uno de nuestros planes de pago. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Crear enlace compartido",
873
873
  "boxui.unifiedShare.linkShareOn": "Se ha creado el enlace compartido.",
874
874
  "boxui.unifiedShare.message": "Mensaje",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Selecciona una justificación o
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Seleccionar justificación
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Configura el nivel de {collaboratorAccess} e incrementa la seguridad mediante uno de nuestros planes de pago.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Establecer el nivel de {collaboratorAccess} e incrementar la seguridad a través de uno de nuestros planes de pago. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Crear enlace compartido
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/es-ES.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "O bien, elimina para continuar",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Selecciona una justificación o elimina para continuar",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Seleccionar justificación",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Configura el nivel de {collaboratorAccess} e incrementa la seguridad mediante uno de nuestros planes de pago.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Establecer el nivel de {collaboratorAccess} e incrementar la seguridad a través de uno de nuestros planes de pago. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Crear enlace compartido",
873
873
  "boxui.unifiedShare.linkShareOn": "Se ha creado el enlace compartido.",
874
874
  "boxui.unifiedShare.message": "Mensaje",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Selecciona una justificación o
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Seleccionar justificación
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Configura el nivel de {collaboratorAccess} e incrementa la seguridad mediante uno de nuestros planes de pago.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Establecer el nivel de {collaboratorAccess} e incrementar la seguridad a través de uno de nuestros planes de pago. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Crear enlace compartido
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/fi-FI.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "Voit myös jatkaa poistamalla",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Valitse peruste tai jatka poistamalla",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Valitse oikeutus",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Määritä {collaboratorAccess} ja lisää suojausta maksullisen palvelupaketin avulla.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Määritä {collaboratorAccess} ja lisää turvallisuutta maksullisen palvelupaketin avulla. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Luo jaettu linkki",
873
873
  "boxui.unifiedShare.linkShareOn": "Jaettu linkki luotu",
874
874
  "boxui.unifiedShare.message": "Viesti",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Valitse peruste tai jatka poista
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Valitse oikeutus
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Määritä {collaboratorAccess} ja lisää suojausta maksullisen palvelupaketin avulla.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Määritä {collaboratorAccess} ja lisää turvallisuutta maksullisen palvelupaketin avulla. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Luo jaettu linkki
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/fr-CA.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "Vous pouvez aussi supprimer pour continuer",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Sélectionnez une justification ou supprimez-la pour continuer",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Sélectionner un justificatif",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Définissez le niveau de {collaboratorAccess} et renforcez la sécurité avec l'un de nos forfaits payants.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Définissez le niveau de {collaboratorAccess} et renforcez la sécurité grâce à l'un de nos plans payants. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Créer un lien partagé",
873
873
  "boxui.unifiedShare.linkShareOn": "Lien partagé créé",
874
874
  "boxui.unifiedShare.message": "Message",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Sélectionnez une justification
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Sélectionner un justificatif
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Définissez le niveau de {collaboratorAccess} et renforcez la sécurité avec l'un de nos forfaits payants.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Définissez le niveau de {collaboratorAccess} et renforcez la sécurité grâce à l'un de nos plans payants. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Créer un lien partagé
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/fr-FR.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "Vous pouvez aussi supprimer pour continuer",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Sélectionnez une justification ou supprimez-la pour continuer",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Sélectionner un justificatif",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Définissez le niveau de {collaboratorAccess} et renforcez la sécurité avec l'un de nos forfaits payants.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Définissez le niveau de {collaboratorAccess} et renforcez la sécurité grâce à l'un de nos plans payants. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Créer un lien partagé",
873
873
  "boxui.unifiedShare.linkShareOn": "Lien partagé créé",
874
874
  "boxui.unifiedShare.message": "Message",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Sélectionnez une justification
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Sélectionner un justificatif
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Définissez le niveau de {collaboratorAccess} et renforcez la sécurité avec l'un de nos forfaits payants.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Définissez le niveau de {collaboratorAccess} et renforcez la sécurité grâce à l'un de nos plans payants. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Créer un lien partagé
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/hi-IN.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "वैकल्पिक रूप से, जारी रखने के लिए हटाएं",
869
869
  "boxui.unifiedShare.justificationRequiredError": "एक औचित्य या जारी रखने के लिए हटाएं का चयन करें",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "प्रामाणिकता चुनें",
871
- "boxui.unifiedShare.levelOfCollabAccess": "{collaboratorAccess} का स्तर सेट करें और हमारे एक पेड प्लान के माध्यम से सुरक्षा बढ़ाएं.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "{collaboratorAccess} का स्तर सेट करें और हमारी किसी सशुल्क योजना के माध्यम से सुरक्षा बढ़ाएं. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "शेयर्ड लिंक बनाएँ",
873
873
  "boxui.unifiedShare.linkShareOn": "शेयर्ड लिंक बनाया गया",
874
874
  "boxui.unifiedShare.message": "संदेश",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = एक औचित्य या
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = प्रामाणिकता चुनें
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = {collaboratorAccess} का स्तर सेट करें और हमारे एक पेड प्लान के माध्यम से सुरक्षा बढ़ाएं.
1740
+ boxui.unifiedShare.levelOfCollabAccess = {collaboratorAccess} का स्तर सेट करें और हमारी किसी सशुल्क योजना के माध्यम से सुरक्षा बढ़ाएं. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = शेयर्ड लिंक बनाएँ
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/it-IT.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "In alternativa, rimuovi per continuare",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Seleziona una giustificazione o rimuovi per continuare",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Seleziona giustificazione",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Imposta il livello di {collaboratorAccess} e aumenta la sicurezza attraverso uno dei nostri piani a pagamento.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Imposta il livello per {collaboratorAccess} e migliora la sicurezza tramite uno dei nostri piani a pagamento. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Crea collegamento condiviso",
873
873
  "boxui.unifiedShare.linkShareOn": "Collegamento condiviso creato",
874
874
  "boxui.unifiedShare.message": "Messaggio",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Seleziona una giustificazione o
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Seleziona giustificazione
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Imposta il livello di {collaboratorAccess} e aumenta la sicurezza attraverso uno dei nostri piani a pagamento.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Imposta il livello per {collaboratorAccess} e migliora la sicurezza tramite uno dei nostri piani a pagamento. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Crea collegamento condiviso
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/ja-JP.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "または、削除して続行",
869
869
  "boxui.unifiedShare.justificationRequiredError": "続行するには、正当な理由を選択するか、削除してください",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "正当な理由を選択",
871
- "boxui.unifiedShare.levelOfCollabAccess": "有料プランの1つを使用して{collaboratorAccess}レベルを設定し、セキュリティを強化しましょう。",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "有料プランの1つを使用して{collaboratorAccess}レベルを設定し、セキュリティを強化しましょう。{upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "共有リンクを作成",
873
873
  "boxui.unifiedShare.linkShareOn": "共有リンクを作成しました",
874
874
  "boxui.unifiedShare.message": "メッセージ",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = 続行するには、正当な
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = 正当な理由を選択
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = 有料プランの1つを使用して{collaboratorAccess}レベルを設定し、セキュリティを強化しましょう。
1740
+ boxui.unifiedShare.levelOfCollabAccess = 有料プランの1つを使用して{collaboratorAccess}レベルを設定し、セキュリティを強化しましょう。{upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = 共有リンクを作成
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/ko-KR.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "또한, 삭제하고 진행할 수 있습니다.",
869
869
  "boxui.unifiedShare.justificationRequiredError": "타당성을 선택하거나 삭제하고 계속 진행합니다.",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "타당성 선택",
871
- "boxui.unifiedShare.levelOfCollabAccess": "{collaboratorAccess} 수준을 설정하고 당사 유료 약정 중 하나를 통해 보안을 강화하십시오.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "{collaboratorAccess} 수준을 설정하고 당사 유료 약정 중 하나를 통해 보안을 강화하십시오. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "공유 링크 만들기",
873
873
  "boxui.unifiedShare.linkShareOn": "공유 링크를 만들었습니다.",
874
874
  "boxui.unifiedShare.message": "메시지",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = 타당성을 선택하거나 삭
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = 타당성 선택
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = {collaboratorAccess} 수준을 설정하고 당사 유료 약정 중 하나를 통해 보안을 강화하십시오.
1740
+ boxui.unifiedShare.levelOfCollabAccess = {collaboratorAccess} 수준을 설정하고 당사 유료 약정 중 하나를 통해 보안을 강화하십시오. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = 공유 링크 만들기
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/nb-NO.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "Alternativt, fjern for å fortsette",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Velg en begrunnelse eller fjern for å fortsette",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Velg begrunnelse",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Angi tilgangsnivå for {collaboratorAccess} og øk sikkerheten gjennom en av de betalte abonnementene våre.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Angi nivå for {collaboratorAccess} og øk sikkerheten via én av de betalte abonnementene dine. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Opprett delt kobling",
873
873
  "boxui.unifiedShare.linkShareOn": "Delt kobling er opprettet",
874
874
  "boxui.unifiedShare.message": "Melding",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Velg en begrunnelse eller fjern
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Velg begrunnelse
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Angi tilgangsnivå for {collaboratorAccess} og øk sikkerheten gjennom en av de betalte abonnementene våre.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Angi nivå for {collaboratorAccess} og øk sikkerheten via én av de betalte abonnementene dine. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Opprett delt kobling
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/nl-NL.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "U kunt ook verwijderen om verder te gaan",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Een rechtvaardiging selecteren of verwijderen om verder te gaan",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Selecteer verantwoording",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Stel het niveau van {collaboratorAccess} in en vergroot de beveiliging via een van onze betaalde abonnementen.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Stel het niveau van {collaboratorAccess} in en verhoog de beveiliging via een van onze betaalde abonnementen. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Gedeelde link maken",
873
873
  "boxui.unifiedShare.linkShareOn": "Gedeelde link is gemaakt",
874
874
  "boxui.unifiedShare.message": "Bericht",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Een rechtvaardiging selecteren o
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Selecteer verantwoording
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Stel het niveau van {collaboratorAccess} in en vergroot de beveiliging via een van onze betaalde abonnementen.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Stel het niveau van {collaboratorAccess} in en verhoog de beveiliging via een van onze betaalde abonnementen. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Gedeelde link maken
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/pl-PL.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "Albo usuń, aby kontynuować",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Wybierz uzasadnienie lub usuń, aby kontynuować",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Wybierz uzasadnienie",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Ustaw poziom {collaboratorAccess} i zwiększ bezpieczeństwo dzięki jednemu z naszych płatnych planów.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Ustaw poziom {collaboratorAccess} i zwiększ bezpieczeństwo za pomocą jednego z płatnych planów. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Utwórz łącze udostępnione",
873
873
  "boxui.unifiedShare.linkShareOn": "Utworzono łącze udostępnione",
874
874
  "boxui.unifiedShare.message": "Wiadomość",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Wybierz uzasadnienie lub usuń,
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Wybierz uzasadnienie
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Ustaw poziom {collaboratorAccess} i zwiększ bezpieczeństwo dzięki jednemu z naszych płatnych planów.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Ustaw poziom {collaboratorAccess} i zwiększ bezpieczeństwo za pomocą jednego z płatnych planów. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Utwórz łącze udostępnione
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/pt-BR.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "Alternativamente, remova para continuar",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Selecione uma justificativa ou remova para continuar",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Selecionar justificativa",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Defina o nível de {collaboratorAccess} e aumente a segurança por meio de um de nossos planos pagos.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Defina o nível de {collaboratorAccess} e aumente a segurança por meio de um dos nossos planos pagos. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Criar link compartilhado",
873
873
  "boxui.unifiedShare.linkShareOn": "Link compartilhado criado",
874
874
  "boxui.unifiedShare.message": "Mensagem",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Selecione uma justificativa ou r
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Selecionar justificativa
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Defina o nível de {collaboratorAccess} e aumente a segurança por meio de um de nossos planos pagos.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Defina o nível de {collaboratorAccess} e aumente a segurança por meio de um dos nossos planos pagos. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Criar link compartilhado
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/ru-RU.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "В противном случае удалите контакты для продолжения.",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Выберите обоснование или удалите для продолжения.",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Выберите обоснование",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Установить уровень {collaboratorAccess} и повысить безопасность с помощью одного из наших платных планов.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Установите уровень {collaboratorAccess} и повысьте безопасность с помощью одного из наших платных планов. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Создать общую ссылку",
873
873
  "boxui.unifiedShare.linkShareOn": "Общая ссылка создана",
874
874
  "boxui.unifiedShare.message": "Сообщение",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Выберите обоснов
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Выберите обоснование
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Установить уровень {collaboratorAccess} и повысить безопасность с помощью одного из наших платных планов.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Установите уровень {collaboratorAccess} и повысьте безопасность с помощью одного из наших платных планов. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Создать общую ссылку
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/sv-SE.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "Alternativt, ta bort för att fortsätta",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Välj en motivering eller ta bort för att ",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Välj motivering",
871
- "boxui.unifiedShare.levelOfCollabAccess": "Ställ in nivån {collaboratorAccess} och öka säkerheten genom en av våra betalda prenumerationer.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "Ställ in nivån för {collaboratorAccess} och öka säkerheten med en av våra betalda planer. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Skapa delad länk",
873
873
  "boxui.unifiedShare.linkShareOn": "Delad länk skapad",
874
874
  "boxui.unifiedShare.message": "Meddelande",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Välj en motivering eller ta bor
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Välj motivering
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = Ställ in nivån {collaboratorAccess} och öka säkerheten genom en av våra betalda prenumerationer.
1740
+ boxui.unifiedShare.levelOfCollabAccess = Ställ in nivån för {collaboratorAccess} och öka säkerheten med en av våra betalda planer. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Skapa delad länk
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/tr-TR.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "Veya devam etmek için kaldırın",
869
869
  "boxui.unifiedShare.justificationRequiredError": "Bir iş gerekçesi seçin veya devam etmek için ",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "Gerekçe Seçin",
871
- "boxui.unifiedShare.levelOfCollabAccess": "{collaboratorAccess} seviyesini belirleyin ve ücretli planlarımızdan birini kullanarak güvenliği artırın.",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "{collaboratorAccess} düzeyini ayarlayın ve ücretli planlarımızdan biriyle güvenliği artırın. {upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "Paylaşılmış bağlantı oluştur",
873
873
  "boxui.unifiedShare.linkShareOn": "Paylaşılmış bağlantı oluşturuldu",
874
874
  "boxui.unifiedShare.message": "Mesaj",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = Bir iş gerekçesi seçin veya d
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = Gerekçe Seçin
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = {collaboratorAccess} seviyesini belirleyin ve ücretli planlarımızdan birini kullanarak güvenliği artırın.
1740
+ boxui.unifiedShare.levelOfCollabAccess = {collaboratorAccess} düzeyini ayarlayın ve ücretli planlarımızdan biriyle güvenliği artırın. {upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = Paylaşılmış bağlantı oluştur
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/zh-CN.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "或者,删除并继续",
869
869
  "boxui.unifiedShare.justificationRequiredError": "选择理由或删除并继续",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "选择理由",
871
- "boxui.unifiedShare.levelOfCollabAccess": "设置 {collaboratorAccess} 级别,并通过我们的一项付费套餐增加安全性。",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "设置 {collaboratorAccess} 级别并通过我们的付费套餐增加安全性。{upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "创建共享链接",
873
873
  "boxui.unifiedShare.linkShareOn": "已创建共享链接",
874
874
  "boxui.unifiedShare.message": "消息",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = 选择理由或删除并继续
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = 选择理由
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = 设置 {collaboratorAccess} 级别,并通过我们的一项付费套餐增加安全性。
1740
+ boxui.unifiedShare.levelOfCollabAccess = 设置 {collaboratorAccess} 级别并通过我们的付费套餐增加安全性。{upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = 创建共享链接
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/i18n/zh-TW.js CHANGED
@@ -868,7 +868,7 @@ export default {
868
868
  "boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel": "或者,刪除以繼續執行",
869
869
  "boxui.unifiedShare.justificationRequiredError": "選擇理由或刪除以繼續執行",
870
870
  "boxui.unifiedShare.justificationSelectPlaceholder": "選擇理由",
871
- "boxui.unifiedShare.levelOfCollabAccess": "設定 {collaboratorAccess} 等級,並透過我們其中一項付費方案加強安全性。",
871
+ "boxui.unifiedShare.levelOfCollabAccess": "設定 {collaboratorAccess} 等級,並透過我們其中一項付費方案加強安全性。{upgradeLink}",
872
872
  "boxui.unifiedShare.linkShareOff": "建立共用的連結",
873
873
  "boxui.unifiedShare.linkShareOn": "已建立共用的連結",
874
874
  "boxui.unifiedShare.message": "訊息",
@@ -1737,7 +1737,7 @@ boxui.unifiedShare.justificationRequiredError = 選擇理由或刪除以繼續
1737
1737
  # The placeholder text of the select field that allows selecting a business justification reason
1738
1738
  boxui.unifiedShare.justificationSelectPlaceholder = 選擇理由
1739
1739
  # Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
1740
- boxui.unifiedShare.levelOfCollabAccess = 設定 {collaboratorAccess} 等級,並透過我們其中一項付費方案加強安全性。
1740
+ boxui.unifiedShare.levelOfCollabAccess = 設定 {collaboratorAccess} 等級,並透過我們其中一項付費方案加強安全性。{upgradeLink}
1741
1741
  # Call to action text for allowing the user to create a new shared link
1742
1742
  boxui.unifiedShare.linkShareOff = 建立共用的連結
1743
1743
  # Call to action text for allowing the user to remove an existing shared link
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "box-ui-elements",
3
- "version": "17.2.0-beta.4",
3
+ "version": "17.2.0-beta.5",
4
4
  "description": "Box UI Elements",
5
5
  "author": "Box (https://www.box.com/)",
6
6
  "license": "SEE LICENSE IN LICENSE",