Skip to content

Commit 9f3520b

Browse files
authored
fix(i18n): update translations (#4272)
1 parent b80df38 commit 9f3520b

24 files changed

+147
-3
lines changed

i18n/bn-IN.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,10 @@ boxui.classification.add = যোগ করুন
978978
boxui.classification.appliedByBoxAi = Box AI
979979
# Title of the card that shows the reason why the AI classification was applied on a specific date.
980980
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 = দ্বারা প্রয়োগ করা হয়েছে
981985
# Header for classification section in sidebar
982986
boxui.classification.classification = শ্রেণিবিভাজন
983987
# Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = অনুগ্রহ করে {minLocaleD
11661170
boxui.datePicker.dateInputRangeError = অনুগ্র্হ করে {minLocaleDate} এবং {maxLocaleDate}-এর মধ্যে একটি তারিখ লিখুন
11671171
# Date entered is invalid
11681172
boxui.datePicker.iconAlertText = অবৈধ তারিখ
1173+
# Label for comment timestamp in the comment form
1174+
boxui.draftjs.mentionSelector.commentTimestampLabel = Comment Timestamp
11691175
# Message for screenReader users when trying to tag a user but there are no matches
11701176
boxui.draftjs.mentionSelector.noUsersFound = কোনও ব্যবহারকারী খুঁজে পাওয়া যায়নি
11711177
# Message to display when a user triggers a mention

i18n/da-DK.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,10 @@ boxui.classification.add = Tilføj
978978
boxui.classification.appliedByBoxAi = Box AI
979979
# Title of the card that shows the reason why the AI classification was applied on a specific date.
980980
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
981985
# Header for classification section in sidebar
982986
boxui.classification.classification = Klassificering
983987
# Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Indtast en dato efter {minLocaleDate}
11661170
boxui.datePicker.dateInputRangeError = Indtast en værdi mellem {minLocaleDate} og {maxLocaleDate}
11671171
# Date entered is invalid
11681172
boxui.datePicker.iconAlertText = Ugyldig dato
1173+
# Label for comment timestamp in the comment form
1174+
boxui.draftjs.mentionSelector.commentTimestampLabel = Comment Timestamp
11691175
# Message for screenReader users when trying to tag a user but there are no matches
11701176
boxui.draftjs.mentionSelector.noUsersFound = Ingen brugere fundet
11711177
# Message to display when a user triggers a mention

i18n/de-DE.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,10 @@ boxui.classification.add = Hinzufügen
978978
boxui.classification.appliedByBoxAi = Box AI
979979
# Title of the card that shows the reason why the AI classification was applied on a specific date.
980980
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
981985
# Header for classification section in sidebar
982986
boxui.classification.classification = Klassifizierung
983987
# Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Geben Sie ein Datum ein, das nach dem {minL
11661170
boxui.datePicker.dateInputRangeError = Geben Sie ein Datum ein, das zwischen dem {minLocaleDate} und dem {maxLocaleDate} liegt.
11671171
# Date entered is invalid
11681172
boxui.datePicker.iconAlertText = Ungültiges Datum
1173+
# Label for comment timestamp in the comment form
1174+
boxui.draftjs.mentionSelector.commentTimestampLabel = Comment Timestamp
11691175
# Message for screenReader users when trying to tag a user but there are no matches
11701176
boxui.draftjs.mentionSelector.noUsersFound = Keine Benutzer gefunden
11711177
# Message to display when a user triggers a mention

i18n/en-AU.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,10 @@ boxui.classification.add = Add
978978
boxui.classification.appliedByBoxAi = Box AI
979979
# Title of the card that shows the reason why the AI classification was applied on a specific date.
980980
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
981985
# Header for classification section in sidebar
982986
boxui.classification.classification = Classification
983987
# Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Please enter a date after {minLocaleDate}
11661170
boxui.datePicker.dateInputRangeError = Please enter a date between {minLocaleDate} and {maxLocaleDate}
11671171
# Date entered is invalid
11681172
boxui.datePicker.iconAlertText = Invalid date
1173+
# Label for comment timestamp in the comment form
1174+
boxui.draftjs.mentionSelector.commentTimestampLabel = Comment Timestamp
11691175
# Message for screenReader users when trying to tag a user but there are no matches
11701176
boxui.draftjs.mentionSelector.noUsersFound = No users found
11711177
# Message to display when a user triggers a mention

i18n/en-CA.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,10 @@ boxui.classification.add = Add
978978
boxui.classification.appliedByBoxAi = Box AI
979979
# Title of the card that shows the reason why the AI classification was applied on a specific date.
980980
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
981985
# Header for classification section in sidebar
982986
boxui.classification.classification = Classification
983987
# Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Please enter a date after {minLocaleDate}
11661170
boxui.datePicker.dateInputRangeError = Please enter a date between {minLocaleDate} and {maxLocaleDate}
11671171
# Date entered is invalid
11681172
boxui.datePicker.iconAlertText = Invalid Date
1173+
# Label for comment timestamp in the comment form
1174+
boxui.draftjs.mentionSelector.commentTimestampLabel = Comment Timestamp
11691175
# Message for screenReader users when trying to tag a user but there are no matches
11701176
boxui.draftjs.mentionSelector.noUsersFound = No users found
11711177
# Message to display when a user triggers a mention

i18n/en-GB.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,10 @@ boxui.classification.add = Add
978978
boxui.classification.appliedByBoxAi = Box AI
979979
# Title of the card that shows the reason why the AI classification was applied on a specific date.
980980
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
981985
# Header for classification section in sidebar
982986
boxui.classification.classification = Classification
983987
# Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Please enter a date after {minLocaleDate}
11661170
boxui.datePicker.dateInputRangeError = Please enter a date between {minLocaleDate} and {maxLocaleDate}
11671171
# Date entered is invalid
11681172
boxui.datePicker.iconAlertText = Invalid date
1173+
# Label for comment timestamp in the comment form
1174+
boxui.draftjs.mentionSelector.commentTimestampLabel = Comment Timestamp
11691175
# Message for screenReader users when trying to tag a user but there are no matches
11701176
boxui.draftjs.mentionSelector.noUsersFound = No users found
11711177
# Message to display when a user triggers a mention

i18n/es-419.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,10 @@ boxui.classification.add = Agregar
978978
boxui.classification.appliedByBoxAi = Box AI
979979
# Title of the card that shows the reason why the AI classification was applied on a specific date.
980980
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
981985
# Header for classification section in sidebar
982986
boxui.classification.classification = Clasificación
983987
# Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Introduzca una fecha posterior al {minLocal
11661170
boxui.datePicker.dateInputRangeError = Introduzca una fecha entre el {minLocaleDate} y el {maxLocaleDate}
11671171
# Date entered is invalid
11681172
boxui.datePicker.iconAlertText = Fecha no válida
1173+
# Label for comment timestamp in the comment form
1174+
boxui.draftjs.mentionSelector.commentTimestampLabel = Comment Timestamp
11691175
# Message for screenReader users when trying to tag a user but there are no matches
11701176
boxui.draftjs.mentionSelector.noUsersFound = No se han encontrado usuarios
11711177
# Message to display when a user triggers a mention

i18n/es-ES.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,10 @@ boxui.classification.add = Agregar
978978
boxui.classification.appliedByBoxAi = Box AI
979979
# Title of the card that shows the reason why the AI classification was applied on a specific date.
980980
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
981985
# Header for classification section in sidebar
982986
boxui.classification.classification = Clasificación
983987
# Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Introduzca una fecha posterior al {minLocal
11661170
boxui.datePicker.dateInputRangeError = Introduzca una fecha entre el {minLocaleDate} y el {maxLocaleDate}
11671171
# Date entered is invalid
11681172
boxui.datePicker.iconAlertText = Fecha no válida
1173+
# Label for comment timestamp in the comment form
1174+
boxui.draftjs.mentionSelector.commentTimestampLabel = Comment Timestamp
11691175
# Message for screenReader users when trying to tag a user but there are no matches
11701176
boxui.draftjs.mentionSelector.noUsersFound = No se han encontrado usuarios
11711177
# Message to display when a user triggers a mention

i18n/fi-FI.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,10 @@ boxui.classification.add = Lisää
978978
boxui.classification.appliedByBoxAi = Box AI
979979
# Title of the card that shows the reason why the AI classification was applied on a specific date.
980980
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ä
981985
# Header for classification section in sidebar
982986
boxui.classification.classification = Luokitus
983987
# Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Anna päivämäärä, {minLocaleDate} jälk
11661170
boxui.datePicker.dateInputRangeError = Anna päivämäärä, välillä {minLocaleDate}–{maxLocaleDate}
11671171
# Date entered is invalid
11681172
boxui.datePicker.iconAlertText = Virheellinen päivämäärä
1173+
# Label for comment timestamp in the comment form
1174+
boxui.draftjs.mentionSelector.commentTimestampLabel = Comment Timestamp
11691175
# Message for screenReader users when trying to tag a user but there are no matches
11701176
boxui.draftjs.mentionSelector.noUsersFound = Käyttäjiä ei löydy
11711177
# Message to display when a user triggers a mention

i18n/fr-CA.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,10 @@ boxui.classification.add = Ajouter
978978
boxui.classification.appliedByBoxAi = Box AI
979979
# Title of the card that shows the reason why the AI classification was applied on a specific date.
980980
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
981985
# Header for classification section in sidebar
982986
boxui.classification.classification = Classement
983987
# Classification label color name as dark blue
@@ -1166,6 +1170,8 @@ boxui.datePicker.dateInputMinError = Saisissez une date après le {minLocaleDate
11661170
boxui.datePicker.dateInputRangeError = Saisissez une date entre le {minLocaleDate} et le {maxLocaleDate}
11671171
# Date entered is invalid
11681172
boxui.datePicker.iconAlertText = Date non valide
1173+
# Label for comment timestamp in the comment form
1174+
boxui.draftjs.mentionSelector.commentTimestampLabel = Comment Timestamp
11691175
# Message for screenReader users when trying to tag a user but there are no matches
11701176
boxui.draftjs.mentionSelector.noUsersFound = Aucun utilisateur trouvé
11711177
# Message to display when a user triggers a mention

0 commit comments

Comments
 (0)