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.
- package/dist/explorer.js +1 -1
- package/dist/openwith.js +1 -1
- package/dist/picker.js +1 -1
- package/dist/preview.js +1 -1
- package/dist/sharing.js +1 -1
- package/dist/sidebar.js +1 -1
- package/dist/uploader.js +1 -1
- package/es/constants.js +1 -1
- package/i18n/bn-IN.js +3 -3
- package/i18n/bn-IN.properties +6 -0
- package/i18n/da-DK.js +3 -3
- package/i18n/da-DK.properties +6 -0
- package/i18n/de-DE.js +3 -3
- package/i18n/de-DE.properties +6 -0
- package/i18n/en-AU.properties +6 -0
- package/i18n/en-CA.properties +6 -0
- package/i18n/en-GB.properties +6 -0
- package/i18n/es-419.js +3 -3
- package/i18n/es-419.properties +6 -0
- package/i18n/es-ES.js +3 -3
- package/i18n/es-ES.properties +6 -0
- package/i18n/fi-FI.js +3 -3
- package/i18n/fi-FI.properties +6 -0
- package/i18n/fr-CA.js +3 -3
- package/i18n/fr-CA.properties +6 -0
- package/i18n/fr-FR.js +3 -3
- package/i18n/fr-FR.properties +6 -0
- package/i18n/hi-IN.js +3 -3
- package/i18n/hi-IN.properties +6 -0
- package/i18n/it-IT.js +3 -3
- package/i18n/it-IT.properties +6 -0
- package/i18n/ja-JP.js +3 -3
- package/i18n/ja-JP.properties +9 -3
- package/i18n/ko-KR.js +3 -3
- package/i18n/ko-KR.properties +6 -0
- package/i18n/nb-NO.js +3 -3
- package/i18n/nb-NO.properties +6 -0
- package/i18n/nl-NL.js +3 -3
- package/i18n/nl-NL.properties +6 -0
- package/i18n/pl-PL.js +3 -3
- package/i18n/pl-PL.properties +6 -0
- package/i18n/pt-BR.js +3 -3
- package/i18n/pt-BR.properties +6 -0
- package/i18n/ru-RU.js +3 -3
- package/i18n/ru-RU.properties +6 -0
- package/i18n/sv-SE.js +3 -3
- package/i18n/sv-SE.properties +6 -0
- package/i18n/tr-TR.js +3 -3
- package/i18n/tr-TR.properties +6 -0
- package/i18n/zh-CN.js +3 -3
- package/i18n/zh-CN.properties +6 -0
- package/i18n/zh-TW.js +3 -3
- package/i18n/zh-TW.properties +6 -0
- package/package.json +1 -1
package/es/constants.js
CHANGED
|
@@ -236,7 +236,7 @@ export const CLIENT_NAME_CONTENT_SIDEBAR = 'ContentSidebar';
|
|
|
236
236
|
export const CLIENT_NAME_CONTENT_UPLOADER = 'ContentUploader';
|
|
237
237
|
export const CLIENT_NAME_FILE_PICKER = 'FilePicker';
|
|
238
238
|
export const CLIENT_NAME_FOLDER_PICKER = 'FolderPicker';
|
|
239
|
-
export const CLIENT_VERSION = '24.1.0-beta.
|
|
239
|
+
export const CLIENT_VERSION = '24.1.0-beta.3';
|
|
240
240
|
|
|
241
241
|
/* ---------------------- Statuses -------------------------- */
|
|
242
242
|
export const STATUS_PENDING = 'pending';
|
package/i18n/bn-IN.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": "{modifiedAt} এ Box AI",
|
|
492
|
-
"boxui.classification.appliedByDetails": "{
|
|
493
|
-
"boxui.classification.appliedByTitle": "
|
|
492
|
+
"boxui.classification.appliedByDetails": "{appliedAt} এ {appliedBy}",
|
|
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": "
|
|
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, one {একজন ব্যবহারকারী খুঁজে পাওয়া গেছে} other {{usersCount} জন ব্যবহারকারী খুঁজে পাওয়া গেছে}}",
|
package/i18n/bn-IN.properties
CHANGED
|
@@ -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 = {modifiedAt} এ Box AI
|
|
981
|
+
# Details stating which user or service applied the classification and on what date.
|
|
982
|
+
boxui.classification.appliedByDetails = {appliedAt} এ {appliedBy}
|
|
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 = অনুগ্রহ করে {minLocaleD
|
|
|
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/da-DK.js
CHANGED
|
@@ -489,8 +489,8 @@ export default {
|
|
|
489
489
|
"boxui.classification.add": "Tilføj",
|
|
490
490
|
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
491
|
"boxui.classification.appliedByBoxAiOnDate": "Box AI på {modifiedAt}",
|
|
492
|
-
"boxui.classification.appliedByDetails": "{appliedBy}
|
|
493
|
-
"boxui.classification.appliedByTitle": "
|
|
492
|
+
"boxui.classification.appliedByDetails": "{appliedBy} den {appliedAt}",
|
|
493
|
+
"boxui.classification.appliedByTitle": "Anvendt af",
|
|
494
494
|
"boxui.classification.classification": "Klassificering",
|
|
495
495
|
"boxui.classification.classificationDarkBlue": "Mørkeblå",
|
|
496
496
|
"boxui.classification.classificationGreen": "Grøn",
|
|
@@ -585,7 +585,7 @@ export default {
|
|
|
585
585
|
"boxui.datePicker.dateInputMinError": "Indtast en dato efter {minLocaleDate}",
|
|
586
586
|
"boxui.datePicker.dateInputRangeError": "Indtast en værdi mellem {minLocaleDate} og {maxLocaleDate}",
|
|
587
587
|
"boxui.datePicker.iconAlertText": "Ugyldig dato",
|
|
588
|
-
"boxui.draftjs.mentionSelector.commentTimestampLabel": "
|
|
588
|
+
"boxui.draftjs.mentionSelector.commentTimestampLabel": "Tidsstempel for kommentar",
|
|
589
589
|
"boxui.draftjs.mentionSelector.noUsersFound": "Ingen brugere fundet",
|
|
590
590
|
"boxui.draftjs.mentionSelector.startMention": "Nævn en person for at give vedkommende besked",
|
|
591
591
|
"boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural, one {én bruger fundet} other {{usersCount} brugere fundet}}",
|
package/i18n/da-DK.properties
CHANGED
|
@@ -978,6 +978,10 @@ boxui.classification.add = Tilføj
|
|
|
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} den {appliedAt}
|
|
983
|
+
# The title text for classification applied details
|
|
984
|
+
boxui.classification.appliedByTitle = Anvendt af
|
|
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 = Indtast en dato efter {minLocaleDate}
|
|
|
1166
1170
|
boxui.datePicker.dateInputRangeError = Indtast en værdi mellem {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 = Ingen brugere fundet
|
|
1171
1177
|
# Message to display when a user triggers a mention
|
package/i18n/de-DE.js
CHANGED
|
@@ -489,8 +489,8 @@ export default {
|
|
|
489
489
|
"boxui.classification.add": "Hinzufügen",
|
|
490
490
|
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
491
|
"boxui.classification.appliedByBoxAiOnDate": "Box AI am {modifiedAt}",
|
|
492
|
-
"boxui.classification.appliedByDetails": "{appliedBy}
|
|
493
|
-
"boxui.classification.appliedByTitle": "
|
|
492
|
+
"boxui.classification.appliedByDetails": "{appliedBy} bei {appliedAt}",
|
|
493
|
+
"boxui.classification.appliedByTitle": "Angewandt von",
|
|
494
494
|
"boxui.classification.classification": "Klassifizierung",
|
|
495
495
|
"boxui.classification.classificationDarkBlue": "Dunkelblau",
|
|
496
496
|
"boxui.classification.classificationGreen": "Grün",
|
|
@@ -585,7 +585,7 @@ export default {
|
|
|
585
585
|
"boxui.datePicker.dateInputMinError": "Geben Sie ein Datum ein, das nach dem {minLocaleDate} liegt.",
|
|
586
586
|
"boxui.datePicker.dateInputRangeError": "Geben Sie ein Datum ein, das zwischen dem {minLocaleDate} und dem {maxLocaleDate} liegt.",
|
|
587
587
|
"boxui.datePicker.iconAlertText": "Ungültiges Datum",
|
|
588
|
-
"boxui.draftjs.mentionSelector.commentTimestampLabel": "
|
|
588
|
+
"boxui.draftjs.mentionSelector.commentTimestampLabel": "Zeitstempel des Kommentars",
|
|
589
589
|
"boxui.draftjs.mentionSelector.noUsersFound": "Keine Benutzer gefunden",
|
|
590
590
|
"boxui.draftjs.mentionSelector.startMention": "Jemanden erwähnen, der benachrichtigt werden soll",
|
|
591
591
|
"boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural, one {1 Benutzer gefunden} other {{usersCount} Benutzer gefunden}}",
|
package/i18n/de-DE.properties
CHANGED
|
@@ -978,6 +978,10 @@ boxui.classification.add = Hinzufügen
|
|
|
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 am {modifiedAt}
|
|
981
|
+
# Details stating which user or service applied the classification and on what date.
|
|
982
|
+
boxui.classification.appliedByDetails = {appliedBy} bei {appliedAt}
|
|
983
|
+
# The title text for classification applied details
|
|
984
|
+
boxui.classification.appliedByTitle = Angewandt von
|
|
981
985
|
# Header for classification section in sidebar
|
|
982
986
|
boxui.classification.classification = Klassifizierung
|
|
983
987
|
# Classification label color name as dark blue
|
|
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Geben Sie ein Datum ein, das nach dem {minL
|
|
|
1166
1170
|
boxui.datePicker.dateInputRangeError = Geben Sie ein Datum ein, das zwischen dem {minLocaleDate} und dem {maxLocaleDate} liegt.
|
|
1167
1171
|
# Date entered is invalid
|
|
1168
1172
|
boxui.datePicker.iconAlertText = Ungültiges Datum
|
|
1173
|
+
# Label for comment timestamp in the comment form
|
|
1174
|
+
boxui.draftjs.mentionSelector.commentTimestampLabel = Zeitstempel des Kommentars
|
|
1169
1175
|
# Message for screenReader users when trying to tag a user but there are no matches
|
|
1170
1176
|
boxui.draftjs.mentionSelector.noUsersFound = Keine Benutzer gefunden
|
|
1171
1177
|
# Message to display when a user triggers a mention
|
package/i18n/en-AU.properties
CHANGED
|
@@ -978,6 +978,10 @@ boxui.classification.add = 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 on {modifiedAt}
|
|
981
|
+
# Details stating which user or service applied the classification and on what date.
|
|
982
|
+
boxui.classification.appliedByDetails = {appliedBy} on {appliedAt}
|
|
983
|
+
# The title text for classification applied details
|
|
984
|
+
boxui.classification.appliedByTitle = Applied By
|
|
981
985
|
# Header for classification section in sidebar
|
|
982
986
|
boxui.classification.classification = Classification
|
|
983
987
|
# Classification label color name as dark blue
|
|
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Please enter a date after {minLocaleDate}
|
|
|
1166
1170
|
boxui.datePicker.dateInputRangeError = Please enter a date between {minLocaleDate} and {maxLocaleDate}
|
|
1167
1171
|
# Date entered is invalid
|
|
1168
1172
|
boxui.datePicker.iconAlertText = Invalid date
|
|
1173
|
+
# Label for comment timestamp in the comment form
|
|
1174
|
+
boxui.draftjs.mentionSelector.commentTimestampLabel = Comment Timestamp
|
|
1169
1175
|
# Message for screenReader users when trying to tag a user but there are no matches
|
|
1170
1176
|
boxui.draftjs.mentionSelector.noUsersFound = No users found
|
|
1171
1177
|
# Message to display when a user triggers a mention
|
package/i18n/en-CA.properties
CHANGED
|
@@ -978,6 +978,10 @@ boxui.classification.add = 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 on {modifiedAt}
|
|
981
|
+
# Details stating which user or service applied the classification and on what date.
|
|
982
|
+
boxui.classification.appliedByDetails = {appliedBy} on {appliedAt}
|
|
983
|
+
# The title text for classification applied details
|
|
984
|
+
boxui.classification.appliedByTitle = Applied By
|
|
981
985
|
# Header for classification section in sidebar
|
|
982
986
|
boxui.classification.classification = Classification
|
|
983
987
|
# Classification label color name as dark blue
|
|
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Please enter a date after {minLocaleDate}
|
|
|
1166
1170
|
boxui.datePicker.dateInputRangeError = Please enter a date between {minLocaleDate} and {maxLocaleDate}
|
|
1167
1171
|
# Date entered is invalid
|
|
1168
1172
|
boxui.datePicker.iconAlertText = Invalid Date
|
|
1173
|
+
# Label for comment timestamp in the comment form
|
|
1174
|
+
boxui.draftjs.mentionSelector.commentTimestampLabel = Comment Timestamp
|
|
1169
1175
|
# Message for screenReader users when trying to tag a user but there are no matches
|
|
1170
1176
|
boxui.draftjs.mentionSelector.noUsersFound = No users found
|
|
1171
1177
|
# Message to display when a user triggers a mention
|
package/i18n/en-GB.properties
CHANGED
|
@@ -978,6 +978,10 @@ boxui.classification.add = 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 on {modifiedAt}
|
|
981
|
+
# Details stating which user or service applied the classification and on what date.
|
|
982
|
+
boxui.classification.appliedByDetails = {appliedBy} on {appliedAt}
|
|
983
|
+
# The title text for classification applied details
|
|
984
|
+
boxui.classification.appliedByTitle = Applied By
|
|
981
985
|
# Header for classification section in sidebar
|
|
982
986
|
boxui.classification.classification = Classification
|
|
983
987
|
# Classification label color name as dark blue
|
|
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Please enter a date after {minLocaleDate}
|
|
|
1166
1170
|
boxui.datePicker.dateInputRangeError = Please enter a date between {minLocaleDate} and {maxLocaleDate}
|
|
1167
1171
|
# Date entered is invalid
|
|
1168
1172
|
boxui.datePicker.iconAlertText = Invalid date
|
|
1173
|
+
# Label for comment timestamp in the comment form
|
|
1174
|
+
boxui.draftjs.mentionSelector.commentTimestampLabel = Comment Timestamp
|
|
1169
1175
|
# Message for screenReader users when trying to tag a user but there are no matches
|
|
1170
1176
|
boxui.draftjs.mentionSelector.noUsersFound = No users found
|
|
1171
1177
|
# Message to display when a user triggers a mention
|
package/i18n/es-419.js
CHANGED
|
@@ -489,8 +489,8 @@ export default {
|
|
|
489
489
|
"boxui.classification.add": "Agregar",
|
|
490
490
|
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
491
|
"boxui.classification.appliedByBoxAiOnDate": "Box AI el {modifiedAt}",
|
|
492
|
-
"boxui.classification.appliedByDetails": "{appliedBy}
|
|
493
|
-
"boxui.classification.appliedByTitle": "
|
|
492
|
+
"boxui.classification.appliedByDetails": "{appliedBy} el {appliedAt}",
|
|
493
|
+
"boxui.classification.appliedByTitle": "Aplicado por",
|
|
494
494
|
"boxui.classification.classification": "Clasificación",
|
|
495
495
|
"boxui.classification.classificationDarkBlue": "Azul oscuro",
|
|
496
496
|
"boxui.classification.classificationGreen": "Verde",
|
|
@@ -585,7 +585,7 @@ export default {
|
|
|
585
585
|
"boxui.datePicker.dateInputMinError": "Introduzca una fecha posterior al {minLocaleDate}.",
|
|
586
586
|
"boxui.datePicker.dateInputRangeError": "Introduzca una fecha entre el {minLocaleDate} y el {maxLocaleDate}",
|
|
587
587
|
"boxui.datePicker.iconAlertText": "Fecha no válida",
|
|
588
|
-
"boxui.draftjs.mentionSelector.commentTimestampLabel": "
|
|
588
|
+
"boxui.draftjs.mentionSelector.commentTimestampLabel": "Marca de tiempo del comentario",
|
|
589
589
|
"boxui.draftjs.mentionSelector.noUsersFound": "No se han encontrado usuarios",
|
|
590
590
|
"boxui.draftjs.mentionSelector.startMention": "Mencione a alguien para que reciba una notificación",
|
|
591
591
|
"boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural, one {un usuario encontrado} other {{usersCount} usuarios encontrados}}",
|
package/i18n/es-419.properties
CHANGED
|
@@ -978,6 +978,10 @@ boxui.classification.add = Agregar
|
|
|
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 el {modifiedAt}
|
|
981
|
+
# Details stating which user or service applied the classification and on what date.
|
|
982
|
+
boxui.classification.appliedByDetails = {appliedBy} el {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 = Clasificación
|
|
983
987
|
# Classification label color name as dark blue
|
|
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Introduzca una fecha posterior al {minLocal
|
|
|
1166
1170
|
boxui.datePicker.dateInputRangeError = Introduzca una fecha entre el {minLocaleDate} y el {maxLocaleDate}
|
|
1167
1171
|
# Date entered is invalid
|
|
1168
1172
|
boxui.datePicker.iconAlertText = Fecha no válida
|
|
1173
|
+
# Label for comment timestamp in the comment form
|
|
1174
|
+
boxui.draftjs.mentionSelector.commentTimestampLabel = Marca de tiempo del comentario
|
|
1169
1175
|
# Message for screenReader users when trying to tag a user but there are no matches
|
|
1170
1176
|
boxui.draftjs.mentionSelector.noUsersFound = No se han encontrado usuarios
|
|
1171
1177
|
# Message to display when a user triggers a mention
|
package/i18n/es-ES.js
CHANGED
|
@@ -489,8 +489,8 @@ export default {
|
|
|
489
489
|
"boxui.classification.add": "Agregar",
|
|
490
490
|
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
491
|
"boxui.classification.appliedByBoxAiOnDate": "Box AI el {modifiedAt}",
|
|
492
|
-
"boxui.classification.appliedByDetails": "{appliedBy}
|
|
493
|
-
"boxui.classification.appliedByTitle": "
|
|
492
|
+
"boxui.classification.appliedByDetails": "{appliedBy} el {appliedAt}",
|
|
493
|
+
"boxui.classification.appliedByTitle": "Aplicado por",
|
|
494
494
|
"boxui.classification.classification": "Clasificación",
|
|
495
495
|
"boxui.classification.classificationDarkBlue": "Azul oscuro",
|
|
496
496
|
"boxui.classification.classificationGreen": "Verde",
|
|
@@ -585,7 +585,7 @@ export default {
|
|
|
585
585
|
"boxui.datePicker.dateInputMinError": "Introduzca una fecha posterior al {minLocaleDate}.",
|
|
586
586
|
"boxui.datePicker.dateInputRangeError": "Introduzca una fecha entre el {minLocaleDate} y el {maxLocaleDate}",
|
|
587
587
|
"boxui.datePicker.iconAlertText": "Fecha no válida",
|
|
588
|
-
"boxui.draftjs.mentionSelector.commentTimestampLabel": "
|
|
588
|
+
"boxui.draftjs.mentionSelector.commentTimestampLabel": "Marca de tiempo del comentario",
|
|
589
589
|
"boxui.draftjs.mentionSelector.noUsersFound": "No se han encontrado usuarios",
|
|
590
590
|
"boxui.draftjs.mentionSelector.startMention": "Mencione a alguien para que reciba una notificación",
|
|
591
591
|
"boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural, one {un usuario encontrado} other {{usersCount} usuarios encontrados}}",
|
package/i18n/es-ES.properties
CHANGED
|
@@ -978,6 +978,10 @@ boxui.classification.add = Agregar
|
|
|
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 el {modifiedAt}
|
|
981
|
+
# Details stating which user or service applied the classification and on what date.
|
|
982
|
+
boxui.classification.appliedByDetails = {appliedBy} el {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 = Clasificación
|
|
983
987
|
# Classification label color name as dark blue
|
|
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Introduzca una fecha posterior al {minLocal
|
|
|
1166
1170
|
boxui.datePicker.dateInputRangeError = Introduzca una fecha entre el {minLocaleDate} y el {maxLocaleDate}
|
|
1167
1171
|
# Date entered is invalid
|
|
1168
1172
|
boxui.datePicker.iconAlertText = Fecha no válida
|
|
1173
|
+
# Label for comment timestamp in the comment form
|
|
1174
|
+
boxui.draftjs.mentionSelector.commentTimestampLabel = Marca de tiempo del comentario
|
|
1169
1175
|
# Message for screenReader users when trying to tag a user but there are no matches
|
|
1170
1176
|
boxui.draftjs.mentionSelector.noUsersFound = No se han encontrado usuarios
|
|
1171
1177
|
# Message to display when a user triggers a mention
|
package/i18n/fi-FI.js
CHANGED
|
@@ -489,8 +489,8 @@ export default {
|
|
|
489
489
|
"boxui.classification.add": "Lisää",
|
|
490
490
|
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
491
|
"boxui.classification.appliedByBoxAiOnDate": "Box AI {modifiedAt}",
|
|
492
|
-
"boxui.classification.appliedByDetails": "{appliedBy}
|
|
493
|
-
"boxui.classification.appliedByTitle": "
|
|
492
|
+
"boxui.classification.appliedByDetails": "{appliedBy} {appliedAt}",
|
|
493
|
+
"boxui.classification.appliedByTitle": "Käyttäjä",
|
|
494
494
|
"boxui.classification.classification": "Luokitus",
|
|
495
495
|
"boxui.classification.classificationDarkBlue": "Tummansininen",
|
|
496
496
|
"boxui.classification.classificationGreen": "Vihreä",
|
|
@@ -585,7 +585,7 @@ export default {
|
|
|
585
585
|
"boxui.datePicker.dateInputMinError": "Anna päivämäärä, {minLocaleDate} jälkeen",
|
|
586
586
|
"boxui.datePicker.dateInputRangeError": "Anna päivämäärä, välillä {minLocaleDate}–{maxLocaleDate}",
|
|
587
587
|
"boxui.datePicker.iconAlertText": "Virheellinen päivämäärä",
|
|
588
|
-
"boxui.draftjs.mentionSelector.commentTimestampLabel": "
|
|
588
|
+
"boxui.draftjs.mentionSelector.commentTimestampLabel": "Kommentin aikaleima",
|
|
589
589
|
"boxui.draftjs.mentionSelector.noUsersFound": "Käyttäjiä ei löydy",
|
|
590
590
|
"boxui.draftjs.mentionSelector.startMention": "Mainitse käyttäjä, jotta hän saa ilmoituksen",
|
|
591
591
|
"boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural, one {yksi käyttäjä löytyi} other {{usersCount} käyttäjää löytyi}}",
|
package/i18n/fi-FI.properties
CHANGED
|
@@ -978,6 +978,10 @@ boxui.classification.add = Lisää
|
|
|
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 = Käyttäjä
|
|
981
985
|
# Header for classification section in sidebar
|
|
982
986
|
boxui.classification.classification = Luokitus
|
|
983
987
|
# Classification label color name as dark blue
|
|
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Anna päivämäärä, {minLocaleDate} jälk
|
|
|
1166
1170
|
boxui.datePicker.dateInputRangeError = Anna päivämäärä, välillä {minLocaleDate}–{maxLocaleDate}
|
|
1167
1171
|
# Date entered is invalid
|
|
1168
1172
|
boxui.datePicker.iconAlertText = Virheellinen päivämäärä
|
|
1173
|
+
# Label for comment timestamp in the comment form
|
|
1174
|
+
boxui.draftjs.mentionSelector.commentTimestampLabel = Kommentin aikaleima
|
|
1169
1175
|
# Message for screenReader users when trying to tag a user but there are no matches
|
|
1170
1176
|
boxui.draftjs.mentionSelector.noUsersFound = Käyttäjiä ei löydy
|
|
1171
1177
|
# Message to display when a user triggers a mention
|
package/i18n/fr-CA.js
CHANGED
|
@@ -489,8 +489,8 @@ export default {
|
|
|
489
489
|
"boxui.classification.add": "Ajouter",
|
|
490
490
|
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
491
|
"boxui.classification.appliedByBoxAiOnDate": "Box AI sur {modifiedAt}",
|
|
492
|
-
"boxui.classification.appliedByDetails": "{appliedBy}
|
|
493
|
-
"boxui.classification.appliedByTitle": "
|
|
492
|
+
"boxui.classification.appliedByDetails": "{appliedBy} le {appliedAt}",
|
|
493
|
+
"boxui.classification.appliedByTitle": "Appliqué par",
|
|
494
494
|
"boxui.classification.classification": "Classement",
|
|
495
495
|
"boxui.classification.classificationDarkBlue": "Bleu foncé",
|
|
496
496
|
"boxui.classification.classificationGreen": "Vert",
|
|
@@ -585,7 +585,7 @@ export default {
|
|
|
585
585
|
"boxui.datePicker.dateInputMinError": "Saisissez une date après le {minLocaleDate}",
|
|
586
586
|
"boxui.datePicker.dateInputRangeError": "Saisissez une date entre le {minLocaleDate} et le {maxLocaleDate}",
|
|
587
587
|
"boxui.datePicker.iconAlertText": "Date non valide",
|
|
588
|
-
"boxui.draftjs.mentionSelector.commentTimestampLabel": "
|
|
588
|
+
"boxui.draftjs.mentionSelector.commentTimestampLabel": "Horodatage du commentaire",
|
|
589
589
|
"boxui.draftjs.mentionSelector.noUsersFound": "Aucun utilisateur trouvé",
|
|
590
590
|
"boxui.draftjs.mentionSelector.startMention": "Mentionnez un utilisateur pour l'avertir",
|
|
591
591
|
"boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural, one {un utilisateur trouvé} other {{usersCount} utilisateurs trouvés}}",
|
package/i18n/fr-CA.properties
CHANGED
|
@@ -978,6 +978,10 @@ boxui.classification.add = Ajouter
|
|
|
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 sur {modifiedAt}
|
|
981
|
+
# Details stating which user or service applied the classification and on what date.
|
|
982
|
+
boxui.classification.appliedByDetails = {appliedBy} le {appliedAt}
|
|
983
|
+
# The title text for classification applied details
|
|
984
|
+
boxui.classification.appliedByTitle = Appliqué par
|
|
981
985
|
# Header for classification section in sidebar
|
|
982
986
|
boxui.classification.classification = Classement
|
|
983
987
|
# Classification label color name as dark blue
|
|
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Saisissez une date après le {minLocaleDate
|
|
|
1166
1170
|
boxui.datePicker.dateInputRangeError = Saisissez une date entre le {minLocaleDate} et le {maxLocaleDate}
|
|
1167
1171
|
# Date entered is invalid
|
|
1168
1172
|
boxui.datePicker.iconAlertText = Date non valide
|
|
1173
|
+
# Label for comment timestamp in the comment form
|
|
1174
|
+
boxui.draftjs.mentionSelector.commentTimestampLabel = Horodatage du commentaire
|
|
1169
1175
|
# Message for screenReader users when trying to tag a user but there are no matches
|
|
1170
1176
|
boxui.draftjs.mentionSelector.noUsersFound = Aucun utilisateur trouvé
|
|
1171
1177
|
# Message to display when a user triggers a mention
|
package/i18n/fr-FR.js
CHANGED
|
@@ -489,8 +489,8 @@ export default {
|
|
|
489
489
|
"boxui.classification.add": "Ajouter",
|
|
490
490
|
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
491
|
"boxui.classification.appliedByBoxAiOnDate": "Box AI sur {modifiedAt}",
|
|
492
|
-
"boxui.classification.appliedByDetails": "{appliedBy}
|
|
493
|
-
"boxui.classification.appliedByTitle": "
|
|
492
|
+
"boxui.classification.appliedByDetails": "{appliedBy} le {appliedAt}",
|
|
493
|
+
"boxui.classification.appliedByTitle": "Appliqué par",
|
|
494
494
|
"boxui.classification.classification": "Classement",
|
|
495
495
|
"boxui.classification.classificationDarkBlue": "Bleu foncé",
|
|
496
496
|
"boxui.classification.classificationGreen": "Vert",
|
|
@@ -585,7 +585,7 @@ export default {
|
|
|
585
585
|
"boxui.datePicker.dateInputMinError": "Saisissez une date après le {minLocaleDate}",
|
|
586
586
|
"boxui.datePicker.dateInputRangeError": "Saisissez une date entre le {minLocaleDate} et le {maxLocaleDate}",
|
|
587
587
|
"boxui.datePicker.iconAlertText": "Date non valide",
|
|
588
|
-
"boxui.draftjs.mentionSelector.commentTimestampLabel": "
|
|
588
|
+
"boxui.draftjs.mentionSelector.commentTimestampLabel": "Horodatage du commentaire",
|
|
589
589
|
"boxui.draftjs.mentionSelector.noUsersFound": "Aucun utilisateur trouvé",
|
|
590
590
|
"boxui.draftjs.mentionSelector.startMention": "Mentionnez un utilisateur pour l'avertir",
|
|
591
591
|
"boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural, one {un utilisateur trouvé} other {{usersCount} utilisateurs trouvés}}",
|
package/i18n/fr-FR.properties
CHANGED
|
@@ -978,6 +978,10 @@ boxui.classification.add = Ajouter
|
|
|
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 sur {modifiedAt}
|
|
981
|
+
# Details stating which user or service applied the classification and on what date.
|
|
982
|
+
boxui.classification.appliedByDetails = {appliedBy} le {appliedAt}
|
|
983
|
+
# The title text for classification applied details
|
|
984
|
+
boxui.classification.appliedByTitle = Appliqué par
|
|
981
985
|
# Header for classification section in sidebar
|
|
982
986
|
boxui.classification.classification = Classement
|
|
983
987
|
# Classification label color name as dark blue
|
|
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Saisissez une date après le {minLocaleDate
|
|
|
1166
1170
|
boxui.datePicker.dateInputRangeError = Saisissez une date entre le {minLocaleDate} et le {maxLocaleDate}
|
|
1167
1171
|
# Date entered is invalid
|
|
1168
1172
|
boxui.datePicker.iconAlertText = Date non valide
|
|
1173
|
+
# Label for comment timestamp in the comment form
|
|
1174
|
+
boxui.draftjs.mentionSelector.commentTimestampLabel = Horodatage du commentaire
|
|
1169
1175
|
# Message for screenReader users when trying to tag a user but there are no matches
|
|
1170
1176
|
boxui.draftjs.mentionSelector.noUsersFound = Aucun utilisateur trouvé
|
|
1171
1177
|
# Message to display when a user triggers a mention
|
package/i18n/hi-IN.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": "{modifiedAt} पर Box AI",
|
|
492
|
-
"boxui.classification.appliedByDetails": "{appliedBy}
|
|
493
|
-
"boxui.classification.appliedByTitle": "
|
|
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": "
|
|
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, one {एक उपयोगकर्ता मिला} other {{usersCount} उपयोगकर्ता मिले}}",
|
package/i18n/hi-IN.properties
CHANGED
|
@@ -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 = {modifiedAt} पर Box AI
|
|
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/it-IT.js
CHANGED
|
@@ -489,8 +489,8 @@ export default {
|
|
|
489
489
|
"boxui.classification.add": "Aggiungi",
|
|
490
490
|
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
491
|
"boxui.classification.appliedByBoxAiOnDate": "Box AI su {modifiedAt}",
|
|
492
|
-
"boxui.classification.appliedByDetails": "{appliedBy}
|
|
493
|
-
"boxui.classification.appliedByTitle": "
|
|
492
|
+
"boxui.classification.appliedByDetails": "{appliedBy} su {appliedAt}",
|
|
493
|
+
"boxui.classification.appliedByTitle": "Applicato da",
|
|
494
494
|
"boxui.classification.classification": "Classificazione",
|
|
495
495
|
"boxui.classification.classificationDarkBlue": "Blu scuro",
|
|
496
496
|
"boxui.classification.classificationGreen": "Verde",
|
|
@@ -585,7 +585,7 @@ export default {
|
|
|
585
585
|
"boxui.datePicker.dateInputMinError": "Immetti una data successiva al giorno {minLocaleDate}",
|
|
586
586
|
"boxui.datePicker.dateInputRangeError": "Immetti una data compresa tra {minLocaleDate} e {maxLocaleDate}",
|
|
587
587
|
"boxui.datePicker.iconAlertText": "Data non valida",
|
|
588
|
-
"boxui.draftjs.mentionSelector.commentTimestampLabel": "
|
|
588
|
+
"boxui.draftjs.mentionSelector.commentTimestampLabel": "Marca temporale del commento",
|
|
589
589
|
"boxui.draftjs.mentionSelector.noUsersFound": "Nessun utente trovato",
|
|
590
590
|
"boxui.draftjs.mentionSelector.startMention": "Menziona un utente per inviargli una notifica",
|
|
591
591
|
"boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural, one {un utente trovato} other {{usersCount} utenti trovati}}",
|
package/i18n/it-IT.properties
CHANGED
|
@@ -978,6 +978,10 @@ boxui.classification.add = Aggiungi
|
|
|
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 su {modifiedAt}
|
|
981
|
+
# Details stating which user or service applied the classification and on what date.
|
|
982
|
+
boxui.classification.appliedByDetails = {appliedBy} su {appliedAt}
|
|
983
|
+
# The title text for classification applied details
|
|
984
|
+
boxui.classification.appliedByTitle = Applicato da
|
|
981
985
|
# Header for classification section in sidebar
|
|
982
986
|
boxui.classification.classification = Classificazione
|
|
983
987
|
# Classification label color name as dark blue
|
|
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Immetti una data successiva al giorno {minL
|
|
|
1166
1170
|
boxui.datePicker.dateInputRangeError = Immetti una data compresa tra {minLocaleDate} e {maxLocaleDate}
|
|
1167
1171
|
# Date entered is invalid
|
|
1168
1172
|
boxui.datePicker.iconAlertText = Data non valida
|
|
1173
|
+
# Label for comment timestamp in the comment form
|
|
1174
|
+
boxui.draftjs.mentionSelector.commentTimestampLabel = Marca temporale del commento
|
|
1169
1175
|
# Message for screenReader users when trying to tag a user but there are no matches
|
|
1170
1176
|
boxui.draftjs.mentionSelector.noUsersFound = Nessun utente trovato
|
|
1171
1177
|
# Message to display when a user triggers a mention
|
package/i18n/ja-JP.js
CHANGED
|
@@ -291,8 +291,8 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "この画像を表示できません。",
|
|
292
292
|
"be.messageCenter.product": "製品",
|
|
293
293
|
"be.messageCenter.title": "最新情報",
|
|
294
|
-
"be.metadataUpdateErrorNotification": "
|
|
295
|
-
"be.metadataUpdateSuccessNotification": "{numSelected, plural, =1 {1
|
|
294
|
+
"be.metadataUpdateErrorNotification": "変更を保存できません。もう一度やり直してください。",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": "{numSelected, plural, =1 {1個のドキュメントが更新されました} other {#個のドキュメントが更新されました} } ",
|
|
296
296
|
"be.modifiedDate": "修正日: {date}",
|
|
297
297
|
"be.modifiedDateBy": "更新日: {date}、更新者: {name}",
|
|
298
298
|
"be.moreOptions": "その他のオプション",
|
|
@@ -488,7 +488,7 @@ export default {
|
|
|
488
488
|
"boxui.checkboxTooltip.iconInfoText": "情報",
|
|
489
489
|
"boxui.classification.add": "追加",
|
|
490
490
|
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
-
"boxui.classification.appliedByBoxAiOnDate": "Box AI
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI、{modifiedAt}",
|
|
492
492
|
"boxui.classification.appliedByDetails": "{appliedBy} on {appliedAt}",
|
|
493
493
|
"boxui.classification.appliedByTitle": "Applied By",
|
|
494
494
|
"boxui.classification.classification": "分類",
|
package/i18n/ja-JP.properties
CHANGED
|
@@ -583,9 +583,9 @@ be.messageCenter.product = 製品
|
|
|
583
583
|
# Title for the message center modal
|
|
584
584
|
be.messageCenter.title = 最新情報
|
|
585
585
|
# Text shown in error notification banner
|
|
586
|
-
be.metadataUpdateErrorNotification =
|
|
586
|
+
be.metadataUpdateErrorNotification = 変更を保存できません。もう一度やり直してください。
|
|
587
587
|
# Text shown in success notification banner
|
|
588
|
-
be.metadataUpdateSuccessNotification = {numSelected, plural, =1 {1
|
|
588
|
+
be.metadataUpdateSuccessNotification = {numSelected, plural, =1 {1個のドキュメントが更新されました} other {#個のドキュメントが更新されました} }
|
|
589
589
|
# Text for modified date with modified prefix.
|
|
590
590
|
be.modifiedDate = 修正日: {date}
|
|
591
591
|
# Text for modified date with user with modified prefix.
|
|
@@ -977,7 +977,11 @@ boxui.classification.add = 追加
|
|
|
977
977
|
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
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
|
-
boxui.classification.appliedByBoxAiOnDate = Box AI
|
|
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} on {appliedAt}
|
|
983
|
+
# The title text for classification applied details
|
|
984
|
+
boxui.classification.appliedByTitle = Applied By
|
|
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 = Comment Timestamp
|
|
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/ko-KR.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": "{modifiedAt}의 Box AI 분류 사유",
|
|
492
|
-
"boxui.classification.appliedByDetails": "{
|
|
493
|
-
"boxui.classification.appliedByTitle": "
|
|
492
|
+
"boxui.classification.appliedByDetails": "{appliedAt}에 {appliedBy}이(가) 적용함",
|
|
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": "
|
|
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}명의 사용자를 찾았습니다.}}",
|
package/i18n/ko-KR.properties
CHANGED
|
@@ -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 = {modifiedAt}의 Box AI 분류 사유
|
|
981
|
+
# Details stating which user or service applied the classification and on what date.
|
|
982
|
+
boxui.classification.appliedByDetails = {appliedAt}에 {appliedBy}이(가) 적용함
|
|
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/nb-NO.js
CHANGED
|
@@ -489,8 +489,8 @@ export default {
|
|
|
489
489
|
"boxui.classification.add": "Legg til",
|
|
490
490
|
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
491
|
"boxui.classification.appliedByBoxAiOnDate": "Box AI på {modifiedAt}",
|
|
492
|
-
"boxui.classification.appliedByDetails": "{appliedBy}
|
|
493
|
-
"boxui.classification.appliedByTitle": "
|
|
492
|
+
"boxui.classification.appliedByDetails": "{appliedBy} på {appliedAt}",
|
|
493
|
+
"boxui.classification.appliedByTitle": "Brukt av",
|
|
494
494
|
"boxui.classification.classification": "Klassifisering",
|
|
495
495
|
"boxui.classification.classificationDarkBlue": "Mørkeblå",
|
|
496
496
|
"boxui.classification.classificationGreen": "Grønn",
|
|
@@ -585,7 +585,7 @@ export default {
|
|
|
585
585
|
"boxui.datePicker.dateInputMinError": "Angi en dato senere enn {minLocaleDate}",
|
|
586
586
|
"boxui.datePicker.dateInputRangeError": "Angi en dato mellom {minLocaleDate} og {maxLocaleDate}",
|
|
587
587
|
"boxui.datePicker.iconAlertText": "Ugyldig dato",
|
|
588
|
-
"boxui.draftjs.mentionSelector.commentTimestampLabel": "
|
|
588
|
+
"boxui.draftjs.mentionSelector.commentTimestampLabel": "Tidsstempel for kommentar",
|
|
589
589
|
"boxui.draftjs.mentionSelector.noUsersFound": "Fant ingen brukere",
|
|
590
590
|
"boxui.draftjs.mentionSelector.startMention": "Nevn noen for å varsle vedkommende",
|
|
591
591
|
"boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural, one {én bruker funnet} other {{usersCount} brukere funnet}}",
|