@box/item-icon 0.10.2 → 0.11.1
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/i18n/bn-IN.js +8 -8
- package/dist/i18n/bn-IN.properties +16 -0
- package/dist/i18n/da-DK.js +8 -8
- package/dist/i18n/da-DK.properties +16 -0
- package/dist/i18n/de-DE.js +8 -8
- package/dist/i18n/de-DE.properties +16 -0
- package/dist/i18n/en-AU.properties +16 -0
- package/dist/i18n/en-CA.properties +16 -0
- package/dist/i18n/en-GB.properties +16 -0
- package/dist/i18n/en-x-pseudo.js +8 -8
- package/dist/i18n/en-x-pseudo.properties +16 -0
- package/dist/i18n/es-419.js +8 -8
- package/dist/i18n/es-419.properties +16 -0
- package/dist/i18n/es-ES.js +8 -8
- package/dist/i18n/es-ES.properties +16 -0
- package/dist/i18n/fi-FI.js +8 -8
- package/dist/i18n/fi-FI.properties +16 -0
- package/dist/i18n/fr-CA.js +8 -8
- package/dist/i18n/fr-CA.properties +16 -0
- package/dist/i18n/fr-FR.js +8 -8
- package/dist/i18n/fr-FR.properties +16 -0
- package/dist/i18n/hi-IN.js +8 -8
- package/dist/i18n/hi-IN.properties +16 -0
- package/dist/i18n/it-IT.properties +16 -0
- package/dist/i18n/ja-JP.js +8 -8
- package/dist/i18n/ja-JP.properties +16 -0
- package/dist/i18n/ko-KR.js +8 -8
- package/dist/i18n/ko-KR.properties +16 -0
- package/dist/i18n/nb-NO.properties +16 -0
- package/dist/i18n/nl-NL.js +8 -8
- package/dist/i18n/nl-NL.properties +16 -0
- package/dist/i18n/pl-PL.js +8 -8
- package/dist/i18n/pl-PL.properties +16 -0
- package/dist/i18n/pt-BR.js +8 -8
- package/dist/i18n/pt-BR.properties +16 -0
- package/dist/i18n/ru-RU.js +8 -8
- package/dist/i18n/ru-RU.properties +16 -0
- package/dist/i18n/sv-SE.js +8 -8
- package/dist/i18n/sv-SE.properties +16 -0
- package/dist/i18n/tr-TR.js +8 -8
- package/dist/i18n/tr-TR.properties +16 -0
- package/dist/i18n/zh-CN.js +8 -8
- package/dist/i18n/zh-CN.properties +16 -0
- package/dist/i18n/zh-TW.js +8 -8
- package/dist/i18n/zh-TW.properties +16 -0
- package/package.json +2 -2
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Personal
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "আর্কাইভ করুন",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "ফোল্ডার আর্কাইভ করুন",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "বুকমার্ক",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "সহযোগী ফোল্ডার",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "বাহ্যিক ফোল্ডার",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "ফাইল",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension} ফাইল",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Personal ফোল্ডার"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = আর্কাইভ করুন
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = ফোল্ডার আর্কাইভ করুন
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = বুকমার্ক
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = সহযোগী ফোল্ডার
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = বাহ্যিক ফোল্ডার
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = ফাইল
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension} ফাইল
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Personal ফোল্ডার
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "Arkivér",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "Arkivmappe",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "Bogmærke",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "Samarbejdsmappe",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "Ekstern mappe",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "Fil",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension} fil",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Personlig mappe"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Arkivér
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Arkivmappe
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Bogmærke
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Samarbejdsmappe
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = Ekstern mappe
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = Fil
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension} fil
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Personlig mappe
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "Archivieren",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "Archivordner",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "Lesezeichen",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "Zusammenarbeitsordner",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "Externer Ordner",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "Datei",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension} Datei",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Persönlicher Ordner"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Archivieren
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Archivordner
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Lesezeichen
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Zusammenarbeitsordner
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = Externer Ordner
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = Datei
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension} Datei
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Persönlicher Ordner
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Archive
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Archive folder
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Bookmark
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Collaborated folder
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = External folder
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = File
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension} file
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Personal folder
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Archive
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Archive folder
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Bookmark
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Collaborated folder
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = External folder
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = File
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension} file
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Personal folder
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Archive
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Archive folder
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Bookmark
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Collaborated folder
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = External folder
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = File
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension} file
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Personal folder
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "⟦萬萬 Âŕ¢нíνє 國國⟧",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "⟦萬萬萬萬 Ăŗçħĩνέ ƒσĺďĕŗ 國國國國⟧",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "⟦萬萬 βόøκmαŕĸ 國國⟧",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "⟦萬萬萬萬萬 Ĉόļľăьöяäτëď ƒòĺďεг 國國國國國⟧",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "⟦萬萬萬萬 É×ŧèгήάļ ƒöļďēѓ 國國國國⟧",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "⟦萬 ₣ìļè 國⟧",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "⟦萬萬 {extension} ƒïĺē 國國⟧",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "⟦萬萬萬萬 Pегśøπàľ ƒõļďęѓ 國國國國⟧"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = ⟦萬萬 Âŕ¢нíνє 國國⟧
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = ⟦萬萬萬萬 Ăŗçħĩνέ ƒσĺďĕŗ 國國國國⟧
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = ⟦萬萬 βόøκmαŕĸ 國國⟧
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = ⟦萬萬萬萬萬 Ĉόļľăьöяäτëď ƒòĺďεг 國國國國國⟧
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = ⟦萬萬萬萬 É×ŧèгήάļ ƒöļďēѓ 國國國國⟧
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = ⟦萬 ₣ìļè 國⟧
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = ⟦萬萬 {extension} ƒïĺē 國國⟧
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = ⟦萬萬萬萬 Pегśøπàľ ƒõļďęѓ 國國國國⟧
|
package/dist/i18n/es-419.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "Archivar",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "Carpeta de archivo",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "Marcador",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "Carpeta de colaboración",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "Carpeta externa",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "Archivo",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "archivo {extension}",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Carpeta personal"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Archivar
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Carpeta de archivo
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Marcador
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Carpeta de colaboración
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = Carpeta externa
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = Archivo
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = archivo {extension}
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Carpeta personal
|
package/dist/i18n/es-ES.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "Archivar",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "Carpeta de archivo",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "Marcador",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "Carpeta de colaboración",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "Carpeta externa",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "Archivo",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "archivo {extension}",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Carpeta personal"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Archivar
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Carpeta de archivo
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Marcador
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Carpeta de colaboración
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = Carpeta externa
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = Archivo
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = archivo {extension}
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Carpeta personal
|
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "Arkistoi",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "Arkistokansio",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "Kirjanmerkki",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "Yhteistyökansio",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "Ulkoinen kansio",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "Tiedosto",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}-tiedosto",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Oma kansio"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Arkistoi
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Arkistokansio
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Kirjanmerkki
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Yhteistyökansio
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = Ulkoinen kansio
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = Tiedosto
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension}-tiedosto
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Oma kansio
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "Archiver",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "Dossier d'archive",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "Signet",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "Dossier de collaboration",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "Dossier externe",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "Fichier",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "Fichier {extension}",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Dossier personnel"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Archiver
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Dossier d'archive
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Signet
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Dossier de collaboration
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = Dossier externe
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = Fichier
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = Fichier {extension}
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Dossier personnel
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "Archiver",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "Dossier d'archive",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "Signet",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "Dossier de collaboration",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "Dossier externe",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "Fichier",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "Fichier {extension}",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Dossier personnel"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Archiver
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Dossier d'archive
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Signet
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Dossier de collaboration
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = Dossier externe
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = Fichier
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = Fichier {extension}
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Dossier personnel
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "आर्काइव करें",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "फ़ोल्डर आर्काइव करें",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "बुकमार्क",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "सहयोग किया गया फ़ोल्डर",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "बाहरी फ़ोल्डर",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "फ़ाइल",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension} फ़ाइल",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "व्यक्तिगत फ़ोल्डर"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = आर्काइव करें
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = फ़ोल्डर आर्काइव करें
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = बुकमार्क
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = सहयोग किया गया फ़ोल्डर
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = बाहरी फ़ोल्डर
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = फ़ाइल
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension} फ़ाइल
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = व्यक्तिगत फ़ोल्डर
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Archive
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Archive folder
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Bookmark
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Collaborated folder
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = External folder
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = File
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension} file
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Personal folder
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "アーカイブ",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "アーカイブフォルダ",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "ブックマーク",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "コラボレーションフォルダ",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "外部フォルダ",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "ファイル",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}ファイル",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "個人用フォルダ"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = アーカイブ
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = アーカイブフォルダ
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = ブックマーク
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = コラボレーションフォルダ
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = 外部フォルダ
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = ファイル
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension}ファイル
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = 個人用フォルダ
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "아카이브",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "아카이브 폴더",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "북마크",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "공동 작업 폴더",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "외부 폴더",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "파일",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension} 파일",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "개인 폴더"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = 아카이브
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = 아카이브 폴더
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = 북마크
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = 공동 작업 폴더
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = 외부 폴더
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = 파일
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension} 파일
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = 개인 폴더
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Archive
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Archive folder
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Bookmark
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Collaborated folder
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = External folder
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = File
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension} file
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Personal folder
|
package/dist/i18n/nl-NL.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "Archief",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "Archiefmap",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "Bladwijzer",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "Gedeelde map",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "Externe map",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "Bestand",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}-bestand",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Persoonlijke map"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Archief
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Archiefmap
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Bladwijzer
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Gedeelde map
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = Externe map
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = Bestand
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension}-bestand
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Persoonlijke map
|
package/dist/i18n/pl-PL.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "Archiwum",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "Folder archiwum",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "Zakładka",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "Folder współpracy",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "Folder zewnętrzny",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "Plik",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "Plik {extension}",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Folder osobisty"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Archiwum
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Folder archiwum
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Zakładka
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Folder współpracy
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = Folder zewnętrzny
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = Plik
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = Plik {extension}
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Folder osobisty
|
package/dist/i18n/pt-BR.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "Arquivar",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "Arquivar pasta",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "Marcador",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "Pasta colaborada",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "Pasta externa",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "Arquivo",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "Arquivo {extension}",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Pasta pessoal"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Arquivar
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Arquivar pasta
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Marcador
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Pasta colaborada
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = Pasta externa
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = Arquivo
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = Arquivo {extension}
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Pasta pessoal
|
package/dist/i18n/ru-RU.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "Архив",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "Архивная папка",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "Закладка",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "Общая папка",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "Внешняя папка",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "Файл",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "Файл {extension}",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Личная папка"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Архив
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Архивная папка
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Закладка
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Общая папка
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = Внешняя папка
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = Файл
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = Файл {extension}
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Личная папка
|
package/dist/i18n/sv-SE.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "Arkivera",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "Arkivmapp",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "Bokmärke",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "Samarbetsmapp",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "Extern mapp",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "Fil",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension} fil",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Personlig mapp"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Arkivera
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Arkivmapp
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Bokmärke
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = Samarbetsmapp
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = Extern mapp
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = Fil
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension} fil
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Personlig mapp
|
package/dist/i18n/tr-TR.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "Arşivle",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "Klasörü arşivle",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "Yer imi",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "İşbirliğine açılan klasör",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "Harici klasör",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "Dosya",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension} dosyası",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "Kişisel klasör"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = Arşivle
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = Klasörü arşivle
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = Yer imi
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = İşbirliğine açılan klasör
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = Harici klasör
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = Dosya
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension} dosyası
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = Kişisel klasör
|
package/dist/i18n/zh-CN.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "存档",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "存档文件夹",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "书签",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "协作的文件夹",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "外部文件夹",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "文件",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension} 文件",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "个人文件夹"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = 存档
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = 存档文件夹
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = 书签
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = 协作的文件夹
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = 外部文件夹
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = 文件
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension} 文件
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = 个人文件夹
|
package/dist/i18n/zh-TW.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "
|
|
3
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "
|
|
4
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "
|
|
5
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "
|
|
6
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "
|
|
7
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "
|
|
8
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension}
|
|
9
|
-
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "
|
|
2
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archive": "封存",
|
|
3
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder": "封存資料夾",
|
|
4
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.bookmark": "書籤",
|
|
5
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder": "協同作業的資料夾",
|
|
6
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder": "外部資料夾",
|
|
7
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.file": "檔案",
|
|
8
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension": "{extension} 檔案",
|
|
9
|
+
"groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder": "個人資料夾"
|
|
10
10
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Label for a Box item icon of type folder and is an archive
|
|
2
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archive = 封存
|
|
3
|
+
# Label for a Box item icon of type folder and is located in an archive
|
|
4
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.archiveFolder = 封存資料夾
|
|
5
|
+
# Label for a Box item icon of type bookmark or web-link
|
|
6
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.bookmark = 書籤
|
|
7
|
+
# Label for a Box item icon of type folder shared with collaborators
|
|
8
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.collaboratedFolder = 協同作業的資料夾
|
|
9
|
+
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
10
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.externalFolder = 外部資料夾
|
|
11
|
+
# Label for a Box item icon of type file
|
|
12
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.file = 檔案
|
|
13
|
+
# Label for a Box item icon of type file with its file extension
|
|
14
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.fileExtension = {extension} 檔案
|
|
15
|
+
# Label for a Box item icon of type folder that is private to the user
|
|
16
|
+
groupSharedFeatures.itemIcon.itemTypeIcon.personalFolder = 個人資料夾
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/item-icon",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@box/blueprint-web": "^7.8.0",
|
|
6
6
|
"@box/blueprint-web-assets": "^4.16.0",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"react-intl": "^6.4.2"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@box/blueprint-web": "^12.20.
|
|
13
|
+
"@box/blueprint-web": "^12.20.2",
|
|
14
14
|
"@box/blueprint-web-assets": "^4.56.0",
|
|
15
15
|
"@box/types": "^0.2.0",
|
|
16
16
|
"@box/storybook-utils": "^0.13.9",
|