box-ui-elements 25.0.0-beta.1 → 25.0.0-beta.2
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 +1 -1
- package/i18n/bn-IN.properties +2 -0
- package/i18n/da-DK.js +1 -1
- package/i18n/da-DK.properties +2 -0
- package/i18n/de-DE.js +1 -1
- package/i18n/de-DE.properties +2 -0
- package/i18n/en-AU.properties +2 -0
- package/i18n/en-CA.properties +2 -0
- package/i18n/en-GB.properties +2 -0
- package/i18n/es-419.js +1 -1
- package/i18n/es-419.properties +2 -0
- package/i18n/es-ES.js +1 -1
- package/i18n/es-ES.properties +2 -0
- package/i18n/fi-FI.js +1 -1
- package/i18n/fi-FI.properties +2 -0
- package/i18n/fr-CA.js +1 -1
- package/i18n/fr-CA.properties +2 -0
- package/i18n/fr-FR.js +1 -1
- package/i18n/fr-FR.properties +2 -0
- package/i18n/hi-IN.js +1 -1
- package/i18n/hi-IN.properties +2 -0
- package/i18n/it-IT.js +1 -1
- package/i18n/it-IT.properties +2 -0
- package/i18n/ja-JP.js +3 -3
- package/i18n/ja-JP.properties +5 -3
- package/i18n/ko-KR.js +1 -1
- package/i18n/ko-KR.properties +2 -0
- package/i18n/nb-NO.js +1 -1
- package/i18n/nb-NO.properties +2 -0
- package/i18n/nl-NL.js +1 -1
- package/i18n/nl-NL.properties +2 -0
- package/i18n/pl-PL.js +1 -1
- package/i18n/pl-PL.properties +2 -0
- package/i18n/pt-BR.js +1 -1
- package/i18n/pt-BR.properties +2 -0
- package/i18n/ru-RU.js +1 -1
- package/i18n/ru-RU.properties +2 -0
- package/i18n/sv-SE.js +1 -1
- package/i18n/sv-SE.properties +2 -0
- package/i18n/tr-TR.js +1 -1
- package/i18n/tr-TR.properties +2 -0
- package/i18n/zh-CN.js +1 -1
- package/i18n/zh-CN.properties +2 -0
- package/i18n/zh-TW.js +1 -1
- package/i18n/zh-TW.properties +2 -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 = '25.0.0-beta.
|
|
239
|
+
export const CLIENT_VERSION = '25.0.0-beta.2';
|
|
240
240
|
|
|
241
241
|
/* ---------------------- Statuses -------------------------- */
|
|
242
242
|
export const STATUS_PENDING = 'pending';
|
package/i18n/bn-IN.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (সম্পাদিত)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "কম দেখুন",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "আরো দেখুন",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "ভিডিও টাইমস্ট্যাম্প অনুসন্ধান করুন",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "অনুবাদ করুন",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "অনুমোদনের কার্য",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "সাধারণ কার্য",
|
package/i18n/bn-IN.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (সম্পাদি
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = কম দেখুন
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = আরো দেখুন
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = ভিডিও টাইমস্ট্যাম্প অনুসন্ধান করুন
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = অনুবাদ করুন
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/da-DK.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (redigeret)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "Se mindre",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "Se mere",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "Naviger til videotidsstempel",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "Oversæt",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "Godkendelsesopgave",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "Generel opgave",
|
package/i18n/da-DK.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (redigeret)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = Se mindre
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = Se mere
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Naviger til videotidsstempel
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Oversæt
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/de-DE.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (bearbeitet)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "Weniger anzeigen",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "Mehr anzeigen",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "Zum Zeitstempel eines Videos suchen",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "Übersetzen",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "Genehmigungsaufgabe",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "Allgemeine Aufgabe",
|
package/i18n/de-DE.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (bearbeitet)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = Weniger anzeigen
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = Mehr anzeigen
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Zum Zeitstempel eines Videos suchen
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Übersetzen
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/en-AU.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (edited)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = See less
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = See more
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Seek to video timestamp
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Translate
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/en-CA.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (edited)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = See less
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = See more
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Seek to video timestamp
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Translate
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/en-GB.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (edited)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = See less
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = See more
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Seek to video timestamp
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Translate
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/es-419.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (editado)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "Ver menos",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "Ver más",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "Buscar la marca de tiempo del vídeo",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "Traducir",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "Tarea de aprobación",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "Tarea general",
|
package/i18n/es-419.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (editado)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = Ver menos
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = Ver más
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Buscar la marca de tiempo del vídeo
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Traducir
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/es-ES.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (editado)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "Ver menos",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "Ver más",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "Buscar la marca de tiempo del vídeo",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "Traducir",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "Tarea de aprobación",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "Tarea general",
|
package/i18n/es-ES.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (editado)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = Ver menos
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = Ver más
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Buscar la marca de tiempo del vídeo
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Traducir
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/fi-FI.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (muokattu)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "Näytä vähemmän",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "Näytä lisää",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "Hae videon aikaleima",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "Käännä",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "Hyväksyntätehtävä",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "Yleinen tehtävä",
|
package/i18n/fi-FI.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (muokattu)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = Näytä vähemmän
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = Näytä lisää
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Hae videon aikaleima
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Käännä
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/fr-CA.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": "(modifié)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "Afficher moins",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "Afficher plus",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "Aller à l'horodatage de la vidéo",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "Traduire",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "Tâche d'approbation",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "Tâche générale",
|
package/i18n/fr-CA.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \(modifié)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = Afficher moins
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = Afficher plus
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Aller à l'horodatage de la vidéo
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Traduire
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/fr-FR.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": "(modifié)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "Afficher moins",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "Afficher plus",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "Aller à l'horodatage de la vidéo",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "Traduire",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "Tâche d'approbation",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "Tâche générale",
|
package/i18n/fr-FR.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \(modifié)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = Afficher moins
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = Afficher plus
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Aller à l'horodatage de la vidéo
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Traduire
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/hi-IN.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (संपादित किया हुआ)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "कम देखें",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "अधिक देखें",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "वीडियो टाइमस्टैम्प पर जाएँ",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "अनुवाद करें",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "मंजूरी हेतु कार्य",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "सामान्य कार्य",
|
package/i18n/hi-IN.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (संपादित
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = कम देखें
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = अधिक देखें
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = वीडियो टाइमस्टैम्प पर जाएँ
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = अनुवाद करें
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/it-IT.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (modificato)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "Vedi meno",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "Vedi altro",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "Vai alla marca temporale del video",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "Traduci",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "Attività di approvazione",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "Attività generale",
|
package/i18n/it-IT.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (modificato)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = Vedi meno
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = Vedi altro
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Vai alla marca temporale del video
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Traduci
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/ja-JP.js
CHANGED
|
@@ -490,8 +490,8 @@ export default {
|
|
|
490
490
|
"boxui.classification.add": "追加",
|
|
491
491
|
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
492
492
|
"boxui.classification.appliedByBoxAiOnDate": "Box AI、{modifiedAt}",
|
|
493
|
-
"boxui.classification.appliedByDetails": "{
|
|
494
|
-
"boxui.classification.appliedByTitle": "
|
|
493
|
+
"boxui.classification.appliedByDetails": "{appliedAt} - {appliedBy}",
|
|
494
|
+
"boxui.classification.appliedByTitle": "適用したユーザー",
|
|
495
495
|
"boxui.classification.classification": "分類",
|
|
496
496
|
"boxui.classification.classificationDarkBlue": "濃い青",
|
|
497
497
|
"boxui.classification.classificationGreen": "緑",
|
|
@@ -586,7 +586,7 @@ export default {
|
|
|
586
586
|
"boxui.datePicker.dateInputMinError": "{minLocaleDate}より後の日付を入力してください",
|
|
587
587
|
"boxui.datePicker.dateInputRangeError": "{minLocaleDate}から{maxLocaleDate}の間の日付を入力してください",
|
|
588
588
|
"boxui.datePicker.iconAlertText": "無効な日付",
|
|
589
|
-
"boxui.draftjs.mentionSelector.commentTimestampLabel": "
|
|
589
|
+
"boxui.draftjs.mentionSelector.commentTimestampLabel": "コメントのタイムスタンプ",
|
|
590
590
|
"boxui.draftjs.mentionSelector.noUsersFound": "ユーザーが見つかりません",
|
|
591
591
|
"boxui.draftjs.mentionSelector.startMention": "ユーザーにメンションして知らせます",
|
|
592
592
|
"boxui.draftjs.mentionSelector.usersFound": "{usersCount, plural,other {{usersCount}人のユーザーが見つかりました}}",
|
package/i18n/ja-JP.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (編集済み)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = 表示を減らす
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = さらに表示
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Seek to video timestamp
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = 翻訳する
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
|
@@ -979,9 +981,9 @@ boxui.classification.appliedByBoxAi = Box AI
|
|
|
979
981
|
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
980
982
|
boxui.classification.appliedByBoxAiOnDate = Box AI、{modifiedAt}
|
|
981
983
|
# Details stating which user or service applied the classification and on what date.
|
|
982
|
-
boxui.classification.appliedByDetails = {
|
|
984
|
+
boxui.classification.appliedByDetails = {appliedAt} - {appliedBy}
|
|
983
985
|
# The title text for classification applied details
|
|
984
|
-
boxui.classification.appliedByTitle =
|
|
986
|
+
boxui.classification.appliedByTitle = 適用したユーザー
|
|
985
987
|
# Header for classification section in sidebar
|
|
986
988
|
boxui.classification.classification = 分類
|
|
987
989
|
# Classification label color name as dark blue
|
|
@@ -1171,7 +1173,7 @@ boxui.datePicker.dateInputRangeError = {minLocaleDate}から{maxLocaleDate}の
|
|
|
1171
1173
|
# Date entered is invalid
|
|
1172
1174
|
boxui.datePicker.iconAlertText = 無効な日付
|
|
1173
1175
|
# Label for comment timestamp in the comment form
|
|
1174
|
-
boxui.draftjs.mentionSelector.commentTimestampLabel =
|
|
1176
|
+
boxui.draftjs.mentionSelector.commentTimestampLabel = コメントのタイムスタンプ
|
|
1175
1177
|
# Message for screenReader users when trying to tag a user but there are no matches
|
|
1176
1178
|
boxui.draftjs.mentionSelector.noUsersFound = ユーザーが見つかりません
|
|
1177
1179
|
# Message to display when a user triggers a mention
|
package/i18n/ko-KR.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": "(편집됨)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "간단히 보기",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "더 보기",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "비디오 타임스탬프 찾기",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "번역",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "승인 작업",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "일반 작업",
|
package/i18n/ko-KR.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \(편집됨)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = 간단히 보기
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = 더 보기
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = 비디오 타임스탬프 찾기
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = 번역
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/nb-NO.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (redigert)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "Se mindre",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "Se mer",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "Gå til tidsstempel i videoen",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "Oversett",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "Godkjenningsoppgave",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "Generell oppgave",
|
package/i18n/nb-NO.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (redigert)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = Se mindre
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = Se mer
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Gå til tidsstempel i videoen
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Oversett
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/nl-NL.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (bewerkt)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "Minder weergeven",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "Meer weergeven",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "Ga naar video-tijdstempel",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "Vertalen",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "Goedkeuringstaak",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "Algemene taak",
|
package/i18n/nl-NL.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (bewerkt)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = Minder weergeven
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = Meer weergeven
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Ga naar video-tijdstempel
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Vertalen
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/pl-PL.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (edytowano)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "Zobacz mniej",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "Zobacz więcej",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "Przejdź do znacznika czasu wideo",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "Przetłumacz",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "Zadanie zatwierdzenia",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "Zadanie ogólne",
|
package/i18n/pl-PL.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (edytowano)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = Zobacz mniej
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = Zobacz więcej
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Przejdź do znacznika czasu wideo
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Przetłumacz
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/pt-BR.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (editado)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "Ver menos",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "Ver mais",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "Buscar carimbo de data/hora do vídeo",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "Traduzir",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "Tarefa de aprovação",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "Tarefa geral",
|
package/i18n/pt-BR.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (editado)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = Ver menos
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = Ver mais
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Buscar carimbo de data/hora do vídeo
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Traduzir
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/ru-RU.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (изменено)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "Показать меньше",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "Показать больше",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "Перейти к метке времени видео",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "Перевести",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "Задача утверждения",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "Общая задача",
|
package/i18n/ru-RU.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (изменено)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = Показать меньше
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = Показать больше
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Перейти к метке времени видео
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Перевести
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/sv-SE.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (redigerad)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "Se mindre",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "Se mer",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "Sök till tidsmarkering i videon",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "Översätt",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "Godkännandeuppgift",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "Allmän uppgift",
|
package/i18n/sv-SE.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (redigerad)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = Se mindre
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = Se mer
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Sök till tidsmarkering i videon
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Översätt
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/tr-TR.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (düzenlenmiş)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "Daha Az Göster",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "Daha Fazla Göster",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "Videonun belirtilen zaman damgasına git",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "Çevir",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "Onay Görevi",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "Genel Görev",
|
package/i18n/tr-TR.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (düzenlenmiş)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = Daha Az Göster
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = Daha Fazla Göster
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = Videonun belirtilen zaman damgasına git
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = Çevir
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/zh-CN.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": "(已编辑)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "查看更少",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "查看更多",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "跳转到视频时间戳",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "翻译",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "审批任务",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "常规任务",
|
package/i18n/zh-CN.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \(已编辑)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = 查看更少
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = 查看更多
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = 跳转到视频时间戳
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = 翻译
|
|
237
239
|
# Text for aria label of approval task circle type icon
|
package/i18n/zh-TW.js
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
"be.contentSidebar.activityFeed.common.editedMessage": " (已編輯)",
|
|
117
117
|
"be.contentSidebar.activityFeed.common.seeLessMessage": "查看更少",
|
|
118
118
|
"be.contentSidebar.activityFeed.common.seeMoreMessage": "查看更多",
|
|
119
|
-
"be.contentSidebar.activityFeed.common.timestampLabel": "
|
|
119
|
+
"be.contentSidebar.activityFeed.common.timestampLabel": "跳至影片時間戳記",
|
|
120
120
|
"be.contentSidebar.activityFeed.common.translateMessage": "翻譯",
|
|
121
121
|
"be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle": "核准工作",
|
|
122
122
|
"be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle": "一般工作",
|
package/i18n/zh-TW.properties
CHANGED
|
@@ -232,6 +232,8 @@ be.contentSidebar.activityFeed.common.editedMessage = \ (已編輯)
|
|
|
232
232
|
be.contentSidebar.activityFeed.common.seeLessMessage = 查看更少
|
|
233
233
|
# See more button for showing whole long message
|
|
234
234
|
be.contentSidebar.activityFeed.common.seeMoreMessage = 查看更多
|
|
235
|
+
# Accessibility label for timestamp button that allows jumping to a specific time in media
|
|
236
|
+
be.contentSidebar.activityFeed.common.timestampLabel = 跳至影片時間戳記
|
|
235
237
|
# Translate button for translating comment
|
|
236
238
|
be.contentSidebar.activityFeed.common.translateMessage = 翻譯
|
|
237
239
|
# Text for aria label of approval task circle type icon
|