@box/box-item-type-selector 0.60.0
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/LICENSE +379 -0
- package/README.md +47 -0
- package/dist/chunks/constants.js +115 -0
- package/dist/esm/index.js +11 -0
- package/dist/esm/lib/box-item-type-selector-quick-filter.js +90 -0
- package/dist/esm/lib/box-item-type-selector.js +81 -0
- package/dist/esm/lib/constants.js +8 -0
- package/dist/esm/lib/messages.js +74 -0
- package/dist/esm/lib/utils/VariantsAggregator.js +46 -0
- package/dist/i18n/bn-IN.js +19 -0
- package/dist/i18n/bn-IN.properties +34 -0
- package/dist/i18n/da-DK.js +19 -0
- package/dist/i18n/da-DK.properties +34 -0
- package/dist/i18n/de-DE.js +19 -0
- package/dist/i18n/de-DE.properties +34 -0
- package/dist/i18n/en-AU.js +19 -0
- package/dist/i18n/en-AU.properties +34 -0
- package/dist/i18n/en-CA.js +19 -0
- package/dist/i18n/en-CA.properties +34 -0
- package/dist/i18n/en-GB.js +19 -0
- package/dist/i18n/en-GB.properties +34 -0
- package/dist/i18n/en-US.js +19 -0
- package/dist/i18n/en-US.properties +34 -0
- package/dist/i18n/en-x-pseudo.js +19 -0
- package/dist/i18n/en-x-pseudo.properties +34 -0
- package/dist/i18n/es-419.js +19 -0
- package/dist/i18n/es-419.properties +34 -0
- package/dist/i18n/es-ES.js +19 -0
- package/dist/i18n/es-ES.properties +34 -0
- package/dist/i18n/fi-FI.js +19 -0
- package/dist/i18n/fi-FI.properties +34 -0
- package/dist/i18n/fr-CA.js +19 -0
- package/dist/i18n/fr-CA.properties +34 -0
- package/dist/i18n/fr-FR.js +19 -0
- package/dist/i18n/fr-FR.properties +34 -0
- package/dist/i18n/hi-IN.js +19 -0
- package/dist/i18n/hi-IN.properties +34 -0
- package/dist/i18n/it-IT.js +19 -0
- package/dist/i18n/it-IT.properties +34 -0
- package/dist/i18n/ja-JP.js +19 -0
- package/dist/i18n/ja-JP.properties +34 -0
- package/dist/i18n/json/src/lib/messages.json +1 -0
- package/dist/i18n/ko-KR.js +19 -0
- package/dist/i18n/ko-KR.properties +34 -0
- package/dist/i18n/nb-NO.js +19 -0
- package/dist/i18n/nb-NO.properties +34 -0
- package/dist/i18n/nl-NL.js +19 -0
- package/dist/i18n/nl-NL.properties +34 -0
- package/dist/i18n/pl-PL.js +19 -0
- package/dist/i18n/pl-PL.properties +34 -0
- package/dist/i18n/pt-BR.js +19 -0
- package/dist/i18n/pt-BR.properties +34 -0
- package/dist/i18n/ru-RU.js +19 -0
- package/dist/i18n/ru-RU.properties +34 -0
- package/dist/i18n/sv-SE.js +19 -0
- package/dist/i18n/sv-SE.properties +34 -0
- package/dist/i18n/tr-TR.js +19 -0
- package/dist/i18n/tr-TR.properties +34 -0
- package/dist/i18n/zh-CN.js +19 -0
- package/dist/i18n/zh-CN.properties +34 -0
- package/dist/i18n/zh-TW.js +19 -0
- package/dist/i18n/zh-TW.properties +34 -0
- package/dist/styles/box-item-type-selector-quick-filter.css +1 -0
- package/dist/styles/box-item-type-selector.css +1 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/lib/box-item-type-selector-quick-filter.d.ts +12 -0
- package/dist/types/lib/box-item-type-selector.d.ts +3 -0
- package/dist/types/lib/constants.d.ts +20 -0
- package/dist/types/lib/messages.d.ts +88 -0
- package/dist/types/lib/stories/shared.d.ts +15 -0
- package/dist/types/lib/types.d.ts +111 -0
- package/dist/types/lib/utils/VariantsAggregator.d.ts +15 -0
- package/package.json +48 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Label for the audio file type
|
|
2
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = ⟦萬 Άµďιò 國⟧
|
|
3
|
+
# Label for the Box Canvas file type
|
|
4
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = ⟦萬萬 Бόх Ĉåʼnνǻŝ 國國⟧
|
|
5
|
+
# Label for the Box Note file type
|
|
6
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = ⟦萬萬 Бôх Ńоťê 國國⟧
|
|
7
|
+
# Label for the document file type
|
|
8
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = ⟦萬萬 Ďо¢ûmėņť 國國⟧
|
|
9
|
+
# Label for the drawing file type
|
|
10
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = ⟦萬萬 Ðŕāωîпğ 國國⟧
|
|
11
|
+
# Label for the image file type
|
|
12
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = ⟦萬 Įmãğě 國⟧
|
|
13
|
+
# Label for multiple file types
|
|
14
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = ⟦萬萬萬 {fileType} +{count} 國國國⟧
|
|
15
|
+
# Label for the PDF file type
|
|
16
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = ⟦ PÐ₣ ⟧
|
|
17
|
+
# Label for the presentation file type
|
|
18
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = ⟦萬萬萬 Pгèşėņτατĩóй 國國國⟧
|
|
19
|
+
# Label for the spreadsheet file type
|
|
20
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = ⟦萬萬萬 ŞΡŗēāďśħееť 國國國⟧
|
|
21
|
+
# Label for the 3D file type
|
|
22
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = ⟦ 3Ð ⟧
|
|
23
|
+
# Label for the video file type
|
|
24
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = ⟦萬 Vïďεõ 國⟧
|
|
25
|
+
# Label for the checkbox item type selector representing files
|
|
26
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.fileType = ⟦萬 ₣īĺèş 國⟧
|
|
27
|
+
# Label for the checkbox item type selector representing folders
|
|
28
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.folderType = ⟦萬萬 ₣öĺďĕŕś 國國⟧
|
|
29
|
+
# Label for the button in the selector to apply the selected filters
|
|
30
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = ⟦萬 ÂΡΡĺγ 國⟧
|
|
31
|
+
# Label for the button in the selector to clear all the selected filters
|
|
32
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = ⟦萬 Ĉĺēάŕ 國⟧
|
|
33
|
+
# Label for the dropdown chip when no specific selection has been made
|
|
34
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = ⟦萬萬 ₣íĺε ŤŷΡë 國國⟧
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "Audio",
|
|
3
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box Canvas",
|
|
4
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
|
|
5
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "Documento",
|
|
6
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "Dibujo",
|
|
7
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "Imagen",
|
|
8
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}",
|
|
9
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
|
|
10
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "Presentación",
|
|
11
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "Hoja de cálculo",
|
|
12
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
|
|
13
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "Vídeo",
|
|
14
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "Archivos",
|
|
15
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "Carpetas",
|
|
16
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "Aplicar",
|
|
17
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "Borrar",
|
|
18
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "Tipo de archivo"
|
|
19
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Label for the audio file type
|
|
2
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = Audio
|
|
3
|
+
# Label for the Box Canvas file type
|
|
4
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box Canvas
|
|
5
|
+
# Label for the Box Note file type
|
|
6
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
|
|
7
|
+
# Label for the document file type
|
|
8
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = Documento
|
|
9
|
+
# Label for the drawing file type
|
|
10
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = Dibujo
|
|
11
|
+
# Label for the image file type
|
|
12
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = Imagen
|
|
13
|
+
# Label for multiple file types
|
|
14
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}
|
|
15
|
+
# Label for the PDF file type
|
|
16
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
|
|
17
|
+
# Label for the presentation file type
|
|
18
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = Presentación
|
|
19
|
+
# Label for the spreadsheet file type
|
|
20
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = Hoja de cálculo
|
|
21
|
+
# Label for the 3D file type
|
|
22
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
|
|
23
|
+
# Label for the video file type
|
|
24
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = Vídeo
|
|
25
|
+
# Label for the checkbox item type selector representing files
|
|
26
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.fileType = Archivos
|
|
27
|
+
# Label for the checkbox item type selector representing folders
|
|
28
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.folderType = Carpetas
|
|
29
|
+
# Label for the button in the selector to apply the selected filters
|
|
30
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = Aplicar
|
|
31
|
+
# Label for the button in the selector to clear all the selected filters
|
|
32
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = Borrar
|
|
33
|
+
# Label for the dropdown chip when no specific selection has been made
|
|
34
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = Tipo de archivo
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "Audio",
|
|
3
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box Canvas",
|
|
4
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
|
|
5
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "Documento",
|
|
6
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "Dibujo",
|
|
7
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "Imagen",
|
|
8
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}",
|
|
9
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
|
|
10
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "Presentación",
|
|
11
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "Hoja de cálculo",
|
|
12
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
|
|
13
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "Vídeo",
|
|
14
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "Archivos",
|
|
15
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "Carpetas",
|
|
16
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "Aplicar",
|
|
17
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "Borrar",
|
|
18
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "Tipo de archivo"
|
|
19
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Label for the audio file type
|
|
2
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = Audio
|
|
3
|
+
# Label for the Box Canvas file type
|
|
4
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box Canvas
|
|
5
|
+
# Label for the Box Note file type
|
|
6
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
|
|
7
|
+
# Label for the document file type
|
|
8
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = Documento
|
|
9
|
+
# Label for the drawing file type
|
|
10
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = Dibujo
|
|
11
|
+
# Label for the image file type
|
|
12
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = Imagen
|
|
13
|
+
# Label for multiple file types
|
|
14
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}
|
|
15
|
+
# Label for the PDF file type
|
|
16
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
|
|
17
|
+
# Label for the presentation file type
|
|
18
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = Presentación
|
|
19
|
+
# Label for the spreadsheet file type
|
|
20
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = Hoja de cálculo
|
|
21
|
+
# Label for the 3D file type
|
|
22
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
|
|
23
|
+
# Label for the video file type
|
|
24
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = Vídeo
|
|
25
|
+
# Label for the checkbox item type selector representing files
|
|
26
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.fileType = Archivos
|
|
27
|
+
# Label for the checkbox item type selector representing folders
|
|
28
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.folderType = Carpetas
|
|
29
|
+
# Label for the button in the selector to apply the selected filters
|
|
30
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = Aplicar
|
|
31
|
+
# Label for the button in the selector to clear all the selected filters
|
|
32
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = Borrar
|
|
33
|
+
# Label for the dropdown chip when no specific selection has been made
|
|
34
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = Tipo de archivo
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "Ääni",
|
|
3
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box Canvas",
|
|
4
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
|
|
5
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "Asiakirja",
|
|
6
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "Piirustus",
|
|
7
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "Kuva",
|
|
8
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}",
|
|
9
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
|
|
10
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "Esitys",
|
|
11
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "Laskentataulukko",
|
|
12
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
|
|
13
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "Video",
|
|
14
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "Tiedostot",
|
|
15
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "Kansiot",
|
|
16
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "Käytä",
|
|
17
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "Tyhjennä",
|
|
18
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "Tiedostotyyppi"
|
|
19
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Label for the audio file type
|
|
2
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = Ääni
|
|
3
|
+
# Label for the Box Canvas file type
|
|
4
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box Canvas
|
|
5
|
+
# Label for the Box Note file type
|
|
6
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
|
|
7
|
+
# Label for the document file type
|
|
8
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = Asiakirja
|
|
9
|
+
# Label for the drawing file type
|
|
10
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = Piirustus
|
|
11
|
+
# Label for the image file type
|
|
12
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = Kuva
|
|
13
|
+
# Label for multiple file types
|
|
14
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}
|
|
15
|
+
# Label for the PDF file type
|
|
16
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
|
|
17
|
+
# Label for the presentation file type
|
|
18
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = Esitys
|
|
19
|
+
# Label for the spreadsheet file type
|
|
20
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = Laskentataulukko
|
|
21
|
+
# Label for the 3D file type
|
|
22
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
|
|
23
|
+
# Label for the video file type
|
|
24
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = Video
|
|
25
|
+
# Label for the checkbox item type selector representing files
|
|
26
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.fileType = Tiedostot
|
|
27
|
+
# Label for the checkbox item type selector representing folders
|
|
28
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.folderType = Kansiot
|
|
29
|
+
# Label for the button in the selector to apply the selected filters
|
|
30
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = Käytä
|
|
31
|
+
# Label for the button in the selector to clear all the selected filters
|
|
32
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = Tyhjennä
|
|
33
|
+
# Label for the dropdown chip when no specific selection has been made
|
|
34
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = Tiedostotyyppi
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "Audio",
|
|
3
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box Canvas",
|
|
4
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
|
|
5
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "Document",
|
|
6
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "Dessin",
|
|
7
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "Image",
|
|
8
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}",
|
|
9
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
|
|
10
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "Présentation",
|
|
11
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "Feuille de calcul",
|
|
12
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
|
|
13
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "Vidéo",
|
|
14
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "fichiers",
|
|
15
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "Dossiers",
|
|
16
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "Appliquer",
|
|
17
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "Effacer",
|
|
18
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "Type de fichier"
|
|
19
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Label for the audio file type
|
|
2
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = Audio
|
|
3
|
+
# Label for the Box Canvas file type
|
|
4
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box Canvas
|
|
5
|
+
# Label for the Box Note file type
|
|
6
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
|
|
7
|
+
# Label for the document file type
|
|
8
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = Document
|
|
9
|
+
# Label for the drawing file type
|
|
10
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = Dessin
|
|
11
|
+
# Label for the image file type
|
|
12
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = Image
|
|
13
|
+
# Label for multiple file types
|
|
14
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}
|
|
15
|
+
# Label for the PDF file type
|
|
16
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
|
|
17
|
+
# Label for the presentation file type
|
|
18
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = Présentation
|
|
19
|
+
# Label for the spreadsheet file type
|
|
20
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = Feuille de calcul
|
|
21
|
+
# Label for the 3D file type
|
|
22
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
|
|
23
|
+
# Label for the video file type
|
|
24
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = Vidéo
|
|
25
|
+
# Label for the checkbox item type selector representing files
|
|
26
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.fileType = fichiers
|
|
27
|
+
# Label for the checkbox item type selector representing folders
|
|
28
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.folderType = Dossiers
|
|
29
|
+
# Label for the button in the selector to apply the selected filters
|
|
30
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = Appliquer
|
|
31
|
+
# Label for the button in the selector to clear all the selected filters
|
|
32
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = Effacer
|
|
33
|
+
# Label for the dropdown chip when no specific selection has been made
|
|
34
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = Type de fichier
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "Audio",
|
|
3
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box Canvas",
|
|
4
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
|
|
5
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "Document",
|
|
6
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "Dessin",
|
|
7
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "Image",
|
|
8
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}",
|
|
9
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
|
|
10
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "Présentation",
|
|
11
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "Feuille de calcul",
|
|
12
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
|
|
13
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "Vidéo",
|
|
14
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "fichiers",
|
|
15
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "Dossiers",
|
|
16
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "Appliquer",
|
|
17
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "Effacer",
|
|
18
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "Type de fichier"
|
|
19
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Label for the audio file type
|
|
2
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = Audio
|
|
3
|
+
# Label for the Box Canvas file type
|
|
4
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box Canvas
|
|
5
|
+
# Label for the Box Note file type
|
|
6
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
|
|
7
|
+
# Label for the document file type
|
|
8
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = Document
|
|
9
|
+
# Label for the drawing file type
|
|
10
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = Dessin
|
|
11
|
+
# Label for the image file type
|
|
12
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = Image
|
|
13
|
+
# Label for multiple file types
|
|
14
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}
|
|
15
|
+
# Label for the PDF file type
|
|
16
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
|
|
17
|
+
# Label for the presentation file type
|
|
18
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = Présentation
|
|
19
|
+
# Label for the spreadsheet file type
|
|
20
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = Feuille de calcul
|
|
21
|
+
# Label for the 3D file type
|
|
22
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
|
|
23
|
+
# Label for the video file type
|
|
24
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = Vidéo
|
|
25
|
+
# Label for the checkbox item type selector representing files
|
|
26
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.fileType = fichiers
|
|
27
|
+
# Label for the checkbox item type selector representing folders
|
|
28
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.folderType = Dossiers
|
|
29
|
+
# Label for the button in the selector to apply the selected filters
|
|
30
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = Appliquer
|
|
31
|
+
# Label for the button in the selector to clear all the selected filters
|
|
32
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = Effacer
|
|
33
|
+
# Label for the dropdown chip when no specific selection has been made
|
|
34
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = Type de fichier
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "ऑडियो",
|
|
3
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box Canvas",
|
|
4
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
|
|
5
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "दस्तावेज़",
|
|
6
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "चित्रकारी",
|
|
7
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "छवि",
|
|
8
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}",
|
|
9
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
|
|
10
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "प्रस्तुति",
|
|
11
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "स्प्रेडशीट",
|
|
12
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
|
|
13
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "वीडियो",
|
|
14
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "फ़ाइलें",
|
|
15
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "फ़ोल्डर्स",
|
|
16
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "लागू करें",
|
|
17
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "साफ़ करें",
|
|
18
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "फ़ाइल का प्रकार"
|
|
19
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Label for the audio file type
|
|
2
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = ऑडियो
|
|
3
|
+
# Label for the Box Canvas file type
|
|
4
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box Canvas
|
|
5
|
+
# Label for the Box Note file type
|
|
6
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
|
|
7
|
+
# Label for the document file type
|
|
8
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = दस्तावेज़
|
|
9
|
+
# Label for the drawing file type
|
|
10
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = चित्रकारी
|
|
11
|
+
# Label for the image file type
|
|
12
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = छवि
|
|
13
|
+
# Label for multiple file types
|
|
14
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}
|
|
15
|
+
# Label for the PDF file type
|
|
16
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
|
|
17
|
+
# Label for the presentation file type
|
|
18
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = प्रस्तुति
|
|
19
|
+
# Label for the spreadsheet file type
|
|
20
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = स्प्रेडशीट
|
|
21
|
+
# Label for the 3D file type
|
|
22
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
|
|
23
|
+
# Label for the video file type
|
|
24
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = वीडियो
|
|
25
|
+
# Label for the checkbox item type selector representing files
|
|
26
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.fileType = फ़ाइलें
|
|
27
|
+
# Label for the checkbox item type selector representing folders
|
|
28
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.folderType = फ़ोल्डर्स
|
|
29
|
+
# Label for the button in the selector to apply the selected filters
|
|
30
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = लागू करें
|
|
31
|
+
# Label for the button in the selector to clear all the selected filters
|
|
32
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = साफ़ करें
|
|
33
|
+
# Label for the dropdown chip when no specific selection has been made
|
|
34
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = फ़ाइल का प्रकार
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "Audio",
|
|
3
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box Canvas",
|
|
4
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
|
|
5
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "Documento",
|
|
6
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "Disegno",
|
|
7
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "Immagine",
|
|
8
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "+{count} {fileType}",
|
|
9
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
|
|
10
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "Presentazione",
|
|
11
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "Foglio di calcolo",
|
|
12
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
|
|
13
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "Video",
|
|
14
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "File",
|
|
15
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "Cartelle",
|
|
16
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "Applica",
|
|
17
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "Cancella",
|
|
18
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "Tipo di file"
|
|
19
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Label for the audio file type
|
|
2
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = Audio
|
|
3
|
+
# Label for the Box Canvas file type
|
|
4
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box Canvas
|
|
5
|
+
# Label for the Box Note file type
|
|
6
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
|
|
7
|
+
# Label for the document file type
|
|
8
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = Documento
|
|
9
|
+
# Label for the drawing file type
|
|
10
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = Disegno
|
|
11
|
+
# Label for the image file type
|
|
12
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = Immagine
|
|
13
|
+
# Label for multiple file types
|
|
14
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = +{count} {fileType}
|
|
15
|
+
# Label for the PDF file type
|
|
16
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
|
|
17
|
+
# Label for the presentation file type
|
|
18
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = Presentazione
|
|
19
|
+
# Label for the spreadsheet file type
|
|
20
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = Foglio di calcolo
|
|
21
|
+
# Label for the 3D file type
|
|
22
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
|
|
23
|
+
# Label for the video file type
|
|
24
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = Video
|
|
25
|
+
# Label for the checkbox item type selector representing files
|
|
26
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.fileType = File
|
|
27
|
+
# Label for the checkbox item type selector representing folders
|
|
28
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.folderType = Cartelle
|
|
29
|
+
# Label for the button in the selector to apply the selected filters
|
|
30
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = Applica
|
|
31
|
+
# Label for the button in the selector to clear all the selected filters
|
|
32
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = Cancella
|
|
33
|
+
# Label for the dropdown chip when no specific selection has been made
|
|
34
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = Tipo di file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "オーディオ",
|
|
3
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box Canvas",
|
|
4
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
|
|
5
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "ドキュメント",
|
|
6
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "描画",
|
|
7
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "画像",
|
|
8
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}種類",
|
|
9
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
|
|
10
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "プレゼンテーション",
|
|
11
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "スプレッドシート",
|
|
12
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
|
|
13
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "動画",
|
|
14
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "ファイル",
|
|
15
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "フォルダ",
|
|
16
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "適用",
|
|
17
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "クリア",
|
|
18
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "ファイルの種類"
|
|
19
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Label for the audio file type
|
|
2
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = オーディオ
|
|
3
|
+
# Label for the Box Canvas file type
|
|
4
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box Canvas
|
|
5
|
+
# Label for the Box Note file type
|
|
6
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
|
|
7
|
+
# Label for the document file type
|
|
8
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = ドキュメント
|
|
9
|
+
# Label for the drawing file type
|
|
10
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = 描画
|
|
11
|
+
# Label for the image file type
|
|
12
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = 画像
|
|
13
|
+
# Label for multiple file types
|
|
14
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}種類
|
|
15
|
+
# Label for the PDF file type
|
|
16
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
|
|
17
|
+
# Label for the presentation file type
|
|
18
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = プレゼンテーション
|
|
19
|
+
# Label for the spreadsheet file type
|
|
20
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = スプレッドシート
|
|
21
|
+
# Label for the 3D file type
|
|
22
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
|
|
23
|
+
# Label for the video file type
|
|
24
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = 動画
|
|
25
|
+
# Label for the checkbox item type selector representing files
|
|
26
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.fileType = ファイル
|
|
27
|
+
# Label for the checkbox item type selector representing folders
|
|
28
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.folderType = フォルダ
|
|
29
|
+
# Label for the button in the selector to apply the selected filters
|
|
30
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = 適用
|
|
31
|
+
# Label for the button in the selector to clear all the selected filters
|
|
32
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = クリア
|
|
33
|
+
# Label for the dropdown chip when no specific selection has been made
|
|
34
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = ファイルの種類
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[{"id":"groupSharedFeatures.boxItemTypeSelector.quickFilter.apply","description":"Label for the button in the selector to apply the selected filters","defaultMessage":"Apply"},{"id":"groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType","description":"Label for the audio file type","defaultMessage":"Audio"},{"id":"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType","description":"Label for the Box Canvas file type","defaultMessage":"Box Canvas"},{"id":"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType","description":"Label for the Box Note file type","defaultMessage":"Box Note"},{"id":"groupSharedFeatures.boxItemTypeSelector.quickFilter.clear","description":"Label for the button in the selector to clear all the selected filters","defaultMessage":"Clear"},{"id":"groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType","description":"Label for the document file type","defaultMessage":"Document"},{"id":"groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType","description":"Label for the drawing file type","defaultMessage":"Drawing"},{"id":"groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown","description":"Label for the dropdown chip when no specific selection has been made","defaultMessage":"File Type"},{"id":"groupSharedFeatures.boxItemTypeSelector.itemType.fileType","description":"Label for the checkbox item type selector representing files","defaultMessage":"Files"},{"id":"groupSharedFeatures.boxItemTypeSelector.itemType.folderType","description":"Label for the checkbox item type selector representing folders","defaultMessage":"Folders"},{"id":"groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType","description":"Label for the image file type","defaultMessage":"Image"},{"id":"groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles","description":"Label for multiple file types","defaultMessage":"{fileType} +{count}"},{"id":"groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType","description":"Label for the PDF file type","defaultMessage":"PDF"},{"id":"groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType","description":"Label for the presentation file type","defaultMessage":"Presentation"},{"id":"groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType","description":"Label for the spreadsheet file type","defaultMessage":"Spreadsheet"},{"id":"groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType","description":"Label for the 3D file type","defaultMessage":"3D"},{"id":"groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType","description":"Label for the video file type","defaultMessage":"Video"}]
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "오디오",
|
|
3
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box 캔버스",
|
|
4
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
|
|
5
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "문서",
|
|
6
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "그림",
|
|
7
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "이미지",
|
|
8
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}",
|
|
9
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF",
|
|
10
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "프레젠테이션",
|
|
11
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "스프레드시트",
|
|
12
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
|
|
13
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "비디오",
|
|
14
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "파일",
|
|
15
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "폴더",
|
|
16
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "적용",
|
|
17
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "지우기",
|
|
18
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "파일 유형"
|
|
19
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Label for the audio file type
|
|
2
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = 오디오
|
|
3
|
+
# Label for the Box Canvas file type
|
|
4
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box 캔버스
|
|
5
|
+
# Label for the Box Note file type
|
|
6
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
|
|
7
|
+
# Label for the document file type
|
|
8
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = 문서
|
|
9
|
+
# Label for the drawing file type
|
|
10
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = 그림
|
|
11
|
+
# Label for the image file type
|
|
12
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = 이미지
|
|
13
|
+
# Label for multiple file types
|
|
14
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}
|
|
15
|
+
# Label for the PDF file type
|
|
16
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF
|
|
17
|
+
# Label for the presentation file type
|
|
18
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = 프레젠테이션
|
|
19
|
+
# Label for the spreadsheet file type
|
|
20
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = 스프레드시트
|
|
21
|
+
# Label for the 3D file type
|
|
22
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
|
|
23
|
+
# Label for the video file type
|
|
24
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = 비디오
|
|
25
|
+
# Label for the checkbox item type selector representing files
|
|
26
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.fileType = 파일
|
|
27
|
+
# Label for the checkbox item type selector representing folders
|
|
28
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.folderType = 폴더
|
|
29
|
+
# Label for the button in the selector to apply the selected filters
|
|
30
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = 적용
|
|
31
|
+
# Label for the button in the selector to clear all the selected filters
|
|
32
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = 지우기
|
|
33
|
+
# Label for the dropdown chip when no specific selection has been made
|
|
34
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = 파일 유형
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType": "Lyd",
|
|
3
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType": "Box Canvas",
|
|
4
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType": "Box Note",
|
|
5
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType": "Dokument",
|
|
6
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType": "Tegning",
|
|
7
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType": "Bilde",
|
|
8
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles": "{fileType} +{count}",
|
|
9
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType": "PDF-fil",
|
|
10
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType": "Presentasjon",
|
|
11
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType": "Regneark",
|
|
12
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType": "3D",
|
|
13
|
+
"groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType": "Video",
|
|
14
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.fileType": "Filer",
|
|
15
|
+
"groupSharedFeatures.boxItemTypeSelector.itemType.folderType": "Mapper",
|
|
16
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.apply": "Bruk",
|
|
17
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.clear": "Fjern",
|
|
18
|
+
"groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown": "Filtype"
|
|
19
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Label for the audio file type
|
|
2
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.audioType = Lyd
|
|
3
|
+
# Label for the Box Canvas file type
|
|
4
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxcanvasType = Box Canvas
|
|
5
|
+
# Label for the Box Note file type
|
|
6
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.boxnoteType = Box Note
|
|
7
|
+
# Label for the document file type
|
|
8
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.documentType = Dokument
|
|
9
|
+
# Label for the drawing file type
|
|
10
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.drawingType = Tegning
|
|
11
|
+
# Label for the image file type
|
|
12
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.imageType = Bilde
|
|
13
|
+
# Label for multiple file types
|
|
14
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.multipleFiles = {fileType} +{count}
|
|
15
|
+
# Label for the PDF file type
|
|
16
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.pdfType = PDF-fil
|
|
17
|
+
# Label for the presentation file type
|
|
18
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.presentationType = Presentasjon
|
|
19
|
+
# Label for the spreadsheet file type
|
|
20
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.spreadsheetType = Regneark
|
|
21
|
+
# Label for the 3D file type
|
|
22
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.threedType = 3D
|
|
23
|
+
# Label for the video file type
|
|
24
|
+
groupSharedFeatures.boxItemTypeSelector.boxFileType.videoType = Video
|
|
25
|
+
# Label for the checkbox item type selector representing files
|
|
26
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.fileType = Filer
|
|
27
|
+
# Label for the checkbox item type selector representing folders
|
|
28
|
+
groupSharedFeatures.boxItemTypeSelector.itemType.folderType = Mapper
|
|
29
|
+
# Label for the button in the selector to apply the selected filters
|
|
30
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.apply = Bruk
|
|
31
|
+
# Label for the button in the selector to clear all the selected filters
|
|
32
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.clear = Fjern
|
|
33
|
+
# Label for the dropdown chip when no specific selection has been made
|
|
34
|
+
groupSharedFeatures.boxItemTypeSelector.quickFilter.fileTypeLabelDropdown = Filtype
|