Skip to content

Commit f78e91b

Browse files
fix(i18n): update translations (#4031)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 9358a43 commit f78e91b

25 files changed

+1353
-1003
lines changed

i18n/bn-IN.properties

+14
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,20 @@ be.itemCreated = তৈরী করা হয়েছে
524524
be.itemGrid.gridView = গ্রিড ভিউ
525525
# Label for item last accessed date.
526526
be.itemInteracted = সর্বশেষ অ্যাক্সেস করা হয়েছে
527+
# Label for the column header in the list view for the available user actions on the item
528+
be.itemList.actionsColumn = ACTIONS
529+
# Label for the column header in the list view for the date the item was modified
530+
be.itemList.dateColumn = UPDATED
531+
# Label for the column header in the list view for the combined details of the item
532+
be.itemList.detailsColumn = DETAILS
533+
# Concatenated text of the modified date and item size of the file or folder
534+
be.itemList.itemSubtitle = {date} • {size}
535+
# Label for the list of files and folders displayed in a list view
536+
be.itemList.listView = List view
537+
# Label for the column header in the list view for the name of the item
538+
be.itemList.nameColumn = NAME
539+
# Label for the column header in the list view for the size of the item
540+
be.itemList.sizeColumn = SIZE
527541
# Label for item modified date.
528542
be.itemModified = সংশোধিত হয়েছে
529543
# Label for item name attribute.

i18n/da-DK.properties

+14
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,20 @@ be.itemCreated = Oprettet
524524
be.itemGrid.gridView = Gittervisning
525525
# Label for item last accessed date.
526526
be.itemInteracted = Seneste adgang
527+
# Label for the column header in the list view for the available user actions on the item
528+
be.itemList.actionsColumn = ACTIONS
529+
# Label for the column header in the list view for the date the item was modified
530+
be.itemList.dateColumn = UPDATED
531+
# Label for the column header in the list view for the combined details of the item
532+
be.itemList.detailsColumn = DETAILS
533+
# Concatenated text of the modified date and item size of the file or folder
534+
be.itemList.itemSubtitle = {date} • {size}
535+
# Label for the list of files and folders displayed in a list view
536+
be.itemList.listView = List view
537+
# Label for the column header in the list view for the name of the item
538+
be.itemList.nameColumn = NAME
539+
# Label for the column header in the list view for the size of the item
540+
be.itemList.sizeColumn = SIZE
527541
# Label for item modified date.
528542
be.itemModified = Redigeret
529543
# Label for item name attribute.

i18n/de-DE.properties

+14
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,20 @@ be.itemCreated = Erstellt
524524
be.itemGrid.gridView = Rasteransicht
525525
# Label for item last accessed date.
526526
be.itemInteracted = Letzter Zugriff
527+
# Label for the column header in the list view for the available user actions on the item
528+
be.itemList.actionsColumn = ACTIONS
529+
# Label for the column header in the list view for the date the item was modified
530+
be.itemList.dateColumn = UPDATED
531+
# Label for the column header in the list view for the combined details of the item
532+
be.itemList.detailsColumn = DETAILS
533+
# Concatenated text of the modified date and item size of the file or folder
534+
be.itemList.itemSubtitle = {date} • {size}
535+
# Label for the list of files and folders displayed in a list view
536+
be.itemList.listView = List view
537+
# Label for the column header in the list view for the name of the item
538+
be.itemList.nameColumn = NAME
539+
# Label for the column header in the list view for the size of the item
540+
be.itemList.sizeColumn = SIZE
527541
# Label for item modified date.
528542
be.itemModified = Geändert
529543
# Label for item name attribute.

i18n/en-AU.properties

+14
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,20 @@ be.itemCreated = Created
524524
be.itemGrid.gridView = Grid view
525525
# Label for item last accessed date.
526526
be.itemInteracted = Last accessed
527+
# Label for the column header in the list view for the available user actions on the item
528+
be.itemList.actionsColumn = ACTIONS
529+
# Label for the column header in the list view for the date the item was modified
530+
be.itemList.dateColumn = UPDATED
531+
# Label for the column header in the list view for the combined details of the item
532+
be.itemList.detailsColumn = DETAILS
533+
# Concatenated text of the modified date and item size of the file or folder
534+
be.itemList.itemSubtitle = {date} • {size}
535+
# Label for the list of files and folders displayed in a list view
536+
be.itemList.listView = List view
537+
# Label for the column header in the list view for the name of the item
538+
be.itemList.nameColumn = NAME
539+
# Label for the column header in the list view for the size of the item
540+
be.itemList.sizeColumn = SIZE
527541
# Label for item modified date.
528542
be.itemModified = Modified
529543
# Label for item name attribute.

i18n/en-CA.properties

+14
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,20 @@ be.itemCreated = Created
524524
be.itemGrid.gridView = Grid view
525525
# Label for item last accessed date.
526526
be.itemInteracted = Last Accessed
527+
# Label for the column header in the list view for the available user actions on the item
528+
be.itemList.actionsColumn = ACTIONS
529+
# Label for the column header in the list view for the date the item was modified
530+
be.itemList.dateColumn = UPDATED
531+
# Label for the column header in the list view for the combined details of the item
532+
be.itemList.detailsColumn = DETAILS
533+
# Concatenated text of the modified date and item size of the file or folder
534+
be.itemList.itemSubtitle = {date} • {size}
535+
# Label for the list of files and folders displayed in a list view
536+
be.itemList.listView = List view
537+
# Label for the column header in the list view for the name of the item
538+
be.itemList.nameColumn = NAME
539+
# Label for the column header in the list view for the size of the item
540+
be.itemList.sizeColumn = SIZE
527541
# Label for item modified date.
528542
be.itemModified = Modified
529543
# Label for item name attribute.

i18n/en-GB.properties

+14
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,20 @@ be.itemCreated = Created
524524
be.itemGrid.gridView = Grid view
525525
# Label for item last accessed date.
526526
be.itemInteracted = Last accessed
527+
# Label for the column header in the list view for the available user actions on the item
528+
be.itemList.actionsColumn = ACTIONS
529+
# Label for the column header in the list view for the date the item was modified
530+
be.itemList.dateColumn = UPDATED
531+
# Label for the column header in the list view for the combined details of the item
532+
be.itemList.detailsColumn = DETAILS
533+
# Concatenated text of the modified date and item size of the file or folder
534+
be.itemList.itemSubtitle = {date} • {size}
535+
# Label for the list of files and folders displayed in a list view
536+
be.itemList.listView = List view
537+
# Label for the column header in the list view for the name of the item
538+
be.itemList.nameColumn = NAME
539+
# Label for the column header in the list view for the size of the item
540+
be.itemList.sizeColumn = SIZE
527541
# Label for item modified date.
528542
be.itemModified = Modified
529543
# Label for item name attribute.

0 commit comments

Comments
 (0)