box-ui-elements 24.1.0-beta.2 → 24.1.0-beta.3

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 (54) hide show
  1. package/dist/explorer.js +1 -1
  2. package/dist/openwith.js +1 -1
  3. package/dist/picker.js +1 -1
  4. package/dist/preview.js +1 -1
  5. package/dist/sharing.js +1 -1
  6. package/dist/sidebar.js +1 -1
  7. package/dist/uploader.js +1 -1
  8. package/es/constants.js +1 -1
  9. package/i18n/bn-IN.js +3 -3
  10. package/i18n/bn-IN.properties +6 -0
  11. package/i18n/da-DK.js +3 -3
  12. package/i18n/da-DK.properties +6 -0
  13. package/i18n/de-DE.js +3 -3
  14. package/i18n/de-DE.properties +6 -0
  15. package/i18n/en-AU.properties +6 -0
  16. package/i18n/en-CA.properties +6 -0
  17. package/i18n/en-GB.properties +6 -0
  18. package/i18n/es-419.js +3 -3
  19. package/i18n/es-419.properties +6 -0
  20. package/i18n/es-ES.js +3 -3
  21. package/i18n/es-ES.properties +6 -0
  22. package/i18n/fi-FI.js +3 -3
  23. package/i18n/fi-FI.properties +6 -0
  24. package/i18n/fr-CA.js +3 -3
  25. package/i18n/fr-CA.properties +6 -0
  26. package/i18n/fr-FR.js +3 -3
  27. package/i18n/fr-FR.properties +6 -0
  28. package/i18n/hi-IN.js +3 -3
  29. package/i18n/hi-IN.properties +6 -0
  30. package/i18n/it-IT.js +3 -3
  31. package/i18n/it-IT.properties +6 -0
  32. package/i18n/ja-JP.js +3 -3
  33. package/i18n/ja-JP.properties +9 -3
  34. package/i18n/ko-KR.js +3 -3
  35. package/i18n/ko-KR.properties +6 -0
  36. package/i18n/nb-NO.js +3 -3
  37. package/i18n/nb-NO.properties +6 -0
  38. package/i18n/nl-NL.js +3 -3
  39. package/i18n/nl-NL.properties +6 -0
  40. package/i18n/pl-PL.js +3 -3
  41. package/i18n/pl-PL.properties +6 -0
  42. package/i18n/pt-BR.js +3 -3
  43. package/i18n/pt-BR.properties +6 -0
  44. package/i18n/ru-RU.js +3 -3
  45. package/i18n/ru-RU.properties +6 -0
  46. package/i18n/sv-SE.js +3 -3
  47. package/i18n/sv-SE.properties +6 -0
  48. package/i18n/tr-TR.js +3 -3
  49. package/i18n/tr-TR.properties +6 -0
  50. package/i18n/zh-CN.js +3 -3
  51. package/i18n/zh-CN.properties +6 -0
  52. package/i18n/zh-TW.js +3 -3
  53. package/i18n/zh-TW.properties +6 -0
  54. package/package.json +1 -1
@@ -978,6 +978,10 @@ boxui.classification.add = Legg til
978
978
  boxui.classification.appliedByBoxAi = Box AI
979
979
  # Title of the card that shows the reason why the AI classification was applied on a specific date.
980
980
  boxui.classification.appliedByBoxAiOnDate = Box AI på {modifiedAt}
981
+ # Details stating which user or service applied the classification and on what date.
982
+ boxui.classification.appliedByDetails = {appliedBy} på {appliedAt}
983
+ # The title text for classification applied details
984
+ boxui.classification.appliedByTitle = Brukt av
981
985
  # Header for classification section in sidebar
982
986
  boxui.classification.classification = Klassifisering
983
987
  # Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Angi en dato senere enn {minLocaleDate}
1166
1170
  boxui.datePicker.dateInputRangeError = Angi en dato mellom {minLocaleDate} og {maxLocaleDate}
1167
1171
  # Date entered is invalid
1168
1172
  boxui.datePicker.iconAlertText = Ugyldig dato
1173
+ # Label for comment timestamp in the comment form
1174
+ boxui.draftjs.mentionSelector.commentTimestampLabel = Tidsstempel for kommentar
1169
1175
  # Message for screenReader users when trying to tag a user but there are no matches
1170
1176
  boxui.draftjs.mentionSelector.noUsersFound = Fant ingen brukere
1171
1177
  # Message to display when a user triggers a mention
package/i18n/nl-NL.js CHANGED
@@ -489,8 +489,8 @@ export default {
489
489
  "boxui.classification.add": "Toevoegen",
490
490
  "boxui.classification.appliedByBoxAi": "Box AI",
491
491
  "boxui.classification.appliedByBoxAiOnDate": "Box AI op {modifiedAt}",
492
- "boxui.classification.appliedByDetails": "{appliedBy} on {appliedAt}",
493
- "boxui.classification.appliedByTitle": "Applied By",
492
+ "boxui.classification.appliedByDetails": "{appliedBy} op {appliedAt}",
493
+ "boxui.classification.appliedByTitle": "Toegepast door",
494
494
  "boxui.classification.classification": "Classificatie",
495
495
  "boxui.classification.classificationDarkBlue": "Donkerblauw",
496
496
  "boxui.classification.classificationGreen": "Groen",
@@ -585,7 +585,7 @@ export default {
585
585
  "boxui.datePicker.dateInputMinError": "Voer een datum na {minLocaleDate} in",
586
586
  "boxui.datePicker.dateInputRangeError": "Voer een datum tussen {minLocaleDate} en {maxLocaleDate} in",
587
587
  "boxui.datePicker.iconAlertText": "Ongeldige datum",
588
- "boxui.draftjs.mentionSelector.commentTimestampLabel": "Comment Timestamp",
588
+ "boxui.draftjs.mentionSelector.commentTimestampLabel": "Opmerking tijdstempel",
589
589
  "boxui.draftjs.mentionSelector.noUsersFound": "Geen gebruikers gevonden",
590
590
  "boxui.draftjs.mentionSelector.startMention": "Noem iemand om die persoon een melding te sturen",
591
591
  "boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural, one {Eén gebruiker gevonden} other {{usersCount} gebruikers gevonden}}",
@@ -978,6 +978,10 @@ boxui.classification.add = Toevoegen
978
978
  boxui.classification.appliedByBoxAi = Box AI
979
979
  # Title of the card that shows the reason why the AI classification was applied on a specific date.
980
980
  boxui.classification.appliedByBoxAiOnDate = Box AI op {modifiedAt}
981
+ # Details stating which user or service applied the classification and on what date.
982
+ boxui.classification.appliedByDetails = {appliedBy} op {appliedAt}
983
+ # The title text for classification applied details
984
+ boxui.classification.appliedByTitle = Toegepast door
981
985
  # Header for classification section in sidebar
982
986
  boxui.classification.classification = Classificatie
983
987
  # Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Voer een datum na {minLocaleDate} in
1166
1170
  boxui.datePicker.dateInputRangeError = Voer een datum tussen {minLocaleDate} en {maxLocaleDate} in
1167
1171
  # Date entered is invalid
1168
1172
  boxui.datePicker.iconAlertText = Ongeldige datum
1173
+ # Label for comment timestamp in the comment form
1174
+ boxui.draftjs.mentionSelector.commentTimestampLabel = Opmerking tijdstempel
1169
1175
  # Message for screenReader users when trying to tag a user but there are no matches
1170
1176
  boxui.draftjs.mentionSelector.noUsersFound = Geen gebruikers gevonden
1171
1177
  # Message to display when a user triggers a mention
package/i18n/pl-PL.js CHANGED
@@ -489,8 +489,8 @@ export default {
489
489
  "boxui.classification.add": "Dodaj",
490
490
  "boxui.classification.appliedByBoxAi": "Box AI",
491
491
  "boxui.classification.appliedByBoxAiOnDate": "Box AI w dniu {modifiedAt}",
492
- "boxui.classification.appliedByDetails": "{appliedBy} on {appliedAt}",
493
- "boxui.classification.appliedByTitle": "Applied By",
492
+ "boxui.classification.appliedByDetails": "{appliedBy} dnia {appliedAt}",
493
+ "boxui.classification.appliedByTitle": "Zastosowane przez",
494
494
  "boxui.classification.classification": "Klasyfikacja",
495
495
  "boxui.classification.classificationDarkBlue": "Ciemnoniebieski",
496
496
  "boxui.classification.classificationGreen": "Zielony",
@@ -585,7 +585,7 @@ export default {
585
585
  "boxui.datePicker.dateInputMinError": "Wprowadź datę po {minLocaleDate}",
586
586
  "boxui.datePicker.dateInputRangeError": "Wprowadź datę z zakresu od {minLocaleDate} do {maxLocaleDate}",
587
587
  "boxui.datePicker.iconAlertText": "Nieprawidłowa data",
588
- "boxui.draftjs.mentionSelector.commentTimestampLabel": "Comment Timestamp",
588
+ "boxui.draftjs.mentionSelector.commentTimestampLabel": "Data i godzina komentarza",
589
589
  "boxui.draftjs.mentionSelector.noUsersFound": "Nie znaleziono użytkowników",
590
590
  "boxui.draftjs.mentionSelector.startMention": "Wspomnij kogoś, aby go powiadomić",
591
591
  "boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural, one {znaleziono jednego użytkownika} few {znaleziono {usersCount} użytkowników} other {znaleziono {usersCount} użytkowników}}",
@@ -978,6 +978,10 @@ boxui.classification.add = Dodaj
978
978
  boxui.classification.appliedByBoxAi = Box AI
979
979
  # Title of the card that shows the reason why the AI classification was applied on a specific date.
980
980
  boxui.classification.appliedByBoxAiOnDate = Box AI w dniu {modifiedAt}
981
+ # Details stating which user or service applied the classification and on what date.
982
+ boxui.classification.appliedByDetails = {appliedBy} dnia {appliedAt}
983
+ # The title text for classification applied details
984
+ boxui.classification.appliedByTitle = Zastosowane przez
981
985
  # Header for classification section in sidebar
982
986
  boxui.classification.classification = Klasyfikacja
983
987
  # Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Wprowadź datę po {minLocaleDate}
1166
1170
  boxui.datePicker.dateInputRangeError = Wprowadź datę z zakresu od {minLocaleDate} do {maxLocaleDate}
1167
1171
  # Date entered is invalid
1168
1172
  boxui.datePicker.iconAlertText = Nieprawidłowa data
1173
+ # Label for comment timestamp in the comment form
1174
+ boxui.draftjs.mentionSelector.commentTimestampLabel = Data i godzina komentarza
1169
1175
  # Message for screenReader users when trying to tag a user but there are no matches
1170
1176
  boxui.draftjs.mentionSelector.noUsersFound = Nie znaleziono użytkowników
1171
1177
  # Message to display when a user triggers a mention
package/i18n/pt-BR.js CHANGED
@@ -489,8 +489,8 @@ export default {
489
489
  "boxui.classification.add": "Adicionar",
490
490
  "boxui.classification.appliedByBoxAi": "Box AI",
491
491
  "boxui.classification.appliedByBoxAiOnDate": "Box AI no {modifiedAt}",
492
- "boxui.classification.appliedByDetails": "{appliedBy} on {appliedAt}",
493
- "boxui.classification.appliedByTitle": "Applied By",
492
+ "boxui.classification.appliedByDetails": "{appliedBy} em {appliedAt}",
493
+ "boxui.classification.appliedByTitle": "Aplicado por",
494
494
  "boxui.classification.classification": "Classificação",
495
495
  "boxui.classification.classificationDarkBlue": "Azul escuro",
496
496
  "boxui.classification.classificationGreen": "Verde",
@@ -585,7 +585,7 @@ export default {
585
585
  "boxui.datePicker.dateInputMinError": "Insira uma data posterior a {minLocaleDate}",
586
586
  "boxui.datePicker.dateInputRangeError": "Insira uma data entre {minLocaleDate} e {maxLocaleDate}",
587
587
  "boxui.datePicker.iconAlertText": "Data inválida",
588
- "boxui.draftjs.mentionSelector.commentTimestampLabel": "Comment Timestamp",
588
+ "boxui.draftjs.mentionSelector.commentTimestampLabel": "Registro de horário do comentário",
589
589
  "boxui.draftjs.mentionSelector.noUsersFound": "Nenhum usuário encontrado",
590
590
  "boxui.draftjs.mentionSelector.startMention": "Mencione alguém para notificá-lo",
591
591
  "boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural, one {1 usuário encontrado} other {{usersCount} usuários encontrados}}",
@@ -978,6 +978,10 @@ boxui.classification.add = Adicionar
978
978
  boxui.classification.appliedByBoxAi = Box AI
979
979
  # Title of the card that shows the reason why the AI classification was applied on a specific date.
980
980
  boxui.classification.appliedByBoxAiOnDate = Box AI no {modifiedAt}
981
+ # Details stating which user or service applied the classification and on what date.
982
+ boxui.classification.appliedByDetails = {appliedBy} em {appliedAt}
983
+ # The title text for classification applied details
984
+ boxui.classification.appliedByTitle = Aplicado por
981
985
  # Header for classification section in sidebar
982
986
  boxui.classification.classification = Classificação
983
987
  # Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Insira uma data posterior a {minLocaleDate}
1166
1170
  boxui.datePicker.dateInputRangeError = Insira uma data entre {minLocaleDate} e {maxLocaleDate}
1167
1171
  # Date entered is invalid
1168
1172
  boxui.datePicker.iconAlertText = Data inválida
1173
+ # Label for comment timestamp in the comment form
1174
+ boxui.draftjs.mentionSelector.commentTimestampLabel = Registro de horário do comentário
1169
1175
  # Message for screenReader users when trying to tag a user but there are no matches
1170
1176
  boxui.draftjs.mentionSelector.noUsersFound = Nenhum usuário encontrado
1171
1177
  # Message to display when a user triggers a mention
package/i18n/ru-RU.js CHANGED
@@ -489,8 +489,8 @@ export default {
489
489
  "boxui.classification.add": "Добавить",
490
490
  "boxui.classification.appliedByBoxAi": "Box AI",
491
491
  "boxui.classification.appliedByBoxAiOnDate": "Box AI на {modifiedAt}",
492
- "boxui.classification.appliedByDetails": "{appliedBy} on {appliedAt}",
493
- "boxui.classification.appliedByTitle": "Applied By",
492
+ "boxui.classification.appliedByDetails": "{appliedBy} ({appliedAt})",
493
+ "boxui.classification.appliedByTitle": "Применено пользователем",
494
494
  "boxui.classification.classification": "Классификация",
495
495
  "boxui.classification.classificationDarkBlue": "Темно-синий",
496
496
  "boxui.classification.classificationGreen": "Зеленый",
@@ -585,7 +585,7 @@ export default {
585
585
  "boxui.datePicker.dateInputMinError": "Введите дату в промежутке, следующем за указанной датой: {minLocaleDate}",
586
586
  "boxui.datePicker.dateInputRangeError": "Введите дату в диапазоне между следующими датами: {minLocaleDate} и {maxLocaleDate}",
587
587
  "boxui.datePicker.iconAlertText": "Неверная дата",
588
- "boxui.draftjs.mentionSelector.commentTimestampLabel": "Comment Timestamp",
588
+ "boxui.draftjs.mentionSelector.commentTimestampLabel": "Метка времени комментария",
589
589
  "boxui.draftjs.mentionSelector.noUsersFound": "Пользователи не найдены",
590
590
  "boxui.draftjs.mentionSelector.startMention": "Упомяните пользователя, чтобы он получил уведомление",
591
591
  "boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural, оne {один пользователь найден} few {{usersCount} пользователя найдено} other {{usersCount} пользователей найдено}}",
@@ -978,6 +978,10 @@ boxui.classification.add = Добавить
978
978
  boxui.classification.appliedByBoxAi = Box AI
979
979
  # Title of the card that shows the reason why the AI classification was applied on a specific date.
980
980
  boxui.classification.appliedByBoxAiOnDate = Box AI на {modifiedAt}
981
+ # Details stating which user or service applied the classification and on what date.
982
+ boxui.classification.appliedByDetails = {appliedBy} ({appliedAt})
983
+ # The title text for classification applied details
984
+ boxui.classification.appliedByTitle = Применено пользователем
981
985
  # Header for classification section in sidebar
982
986
  boxui.classification.classification = Классификация
983
987
  # Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Введите дату в промежут
1166
1170
  boxui.datePicker.dateInputRangeError = Введите дату в диапазоне между следующими датами: {minLocaleDate} и {maxLocaleDate}
1167
1171
  # Date entered is invalid
1168
1172
  boxui.datePicker.iconAlertText = Неверная дата
1173
+ # Label for comment timestamp in the comment form
1174
+ boxui.draftjs.mentionSelector.commentTimestampLabel = Метка времени комментария
1169
1175
  # Message for screenReader users when trying to tag a user but there are no matches
1170
1176
  boxui.draftjs.mentionSelector.noUsersFound = Пользователи не найдены
1171
1177
  # Message to display when a user triggers a mention
package/i18n/sv-SE.js CHANGED
@@ -489,8 +489,8 @@ export default {
489
489
  "boxui.classification.add": "Lägg till",
490
490
  "boxui.classification.appliedByBoxAi": "Box AI",
491
491
  "boxui.classification.appliedByBoxAiOnDate": "Box AI på {modifiedAt}",
492
- "boxui.classification.appliedByDetails": "{appliedBy} on {appliedAt}",
493
- "boxui.classification.appliedByTitle": "Applied By",
492
+ "boxui.classification.appliedByDetails": "{appliedBy} {appliedAt}",
493
+ "boxui.classification.appliedByTitle": "Tillämpad av",
494
494
  "boxui.classification.classification": "Klassificering",
495
495
  "boxui.classification.classificationDarkBlue": "Mörkblått",
496
496
  "boxui.classification.classificationGreen": "Grön",
@@ -585,7 +585,7 @@ export default {
585
585
  "boxui.datePicker.dateInputMinError": "Ange ett datum efter {minLocaleDate}",
586
586
  "boxui.datePicker.dateInputRangeError": "Ange ett datum mellan {minLocaleDate} och {maxLocaleDate}",
587
587
  "boxui.datePicker.iconAlertText": "Ogiltigt datum",
588
- "boxui.draftjs.mentionSelector.commentTimestampLabel": "Comment Timestamp",
588
+ "boxui.draftjs.mentionSelector.commentTimestampLabel": "Tidsstämpel för kommentar",
589
589
  "boxui.draftjs.mentionSelector.noUsersFound": "Inga användare hittades",
590
590
  "boxui.draftjs.mentionSelector.startMention": "Nämn någon som ska meddela dem",
591
591
  "boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural, one {en användare hittades} other {{usersCount} användare hittades}}",
@@ -978,6 +978,10 @@ boxui.classification.add = Lägg till
978
978
  boxui.classification.appliedByBoxAi = Box AI
979
979
  # Title of the card that shows the reason why the AI classification was applied on a specific date.
980
980
  boxui.classification.appliedByBoxAiOnDate = Box AI på {modifiedAt}
981
+ # Details stating which user or service applied the classification and on what date.
982
+ boxui.classification.appliedByDetails = {appliedBy} på {appliedAt}
983
+ # The title text for classification applied details
984
+ boxui.classification.appliedByTitle = Tillämpad av
981
985
  # Header for classification section in sidebar
982
986
  boxui.classification.classification = Klassificering
983
987
  # Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Ange ett datum efter {minLocaleDate}
1166
1170
  boxui.datePicker.dateInputRangeError = Ange ett datum mellan {minLocaleDate} och {maxLocaleDate}
1167
1171
  # Date entered is invalid
1168
1172
  boxui.datePicker.iconAlertText = Ogiltigt datum
1173
+ # Label for comment timestamp in the comment form
1174
+ boxui.draftjs.mentionSelector.commentTimestampLabel = Tidsstämpel för kommentar
1169
1175
  # Message for screenReader users when trying to tag a user but there are no matches
1170
1176
  boxui.draftjs.mentionSelector.noUsersFound = Inga användare hittades
1171
1177
  # Message to display when a user triggers a mention
package/i18n/tr-TR.js CHANGED
@@ -489,8 +489,8 @@ export default {
489
489
  "boxui.classification.add": "Ekle",
490
490
  "boxui.classification.appliedByBoxAi": "Box AI",
491
491
  "boxui.classification.appliedByBoxAiOnDate": "{modifiedAt} bilgisine ayarlı Box AI",
492
- "boxui.classification.appliedByDetails": "{appliedBy} on {appliedAt}",
493
- "boxui.classification.appliedByTitle": "Applied By",
492
+ "boxui.classification.appliedByDetails": "{appliedAt} tarihinde {appliedBy}",
493
+ "boxui.classification.appliedByTitle": "Uygulayan",
494
494
  "boxui.classification.classification": "Sınıflandırma",
495
495
  "boxui.classification.classificationDarkBlue": "Koyu Mavi",
496
496
  "boxui.classification.classificationGreen": "Yeşil",
@@ -585,7 +585,7 @@ export default {
585
585
  "boxui.datePicker.dateInputMinError": "Lütfen {minLocaleDate} tarihinden sonraki bir tarihi girin",
586
586
  "boxui.datePicker.dateInputRangeError": "Lütfen {minLocaleDate} ve {maxLocaleDate} arasındaki bir tarihi girin",
587
587
  "boxui.datePicker.iconAlertText": "Geçersiz Tarih",
588
- "boxui.draftjs.mentionSelector.commentTimestampLabel": "Comment Timestamp",
588
+ "boxui.draftjs.mentionSelector.commentTimestampLabel": "Yorumun Zaman Etiketi",
589
589
  "boxui.draftjs.mentionSelector.noUsersFound": "Kullanıcı bulunamadı",
590
590
  "boxui.draftjs.mentionSelector.startMention": "Bildirim alması için birinden bahsedin",
591
591
  "boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural, one {bir kullanıcı bulundu} other {{usersCount} kullanıcı bulundu}}",
@@ -978,6 +978,10 @@ boxui.classification.add = Ekle
978
978
  boxui.classification.appliedByBoxAi = Box AI
979
979
  # Title of the card that shows the reason why the AI classification was applied on a specific date.
980
980
  boxui.classification.appliedByBoxAiOnDate = {modifiedAt} bilgisine ayarlı Box AI
981
+ # Details stating which user or service applied the classification and on what date.
982
+ boxui.classification.appliedByDetails = {appliedAt} tarihinde {appliedBy}
983
+ # The title text for classification applied details
984
+ boxui.classification.appliedByTitle = Uygulayan
981
985
  # Header for classification section in sidebar
982
986
  boxui.classification.classification = Sınıflandırma
983
987
  # Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Lütfen {minLocaleDate} tarihinden sonraki
1166
1170
  boxui.datePicker.dateInputRangeError = Lütfen {minLocaleDate} ve {maxLocaleDate} arasındaki bir tarihi girin
1167
1171
  # Date entered is invalid
1168
1172
  boxui.datePicker.iconAlertText = Geçersiz Tarih
1173
+ # Label for comment timestamp in the comment form
1174
+ boxui.draftjs.mentionSelector.commentTimestampLabel = Yorumun Zaman Etiketi
1169
1175
  # Message for screenReader users when trying to tag a user but there are no matches
1170
1176
  boxui.draftjs.mentionSelector.noUsersFound = Kullanıcı bulunamadı
1171
1177
  # Message to display when a user triggers a mention
package/i18n/zh-CN.js CHANGED
@@ -489,8 +489,8 @@ export default {
489
489
  "boxui.classification.add": "添加",
490
490
  "boxui.classification.appliedByBoxAi": "Box AI",
491
491
  "boxui.classification.appliedByBoxAiOnDate": "Box AI 于 {modifiedAt}",
492
- "boxui.classification.appliedByDetails": "{appliedBy} on {appliedAt}",
493
- "boxui.classification.appliedByTitle": "Applied By",
492
+ "boxui.classification.appliedByDetails": "{appliedBy} {appliedAt}",
493
+ "boxui.classification.appliedByTitle": "应用者",
494
494
  "boxui.classification.classification": "分类",
495
495
  "boxui.classification.classificationDarkBlue": "深蓝色",
496
496
  "boxui.classification.classificationGreen": "绿色",
@@ -585,7 +585,7 @@ export default {
585
585
  "boxui.datePicker.dateInputMinError": "请输入 {minLocaleDate} 之后的日期",
586
586
  "boxui.datePicker.dateInputRangeError": "请输入 {minLocaleDate} 与 {maxLocaleDate} 之间的日期",
587
587
  "boxui.datePicker.iconAlertText": "无效的日期",
588
- "boxui.draftjs.mentionSelector.commentTimestampLabel": "Comment Timestamp",
588
+ "boxui.draftjs.mentionSelector.commentTimestampLabel": "评论时间戳",
589
589
  "boxui.draftjs.mentionSelector.noUsersFound": "未找到用户",
590
590
  "boxui.draftjs.mentionSelector.startMention": "提及某人去通知他们",
591
591
  "boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural,other {找到 {usersCount} 个用户}}",
@@ -978,6 +978,10 @@ boxui.classification.add = 添加
978
978
  boxui.classification.appliedByBoxAi = Box AI
979
979
  # Title of the card that shows the reason why the AI classification was applied on a specific date.
980
980
  boxui.classification.appliedByBoxAiOnDate = Box AI 于 {modifiedAt}
981
+ # Details stating which user or service applied the classification and on what date.
982
+ boxui.classification.appliedByDetails = {appliedBy} 于 {appliedAt}
983
+ # The title text for classification applied details
984
+ boxui.classification.appliedByTitle = 应用者
981
985
  # Header for classification section in sidebar
982
986
  boxui.classification.classification = 分类
983
987
  # Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = 请输入 {minLocaleDate} 之后的日期
1166
1170
  boxui.datePicker.dateInputRangeError = 请输入 {minLocaleDate} 与 {maxLocaleDate} 之间的日期
1167
1171
  # Date entered is invalid
1168
1172
  boxui.datePicker.iconAlertText = 无效的日期
1173
+ # Label for comment timestamp in the comment form
1174
+ boxui.draftjs.mentionSelector.commentTimestampLabel = 评论时间戳
1169
1175
  # Message for screenReader users when trying to tag a user but there are no matches
1170
1176
  boxui.draftjs.mentionSelector.noUsersFound = 未找到用户
1171
1177
  # Message to display when a user triggers a mention
package/i18n/zh-TW.js CHANGED
@@ -489,8 +489,8 @@ export default {
489
489
  "boxui.classification.add": "新增",
490
490
  "boxui.classification.appliedByBoxAi": "Box AI",
491
491
  "boxui.classification.appliedByBoxAiOnDate": "Box AI 已修改於 {modifiedAt}",
492
- "boxui.classification.appliedByDetails": "{appliedBy} on {appliedAt}",
493
- "boxui.classification.appliedByTitle": "Applied By",
492
+ "boxui.classification.appliedByDetails": "{appliedBy} {appliedAt}",
493
+ "boxui.classification.appliedByTitle": "套用者",
494
494
  "boxui.classification.classification": "分類",
495
495
  "boxui.classification.classificationDarkBlue": "深藍色",
496
496
  "boxui.classification.classificationGreen": "綠色",
@@ -585,7 +585,7 @@ export default {
585
585
  "boxui.datePicker.dateInputMinError": "請輸入 {minLocaleDate} 之後的日期",
586
586
  "boxui.datePicker.dateInputRangeError": "請輸入介於 {minLocaleDate} 和 {maxLocaleDate} 之間的日期",
587
587
  "boxui.datePicker.iconAlertText": "無效日期",
588
- "boxui.draftjs.mentionSelector.commentTimestampLabel": "Comment Timestamp",
588
+ "boxui.draftjs.mentionSelector.commentTimestampLabel": "留言時間戳記",
589
589
  "boxui.draftjs.mentionSelector.noUsersFound": "找不到使用者",
590
590
  "boxui.draftjs.mentionSelector.startMention": "提及某人來通知該名人員",
591
591
  "boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural,other {找到 {usersCount} 位使用者}}",
@@ -978,6 +978,10 @@ boxui.classification.add = 新增
978
978
  boxui.classification.appliedByBoxAi = Box AI
979
979
  # Title of the card that shows the reason why the AI classification was applied on a specific date.
980
980
  boxui.classification.appliedByBoxAiOnDate = Box AI 已修改於 {modifiedAt}
981
+ # Details stating which user or service applied the classification and on what date.
982
+ boxui.classification.appliedByDetails = {appliedBy} 於 {appliedAt}
983
+ # The title text for classification applied details
984
+ boxui.classification.appliedByTitle = 套用者
981
985
  # Header for classification section in sidebar
982
986
  boxui.classification.classification = 分類
983
987
  # Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = 請輸入 {minLocaleDate} 之後的日期
1166
1170
  boxui.datePicker.dateInputRangeError = 請輸入介於 {minLocaleDate} 和 {maxLocaleDate} 之間的日期
1167
1171
  # Date entered is invalid
1168
1172
  boxui.datePicker.iconAlertText = 無效日期
1173
+ # Label for comment timestamp in the comment form
1174
+ boxui.draftjs.mentionSelector.commentTimestampLabel = 留言時間戳記
1169
1175
  # Message for screenReader users when trying to tag a user but there are no matches
1170
1176
  boxui.draftjs.mentionSelector.noUsersFound = 找不到使用者
1171
1177
  # Message to display when a user triggers a mention
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "box-ui-elements",
3
- "version": "24.1.0-beta.2",
3
+ "version": "24.1.0-beta.3",
4
4
  "description": "Box UI Elements",
5
5
  "author": "Box (https://www.box.com/)",
6
6
  "license": "SEE LICENSE IN LICENSE",