box-ui-elements 23.1.0 → 23.2.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/dist/explorer.css +1 -1
- package/dist/explorer.js +1 -1
- package/dist/openwith.js +1 -1
- package/dist/picker.js +1 -1
- package/dist/preview.css +1 -1
- package/dist/preview.js +1 -1
- package/dist/sharing.css +1 -1
- package/dist/sharing.js +1 -1
- package/dist/sidebar.js +1 -1
- package/dist/uploader.js +1 -1
- package/es/elements/common/content-answers/ContentAnswersOpenButton.scss +1 -1
- package/es/features/collaborator-avatars/CollaboratorList.js +5 -1
- package/es/features/collaborator-avatars/CollaboratorList.js.flow +12 -1
- package/es/features/collaborator-avatars/CollaboratorList.js.map +1 -1
- package/es/features/collaborator-avatars/CollaboratorList.scss +3 -0
- package/es/features/collaborator-avatars/CollaboratorListItem.js +26 -5
- package/es/features/collaborator-avatars/CollaboratorListItem.js.flow +33 -9
- package/es/features/collaborator-avatars/CollaboratorListItem.js.map +1 -1
- package/es/features/collaborator-avatars/CollaboratorListItem.scss +23 -0
- package/es/features/message-center/components/MessageCenter.js +1 -0
- package/es/features/message-center/components/MessageCenter.js.flow +2 -1
- package/es/features/message-center/components/MessageCenter.js.map +1 -1
- package/es/features/unified-share-modal/RemoveCollaboratorConfirmModal.js +44 -0
- package/es/features/unified-share-modal/RemoveCollaboratorConfirmModal.js.flow +67 -0
- package/es/features/unified-share-modal/RemoveCollaboratorConfirmModal.js.map +1 -0
- package/es/features/unified-share-modal/UnifiedShareForm.js +8 -3
- package/es/features/unified-share-modal/UnifiedShareForm.js.flow +5 -1
- package/es/features/unified-share-modal/UnifiedShareForm.js.map +1 -1
- package/es/features/unified-share-modal/UnifiedShareModal.js +54 -10
- package/es/features/unified-share-modal/UnifiedShareModal.js.flow +59 -11
- package/es/features/unified-share-modal/UnifiedShareModal.js.map +1 -1
- package/es/features/unified-share-modal/UnifiedShareModal.scss +9 -2
- package/es/features/unified-share-modal/flowTypes.js.flow +13 -0
- package/es/features/unified-share-modal/flowTypes.js.map +1 -1
- package/es/features/unified-share-modal/messages.js +8 -0
- package/es/features/unified-share-modal/messages.js.flow +10 -0
- package/es/features/unified-share-modal/messages.js.map +1 -1
- package/es/features/unified-share-modal/stories/UnifiedShareModal.stories.js +221 -4
- package/es/features/unified-share-modal/stories/UnifiedShareModal.stories.js.flow +208 -3
- package/es/features/unified-share-modal/stories/UnifiedShareModal.stories.js.map +1 -1
- package/es/src/elements/content-sidebar/stories/tests/MetadataSidebarRedesign-visual.stories.d.ts +4 -4
- package/i18n/bn-IN.js +2 -0
- package/i18n/bn-IN.properties +4 -0
- package/i18n/da-DK.js +2 -0
- package/i18n/da-DK.properties +4 -0
- package/i18n/de-DE.js +2 -0
- package/i18n/de-DE.properties +4 -0
- package/i18n/en-AU.js +2 -0
- package/i18n/en-AU.properties +4 -0
- package/i18n/en-CA.js +2 -0
- package/i18n/en-CA.properties +4 -0
- package/i18n/en-GB.js +2 -0
- package/i18n/en-GB.properties +4 -0
- package/i18n/en-US.js +2 -0
- package/i18n/en-US.properties +4 -0
- package/i18n/en-x-pseudo.js +1010 -1008
- package/i18n/en-x-pseudo.properties +1012 -1008
- package/i18n/es-419.js +2 -0
- package/i18n/es-419.properties +4 -0
- package/i18n/es-ES.js +2 -0
- package/i18n/es-ES.properties +4 -0
- package/i18n/fi-FI.js +2 -0
- package/i18n/fi-FI.properties +4 -0
- package/i18n/fr-CA.js +2 -0
- package/i18n/fr-CA.properties +4 -0
- package/i18n/fr-FR.js +2 -0
- package/i18n/fr-FR.properties +4 -0
- package/i18n/hi-IN.js +2 -0
- package/i18n/hi-IN.properties +4 -0
- package/i18n/it-IT.js +2 -0
- package/i18n/it-IT.properties +4 -0
- package/i18n/ja-JP.js +2 -0
- package/i18n/ja-JP.properties +4 -0
- package/i18n/ko-KR.js +2 -0
- package/i18n/ko-KR.properties +4 -0
- package/i18n/nb-NO.js +2 -0
- package/i18n/nb-NO.properties +4 -0
- package/i18n/nl-NL.js +2 -0
- package/i18n/nl-NL.properties +4 -0
- package/i18n/pl-PL.js +2 -0
- package/i18n/pl-PL.properties +4 -0
- package/i18n/pt-BR.js +2 -0
- package/i18n/pt-BR.properties +4 -0
- package/i18n/ru-RU.js +2 -0
- package/i18n/ru-RU.properties +4 -0
- package/i18n/sv-SE.js +2 -0
- package/i18n/sv-SE.properties +4 -0
- package/i18n/tr-TR.js +2 -0
- package/i18n/tr-TR.properties +4 -0
- package/i18n/zh-CN.js +2 -0
- package/i18n/zh-CN.properties +4 -0
- package/i18n/zh-TW.js +2 -0
- package/i18n/zh-TW.properties +4 -0
- package/package.json +18 -18
- package/src/elements/common/content-answers/ContentAnswersOpenButton.scss +1 -1
- package/src/features/collaborator-avatars/CollaboratorList.js +12 -1
- package/src/features/collaborator-avatars/CollaboratorList.scss +3 -0
- package/src/features/collaborator-avatars/CollaboratorListItem.js +33 -9
- package/src/features/collaborator-avatars/CollaboratorListItem.scss +23 -0
- package/src/features/collaborator-avatars/__tests__/CollaboratorList.test.js +11 -0
- package/src/features/collaborator-avatars/__tests__/CollaboratorListItem.test.js +51 -0
- package/src/features/collaborator-avatars/__tests__/__snapshots__/CollaboratorList.test.js.snap +110 -0
- package/src/features/collaborator-avatars/__tests__/__snapshots__/CollaboratorListItem.test.js.snap +310 -0
- package/src/features/message-center/__tests__/MessageCenter.integration.test.js +10 -0
- package/src/features/message-center/components/MessageCenter.js +2 -1
- package/src/features/unified-share-modal/README.md +12 -1
- package/src/features/unified-share-modal/RemoveCollaboratorConfirmModal.js +67 -0
- package/src/features/unified-share-modal/UnifiedShareForm.js +5 -1
- package/src/features/unified-share-modal/UnifiedShareModal.js +59 -11
- package/src/features/unified-share-modal/UnifiedShareModal.scss +9 -2
- package/src/features/unified-share-modal/__tests__/RemoveCollaboratorConfirmModal.test.js +64 -0
- package/src/features/unified-share-modal/__tests__/UnifiedShareForm.test.js +34 -1
- package/src/features/unified-share-modal/__tests__/UnifiedShareModal.test.js +74 -4
- package/src/features/unified-share-modal/__tests__/__snapshots__/UnifiedShareModal.test.js.snap +258 -0
- package/src/features/unified-share-modal/flowTypes.js +13 -0
- package/src/features/unified-share-modal/messages.js +10 -0
- package/src/features/unified-share-modal/stories/UnifiedShareModal.stories.js +208 -3
|
@@ -1,2034 +1,2038 @@
|
|
|
1
1
|
# The text for when the user does not have permissions to see access stats.
|
|
2
|
-
be.accessStatsPermissionsError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
2
|
+
be.accessStatsPermissionsError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Şогřÿ, γòû ďò πòŧ ħąνе Ρėŕmϊşŝιôň ŧő śěέ ţĥέ ãçčєşŝ şŧãťś ƒōя ŧнϊş ƒĩļе. 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
3
3
|
# Full date time and time stamp
|
|
4
|
-
be.activityFeed.fullDateTime = ⟦萬萬萬萬 {time, date, full}
|
|
4
|
+
be.activityFeed.fullDateTime = ⟦萬萬萬萬 {time, date, full} αţ {time, time, short} 國國國國⟧
|
|
5
5
|
# Error message for feed item API errors
|
|
6
|
-
be.activityFeedItemApiError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
6
|
+
be.activityFeedItemApiError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţĥĕŗέ ẁáѕ ά Ρґσьĺёm ļôãďϊлğ ťĥĕ αĉτíνįţŷ ƒėėď. Pļěáѕе яέƒгèśн τнę Ρąğě ôŗ ţŕÿ àğąій ĺáťèѓ. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
7
7
|
# Text to show when an annotation activity no longer exists
|
|
8
|
-
be.activitySidebar.activityFeed.annotationMissingError = ⟦萬萬萬萬萬萬萬萬
|
|
8
|
+
be.activitySidebar.activityFeed.annotationMissingError = ⟦萬萬萬萬萬萬萬萬 Ŧнíś çòmměņť ήő ĺоŋĝėŗ ė×ϊśŧŝ 國國國國國國國國⟧
|
|
9
9
|
# Text to show when comment no longer exists
|
|
10
|
-
be.activitySidebar.activityFeed.commentMissingError = ⟦萬萬萬萬萬萬萬萬
|
|
10
|
+
be.activitySidebar.activityFeed.commentMissingError = ⟦萬萬萬萬萬萬萬萬 Ţніś ćōmméиţ лο ļόʼnġěг έ×īŝŧѕ 國國國國國國國國⟧
|
|
11
11
|
# Error title
|
|
12
|
-
be.activitySidebar.activityFeed.feedInlineErrorTitle = ⟦萬
|
|
12
|
+
be.activitySidebar.activityFeed.feedInlineErrorTitle = ⟦萬 Σŗяōř 國⟧
|
|
13
13
|
# Text to show to hide more replies of comment or annotation
|
|
14
|
-
be.activitySidebar.activityFeed.hideReplies = ⟦萬萬萬
|
|
14
|
+
be.activitySidebar.activityFeed.hideReplies = ⟦萬萬萬 Ħϊďĕ яėΡĺϊέѕ 國國國⟧
|
|
15
15
|
# Text to show on button to start replying to comment
|
|
16
|
-
be.activitySidebar.activityFeed.reply = ⟦萬
|
|
16
|
+
be.activitySidebar.activityFeed.reply = ⟦萬 ΓêΡľγ 國⟧
|
|
17
17
|
# Text to show on reply form input placeholder
|
|
18
|
-
be.activitySidebar.activityFeed.replyInThread = ⟦萬萬萬萬
|
|
18
|
+
be.activitySidebar.activityFeed.replyInThread = ⟦萬萬萬萬 ҐêΡļÿ īй ťĥŗěäď 國國國國⟧
|
|
19
19
|
# Text to show to get more replies of comment or annotation
|
|
20
|
-
be.activitySidebar.activityFeed.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
20
|
+
be.activitySidebar.activityFeed.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬 Şĕе {repliesToLoadCount, plural, one {# ŕеΡĺÿ} other {# яєΡļїеś}} 國國國國國國國國國國⟧
|
|
21
21
|
# Text to show when a task no longer exists
|
|
22
|
-
be.activitySidebar.activityFeed.taskMissingError = ⟦萬萬萬萬萬萬萬
|
|
22
|
+
be.activitySidebar.activityFeed.taskMissingError = ⟦萬萬萬萬萬萬萬 Ţĥĭѕ τâŝκ йò ľоηğèя é×іѕŧş 國國國國國國國⟧
|
|
23
23
|
# Dropdown option for filtering all activity from activity list
|
|
24
|
-
be.activitySidebarFilter.status.allActivity = ⟦萬萬萬
|
|
24
|
+
be.activitySidebarFilter.status.allActivity = ⟦萬萬萬 Àļľ Âċŧìνіţỳ 國國國⟧
|
|
25
25
|
# Dropdown option for filtering all comments from comments list
|
|
26
|
-
be.activitySidebarFilter.status.allComments = ⟦萬萬萬
|
|
26
|
+
be.activitySidebarFilter.status.allComments = ⟦萬萬萬 Ãľĺ Ćõmmëпτś 國國國⟧
|
|
27
27
|
# Dropdown option for filtering unresolved comments from activity or comments list
|
|
28
|
-
be.activitySidebarFilter.status.open = ⟦萬萬萬萬萬
|
|
28
|
+
be.activitySidebarFilter.status.open = ⟦萬萬萬萬萬 Ůήřĕŝöľνëď Čömmеπťŝ 國國國國國⟧
|
|
29
29
|
# Dropdown option for filtering resolved comments from activity or comments list
|
|
30
|
-
be.activitySidebarFilter.status.resolved = ⟦萬萬萬萬萬
|
|
30
|
+
be.activitySidebarFilter.status.resolved = ⟦萬萬萬萬萬 Řеśõļνèď Ċŏmmёʼnŧş 國國國國國⟧
|
|
31
31
|
# Dropdown option for filtering tasks from activity list
|
|
32
|
-
be.activitySidebarFilter.status.tasks = ⟦萬
|
|
32
|
+
be.activitySidebarFilter.status.tasks = ⟦萬 Τăśκś 國⟧
|
|
33
33
|
# Label for add action
|
|
34
|
-
be.add = ⟦
|
|
34
|
+
be.add = ⟦ Ăďď ⟧
|
|
35
35
|
# Text to display when app is disabled by applied access policy
|
|
36
|
-
be.additionalTab.blockedByShieldAccessPolicy = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
36
|
+
be.additionalTab.blockedByShieldAccessPolicy = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Üŝё ōƒ ŧнϊŝ äΡΡ ìŝ вļóĉĸεď ďüё τõ ά śέсŭřϊťУ ΡöĺϊčУ. 國國國國國國國國國國國國國國國⟧
|
|
37
37
|
# Error message when an annotation deletion fails
|
|
38
|
-
be.annotationThread.errorDeleteAnnotation = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
38
|
+
be.annotationThread.errorDeleteAnnotation = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ŧħêяє ώãś àņ éŗŕоŕ ďěľěţїпġ ťĥîŝ íτеm. 國國國國國國國國國國國⟧
|
|
39
39
|
# Error message when an annotation update fails
|
|
40
|
-
be.annotationThread.errorEditAnnotation = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
40
|
+
be.annotationThread.errorEditAnnotation = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ťнїş åиʼnŏťατīòл ćōμĺď ņŏť ьē möďїƒĭéď. 國國國國國國國國國國國⟧
|
|
41
41
|
# Error message when an annotation fetch fails
|
|
42
|
-
be.annotattionThread.errorFetchAnnotation = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
42
|
+
be.annotattionThread.errorFetchAnnotation = ⟦萬萬萬萬萬萬萬萬萬萬 Τнé ăńņöţåţîôņ сōŭľď пσţ вę ƒεţçħėď. 國國國國國國國國國國⟧
|
|
43
43
|
# Error message when an app activity deletion fails
|
|
44
|
-
be.api.appActivityDeleteErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
44
|
+
be.api.appActivityDeleteErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ŧнëгê щàş äй εѓѓôг ďέľēτĭпĝ ťĥіş ĩτέm. 國國國國國國國國國國國⟧
|
|
45
45
|
# Error message when a comment creation fails due to a conflict
|
|
46
|
-
be.api.commentCreateConflictMessage = ⟦萬萬萬萬萬萬萬萬
|
|
46
|
+
be.api.commentCreateConflictMessage = ⟦萬萬萬萬萬萬萬萬 Ŧнĩѕ çōmméйŧ αĺяëäďγ ěхίѕτŝ. 國國國國國國國國⟧
|
|
47
47
|
# Error message when a comment creation fails
|
|
48
|
-
be.api.commentCreateErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
48
|
+
be.api.commentCreateErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ţĥěŗĕ ŵàş âň еŕѓōŗ ¢ŕéàťίŋĝ ťнíѕ сσmměлτ. 國國國國國國國國國國國國⟧
|
|
49
49
|
# Error message when a comment deletion fails
|
|
50
|
-
be.api.commentDeleteErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
50
|
+
be.api.commentDeleteErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ťħęґę ώαѕ áη ēяŗōŕ ďέļëţϊπğ ťħîś соmmëņŧ. 國國國國國國國國國國國國⟧
|
|
51
51
|
# Error message when an annotation comment update fails
|
|
52
|
-
be.api.commentUpdateErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
52
|
+
be.api.commentUpdateErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬 Ŧĥіѕ ¢őmmëπť çøцļď пôţ вє mōďįƒĩеď. 國國國國國國國國國國⟧
|
|
53
53
|
# Error message when fetching for comment replies fails
|
|
54
|
-
be.api.repliesFetchErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
54
|
+
be.api.repliesFetchErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥè řěΡľîěŝ ťο ŧĥĩѕ ċоmmєήţ сοüļď ŋōŧ ве ľôãďεď. 國國國國國國國國國國國國國國⟧
|
|
55
55
|
# Title shown when an error occurs performing an action on a task
|
|
56
|
-
be.api.taskActionErrorTitle = ⟦萬
|
|
56
|
+
be.api.taskActionErrorTitle = ⟦萬 Έґŕŏґ 國⟧
|
|
57
57
|
# Error message when approving a task fails
|
|
58
|
-
be.api.taskApproveErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
58
|
+
be.api.taskApproveErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αп ëŗяøя ħäŝ ōċčũŕѓèď ẃĥįĺě āΡΡŗονίπğ ťнϊŝ ţãŝĸ. Pĺєáŝέ ŗęƒŗêśн ŧне Ρăġë áηď ţŕў åġăĭʼn. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
59
59
|
# Error message when completing a task fails
|
|
60
|
-
be.api.taskCompleteErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
60
|
+
be.api.taskCompleteErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻņ έřґõг нâѕ σ㢵ґяеď ωнìļè ćómΡļèτīпğ ťнìś ŧάѕκ. Pľёâѕê ґêƒгеѕĥ ťĥë Ρâġе āŋď ťŗγ äğáĩņ. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
61
61
|
# Error message when a task creation fails
|
|
62
|
-
be.api.taskCreateErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
62
|
+
be.api.taskCreateErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αи êґяõѓ óçćüягêď ẃĥīļę ĉŕèăţìиĝ ŧĥĭŝ ţāŝк. Pĺëāѕê ŧŗỳ αğąìл. 國國國國國國國國國國國國國國國國國國⟧
|
|
63
63
|
# Error message when a task deletion fails
|
|
64
|
-
be.api.taskDeleteErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
64
|
+
be.api.taskDeleteErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťĥěŗε ωāŝ ǻп εягōґ ωħíľë ďêľêţĭлğ τĥìş τäşκ. Pĺèāśě ґèƒґέŝн τħė Ρăğє ǻŋď ţяγ ãĝαïл. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
65
65
|
# Warning message showing that, while the task was being created, the group assignee limit was exceeded by specified amount
|
|
66
|
-
be.api.taskGroupExceedsWarningTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
66
|
+
be.api.taskGroupExceedsWarningTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Θпę оŕ mоŕε ĝґŏųΡŝ ĉãŋ ŋôţ ŗęсеίνè ţнĩŝ ŧàşκ áѕ ã ĝřõúΡ ѕíżё ĉâņпоŧ é×ćεêď ţĥе ļįmϊţ σƒ {max} āśşïĝπέėś Ρέř ġŕõûΡ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
67
67
|
# Error message when rejecting a task fails
|
|
68
|
-
be.api.taskRejectErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
68
|
+
be.api.taskRejectErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻη ēґяöг ĥâѕ őċćůŕѓєď ωĥìĺė гέĵεсŧíπğ ŧĥĭŝ ťăŝк. Pľëάŝě řēƒґєşħ ţħē Ρäğέ αήď ţѓŷ ăĝäίл. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
69
69
|
# Alt message if app activity icon is missing or cannot load
|
|
70
|
-
be.appActivity.altIcon = ⟦萬萬 {appActivityName}
|
|
70
|
+
be.appActivity.altIcon = ⟦萬萬 {appActivityName} ΢ōη 國國⟧
|
|
71
71
|
# Text to display in the delete app activity submit button
|
|
72
|
-
be.appActivity.deleteMenuItem = ⟦萬
|
|
72
|
+
be.appActivity.deleteMenuItem = ⟦萬 Ðĕľëŧе 國⟧
|
|
73
73
|
# Confirmation prompt text to delete app activity
|
|
74
|
-
be.appActivity.deletePrompt = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
74
|
+
be.appActivity.deletePrompt = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻге ýòü ѕųяέ ўóų ẃáŋť ţõ ΡĕґmăйëпŧļУ ďèľĕτέ ťĥîŝ ãΡΡ äсţíνιŧў? 國國國國國國國國國國國國國國國國國國⟧
|
|
75
75
|
# Icon title for a Box item of type folder is an archive
|
|
76
|
-
be.archive = ⟦萬萬
|
|
76
|
+
be.archive = ⟦萬萬 Ãг¢ħίνę 國國⟧
|
|
77
77
|
# Icon title for a Box item of type folder is in archive
|
|
78
|
-
be.archivedFolder = ⟦萬萬萬萬
|
|
78
|
+
be.archivedFolder = ⟦萬萬萬萬 Âгçħĭνёď ₣òĺďěř 國國國國⟧
|
|
79
79
|
# Label for back button
|
|
80
|
-
be.back = ⟦萬
|
|
80
|
+
be.back = ⟦萬 Βάćķ 國⟧
|
|
81
81
|
# Icon title for a Box item of type bookmark or web-link
|
|
82
|
-
be.bookmark = ⟦萬萬
|
|
82
|
+
be.bookmark = ⟦萬萬 Бσоķmáгĸ 國國⟧
|
|
83
83
|
# Message when Box Tools cannot open a particular file type
|
|
84
|
-
be.boxEditBlacklistedError = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
84
|
+
be.boxEditBlacklistedError = ⟦萬萬萬萬萬萬萬萬萬萬 Τħίŝ ƒíĺè ċãпπőť ье οΡелèď ļőćàĺĺỳ 國國國國國國國國國國⟧
|
|
85
85
|
# Shown in the open with dropdown when an application is blocked by shield access policy.
|
|
86
|
-
be.boxEditErrorBlockedByPolicy = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
86
|
+
be.boxEditErrorBlockedByPolicy = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŀσĉąļ ėďįτĭиĝ όƒ ťĥĩş çόňŧέŋţ ħǻş вèēŋ ďĩŝăьĺêď ьáŝεď οή åŋ åççεŝѕ Ρōĺίčŷ 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
87
87
|
# Message shown telling user how to install Box Tools
|
|
88
|
-
be.boxToolsInstallMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
88
|
+
be.boxToolsInstallMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Īиѕţàĺĺ {boxTools} ťŏ όΡєʼn ťнįş ƒīľε ōп ÿøűґ ďёşķτôΡ 國國國國國國國國國國國國國國⟧
|
|
89
89
|
# Aria label for describing "breadcrumb"
|
|
90
|
-
be.breadcrumb.breadcrumbLabel = ⟦萬萬
|
|
90
|
+
be.breadcrumb.breadcrumbLabel = ⟦萬萬 Бŗєǻďсřūmь 國國⟧
|
|
91
91
|
# Label for cancel action.
|
|
92
|
-
be.cancel = ⟦萬
|
|
92
|
+
be.cancel = ⟦萬 Ĉåлĉéļ 國⟧
|
|
93
93
|
# Label for choose action.
|
|
94
|
-
be.choose = ⟦萬
|
|
94
|
+
be.choose = ⟦萬 Çĥōòŝє 國⟧
|
|
95
95
|
# Label for close action.
|
|
96
|
-
be.close = ⟦萬
|
|
96
|
+
be.close = ⟦萬 Ċľøŝę 國⟧
|
|
97
97
|
# Icon title for a Box item of type folder that has collaborators
|
|
98
|
-
be.collaboratedFolder = ⟦萬萬萬萬萬
|
|
98
|
+
be.collaboratedFolder = ⟦萬萬萬萬萬 Ćōļļåвõѓαťεď ₣öĺďêŗ 國國國國國⟧
|
|
99
99
|
# Message to the user to collapse the Transcript entries
|
|
100
|
-
be.collapse = ⟦萬萬
|
|
100
|
+
be.collapse = ⟦萬萬 ÇôĺĺäΡѕē 國國⟧
|
|
101
101
|
# Label for complete state.
|
|
102
|
-
be.complete = ⟦萬萬
|
|
102
|
+
be.complete = ⟦萬萬 ĈømΡľęτє 國國⟧
|
|
103
103
|
# Text shown to users when opening the content insights flyout and there is an error
|
|
104
|
-
be.contentInsights.contentAnalyticsErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
104
|
+
be.contentInsights.contentAnalyticsErrorText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τĥĕґе ŵǻѕ ά Ρѓŏвľėm ļōãďìйġ ċøʼnτéπŧ īŋśіğнŧŝ. Pľêăѕε ťгў āğąïп. 國國國國國國國國國國國國國國國國國國⟧
|
|
105
105
|
# Message shown when the user does not have access to view content insights anymore
|
|
106
|
-
be.contentInsights.contentAnalyticsPermissionError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
106
|
+
be.contentInsights.contentAnalyticsPermissionError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ÔоΡѕ! Ýοü йő ĺöņġėŕ нäνě αćĉеѕś ťø νìęω ćόηŧėпť ĩňşіğħţś. 國國國國國國國國國國國國國國國國國⟧
|
|
107
107
|
# Title for Content Insights section in file sidebar
|
|
108
|
-
be.contentInsights.contentInsightsTitle = ⟦萬萬萬萬
|
|
108
|
+
be.contentInsights.contentInsightsTitle = ⟦萬萬萬萬 Ĉőиτеńŧ Íņѕιĝĥτѕ 國國國國⟧
|
|
109
109
|
# Label for the chart displaying the number of downloads over the selected time period
|
|
110
|
-
be.contentInsights.downloadGraphLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
110
|
+
be.contentInsights.downloadGraphLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Çĥåŗτ ďîŝΡļåÿĭйğ ţнĕ ήûmвέѓ σƒ ďòẃήĺоάďŝ σνėґ ţнë śêĺєċτēď τīmέ Ρєяįöď 國國國國國國國國國國國國國國國國國國國國⟧
|
|
111
111
|
# Title for the content insights graph card regarding number of Previews
|
|
112
|
-
be.contentInsights.downloadGraphType = ⟦萬萬
|
|
112
|
+
be.contentInsights.downloadGraphType = ⟦萬萬 ĎÔẀŊĿǾÁĎŞ 國國⟧
|
|
113
113
|
# Open Content Insights button which opens the Content Insights Modal
|
|
114
|
-
be.contentInsights.openContentInsightsButton = ⟦萬萬萬
|
|
114
|
+
be.contentInsights.openContentInsightsButton = ⟦萬萬萬 Ѕέè Ďĕťǻïĺş 國國國⟧
|
|
115
115
|
# Label for the chart displaying the number of users over the selected time period
|
|
116
|
-
be.contentInsights.peopleGraphLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
116
|
+
be.contentInsights.peopleGraphLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Çĥáŗţ ďìśΡĺäŷιлğ ţĥě ʼnűmьëѓ όƒ ùŝèřѕ σνёя τħє ŝěļесŧєď ŧïmе Ρėяīŏď 國國國國國國國國國國國國國國國國國國國⟧
|
|
117
117
|
# Title used to represent how many users have interacted with the file
|
|
118
|
-
be.contentInsights.peopleTitle = ⟦萬
|
|
118
|
+
be.contentInsights.peopleTitle = ⟦萬 PΣŎPĿĘ 國⟧
|
|
119
119
|
# Label for the chart displaying the number of previews over the selected time period
|
|
120
|
-
be.contentInsights.previewGraphLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
120
|
+
be.contentInsights.previewGraphLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Çħàѓť ďíśΡľâŷійĝ ţнę ŋųmьєя ôƒ Ρŕĕνϊęщş όνέг ţĥє ŝęļěčŧěď ţіmę Ρėŕĩσď 國國國國國國國國國國國國國國國國國國國國⟧
|
|
121
121
|
# Title for the content insights graph card regarding number of Previews
|
|
122
|
-
be.contentInsights.previewGraphType = ⟦萬萬 P
|
|
122
|
+
be.contentInsights.previewGraphType = ⟦萬萬 PŔΕVΪЕŴŞ 國國⟧
|
|
123
123
|
# Label for the arrow indicator in the trend pill
|
|
124
|
-
be.contentInsights.trendDown = ⟦萬萬萬
|
|
124
|
+
be.contentInsights.trendDown = ⟦萬萬萬 Ťяєŋďīлġ ďôшή 國國國⟧
|
|
125
125
|
# Trend description for the content insights graph card regarding the count of events from the past month
|
|
126
|
-
be.contentInsights.trendMonth = ⟦萬萬
|
|
126
|
+
be.contentInsights.trendMonth = ⟦萬萬 PĄŞŦ ΜǾИΤĦ 國國⟧
|
|
127
127
|
# Trend description for the content insights graph card regarding the count of events from the past three months
|
|
128
|
-
be.contentInsights.trendThreeMonths = ⟦萬萬萬
|
|
128
|
+
be.contentInsights.trendThreeMonths = ⟦萬萬萬 PÃЅΤ 3 МŎΝŢΉŚ 國國國⟧
|
|
129
129
|
# Label for the arrow indicator in the trend pill
|
|
130
|
-
be.contentInsights.trendUp = ⟦萬萬萬
|
|
130
|
+
be.contentInsights.trendUp = ⟦萬萬萬 Ťŗέňďíŋğ úΡ 國國國⟧
|
|
131
131
|
# Trend description for the content insights graph card regarding the count of events from the past week
|
|
132
|
-
be.contentInsights.trendWeek = ⟦萬萬
|
|
132
|
+
be.contentInsights.trendWeek = ⟦萬萬 PÅŞŦ ŴĖĚĶ 國國⟧
|
|
133
133
|
# Trend description for the content insights graph card regarding the count of events from the past year
|
|
134
|
-
be.contentInsights.trendYear = ⟦萬萬
|
|
134
|
+
be.contentInsights.trendYear = ⟦萬萬 PÅŚŢ ΫЁÃЃ 國國⟧
|
|
135
135
|
# Message that appears when the request for the ContentSharing Element is malformed.
|
|
136
|
-
be.contentSharing.badRequestError = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
136
|
+
be.contentSharing.badRequestError = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ŧнē ŕėqúēşţ ƒōґ τнĭş ìţёm шαѕ māľƒôґmеď. 國國國國國國國國國國國⟧
|
|
137
137
|
# Message that appears when collaborators cannot be retrieved in the ContentSharing Element.
|
|
138
|
-
be.contentSharing.collaboratorsLoadingError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
138
|
+
be.contentSharing.collaboratorsLoadingError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĉóŭĺď ňöť ŕєţŗįένё ċøľĺâьōřάťòгѕ ƒōŗ ťħįŝ іτèm. 國國國國國國國國國國國國國國⟧
|
|
139
139
|
# Message that appears when users cannot be retrieved in the ContentSharing Element.
|
|
140
|
-
be.contentSharing.getContactsError = ⟦萬萬萬萬萬萬萬萬
|
|
140
|
+
be.contentSharing.getContactsError = ⟦萬萬萬萬萬萬萬萬 Ĉоŭĺď ŋőτ řėťŕīèνе çőηţāĉŧѕ. 國國國國國國國國⟧
|
|
141
141
|
# Message that appears when the ContentSharing Element cannot be loaded.
|
|
142
|
-
be.contentSharing.loadingError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
142
|
+
be.contentSharing.loadingError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ćōüĺď ήőŧ ļøαď ѕнăґèď ļїņк ƒοг τĥιѕ íτëm. 國國國國國國國國國國國國⟧
|
|
143
143
|
# Message that appears when the user cannot access the item for the ContentSharing Element.
|
|
144
|
-
be.contentSharing.noAccessError = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
144
|
+
be.contentSharing.noAccessError = ⟦萬萬萬萬萬萬萬萬萬萬 Ϋõű ďо ήότ ĥąνё áçĉеѕś τö τнĭş ιτęm. 國國國國國國國國國國⟧
|
|
145
145
|
# Message that appears when the item for the ContentSharing Element cannot be found.
|
|
146
|
-
be.contentSharing.notFoundError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
146
|
+
be.contentSharing.notFoundError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ċóûĺď πöτ ƒįиď ѕħáґёď ļìʼnκ ƒóŗ ţħϊş їţέm. 國國國國國國國國國國國國⟧
|
|
147
147
|
# Message that appears when collaborators cannot be added to the shared link in the ContentSharing Element.
|
|
148
|
-
be.contentSharing.sendInvitesError = ⟦萬萬萬萬萬萬
|
|
148
|
+
be.contentSharing.sendInvitesError = ⟦萬萬萬萬萬萬 Ćσůļď πόŧ śєήď ìπνїŧéѕ. 國國國國國國⟧
|
|
149
149
|
# Message that appears when collaborators were added to the shared link in the ContentSharing Element.
|
|
150
|
-
be.contentSharing.sendInvitesSuccess = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
150
|
+
be.contentSharing.sendInvitesSuccess = ⟦萬萬萬萬萬萬萬萬萬萬 ڵčĉέşѕƒμľĺỳ їήνįţεď ćôļľάвóґάťöгŝ. 國國國國國國國國國國⟧
|
|
151
151
|
# Message that appears when the shared link in the ContentSharing Element was removed.
|
|
152
|
-
be.contentSharing.sharedLinkRemovalSuccess = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
152
|
+
be.contentSharing.sharedLinkRemovalSuccess = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ťħέ śĥάяęď ĺĭʼnķ ƒōг τĥíŝ įţěm ωáŝ ґěmσνĕď. 國國國國國國國國國國國國⟧
|
|
153
153
|
# Message that appears when the shared link settings in the ContentSharing Element were successfully updated.
|
|
154
|
-
be.contentSharing.sharedLinkSettingsUpdateSuccess = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
154
|
+
be.contentSharing.sharedLinkSettingsUpdateSuccess = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τħě ѕħåŗêď ĺĭʼnκ ƒôѓ τĥīś ίτėm шäŝ şůç¢εѕѕƒцļľÿ ųΡďāťĕď. 國國國國國國國國國國國國國國國國⟧
|
|
155
155
|
# Message that appears when the shared link in the ContentSharing Element cannot be updated.
|
|
156
|
-
be.contentSharing.sharedLinkUpdateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
156
|
+
be.contentSharing.sharedLinkUpdateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ċоцĺď ηоŧ ūΡďάτё ťнé śħαřέď ĺіπκ ƒοґ ţнîş ϊŧєm. 國國國國國國國國國國國國國國⟧
|
|
157
157
|
# Text to show on menu item to delete the annotation comment
|
|
158
|
-
be.contentSidebar.activityFeed.annotationActivity.annotationActivityDeleteMenuItem = ⟦萬
|
|
158
|
+
be.contentSidebar.activityFeed.annotationActivity.annotationActivityDeleteMenuItem = ⟦萬 Ðєĺετé 國⟧
|
|
159
159
|
# Confirmation prompt text to delete the annotation comment
|
|
160
|
-
be.contentSidebar.activityFeed.annotationActivity.annotationActivityDeletePrompt = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
160
|
+
be.contentSidebar.activityFeed.annotationActivity.annotationActivityDeletePrompt = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Āŕĕ ўőū ѕüґё ўόũ шăпτ τó Ρëґmαπέйţĺў ďέľĕŧє τħïŝ čömmеηŧ? 國國國國國國國國國國國國國國國國國⟧
|
|
161
161
|
# Text to show on menu item to edit the annotation comment
|
|
162
|
-
be.contentSidebar.activityFeed.annotationActivity.annotationActivityEditMenuItem = ⟦萬
|
|
162
|
+
be.contentSidebar.activityFeed.annotationActivity.annotationActivityEditMenuItem = ⟦萬 Μóďìƒγ 國⟧
|
|
163
163
|
# Full data and time for annotation title
|
|
164
|
-
be.contentSidebar.activityFeed.annotationActivity.annotationActivityPostedFullDateTime = ⟦萬萬萬萬 {time, date, full}
|
|
164
|
+
be.contentSidebar.activityFeed.annotationActivity.annotationActivityPostedFullDateTime = ⟦萬萬萬萬 {time, date, full} αť {time, time, short} 國國國國⟧
|
|
165
165
|
# Text to show on menu item to resolve the annotation comment
|
|
166
|
-
be.contentSidebar.activityFeed.annotationActivity.annotationActivityResolveMenuItem = ⟦萬萬
|
|
166
|
+
be.contentSidebar.activityFeed.annotationActivity.annotationActivityResolveMenuItem = ⟦萬萬 Řèŝóļνé 國國⟧
|
|
167
167
|
# Text to show on menu item to unresolve the annotation comment
|
|
168
|
-
be.contentSidebar.activityFeed.annotationActivity.annotationActivityUnresolveMenuItem = ⟦萬萬
|
|
168
|
+
be.contentSidebar.activityFeed.annotationActivity.annotationActivityUnresolveMenuItem = ⟦萬萬 Ūляёśőĺνε 國國⟧
|
|
169
169
|
# Annotation activity item link shown on annotation activity
|
|
170
|
-
be.contentSidebar.activityFeed.annotationActivityPageItem = ⟦萬萬
|
|
170
|
+
be.contentSidebar.activityFeed.annotationActivityPageItem = ⟦萬萬 Pãĝέ {number} 國國⟧
|
|
171
171
|
# Annotation activity item link shown on annotation activity for previous file version
|
|
172
|
-
be.contentSidebar.activityFeed.annotationActivityVersionLink = ⟦萬萬萬 V
|
|
172
|
+
be.contentSidebar.activityFeed.annotationActivityVersionLink = ⟦萬萬萬 Vєŕѕĭοй {number} 國國國⟧
|
|
173
173
|
# Annotation activity item link shown on annotation activity for previous file version that is unavailable
|
|
174
|
-
be.contentSidebar.activityFeed.annotationActivityVersionUnavailable = ⟦萬萬萬萬萬 V
|
|
174
|
+
be.contentSidebar.activityFeed.annotationActivityVersionUnavailable = ⟦萬萬萬萬萬 Vëгŝíøή Űπãνάįľâьĺе 國國國國國⟧
|
|
175
175
|
# Text to show on menu item to delete comment
|
|
176
|
-
be.contentSidebar.activityFeed.comment.commentDeleteMenuItem = ⟦萬
|
|
176
|
+
be.contentSidebar.activityFeed.comment.commentDeleteMenuItem = ⟦萬 Ďēļёŧĕ 國⟧
|
|
177
177
|
# Confirmation prompt text to delete comment
|
|
178
|
-
be.contentSidebar.activityFeed.comment.commentDeletePrompt = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
178
|
+
be.contentSidebar.activityFeed.comment.commentDeletePrompt = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Āŕε Уőù şúŕê ýöů ẁāлţ ŧŏ Ρεřmάйěńτļỳ ďёľèτё ťĥїѕ ċòmmëņŧ? 國國國國國國國國國國國國國國國國國⟧
|
|
179
179
|
# Text to show on menu item to edit comment
|
|
180
|
-
be.contentSidebar.activityFeed.comment.commentEditMenuItem = ⟦萬
|
|
180
|
+
be.contentSidebar.activityFeed.comment.commentEditMenuItem = ⟦萬 Μοďįƒý 國⟧
|
|
181
181
|
# Comment posted full date time for title
|
|
182
|
-
be.contentSidebar.activityFeed.comment.commentPostedFullDateTime = ⟦萬萬萬萬 {time, date, full}
|
|
182
|
+
be.contentSidebar.activityFeed.comment.commentPostedFullDateTime = ⟦萬萬萬萬 {time, date, full} ãŧ {time, time, short} 國國國國⟧
|
|
183
183
|
# Text to show on menu item to resolve the comment
|
|
184
|
-
be.contentSidebar.activityFeed.comment.commentResolveMenuItem = ⟦萬萬
|
|
184
|
+
be.contentSidebar.activityFeed.comment.commentResolveMenuItem = ⟦萬萬 Ŗéѕőĺνě 國國⟧
|
|
185
185
|
# Text to show on menu item to unresolve the comment
|
|
186
|
-
be.contentSidebar.activityFeed.comment.commentUnresolveMenuItem = ⟦萬萬
|
|
186
|
+
be.contentSidebar.activityFeed.comment.commentUnresolveMenuItem = ⟦萬萬 Ůπѓёŝòĺνе 國國⟧
|
|
187
187
|
# Text to show to hide more replies of comment or annotation
|
|
188
|
-
be.contentSidebar.activityFeed.comment.hideReplies = ⟦萬萬萬
|
|
188
|
+
be.contentSidebar.activityFeed.comment.hideReplies = ⟦萬萬萬 Ħįďè ŗèΡĺιéś 國國國⟧
|
|
189
189
|
# Text for aria label of Inline comment circle type icon
|
|
190
|
-
be.contentSidebar.activityFeed.comment.inlineCommentAnnotationIconTitle = ⟦萬萬萬萬
|
|
190
|
+
be.contentSidebar.activityFeed.comment.inlineCommentAnnotationIconTitle = ⟦萬萬萬萬 Įʼnļιйέ Ċòmmėиτ 國國國國⟧
|
|
191
191
|
# Text to show on button to start replying to comment
|
|
192
|
-
be.contentSidebar.activityFeed.comment.reply = ⟦萬
|
|
192
|
+
be.contentSidebar.activityFeed.comment.reply = ⟦萬 ŔεΡļγ 國⟧
|
|
193
193
|
# Text to show on reply form input placeholder
|
|
194
|
-
be.contentSidebar.activityFeed.comment.replyInThread = ⟦萬萬萬萬
|
|
194
|
+
be.contentSidebar.activityFeed.comment.replyInThread = ⟦萬萬萬萬 ЯĕΡļý ĩй ťħґёāď 國國國國⟧
|
|
195
195
|
# Text to show to get more replies of comment or annotation
|
|
196
|
-
be.contentSidebar.activityFeed.comment.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
196
|
+
be.contentSidebar.activityFeed.comment.showReplies = ⟦萬萬萬萬萬萬萬萬萬萬 Ŝĕě {repliesToLoadCount, plural, one {# ŕёΡľý} other {# ŗéΡļįĕŝ}} 國國國國國國國國國國⟧
|
|
197
197
|
# Placeholder for approvers input
|
|
198
|
-
be.contentSidebar.activityFeed.commentForm.approvalAddAssignee = ⟦萬萬萬萬
|
|
198
|
+
be.contentSidebar.activityFeed.commentForm.approvalAddAssignee = ⟦萬萬萬萬 Ąďď âʼn āşŝϊğπėę 國國國國⟧
|
|
199
199
|
# Label for checkbox to add approvers to a comment
|
|
200
|
-
be.contentSidebar.activityFeed.commentForm.approvalAddTask = ⟦萬萬
|
|
200
|
+
be.contentSidebar.activityFeed.commentForm.approvalAddTask = ⟦萬萬 Āďď Ťāŝκ 國國⟧
|
|
201
201
|
# Tooltip text for checkbox to add approvers to a comment
|
|
202
|
-
be.contentSidebar.activityFeed.commentForm.approvalAddTaskTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
202
|
+
be.contentSidebar.activityFeed.commentForm.approvalAddTaskTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αѕѕĭĝńïņġ ă τǻѕк τô śöméøňė ωíĺĺ ѕëиď τнêm ą пòτϊƒίċαťìσл ŵіţħ ŧнė mėŝѕáĝë ĩи τĥέ čòmmęήţ ьōх ąпď àļľôώ ŧħém ŧσ àΡΡŕøνë óґ ďêηγ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
203
203
|
# Title for assignees input
|
|
204
|
-
be.contentSidebar.activityFeed.commentForm.approvalAssignees = ⟦萬萬
|
|
204
|
+
be.contentSidebar.activityFeed.commentForm.approvalAssignees = ⟦萬萬 Áѕśĭğʼnєέş 國國⟧
|
|
205
205
|
# Title for approvers due date input
|
|
206
|
-
be.contentSidebar.activityFeed.commentForm.approvalDueDate = ⟦萬萬
|
|
206
|
+
be.contentSidebar.activityFeed.commentForm.approvalDueDate = ⟦萬萬 еē Ðäτе 國國⟧
|
|
207
207
|
# Placeholder for due date input
|
|
208
|
-
be.contentSidebar.activityFeed.commentForm.approvalSelectDate = ⟦萬萬萬
|
|
208
|
+
be.contentSidebar.activityFeed.commentForm.approvalSelectDate = ⟦萬萬萬 Ѕēĺėċτ á ďαŧĕ 國國國⟧
|
|
209
209
|
# Mentioning call to action displayed below the comment input
|
|
210
|
-
be.contentSidebar.activityFeed.commentForm.atMentionTip = ⟦萬萬萬萬萬萬萬萬 @m
|
|
210
|
+
be.contentSidebar.activityFeed.commentForm.atMentionTip = ⟦萬萬萬萬萬萬萬萬 @mелτĭōи цşêřŝ ťø ʼnöťιƒÿ ţĥеm. 國國國國國國國國⟧
|
|
211
211
|
# Mentioning call to action detailed description for screen reader users
|
|
212
|
-
be.contentSidebar.activityFeed.commentForm.atMentionTipDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
212
|
+
be.contentSidebar.activityFeed.commentForm.atMentionTipDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Üşê ţħĕ @ ŝỳmвóľ ťò mепτϊσń μşéŗѕ ãήď ŭŝє τнέ ůΡ άиď ďòẃŋ áѓŕōẁ ĸєÿѕ τō şćгőĺľ ŧĥяŏùġħ ąúťŏсõmΡļëŧε ŝцğğėŝŧіопş. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
213
213
|
# Text for cancel button
|
|
214
|
-
be.contentSidebar.activityFeed.commentForm.commentCancel = ⟦萬
|
|
214
|
+
be.contentSidebar.activityFeed.commentForm.commentCancel = ⟦萬 Ĉǻʼnćєļ 國⟧
|
|
215
215
|
# Accessible label for comment input field
|
|
216
|
-
be.contentSidebar.activityFeed.commentForm.commentLabel = ⟦萬萬萬萬
|
|
216
|
+
be.contentSidebar.activityFeed.commentForm.commentLabel = ⟦萬萬萬萬 Ŵяϊŧе å ċσmmеňτ 國國國國⟧
|
|
217
217
|
# Text for post button
|
|
218
|
-
be.contentSidebar.activityFeed.commentForm.commentPost = ⟦萬
|
|
218
|
+
be.contentSidebar.activityFeed.commentForm.commentPost = ⟦萬 Pøŝŧ 國⟧
|
|
219
219
|
# Placeholder for comment input
|
|
220
|
-
be.contentSidebar.activityFeed.commentForm.commentWrite = ⟦萬萬萬萬
|
|
220
|
+
be.contentSidebar.activityFeed.commentForm.commentWrite = ⟦萬萬萬萬 Щřίťе ä çōmmεήţ 國國國國⟧
|
|
221
221
|
# Show original button for showing original comment
|
|
222
|
-
be.contentSidebar.activityFeed.commmon.showOriginalMessage = ⟦萬萬萬
|
|
222
|
+
be.contentSidebar.activityFeed.commmon.showOriginalMessage = ⟦萬萬萬 Ŝнőш Őřīğįπąļ 國國國⟧
|
|
223
223
|
# Indicator of resolved status of Comment or Annotation, visible in Feed Item (in upper-case in supported language)
|
|
224
|
-
be.contentSidebar.activityFeed.common.activityStatusResolved = ⟦萬萬
|
|
224
|
+
be.contentSidebar.activityFeed.common.activityStatusResolved = ⟦萬萬 ҐĔЅÒĹVĒĎ 國國⟧
|
|
225
225
|
# Label indicating that message was edited, should be lowercase, should have escaped leading space
|
|
226
|
-
be.contentSidebar.activityFeed.common.editedMessage = ⟦萬萬 \ (
|
|
226
|
+
be.contentSidebar.activityFeed.common.editedMessage = ⟦萬萬 \ (έďíťёď) 國國⟧
|
|
227
227
|
# See less button for hiding part of long message
|
|
228
|
-
be.contentSidebar.activityFeed.common.seeLessMessage = ⟦萬萬
|
|
228
|
+
be.contentSidebar.activityFeed.common.seeLessMessage = ⟦萬萬 Ѕее ļĕѕş 國國⟧
|
|
229
229
|
# See more button for showing whole long message
|
|
230
|
-
be.contentSidebar.activityFeed.common.seeMoreMessage = ⟦萬萬
|
|
230
|
+
be.contentSidebar.activityFeed.common.seeMoreMessage = ⟦萬萬 Ŝєè môřè 國國⟧
|
|
231
231
|
# Translate button for translating comment
|
|
232
|
-
be.contentSidebar.activityFeed.common.translateMessage = ⟦萬萬
|
|
232
|
+
be.contentSidebar.activityFeed.common.translateMessage = ⟦萬萬 Ţґάиŝĺāťе 國國⟧
|
|
233
233
|
# Text for aria label of approval task circle type icon
|
|
234
|
-
be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle = ⟦萬萬萬
|
|
234
|
+
be.contentSidebar.activityFeed.task.approvalTaskAnnotationIconTitle = ⟦萬萬萬 ǺΡΡŗόναľ Ťåѕк 國國國⟧
|
|
235
235
|
# Text for aria label of general task circle type icon
|
|
236
|
-
be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle = ⟦萬萬萬
|
|
236
|
+
be.contentSidebar.activityFeed.task.generalTaskAnnotationIconTitle = ⟦萬萬萬 Ġεņέѓάĺ Ŧäŝĸ 國國國⟧
|
|
237
237
|
# Tooltip text for any task icon, explaining that the task only needs one assignee to complete.
|
|
238
|
-
be.contentSidebar.activityFeed.task.taskAnyAffordanceTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
238
|
+
be.contentSidebar.activityFeed.task.taskAnyAffordanceTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǿŋľÿ óηé àѕŝĭğлëё ίś ŕëqµĭгĕď τо ćόmΡĺĕţę τħϊѕ ťąŝк 國國國國國國國國國國國國國國國⟧
|
|
239
239
|
# Text to show on menu item to delete task
|
|
240
|
-
be.contentSidebar.activityFeed.task.taskDeleteMenuItem = ⟦萬萬萬
|
|
240
|
+
be.contentSidebar.activityFeed.task.taskDeleteMenuItem = ⟦萬萬萬 Ðéļëţè τąŝķ 國國國⟧
|
|
241
241
|
# Confirmation prompt text to delete task
|
|
242
|
-
be.contentSidebar.activityFeed.task.taskDeletePrompt = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
242
|
+
be.contentSidebar.activityFeed.task.taskDeletePrompt = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąѓє ўõμ ѕцяē γοü шăиţ ţô Ρĕгmăлéŋŧĺÿ ďèļêτё τнϊŝ ŧàŝк? 國國國國國國國國國國國國國國國國⟧
|
|
243
243
|
# Text to show on menu item to edit task
|
|
244
|
-
be.contentSidebar.activityFeed.task.taskEditMenuItem = ⟦萬萬萬
|
|
244
|
+
be.contentSidebar.activityFeed.task.taskEditMenuItem = ⟦萬萬萬 Моďίƒỳ ταşķ 國國國⟧
|
|
245
245
|
# Tooltip text for multi-file icon, explaining that the task involves multiple files
|
|
246
|
-
be.contentSidebar.activityFeed.task.taskMultipleFilesAffordanceTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
246
|
+
be.contentSidebar.activityFeed.task.taskMultipleFilesAffordanceTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţħêŗë àŗę mùĺţίΡļé ƒīļεś åşşőçїāŧεď ẃïŧн ţнίş ţâşķ 國國國國國國國國國國國國國國⟧
|
|
247
247
|
# Label for checkbox to set a task that requires only one assignee to complete.
|
|
248
|
-
be.contentSidebar.activityFeed.taskForm.taskAnyCheckboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
248
|
+
be.contentSidebar.activityFeed.taskForm.taskAnyCheckboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Óήļÿ όņę āşѕϊĝηëě ĩś ґёqüίŕêď ţо ĉõmΡļεţĕ ťĥίŝ ţàŝĸ 國國國國國國國國國國國國國國國⟧
|
|
249
249
|
# Text in tooltip explaining completion rule for an any assignee task (with optional groups).
|
|
250
|
-
be.contentSidebar.activityFeed.taskForm.taskAnyInfoGroupTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
250
|
+
be.contentSidebar.activityFeed.taskForm.taskAnyInfoGroupTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Şéĺēćτîńğ ŧнίѕ øΡŧĭőņ ώĭĺľ гëqůігè öиľў οήë ãşѕįğηêę ŧό ¢ōmΡļëţë ţħїş ŧåśķ. Ţĥĭŝ ŵіĺĺ íиčļцďĕ äśŝïĝйεéŝ αсřōѕѕ ąľĺ ğґõũΡş. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
251
251
|
# Text in tooltip explaining completion rule for an any assignee task.
|
|
252
|
-
be.contentSidebar.activityFeed.taskForm.taskAnyInfoTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
252
|
+
be.contentSidebar.activityFeed.taskForm.taskAnyInfoTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ΒУ ďεƒäųļţ, ąļļ άѕѕіĝпēεŝ äѓέ ґéqûîяêď ťσ ŧακє áćτīõη ьèƒőяё ă ţαŝк ïѕ ¢ŏmΡĺĕťè. Ѕεľęćţίлġ ŧĥіş όΡťίσή ωίļļ ŕєqüĭřє ôиļγ оńє âśşіġńéє τσ čòmΡļėťĕ ţħіѕ ťǻѕĸ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
253
253
|
# Warning message showing that, while the task was updated, not all assignees (1+) were removed
|
|
254
|
-
be.contentSidebar.activityFeed.taskForm.taskApprovalAssigneeRemovalWarningMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
254
|
+
be.contentSidebar.activityFeed.taskForm.taskApprovalAssigneeRemovalWarningMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ùпąвļé ŧò řėmöνé ǻśşīğńěë(ŝ) вεċāüŝé ţнĕ τáŝĸ íѕ ňόẃ âΡΡřōνєď. 國國國國國國國國國國國國國國國國國國⟧
|
|
255
255
|
# Title shown above error message when a task creation fails
|
|
256
|
-
be.contentSidebar.activityFeed.taskForm.taskCreateErrorTitle = ⟦萬
|
|
256
|
+
be.contentSidebar.activityFeed.taskForm.taskCreateErrorTitle = ⟦萬 Ĕяѓõґ 國⟧
|
|
257
257
|
# Subheading for dropdown where user can select assignees and the item is a group
|
|
258
|
-
be.contentSidebar.activityFeed.taskForm.taskCreateGroupLabel = ⟦萬
|
|
258
|
+
be.contentSidebar.activityFeed.taskForm.taskCreateGroupLabel = ⟦萬 ĜřőűΡ 國⟧
|
|
259
259
|
# Title shown above warning message when a task create/edit partially fails
|
|
260
|
-
be.contentSidebar.activityFeed.taskForm.taskEditWarningTitle = ⟦萬萬萬萬萬萬萬
|
|
260
|
+
be.contentSidebar.activityFeed.taskForm.taskEditWarningTitle = ⟦萬萬萬萬萬萬萬 Ťąşκ ÙΡďâţëď ẁĭţħ Ēřяσгś 國國國國國國國⟧
|
|
261
261
|
# Warning message showing that, while the task was updated, not all assignees (1+) were removed
|
|
262
|
-
be.contentSidebar.activityFeed.taskForm.taskGeneralAssigneeRemovalWarningMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
262
|
+
be.contentSidebar.activityFeed.taskForm.taskGeneralAssigneeRemovalWarningMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ũʼnàвľё ŧō ŗέmőνę αŝŝïĝήèέ(ś) вĕĉάцŝë ŧĥè ŧåśĸ ίş иøω ċŏmΡĺêŧєď. 國國國國國國國國國國國國國國國國國國⟧
|
|
263
263
|
# Title shown above warning message when task group exceeds limit
|
|
264
|
-
be.contentSidebar.activityFeed.taskForm.taskGroupExceedsWarningTitle = ⟦萬萬萬萬萬萬萬萬萬
|
|
264
|
+
be.contentSidebar.activityFeed.taskForm.taskGroupExceedsWarningTitle = ⟦萬萬萬萬萬萬萬萬萬 Ёхćêєďëď māх åŝşĭġŋеėŝ Ρëг ġяòūΡ 國國國國國國國國國⟧
|
|
265
265
|
# Error message when a task edit fails
|
|
266
|
-
be.contentSidebar.activityFeed.taskForm.taskUpdateErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
266
|
+
be.contentSidebar.activityFeed.taskForm.taskUpdateErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Āη ėŕѓóг ô¢¢μґřëď ωħіĺė mòďіƒγιηğ τнįѕ ţáѕк. Pļєąŝε ťѓÿ ǻġàĭʼn. 國國國國國國國國國國國國國國國國國國⟧
|
|
267
267
|
# label for cancel button in create task popup
|
|
268
|
-
be.contentSidebar.activityFeed.taskForm.tasksAddTaskFormCancelLabel = ⟦萬
|
|
268
|
+
be.contentSidebar.activityFeed.taskForm.tasksAddTaskFormCancelLabel = ⟦萬 Čàлсêľ 國⟧
|
|
269
269
|
# label for task create form due date input
|
|
270
|
-
be.contentSidebar.activityFeed.taskForm.tasksAddTaskFormDueDateLabel = ⟦萬萬
|
|
270
|
+
be.contentSidebar.activityFeed.taskForm.tasksAddTaskFormDueDateLabel = ⟦萬萬 Ðûê Ďāŧè 國國⟧
|
|
271
271
|
# label for task create form message input
|
|
272
|
-
be.contentSidebar.activityFeed.taskForm.tasksAddTaskFormMessageLabel = ⟦萬萬
|
|
272
|
+
be.contentSidebar.activityFeed.taskForm.tasksAddTaskFormMessageLabel = ⟦萬萬 Μеѕŝαġę 國國⟧
|
|
273
273
|
# label for task create form assignee input
|
|
274
|
-
be.contentSidebar.activityFeed.taskForm.tasksAddTaskFormSelectAssigneesLabel = ⟦萬萬萬萬
|
|
274
|
+
be.contentSidebar.activityFeed.taskForm.tasksAddTaskFormSelectAssigneesLabel = ⟦萬萬萬萬 Ѕēĺèćτ Àşśїğлęέş 國國國國⟧
|
|
275
275
|
# label for create button in create task modal in create mode
|
|
276
|
-
be.contentSidebar.activityFeed.taskForm.tasksAddTaskFormSubmitLabel = ⟦萬
|
|
276
|
+
be.contentSidebar.activityFeed.taskForm.tasksAddTaskFormSubmitLabel = ⟦萬 Čŕεäŧë 國⟧
|
|
277
277
|
# label for edit button in create task modal in edit mode
|
|
278
|
-
be.contentSidebar.activityFeed.taskForm.tasksEditTaskFormSubmitLabel = ⟦萬
|
|
278
|
+
be.contentSidebar.activityFeed.taskForm.tasksEditTaskFormSubmitLabel = ⟦萬 ŪΡďǻŧе 國⟧
|
|
279
279
|
# Title for checkmark icon indicating someone completed a task
|
|
280
|
-
be.contentSidebar.activityFeed.taskNew.taskAssignmentCompleted = ⟦萬萬
|
|
280
|
+
be.contentSidebar.activityFeed.taskNew.taskAssignmentCompleted = ⟦萬萬 ČοmΡļéŧёď 國國⟧
|
|
281
281
|
# Error message when we failed to load the collaborators when user tries to edit a task
|
|
282
|
-
be.contentSidebar.activityFeed.taskNew.taskCollaboratorLoadErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
282
|
+
be.contentSidebar.activityFeed.taskNew.taskCollaboratorLoadErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻл êяŗõґ ĥâş οĉčůѓґęď шħίļё ĺσâďįйġ ¢ŏļĺäвôŕáťöґѕ ƒóг ŧнīş ţâѕк. Pļεǻѕё ťяỳ άğāĩņ. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
283
283
|
# Label and date for task due date
|
|
284
|
-
be.contentSidebar.activityFeed.taskNew.taskDueDateLabel = ⟦萬萬
|
|
284
|
+
be.contentSidebar.activityFeed.taskNew.taskDueDateLabel = ⟦萬萬 Ðŭě: {date} 國國⟧
|
|
285
285
|
# Text for due date description formatted with relative date and relative time. (Upper-case in supported languages)
|
|
286
|
-
be.contentSidebar.activityFeed.taskNew.taskFeedStatusDue = ⟦萬萬
|
|
286
|
+
be.contentSidebar.activityFeed.taskNew.taskFeedStatusDue = ⟦萬萬 ÐŨΣ {dateTime} 國國⟧
|
|
287
287
|
# Button name to hide task assignee list
|
|
288
|
-
be.contentSidebar.activityFeed.taskNew.taskShowLessAssignees = ⟦萬萬
|
|
288
|
+
be.contentSidebar.activityFeed.taskNew.taskShowLessAssignees = ⟦萬萬 Ŝноω Ļέŝѕ 國國⟧
|
|
289
289
|
# Button name to expand task assignee list, additionalAssigneeCount is the number of additional task assignees that can be shown.
|
|
290
|
-
be.contentSidebar.activityFeed.taskNew.taskShowMoreAssignees = ⟦萬萬萬萬
|
|
290
|
+
be.contentSidebar.activityFeed.taskNew.taskShowMoreAssignees = ⟦萬萬萬萬 Ŝнôш {additionalAssigneeCount} Μŏгє 國國國國⟧
|
|
291
291
|
# Button name to expand task assignee list, when there is an unknown number of assignees beyond additionalAssigneeCount.
|
|
292
|
-
be.contentSidebar.activityFeed.taskNew.taskShowMoreAssigneesOverflow = ⟦萬萬萬萬萬萬萬萬萬萬萬 {additionalAssigneeCount, plural, one {
|
|
292
|
+
be.contentSidebar.activityFeed.taskNew.taskShowMoreAssigneesOverflow = ⟦萬萬萬萬萬萬萬萬萬萬萬 {additionalAssigneeCount, plural, one {Śнόщ #+ Мōяê} other {Śĥőẁ #+ Моѓě}} 國國國國國國國國國國國⟧
|
|
293
293
|
# Approve option for an approval task
|
|
294
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedApproveAction = ⟦萬萬
|
|
294
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedApproveAction = ⟦萬萬 ÂΡΡґõνë 國國⟧
|
|
295
295
|
# Label for an approved task
|
|
296
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedApprovedLabel = ⟦萬萬
|
|
296
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedApprovedLabel = ⟦萬萬 ÅΡΡřσνєď 國國⟧
|
|
297
297
|
# Label for an approved task (in upper-case in supported language)
|
|
298
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedApprovedUppercaseLabel = ⟦萬萬
|
|
298
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedApprovedUppercaseLabel = ⟦萬萬 ĀPPΓǾVΣĎ 國國⟧
|
|
299
299
|
# Title for list of all task assignees
|
|
300
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedAssigneeListTitle = ⟦萬萬
|
|
300
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedAssigneeListTitle = ⟦萬萬 Āŝşιġņēěś 國國⟧
|
|
301
301
|
# Completion option for a general task
|
|
302
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedCompleteAction = ⟦萬萬萬萬
|
|
302
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedCompleteAction = ⟦萬萬萬萬 Мąřκ αѕ ĈømΡľєτē 國國國國⟧
|
|
303
303
|
# Label for a completed task
|
|
304
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedCompletedLabel = ⟦萬萬
|
|
304
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedCompletedLabel = ⟦萬萬 ÇőmΡľεţеď 國國⟧
|
|
305
305
|
# Label for an completed task (in upper-case in supported language)
|
|
306
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedCompletedUppercaseLabel = ⟦萬萬
|
|
306
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedCompletedUppercaseLabel = ⟦萬萬 ÇØМPĻĖΤΕÐ 國國⟧
|
|
307
307
|
# Comment headline for an approval task
|
|
308
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedHeadlineApproval = ⟦萬萬萬萬萬萬萬萬萬 {user}
|
|
308
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedHeadlineApproval = ⟦萬萬萬萬萬萬萬萬萬 {user} ăşśіğņέď äп ĀΡΡŗôνάļ Ťαśк 國國國國國國國國國⟧
|
|
309
309
|
# Comment headline for an approval task assigned to the current user
|
|
310
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedHeadlineApprovalCurrentUser = ⟦萬萬萬萬萬萬萬萬萬萬 {user}
|
|
310
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedHeadlineApprovalCurrentUser = ⟦萬萬萬萬萬萬萬萬萬萬 {user} áŝşīĝηēď γöų ǻп ÀΡΡяōνåľ Ťâѕκ 國國國國國國國國國國⟧
|
|
311
311
|
# Comment headline for a general task
|
|
312
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedHeadlineGeneral = ⟦萬萬萬萬萬萬 {user}
|
|
312
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedHeadlineGeneral = ⟦萬萬萬萬萬萬 {user} ąśśίğйêď á Ťāŝĸ 國國國國國國⟧
|
|
313
313
|
# Comment headline for a general task assigned to the current user
|
|
314
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedHeadlineGeneralCurrentUser = ⟦萬萬萬萬萬萬萬 {user}
|
|
314
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedHeadlineGeneralCurrentUser = ⟦萬萬萬萬萬萬萬 {user} αŝśìġņеď ýøŭ å Ŧãşк 國國國國國國國⟧
|
|
315
315
|
# Label for a task in progress
|
|
316
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedInProgressLabel = ⟦萬萬萬
|
|
316
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedInProgressLabel = ⟦萬萬萬 Ίй Pґοġѓęŝş 國國國⟧
|
|
317
317
|
# Label for a task in progress (in upper-case in supported language)
|
|
318
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedInProgressUppercaseLabel = ⟦萬萬萬
|
|
318
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedInProgressUppercaseLabel = ⟦萬萬萬 ΪŇ PЯŌĜЯĒŞŞ 國國國⟧
|
|
319
319
|
# Label for button to expand flyout to see all task assignees
|
|
320
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedMoreAssigneesLabel = ⟦萬萬萬萬萬
|
|
320
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedMoreAssigneesLabel = ⟦萬萬萬萬萬 Śèĕ áĺļ âşŝĩğŋеèѕ 國國國國國⟧
|
|
321
321
|
# Reject option for an approval task
|
|
322
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedRejectAction = ⟦萬
|
|
322
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedRejectAction = ⟦萬 Ѓèĵēçŧ 國⟧
|
|
323
323
|
# Label for a rejected task
|
|
324
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedRejectedLabel = ⟦萬萬
|
|
324
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedRejectedLabel = ⟦萬萬 Яĕĵėċţèď 國國⟧
|
|
325
325
|
# Label for a task rejected (in upper-case in supported language)
|
|
326
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedRejectedUppercaseLabel = ⟦萬萬
|
|
326
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedRejectedUppercaseLabel = ⟦萬萬 ŘЁĴΈČŦĘÐ 國國⟧
|
|
327
327
|
# Approved task status, where dateTime is a readable time like "Today at 2pm"
|
|
328
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedStatusApproved = ⟦萬萬萬萬
|
|
328
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedStatusApproved = ⟦萬萬萬萬 ÄΡΡґôνēď {dateTime} 國國國國⟧
|
|
329
329
|
# Completed task status, where dateTime is a readable time like "Today at 2pm"
|
|
330
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedStatusCompleted = ⟦萬萬萬萬
|
|
330
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedStatusCompleted = ⟦萬萬萬萬 ĆømΡľėţєď {dateTime} 國國國國⟧
|
|
331
331
|
# Rejected task status, where dateTime is a readable time like "Today at 2pm"
|
|
332
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedStatusRejected = ⟦萬萬萬萬
|
|
332
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedStatusRejected = ⟦萬萬萬萬 Γёĵεĉŧėď {dateTime} 國國國國⟧
|
|
333
333
|
# View the details for a task
|
|
334
|
-
be.contentSidebar.activityFeed.taskNew.tasksFeedViewDetailsAction = ⟦萬萬萬萬萬 V
|
|
334
|
+
be.contentSidebar.activityFeed.taskNew.tasksFeedViewDetailsAction = ⟦萬萬萬萬萬 Vϊёώ Ταśķ Ďèŧäĭľş 國國國國國⟧
|
|
335
335
|
# label for button that opens task popup
|
|
336
|
-
be.contentSidebar.addTask = ⟦萬萬
|
|
336
|
+
be.contentSidebar.addTask = ⟦萬萬 Āďď Ţäŝķ 國國⟧
|
|
337
337
|
# label for menu item that opens approval task popup
|
|
338
|
-
be.contentSidebar.addTask.approval = ⟦萬萬萬
|
|
338
|
+
be.contentSidebar.addTask.approval = ⟦萬萬萬 ÁΡΡŕōνάĺ Ţâśκ 國國國⟧
|
|
339
339
|
# description for menu item that opens approval task popup
|
|
340
|
-
be.contentSidebar.addTask.approval.description = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
340
|
+
be.contentSidebar.addTask.approval.description = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äѕśïğπëεŝ ẁίļľ ьè ѓěśΡõйşĩвľé ƒοя ąΡΡґōνīлğ óг гεĵėĉţïлĝ ťáşĸş 國國國國國國國國國國國國國國國國國國⟧
|
|
341
341
|
# title for approval task popup
|
|
342
|
-
be.contentSidebar.addTask.approval.title = ⟦萬萬萬萬萬
|
|
342
|
+
be.contentSidebar.addTask.approval.title = ⟦萬萬萬萬萬 Ćѓεăťέ ÃΡΡŗоνάľ Τáşķ 國國國國國⟧
|
|
343
343
|
# label for menu item that opens general task popup
|
|
344
|
-
be.contentSidebar.addTask.general = ⟦萬萬萬
|
|
344
|
+
be.contentSidebar.addTask.general = ⟦萬萬萬 Ĝęńěѓąĺ Ţαśκ 國國國⟧
|
|
345
345
|
# description for menu item that opens general task popup
|
|
346
|
-
be.contentSidebar.addTask.general.description = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
346
|
+
be.contentSidebar.addTask.general.description = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άśѕίĝήěėѕ ώіļľ ьέ ґëѕΡοήѕϊьľè ƒŏŕ mαŗĸіńġ τăśķş âś čómΡĺėτè 國國國國國國國國國國國國國國國國國⟧
|
|
347
347
|
# title for general task popup
|
|
348
|
-
be.contentSidebar.addTask.general.title = ⟦萬萬萬萬萬
|
|
348
|
+
be.contentSidebar.addTask.general.title = ⟦萬萬萬萬萬 Ĉгêâťέ Ġęлеяãĺ Ţäŝк 國國國國國⟧
|
|
349
349
|
# body for first-time user experience tooltip shown to new users of Box Sign
|
|
350
|
-
be.contentSidebar.boxSignFtuxBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
350
|
+
be.contentSidebar.boxSignFtuxBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝïĝп ďøçûmèлŧŝ øг ŝеπď śíġηǻťμґе řėqùєśťş, ґίġнŧ ƒřòm ώнέŗє γōúґ ĉòήťёлť ļĩνęş 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
351
351
|
# title for first-time user experience tooltip shown to new users of Box Sign
|
|
352
|
-
be.contentSidebar.boxSignFtuxTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
352
|
+
be.contentSidebar.boxSignFtuxTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бø× Ѕĭğй - Ѕèčúґĕ, şεåmľęşѕ є-ѕïĝпǻťūŗёѕ ĭπ ßò× 國國國國國國國國國國國國國國⟧
|
|
353
353
|
# label for button that opens a Box Sign signature request experience
|
|
354
|
-
be.contentSidebar.boxSignRequest = ⟦萬萬萬萬萬
|
|
354
|
+
be.contentSidebar.boxSignRequest = ⟦萬萬萬萬萬 Яėqцєşť Ѕîĝηâŧúŗє 國國國國國⟧
|
|
355
355
|
# One of the dropdown options that opens a Box Sign request signature experience
|
|
356
|
-
be.contentSidebar.boxSignRequestSignature = ⟦萬萬萬萬萬
|
|
356
|
+
be.contentSidebar.boxSignRequestSignature = ⟦萬萬萬萬萬 Ŕĕqüęśŧ Şīġηàťųгě 國國國國國⟧
|
|
357
357
|
# Tooltip text for when Box Sign is blocked due to a security policy
|
|
358
|
-
be.contentSidebar.boxSignSecurityBlockedTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
358
|
+
be.contentSidebar.boxSignSecurityBlockedTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧħіѕ áçţίŏп ĭś цňäνąіľäвľє ďцέ ŧό ă śêċüяīτў Ρøľïçý. 國國國國國國國國國國國國國國國⟧
|
|
359
359
|
# One of the dropdown options that opens a Box Sign sign myself experience
|
|
360
|
-
be.contentSidebar.boxSignSignMyself = ⟦萬萬萬
|
|
360
|
+
be.contentSidebar.boxSignSignMyself = ⟦萬萬萬 Śĩğп Μỳśëļƒ 國國國⟧
|
|
361
361
|
# Tooltip text for when Box Sign is blocked due to an item being watermarked
|
|
362
|
-
be.contentSidebar.boxSignWatermarkBlockedTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
362
|
+
be.contentSidebar.boxSignWatermarkBlockedTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τнĩş àčŧîόή ïŝ úпäνāїľăьĺę, ьëčąμşё τħē ƒīľё іś шâτеґmàяκέď. 國國國國國國國國國國國國國國國國國⟧
|
|
363
363
|
# title for when editing an existing approval task
|
|
364
|
-
be.contentSidebar.editTask.approval.title = ⟦萬萬萬萬萬
|
|
364
|
+
be.contentSidebar.editTask.approval.title = ⟦萬萬萬萬萬 Мōďįƒŷ ÃΡΡŕŏνάĺ Τāѕκ 國國國國國⟧
|
|
365
365
|
# modal title for when editing an existing general task
|
|
366
|
-
be.contentSidebar.editTask.general.title = ⟦萬萬萬萬萬
|
|
366
|
+
be.contentSidebar.editTask.general.title = ⟦萬萬萬萬萬 Мòďιƒγ Ġêиęгάľ Ţãśκ 國國國國國⟧
|
|
367
367
|
# Label for copy action.
|
|
368
|
-
be.copy = ⟦萬
|
|
368
|
+
be.copy = ⟦萬 ÇöΡў 國⟧
|
|
369
369
|
# Label for create action.
|
|
370
|
-
be.create = ⟦萬
|
|
370
|
+
be.create = ⟦萬 Ĉŗĕâţè 國⟧
|
|
371
371
|
# Error text for create folder dialog when name is already in use
|
|
372
|
-
be.createDialogErrorInUse = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
372
|
+
be.createDialogErrorInUse = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 À ƒõĺďεŕ ẁίţħ ťнє ŝάmε пámë αļŕĕäďγ ę×іŝţş. 國國國國國國國國國國國國⟧
|
|
373
373
|
# Error text for create folder dialog when name is invalid
|
|
374
|
-
be.createDialogErrorInvalid = ⟦萬萬萬萬萬萬萬萬萬
|
|
374
|
+
be.createDialogErrorInvalid = ⟦萬萬萬萬萬萬萬萬萬 Ťнĭś ìś αň ιŋνâĺįď ƒóľďèŗ ŋąmέ. 國國國國國國國國國⟧
|
|
375
375
|
# Error text for create folder dialog when name is too long
|
|
376
|
-
be.createDialogErrorTooLong = ⟦萬萬萬萬萬萬萬萬
|
|
376
|
+
be.createDialogErrorTooLong = ⟦萬萬萬萬萬萬萬萬 Ŧніѕ ƒõľďєг ʼnâmę ïś ŧöő ĺóŋĝ. 國國國國國國國國⟧
|
|
377
377
|
# Label for create folder dialog
|
|
378
|
-
be.createDialogLabel = ⟦萬萬
|
|
378
|
+
be.createDialogLabel = ⟦萬萬 Ņєẃ ₣ōļďёя 國國⟧
|
|
379
379
|
# Text for create folder dialog
|
|
380
|
-
be.createDialogText = ⟦萬萬萬萬萬
|
|
380
|
+
be.createDialogText = ⟦萬萬萬萬萬 Pĺêåśė εйţĕŕ α пămę. 國國國國國⟧
|
|
381
381
|
# Current user error message
|
|
382
|
-
be.currentUserErrorHeaderMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
382
|
+
be.currentUserErrorHeaderMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Śоmèţнϊиğ шêʼnŧ ẃґőήğ ŵĥēʼn ƒέťснįŋĝ ťĥё ¢ųŕґĕлτ ùśěŕ. 國國國國國國國國國國國國國國國⟧
|
|
383
383
|
# Date ascending option shown in the share access drop down select.
|
|
384
|
-
be.dateASC = ⟦萬萬萬萬萬萬
|
|
384
|
+
be.dateASC = ⟦萬萬萬萬萬萬 Ðäŧę: Öĺďéŝţ → Νέώêŝτ 國國國國國國⟧
|
|
385
385
|
# Date descending option shown in the share access drop down select.
|
|
386
|
-
be.dateDESC = ⟦萬萬萬萬萬萬
|
|
386
|
+
be.dateDESC = ⟦萬萬萬萬萬萬 Ðαţĕ: Νéшєşτ → Óľďěşτ 國國國國國國⟧
|
|
387
387
|
# Text displayed to the user instead of showing today's date value
|
|
388
|
-
be.dateValue.today = ⟦萬
|
|
388
|
+
be.dateValue.today = ⟦萬 Ţŏďáŷ 國⟧
|
|
389
389
|
# Text displayed to the user instead of showing yesterday's date value
|
|
390
|
-
be.dateValue.yesterday = ⟦萬萬
|
|
390
|
+
be.dateValue.yesterday = ⟦萬萬 ÝĕѕŧēřďâУ 國國⟧
|
|
391
391
|
# Default error mask top message
|
|
392
|
-
be.defaultErrorMaskHeaderMessage = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
392
|
+
be.defaultErrorMaskHeaderMessage = ⟦萬萬萬萬萬萬萬萬萬萬 Ẃе’ѓè ŝøгґỳ, şοmēţħįŋğ ẁéήŧ ώяõʼnğ. 國國國國國國國國國國⟧
|
|
393
393
|
# Default error mask bottom message
|
|
394
|
-
be.defaultErrorMaskSubHeaderMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
394
|
+
be.defaultErrorMaskSubHeaderMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Pľėǻśè ґëƒґĕśн τĥё Ρãĝε σя ťяў äġάìŋ ľâτěг. 國國國國國國國國國國國國⟧
|
|
395
395
|
# Default bottom inline error message
|
|
396
|
-
be.defaultInlineErrorContentMessage = ⟦萬萬萬萬萬萬 P
|
|
396
|
+
be.defaultInlineErrorContentMessage = ⟦萬萬萬萬萬萬 Pĺéáѕĕ τґý àġãîʼn ľáτėя. 國國國國國國⟧
|
|
397
397
|
# Message to the user when there is at least one Open With integration available
|
|
398
|
-
be.defaultOpenWithDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
398
|
+
be.defaultOpenWithDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬 ŎΡĕή τĥíŝ ƒĩľε ŵϊţĥ ã Ρäґτиėř ѕεяνїсė 國國國國國國國國國國國⟧
|
|
399
399
|
# Label for default skill section in the preview sidebar
|
|
400
|
-
be.defaultSkill = ⟦萬萬
|
|
400
|
+
be.defaultSkill = ⟦萬萬 Ŝκīľĺ Ċâŗď 國國⟧
|
|
401
401
|
# Label for delete action.
|
|
402
|
-
be.delete = ⟦萬
|
|
402
|
+
be.delete = ⟦萬 Ďέĺеťĕ 國⟧
|
|
403
403
|
# Text for delete confirmation dialog for files
|
|
404
|
-
be.deleteDialogFileText = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
404
|
+
be.deleteDialogFileText = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ãґĕ γóµ ѕцґé γôű ώǻηŧ ťő ďεļёţέ {name}? 國國國國國國國國國國國⟧
|
|
405
405
|
# Text for delete confirmation dialog for folders
|
|
406
|
-
be.deleteDialogFolderText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
406
|
+
be.deleteDialogFolderText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąгē γоū śùŕė ýŏμ шāиť ţó ďёĺéţë {name} ãйď ąľľ ĭŧŝ ćòпţěήτś? 國國國國國國國國國國國國國國國國國⟧
|
|
407
407
|
# Label for delete confirmation dialog
|
|
408
|
-
be.deleteDialogLabel = ⟦萬萬萬萬
|
|
408
|
+
be.deleteDialogLabel = ⟦萬萬萬萬 Çŏйƒîřm Ðěļèţе 國國國國⟧
|
|
409
409
|
# Label for the description field in the preview sidebar.
|
|
410
|
-
be.description = ⟦萬萬萬
|
|
410
|
+
be.description = ⟦萬萬萬 ÐêşсŕĩΡťìõи 國國國⟧
|
|
411
411
|
# Placeholder for file description in preview sidebar.
|
|
412
|
-
be.descriptionPlaceholder = ⟦萬萬萬萬萬
|
|
412
|
+
be.descriptionPlaceholder = ⟦萬萬萬萬萬 Ёηŧег ã ďêѕćŗίΡţîŏň 國國國國國⟧
|
|
413
413
|
# DocGen sidebar header
|
|
414
|
-
be.docGenSidebar.docGenTags = ⟦萬萬萬
|
|
414
|
+
be.docGenSidebar.docGenTags = ⟦萬萬萬 Ðоĉ Ğĕи Ţàğş 國國國⟧
|
|
415
415
|
# No tags available
|
|
416
|
-
be.docGenSidebar.emptyTags = ⟦萬萬萬萬萬萬萬
|
|
416
|
+
be.docGenSidebar.emptyTags = ⟦萬萬萬萬萬萬萬 Ţĥїś ďσсůmêйŧ ĥăş ņó ŧåğŝ 國國國國國國國⟧
|
|
417
417
|
# Error message when tags could not be loaded
|
|
418
|
-
be.docGenSidebar.errorTags = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
418
|
+
be.docGenSidebar.errorTags = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ļоŏкś ĺιкє ўōμŕ ґëçєņţ ĉħåņġěş ţò ţнĕ Ďōс Ĝēň ţêmΡļǻťє âґέ ŷëτ το вę Ρгōċέѕѕëď. 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
419
419
|
# Image tags section header
|
|
420
|
-
be.docGenSidebar.imageTags = ⟦萬萬
|
|
420
|
+
be.docGenSidebar.imageTags = ⟦萬萬 Іmāĝё ŧǻğś 國國⟧
|
|
421
421
|
# Label for the Process document button
|
|
422
|
-
be.docGenSidebar.refreshButton = ⟦萬萬萬萬 P
|
|
422
|
+
be.docGenSidebar.refreshButton = ⟦萬萬萬萬 Pяòсėŝŝ ďόĉůmëņτ 國國國國⟧
|
|
423
423
|
# Text tags section header
|
|
424
|
-
be.docGenSidebar.textTags = ⟦萬萬
|
|
424
|
+
be.docGenSidebar.textTags = ⟦萬萬 Ŧĕхτ τãġś 國國⟧
|
|
425
425
|
# Label for download action.
|
|
426
|
-
be.download = ⟦萬萬
|
|
426
|
+
be.download = ⟦萬萬 Ðóщήļŏàď 國國⟧
|
|
427
427
|
# Message to the user to enter into drawing annotation mode
|
|
428
|
-
be.drawAnnotation = ⟦萬萬萬萬萬萬
|
|
428
|
+
be.drawAnnotation = ⟦萬萬萬萬萬萬 Ďгǻщĩńġ άηńöţąτíоń mοďē 國國國國國國⟧
|
|
429
429
|
# Label for an edit action
|
|
430
|
-
be.editLabel = ⟦萬
|
|
430
|
+
be.editLabel = ⟦萬 Єďιŧ 國⟧
|
|
431
431
|
# Message to the user when there are no Open With integrations
|
|
432
|
-
be.emptyOpenWithDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
432
|
+
be.emptyOpenWithDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Йö ĭпŧėğѓáţίōʼnś ãѓę ανãίļãьľě ƒσг τħĭş ƒįļε 國國國國國國國國國國國國⟧
|
|
433
433
|
# Text shown in the empty state when there is an error
|
|
434
|
-
be.emptyView.errorState = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ā
|
|
434
|
+
be.emptyView.errorState = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ā ňêţẁόґκ ёřřòř нáş ő¢ĉμягеď щĥïļє ŧŕўĭлġ ŧõ ľôáď. 國國國國國國國國國國國國國國⟧
|
|
435
435
|
# Text shown in the empty state when there are no folder items
|
|
436
|
-
be.emptyView.folderState = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
436
|
+
be.emptyView.folderState = ⟦萬萬萬萬萬萬萬萬萬萬 Τнéřε ăŕё πõ íŧęmѕ īи τħĩş ƒóľďéŕ. 國國國國國國國國國國⟧
|
|
437
437
|
# Text shown in the empty state when the folder items are loading
|
|
438
|
-
be.emptyView.loadingState = ⟦萬萬萬萬萬萬萬萬萬萬 P
|
|
438
|
+
be.emptyView.loadingState = ⟦萬萬萬萬萬萬萬萬萬萬 Pĺєǻśê шãіŧ ŵĥîļě τħě ιťεmş ļóàď... 國國國國國國國國國國⟧
|
|
439
439
|
# Text shown in the empty state when there are no items for the metadata query
|
|
440
|
-
be.emptyView.metadataState = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
440
|
+
be.emptyView.metadataState = ⟦萬萬萬萬萬萬萬萬萬萬 Ţĥêґē âяé пő īŧēmś ίń ťнϊŝ ƒóľďěŗ. 國國國國國國國國國國⟧
|
|
441
441
|
# Text shown in the empty state when there are no recent items
|
|
442
|
-
be.emptyView.recentsState = ⟦萬萬萬萬萬萬萬萬
|
|
442
|
+
be.emptyView.recentsState = ⟦萬萬萬萬萬萬萬萬 Ţĥĕŕè åяě иó ѓêčėňŧ įŧέmŝ ýёţ. 國國國國國國國國⟧
|
|
443
443
|
# Text shown in the empty state when there no results for the search query
|
|
444
|
-
be.emptyView.searchState = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
444
|
+
be.emptyView.searchState = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Śôяřý, ωе сŏŭľďń'ŧ ƒїпď ẃħåť ÿоų'ŕє ľоøкïňğ ƒóѓ. 國國國國國國國國國國國國國國⟧
|
|
445
445
|
# Text shown in the empty state when there are no selected items
|
|
446
|
-
be.emptyView.selectedState = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
446
|
+
be.emptyView.selectedState = ⟦萬萬萬萬萬萬萬萬萬萬 Ýòû ĥâνеп'ŧ śеļĕćťεď āйў ίτêmŝ Уęŧ. 國國國國國國國國國國⟧
|
|
447
447
|
# Generic error label.
|
|
448
|
-
be.error = ⟦萬
|
|
448
|
+
be.error = ⟦萬 Éяŕσг 國⟧
|
|
449
449
|
# Default label for signifying error in the sub header.
|
|
450
|
-
be.errorBreadcrumb = ⟦萬
|
|
450
|
+
be.errorBreadcrumb = ⟦萬 Εгѓöя 國⟧
|
|
451
451
|
# Title when an error occurs
|
|
452
|
-
be.errorOccured = ⟦萬萬萬萬萬
|
|
452
|
+
be.errorOccured = ⟦萬萬萬萬萬 Åй ėŕŗøг õĉčůŕŕėď 國國國國國⟧
|
|
453
453
|
# Message to the user when the open with element errors
|
|
454
|
-
be.errorOpenWithDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
454
|
+
be.errorOpenWithDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ØΡêлίйĝ ŧĥіş ƒіľë ẃĩŧĥ οτĥёґ śèŕνìčěş їѕ ĉůґřέʼnŧļÿ цńāναίĺāьļє 國國國國國國國國國國國國國國國國國國⟧
|
|
455
455
|
# Header message to the user when an Open With integration fails to execute
|
|
456
|
-
be.executeIntegrationOpenWithErrorHeader = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
456
|
+
be.executeIntegrationOpenWithErrorHeader = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŵé’ŗέ ѕοŗŗý, ťĥїŝ ĭňŧεğяάτіόи ìŝ çµгяěπŧĺÿ μπäνąίļăвĺε. 國國國國國國國國國國國國國國國國⟧
|
|
457
457
|
# Sub header message to the user when an Open With integration fails to execute
|
|
458
|
-
be.executeIntegrationOpenWithErrorSubHeader = ⟦萬萬萬萬萬萬 P
|
|
458
|
+
be.executeIntegrationOpenWithErrorSubHeader = ⟦萬萬萬萬萬萬 Pļêǻśе ţřў άğăįπ ľåťĕґ. 國國國國國國⟧
|
|
459
459
|
# Message to the user to expand the Transcript entries
|
|
460
|
-
be.expand = ⟦萬
|
|
460
|
+
be.expand = ⟦萬 ΣхΡãňď 國⟧
|
|
461
461
|
# Icon title for a Box item of type folder that has collaborators outside of the user's enterprise
|
|
462
|
-
be.externalFolder = ⟦萬萬萬萬
|
|
462
|
+
be.externalFolder = ⟦萬萬萬萬 Ê×ţĕѓņáľ ₣óĺďĕŗ 國國國國⟧
|
|
463
463
|
# Label for face skill section in the preview sidebar
|
|
464
|
-
be.faceSkill = ⟦萬
|
|
464
|
+
be.faceSkill = ⟦萬 ₣á¢ęŝ 國⟧
|
|
465
465
|
# Call-to-action text describing what to do to navigate to specified feedback form
|
|
466
|
-
be.feedbackCtaText = ⟦萬萬萬萬萬萬萬
|
|
466
|
+
be.feedbackCtaText = ⟦萬萬萬萬萬萬萬 Ĉļîçĸ ŧò Ρѓôνíďě ƒέèďьàĉκ 國國國國國國國⟧
|
|
467
467
|
# Accessible text used to describe the form used for feedback
|
|
468
|
-
be.feedbackFormDescription = ⟦萬萬萬萬萬
|
|
468
|
+
be.feedbackFormDescription = ⟦萬萬萬萬萬 ßєţâ ₣ěєďьâ¢κ ₣ŏѓm 國國國國國⟧
|
|
469
469
|
# Icon title for a Box item of type file
|
|
470
|
-
be.file = ⟦萬
|
|
470
|
+
be.file = ⟦萬 ₣ĩľė 國⟧
|
|
471
471
|
# File access stats error message
|
|
472
|
-
be.fileAccessStatsErrorHeaderMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
472
|
+
be.fileAccessStatsErrorHeaderMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Şòmèťĥĩπĝ ώėήť шяόиġ ŵĥєл ƒēťсĥîʼnġ ţнє åссēşş śţáτѕ. 國國國國國國國國國國國國國國國⟧
|
|
473
473
|
# File classification error message
|
|
474
|
-
be.fileClassificationErrorHeaderMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
474
|
+
be.fileClassificationErrorHeaderMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝσměţнίήĝ ŵèπŧ ẁŕøňğ щĥêп ƒęτçнϊиġ ċĺǻśśīƒĩĉǻτĭôņ. 國國國國國國國國國國國國國國⟧
|
|
475
475
|
# Inline error title message for file description
|
|
476
|
-
be.fileDescriptionInlineErrorTitleMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
476
|
+
be.fileDescriptionInlineErrorTitleMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝõméŧĥϊņğ ωεņτ щґóпġ ωħёи śανìпĝ τħĕ ďёśćѓĩΡţīőπ. 國國國國國國國國國國國國國國⟧
|
|
477
477
|
# name of the File Request feature used to translate when a File Request is uploaded by the service
|
|
478
|
-
be.fileRequestDisplayName = ⟦萬萬萬
|
|
478
|
+
be.fileRequestDisplayName = ⟦萬萬萬 ₣îļє Ґéqûĕşţ 國國國⟧
|
|
479
479
|
# Icon title for a Box item of type folder
|
|
480
|
-
be.folder = ⟦萬
|
|
480
|
+
be.folder = ⟦萬 ₣оĺďея 國⟧
|
|
481
481
|
# Aria label for button to get information about a file’s versions
|
|
482
|
-
be.getVersionInfo = ⟦萬萬萬萬萬萬
|
|
482
|
+
be.getVersionInfo = ⟦萬萬萬萬萬萬 Ġєτ νĕґşīóл ĭŋƒóřmàťĭõп 國國國國國國⟧
|
|
483
483
|
# Label for switching to grid view
|
|
484
|
-
be.gridView = ⟦萬萬萬萬萬
|
|
484
|
+
be.gridView = ⟦萬萬萬萬萬 Śώιτçн ţő Ġґïď Vîéẁ 國國國國國⟧
|
|
485
485
|
# Label for decreasing the size of columns in grid view
|
|
486
|
-
be.gridView.decreaseColumnSize = ⟦萬萬萬萬萬
|
|
486
|
+
be.gridView.decreaseColumnSize = ⟦萬萬萬萬萬 Ðεċґéǻŝë ¢õļűmй ŝϊźê 國國國國國⟧
|
|
487
487
|
# Label for increasing the size of columns in grid view
|
|
488
|
-
be.gridView.increaseColumnSize = ⟦萬萬萬萬萬
|
|
488
|
+
be.gridView.increaseColumnSize = ⟦萬萬萬萬萬 Īʼn¢яеąѕе ¢õĺūmń şĩżė 國國國國國⟧
|
|
489
489
|
# Label for the grid view size slider
|
|
490
|
-
be.gridView.sliderLabel = ⟦萬萬萬萬
|
|
490
|
+
be.gridView.sliderLabel = ⟦萬萬萬萬 Ġŗίď νìēш ŝїźē 國國國國⟧
|
|
491
491
|
# Aria label for file icon
|
|
492
|
-
be.iconFile = ⟦萬萬 {extension}
|
|
492
|
+
be.iconFile = ⟦萬萬 {extension} ₣ĭĺе 國國⟧
|
|
493
493
|
# Label for in action.
|
|
494
|
-
be.in = ⟦
|
|
494
|
+
be.in = ⟦ Ìŋ ⟧
|
|
495
495
|
# Text for last accessed date with last access prefix.
|
|
496
|
-
be.interactedDate = ⟦萬萬萬萬萬萬
|
|
496
|
+
be.interactedDate = ⟦萬萬萬萬萬萬 Ĺαŝŧ ąċċěśśέď òл {date} 國國國國國國⟧
|
|
497
497
|
# Label for a Box item icon of type folder and is an archive
|
|
498
|
-
be.item.archive = ⟦萬萬
|
|
498
|
+
be.item.archive = ⟦萬萬 Áґćнîνę 國國⟧
|
|
499
499
|
# Label for a Box item icon of type folder and is located in an archive
|
|
500
|
-
be.item.archiveFolder = ⟦萬萬萬萬
|
|
500
|
+
be.item.archiveFolder = ⟦萬萬萬萬 Åґçħîνέ ƒσľďěѓ 國國國國⟧
|
|
501
501
|
# Label for a Box item icon of type bookmark or web-link
|
|
502
|
-
be.item.bookmark = ⟦萬萬
|
|
502
|
+
be.item.bookmark = ⟦萬萬 ßôòкmáгĸ 國國⟧
|
|
503
503
|
# Label for a Box item icon of type folder shared with collaborators
|
|
504
|
-
be.item.collaboratedFolder = ⟦萬萬萬萬萬
|
|
504
|
+
be.item.collaboratedFolder = ⟦萬萬萬萬萬 Ĉőĺĺąвŏŕάťĕď ƒøĺďēя 國國國國國⟧
|
|
505
505
|
# Label for a Box item icon of type folder shared with outside organization collaborators
|
|
506
|
-
be.item.externalFolder = ⟦萬萬萬萬
|
|
506
|
+
be.item.externalFolder = ⟦萬萬萬萬 Ë×ţεгňάļ ƒσļďëŕ 國國國國⟧
|
|
507
507
|
# Label for a Box item icon of type file
|
|
508
|
-
be.item.file = ⟦萬
|
|
508
|
+
be.item.file = ⟦萬 ₣ĭľē 國⟧
|
|
509
509
|
# Label for a Box item icon of type file with its file extension
|
|
510
|
-
be.item.fileExtension = ⟦萬萬 {extension}
|
|
510
|
+
be.item.fileExtension = ⟦萬萬 {extension} ƒίĺе 國國⟧
|
|
511
511
|
# Text for the list or grid item to indicate the modified date and modified user
|
|
512
|
-
be.item.modifiedDateBy = ⟦萬萬萬萬 {date}
|
|
512
|
+
be.item.modifiedDateBy = ⟦萬萬萬萬 {date} вÿ {name} 國國國國⟧
|
|
513
513
|
# Label for a Box item icon of type folder that is private to the user
|
|
514
|
-
be.item.personalFolder = ⟦萬萬萬萬 P
|
|
514
|
+
be.item.personalFolder = ⟦萬萬萬萬 Pêŗśöňάļ ƒőĺďěя 國國國國⟧
|
|
515
515
|
# Text for the list or grid item to indicate the date the user last viewed the item
|
|
516
|
-
be.item.viewedDate = ⟦萬萬萬 V
|
|
516
|
+
be.item.viewedDate = ⟦萬萬萬 Vïéшεď {date} 國國國⟧
|
|
517
517
|
# Text for the list or grid item to indicate the user last viewed the item today
|
|
518
|
-
be.item.viewedToday = ⟦萬萬萬 V
|
|
518
|
+
be.item.viewedToday = ⟦萬萬萬 Vїéẁëď ŧоďǻŷ 國國國⟧
|
|
519
519
|
# Text for the list or grid item to indicate the user last viewed the item yesterday
|
|
520
|
-
be.item.viewedYesterday = ⟦萬萬萬萬 V
|
|
520
|
+
be.item.viewedYesterday = ⟦萬萬萬萬 Vīëщєď Уëѕŧēяďāÿ 國國國國⟧
|
|
521
521
|
# Label for item created date.
|
|
522
|
-
be.itemCreated = ⟦萬萬
|
|
522
|
+
be.itemCreated = ⟦萬萬 Ćяėåţéď 國國⟧
|
|
523
523
|
# Label for the list of files and folders displayed in a grid view
|
|
524
|
-
be.itemGrid.gridView = ⟦萬萬
|
|
524
|
+
be.itemGrid.gridView = ⟦萬萬 Ĝяìď νϊèω 國國⟧
|
|
525
525
|
# Label for item last accessed date.
|
|
526
|
-
be.itemInteracted = ⟦萬萬萬
|
|
526
|
+
be.itemInteracted = ⟦萬萬萬 Ĺāśţ Αсćèśŝёď 國國國⟧
|
|
527
527
|
# Label for the column header in the list view for the available user actions on the item
|
|
528
|
-
be.itemList.actionsColumn = ⟦萬萬
|
|
528
|
+
be.itemList.actionsColumn = ⟦萬萬 ÅĊŢĮŌŃŜ 國國⟧
|
|
529
529
|
# Label for the column header in the list view for the date the item was modified
|
|
530
|
-
be.itemList.dateColumn = ⟦萬萬
|
|
530
|
+
be.itemList.dateColumn = ⟦萬萬 ŰPÐĄŢĚÐ 國國⟧
|
|
531
531
|
# Label for the column header in the list view for the combined details of the item
|
|
532
|
-
be.itemList.detailsColumn = ⟦萬萬
|
|
532
|
+
be.itemList.detailsColumn = ⟦萬萬 ÐЁŦĄÍĽŞ 國國⟧
|
|
533
533
|
# Concatenated text of the modified date and item size of the file or folder
|
|
534
534
|
be.itemList.itemSubtitle = ⟦萬萬萬 {date} • {size} 國國國⟧
|
|
535
535
|
# Label for the list of files and folders displayed in a list view
|
|
536
|
-
be.itemList.listView = ⟦萬萬
|
|
536
|
+
be.itemList.listView = ⟦萬萬 Ļĩŝτ νїéẃ 國國⟧
|
|
537
537
|
# Label for the column header in the list view for the name of the item
|
|
538
|
-
be.itemList.nameColumn = ⟦萬
|
|
538
|
+
be.itemList.nameColumn = ⟦萬 ΝǺΜĚ 國⟧
|
|
539
539
|
# Label for the column header in the list view for the size of the item
|
|
540
|
-
be.itemList.sizeColumn = ⟦萬
|
|
540
|
+
be.itemList.sizeColumn = ⟦萬 ŞİΖË 國⟧
|
|
541
541
|
# Label for item modified date.
|
|
542
|
-
be.itemModified = ⟦萬萬
|
|
542
|
+
be.itemModified = ⟦萬萬 Мöďϊƒíêď 國國⟧
|
|
543
543
|
# Label for item name attribute.
|
|
544
|
-
be.itemName = ⟦萬
|
|
544
|
+
be.itemName = ⟦萬 Ņαmé 國⟧
|
|
545
545
|
# Label for item owner.
|
|
546
|
-
be.itemOwner = ⟦萬
|
|
546
|
+
be.itemOwner = ⟦萬 Ǿώňėŗ 國⟧
|
|
547
547
|
# Label for item size attribute.
|
|
548
|
-
be.itemSize = ⟦萬
|
|
548
|
+
be.itemSize = ⟦萬 Śĩźέ 國⟧
|
|
549
549
|
# label for item uploader.
|
|
550
|
-
be.itemUploader = ⟦萬萬
|
|
550
|
+
be.itemUploader = ⟦萬萬 ÛΡĺöäďєг 國國⟧
|
|
551
551
|
# Label for keywords/topics skill section in the preview sidebar
|
|
552
|
-
be.keywordSkill = ⟦萬
|
|
552
|
+
be.keywordSkill = ⟦萬 ŢøΡīćş 國⟧
|
|
553
553
|
# Message displayed in the activity feed for when image keyword search applies keywords
|
|
554
|
-
be.keywordsAppliedList = ⟦萬萬萬萬萬萬
|
|
554
|
+
be.keywordsAppliedList = ⟦萬萬萬萬萬萬 Κěýщôяďś ẁеŕέ áΡΡľìęď 國國國國國國⟧
|
|
555
555
|
# Label for a list of keywords. {words} are the list of keywords.
|
|
556
|
-
be.keywordsList = ⟦萬萬萬萬
|
|
556
|
+
be.keywordsList = ⟦萬萬萬萬 ĶêУωσŗďś: {words} 國國國國⟧
|
|
557
557
|
# Label for switching to list view
|
|
558
|
-
be.listView = ⟦萬萬萬萬萬
|
|
558
|
+
be.listView = ⟦萬萬萬萬萬 Şŵĭŧ¢н ŧö Ŀįѕť Vīêŵ 國國國國國⟧
|
|
559
559
|
# Label for loading state.
|
|
560
|
-
be.loading = ⟦萬萬
|
|
560
|
+
be.loading = ⟦萬萬 Ŀòāďίŋğ 國國⟧
|
|
561
561
|
# Placeholder for a logo.
|
|
562
|
-
be.logo = ⟦萬
|
|
562
|
+
be.logo = ⟦萬 Ŀöğō 國⟧
|
|
563
563
|
# Indicator on the footer that max items have been selected.
|
|
564
|
-
be.max = ⟦
|
|
564
|
+
be.max = ⟦ màх ⟧
|
|
565
565
|
# Title for all categories
|
|
566
566
|
be.messageCenter.all = ⟦ Áĺľ ⟧
|
|
567
567
|
# Title for Box education category
|
|
568
|
-
be.messageCenter.boxEducation = ⟦萬萬萬
|
|
568
|
+
be.messageCenter.boxEducation = ⟦萬萬萬 ßő× Єďůçåťìőп 國國國⟧
|
|
569
569
|
# Displayed when there was an error fetching posts
|
|
570
|
-
be.messageCenter.errorFetchingPosts = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
570
|
+
be.messageCenter.errorFetchingPosts = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝòřřў, ŵε ãŗê ĥāνїπğ ŧŕőũьľє ŝħόẁìиğ Ρôśτś āť ťħë mόmėйţ. Ĩτ mãў нéľΡ ţŏ гęƒгĕśн τĥĕ Ρãğé. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
571
571
|
# Title for product category
|
|
572
|
-
be.messageCenter.events = ⟦萬
|
|
572
|
+
be.messageCenter.events = ⟦萬 Ενēňťŝ 國⟧
|
|
573
573
|
# Displayed when there are no posts to display
|
|
574
|
-
be.messageCenter.noPosts = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
574
|
+
be.messageCenter.noPosts = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťнēяε äѓė ήó Ροŝŧŝ ƒõŗ ťħįś čäţеġòŗỳ äť ţħέ mοmёńτ. 國國國國國國國國國國國國國國國⟧
|
|
575
575
|
# Error message for preview not loading an image
|
|
576
|
-
be.messageCenter.previewError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
576
|
+
be.messageCenter.previewError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ѕöřяŷ, ẃе'гê нανîήğ τгôμвļє şħσώїŋġ ŧħίś ĩmǻġê. 國國國國國國國國國國國國國國⟧
|
|
577
577
|
# Title for product category
|
|
578
|
-
be.messageCenter.product = ⟦萬萬 P
|
|
578
|
+
be.messageCenter.product = ⟦萬萬 Přóďμçτ 國國⟧
|
|
579
579
|
# Title for the message center modal
|
|
580
|
-
be.messageCenter.title = ⟦萬萬
|
|
580
|
+
be.messageCenter.title = ⟦萬萬 Ẃĥαţ'ś Иęш 國國⟧
|
|
581
581
|
# Text for modified date with modified prefix.
|
|
582
|
-
be.modifiedDate = ⟦萬萬萬萬
|
|
582
|
+
be.modifiedDate = ⟦萬萬萬萬 Мŏďїƒīěď {date} 國國國國⟧
|
|
583
583
|
# Text for modified date with user with modified prefix.
|
|
584
|
-
be.modifiedDateBy = ⟦萬萬萬萬萬萬
|
|
584
|
+
be.modifiedDateBy = ⟦萬萬萬萬萬萬 Μóďįƒїέď {date} вỳ {name} 國國國國國國⟧
|
|
585
585
|
# Label for a button that displays more options
|
|
586
|
-
be.moreOptions = ⟦萬萬萬
|
|
586
|
+
be.moreOptions = ⟦萬萬萬 Мŏѓě òΡŧīòйŝ 國國國⟧
|
|
587
587
|
# Name ascending option shown in the share access drop down select.
|
|
588
|
-
be.nameASC = ⟦萬萬萬
|
|
588
|
+
be.nameASC = ⟦萬萬萬 Ňāmē: Ā → Ź 國國國⟧
|
|
589
589
|
# Name descending option shown in the share access drop down select.
|
|
590
|
-
be.nameDESC = ⟦萬萬萬
|
|
590
|
+
be.nameDESC = ⟦萬萬萬 Ňåmę: Ź → Α 國國國⟧
|
|
591
591
|
# Text for modified or interacted date with user.
|
|
592
|
-
be.nameDate = ⟦萬萬萬萬 {date}
|
|
592
|
+
be.nameDate = ⟦萬萬萬萬 {date} ьý {name} 國國國國⟧
|
|
593
593
|
# Label for create new folder action.
|
|
594
|
-
be.newFolder = ⟦萬萬
|
|
594
|
+
be.newFolder = ⟦萬萬 Νëώ ₣ōľďεŗ 國國⟧
|
|
595
595
|
# Next file button title
|
|
596
|
-
be.nextFile = ⟦萬萬
|
|
596
|
+
be.nextFile = ⟦萬萬 Ńéхť ₣íļέ 國國⟧
|
|
597
597
|
# Title for next segment on skill timeline
|
|
598
|
-
be.nextSegment = ⟦萬萬萬
|
|
598
|
+
be.nextSegment = ⟦萬萬萬 Йėם Śěğmëиτ 國國國⟧
|
|
599
599
|
# Message displayed in an empty activity feed
|
|
600
|
-
be.noActivity = ⟦萬萬萬萬萬
|
|
600
|
+
be.noActivity = ⟦萬萬萬萬萬 Иô ãсŧĭνīţỳ ţò şĥοŵ 國國國國國⟧
|
|
601
601
|
# Message shown alongside empty activity feed when user can annotate
|
|
602
|
-
be.noActivityAnnotationPrompt = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
602
|
+
be.noActivityAnnotationPrompt = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĥóνёґ øνёг ŧнê Ρґĕνįèω áйď ųŝĕ ŧĥĕ çойŧгŏľŝ ατ ţнê ьõţţσm ťò āňŋόţǻţê τĥє ƒĭļέ. 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
603
603
|
# Message shown in
|
|
604
|
-
be.noActivityCommentPrompt = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
604
|
+
be.noActivityCommentPrompt = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Çõmmèлţ ãήď @mëйτĭöп ΡęоΡľέ ŧό пοτįƒÿ ťħέm. 國國國國國國國國國國國國⟧
|
|
605
605
|
# Label for open action.
|
|
606
|
-
be.open = ⟦萬
|
|
606
|
+
be.open = ⟦萬 ÖΡèπ 國⟧
|
|
607
607
|
# Next page button tooltip
|
|
608
|
-
be.pagination.nextPage = ⟦萬萬
|
|
608
|
+
be.pagination.nextPage = ⟦萬萬 Ŋєхţ Pãĝé 國國⟧
|
|
609
609
|
# Next page button
|
|
610
|
-
be.pagination.nextPageButton = ⟦萬
|
|
610
|
+
be.pagination.nextPageButton = ⟦萬 Йē×ţ 國⟧
|
|
611
611
|
# Pagination menu status with the range of entries shown
|
|
612
|
-
be.pagination.pageEntryStatus = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
612
|
+
be.pagination.pageEntryStatus = ⟦萬萬萬萬萬萬萬萬萬萬萬 Śĥőшįήġ {startEntryIndex} ţо {endEntryIndex} őƒ {totalCount} ëʼnţгĭеŝ 國國國國國國國國國國國⟧
|
|
613
613
|
# Pagination menu button with current page number out of total number of pages
|
|
614
|
-
be.pagination.pageStatus = ⟦萬萬萬萬 {pageNumber}
|
|
614
|
+
be.pagination.pageStatus = ⟦萬萬萬萬 {pageNumber} õƒ {pageCount} 國國國國⟧
|
|
615
615
|
# Previous page button tooltip
|
|
616
|
-
be.pagination.previousPage = ⟦萬萬萬 P
|
|
616
|
+
be.pagination.previousPage = ⟦萬萬萬 Pяĕνίóűś Pâĝε 國國國⟧
|
|
617
617
|
# Previous page button
|
|
618
|
-
be.pagination.previousPageButton = ⟦萬萬 P
|
|
618
|
+
be.pagination.previousPageButton = ⟦萬萬 Pѓενíσμѕ 國國⟧
|
|
619
619
|
# Icon title for a Box item of type folder that is private and has no collaborators
|
|
620
|
-
be.personalFolder = ⟦萬萬萬萬 P
|
|
620
|
+
be.personalFolder = ⟦萬萬萬萬 Pĕŕşσņăľ ₣σľďεґ 國國國國⟧
|
|
621
621
|
# Message to the user to enter into point annotation mode
|
|
622
|
-
be.pointAnnotation = ⟦萬萬萬萬萬萬 P
|
|
622
|
+
be.pointAnnotation = ⟦萬萬萬萬萬萬 Pσĩňţ αήņòţāŧїōń mσďє 國國國國國國⟧
|
|
623
623
|
# Label for preview action.
|
|
624
|
-
be.preview = ⟦萬萬 P
|
|
624
|
+
be.preview = ⟦萬萬 Pґëνìěẃ 國國⟧
|
|
625
625
|
# Error message when Preview fails due to the files call.
|
|
626
|
-
be.previewError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
626
|
+
be.previewError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τнίѕ Ρřęνįĕщ ďïďп’ť ļòăď. Pĺĕąѕё ţѓγ ŧŏ őΡèπ σѓ ďощлļöăď ţнē ƒĩĺè ŧō νïęω. 國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
627
627
|
# Error message when Preview fails due to the files call which is blocked by an access policy.
|
|
628
|
-
be.previewErrorBlockedByPolicy = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
628
|
+
be.previewErrorBlockedByPolicy = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ýòûѓ α¢čĕśŝ ŧο ŧнįѕ сőŋţĕητ ίŝ řęѕťŕĭĉτëď ďūё ţó å ŝèćüřιŧỳ ΡσľϊсУ. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
629
629
|
# Message when new preview is available.
|
|
630
|
-
be.previewUpdate = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
630
|
+
be.previewUpdate = ⟦萬萬萬萬萬萬萬萬萬萬萬 Å ňëщ νεгѕίôп óƒ τнїŝ ƒíĺè íѕ äνàιľǻвľê. 國國國國國國國國國國國⟧
|
|
631
631
|
# Previous file button title
|
|
632
|
-
be.previousFile = ⟦萬萬萬 P
|
|
632
|
+
be.previousFile = ⟦萬萬萬 Pѓενіõµş ₣ίľę 國國國⟧
|
|
633
633
|
# Title for previous segment on skill timeline
|
|
634
|
-
be.previousSegment = ⟦萬萬萬萬 P
|
|
634
|
+
be.previousSegment = ⟦萬萬萬萬 Pгëνїòμѕ Ŝеġmêňť 國國國國⟧
|
|
635
635
|
# Label for print action
|
|
636
|
-
be.print = ⟦萬
|
|
636
|
+
be.print = ⟦萬 Pŗĩήť 國⟧
|
|
637
637
|
# If a user has been deleted, we call the user "a prior collaborator" - meaning someone who used to be able to collaborate on the content.
|
|
638
|
-
be.priorCollaborator = ⟦萬萬萬萬萬
|
|
638
|
+
be.priorCollaborator = ⟦萬萬萬萬萬 Ά Pяĩøŕ Çόĺļãьσґåţòŗ 國國國國國⟧
|
|
639
639
|
# Shown as the title in the sub header when showing recents.
|
|
640
|
-
be.recentsBreadcrumb = ⟦萬萬
|
|
640
|
+
be.recentsBreadcrumb = ⟦萬萬 Ŗéĉêπţŝ 國國⟧
|
|
641
641
|
# Label for reload button.
|
|
642
|
-
be.reload = ⟦萬
|
|
642
|
+
be.reload = ⟦萬 Яеĺσäď 國⟧
|
|
643
643
|
# Label for remove action.
|
|
644
|
-
be.remove = ⟦萬
|
|
644
|
+
be.remove = ⟦萬 Řémôνĕ 國⟧
|
|
645
645
|
# Label for rename action.
|
|
646
|
-
be.rename = ⟦萬
|
|
646
|
+
be.rename = ⟦萬 Γейąmė 國⟧
|
|
647
647
|
# Error text for rename dialog when name is already in use
|
|
648
|
-
be.renameDialogErrorInUse = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
648
|
+
be.renameDialogErrorInUse = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ąή ìτέm ẁïτн τħę śämē ηâmě άļяēáďÿ êхíŝŧś. 國國國國國國國國國國國國⟧
|
|
649
649
|
# Error text for rename dialog when name is invalid
|
|
650
|
-
be.renameDialogErrorInvalid = ⟦萬萬萬萬萬萬
|
|
650
|
+
be.renameDialogErrorInvalid = ⟦萬萬萬萬萬萬 Ŧħіş ηǻmë ίŝ ĩйνąľїď. 國國國國國國⟧
|
|
651
651
|
# Error text for rename dialog when name is too long
|
|
652
|
-
be.renameDialogErrorTooLong = ⟦萬萬萬萬萬萬
|
|
652
|
+
be.renameDialogErrorTooLong = ⟦萬萬萬萬萬萬 Ţĥîŝ πǻmę іѕ ţøо ĺõňğ. 國國國國國國⟧
|
|
653
653
|
# Label for rename dialog
|
|
654
|
-
be.renameDialogLabel = ⟦萬
|
|
654
|
+
be.renameDialogLabel = ⟦萬 Řēлǻmê 國⟧
|
|
655
655
|
# Text for rename dialog
|
|
656
|
-
be.renameDialogText = ⟦萬萬萬萬萬萬萬萬萬萬 P
|
|
656
|
+
be.renameDialogText = ⟦萬萬萬萬萬萬萬萬萬萬 Pļєāśę ěиťеŗ á ņĕω пàmє ƒσŗ {name}: 國國國國國國國國國國⟧
|
|
657
657
|
# Label for resume action for a single file.
|
|
658
|
-
be.resume = ⟦萬
|
|
658
|
+
be.resume = ⟦萬 Яĕѕümê 國⟧
|
|
659
659
|
# Label for resume action for multiple files.
|
|
660
|
-
be.resumeAll = ⟦萬萬
|
|
660
|
+
be.resumeAll = ⟦萬萬 Ŕěŝųmê Αľĺ 國國⟧
|
|
661
661
|
# Label for retry action.
|
|
662
|
-
be.retry = ⟦萬
|
|
662
|
+
be.retry = ⟦萬 ЃęŧяУ 國⟧
|
|
663
663
|
# Default label for root folder.
|
|
664
|
-
be.rootBreadcrumb = ⟦萬萬
|
|
664
|
+
be.rootBreadcrumb = ⟦萬萬 Ąĺľ ₣ĩļèŝ 國國⟧
|
|
665
665
|
# Label for save action.
|
|
666
|
-
be.save = ⟦萬
|
|
666
|
+
be.save = ⟦萬 Şǻνε 國⟧
|
|
667
667
|
# Shown as the title in the sub header while searching.
|
|
668
|
-
be.searchBreadcrumb = ⟦萬萬萬萬
|
|
668
|
+
be.searchBreadcrumb = ⟦萬萬萬萬 Ѕêǻгčн Řέѕūļťŝ 國國國國⟧
|
|
669
669
|
# Aria label for the clear button in the search box.
|
|
670
|
-
be.searchClear = ⟦萬萬萬
|
|
670
|
+
be.searchClear = ⟦萬萬萬 Čļёäґ ѕėāгсĥ 國國國⟧
|
|
671
671
|
# Shown as a placeholder in the search box.
|
|
672
|
-
be.searchPlaceholder = ⟦萬萬萬萬萬萬萬
|
|
672
|
+
be.searchPlaceholder = ⟦萬萬萬萬萬萬萬 Ѕеāѓсħ ƒīļêŝ ǻņď ƒŏļďеґş 國國國國國國國⟧
|
|
673
673
|
# Default label for selected items list in the footer.
|
|
674
|
-
be.selected = ⟦萬萬萬萬 {count}
|
|
674
|
+
be.selected = ⟦萬萬萬萬 {count} Ŝĕļĕ¢τëď 國國國國⟧
|
|
675
675
|
# Shown as the title in the sub header while showing selected items.
|
|
676
|
-
be.selectedBreadcrumb = ⟦萬萬萬萬
|
|
676
|
+
be.selectedBreadcrumb = ⟦萬萬萬萬 Ѕĕļęćţєď Іŧèmѕ 國國國國⟧
|
|
677
677
|
# Label for share action.
|
|
678
|
-
be.share = ⟦萬
|
|
678
|
+
be.share = ⟦萬 Ѕħǻге 國⟧
|
|
679
679
|
# Dropdown select option for collaborator share access.
|
|
680
|
-
be.shareAccessCollab = ⟦萬萬萬萬萬萬萬萬
|
|
680
|
+
be.shareAccessCollab = ⟦萬萬萬萬萬萬萬萬 Áçċêѕş: PěôΡľē ιη ţнιş ƒøľďêг 國國國國國國國國⟧
|
|
681
681
|
# Dropdown select option for enterprise share access.
|
|
682
|
-
be.shareAccessCompany = ⟦萬萬萬萬萬萬 P
|
|
682
|
+
be.shareAccessCompany = ⟦萬萬萬萬萬萬 PëőΡľέ ïй ŧĥіś ċσmΡαиў 國國國國國國⟧
|
|
683
683
|
# Dropdown select option for no access.
|
|
684
|
-
be.shareAccessNone = ⟦萬萬萬萬
|
|
684
|
+
be.shareAccessNone = ⟦萬萬萬萬 Ňõ ѕħäґеď ĺīпĸ 國國國國⟧
|
|
685
685
|
# Dropdown select option for open share access.
|
|
686
|
-
be.shareAccessOpen = ⟦萬萬萬萬萬萬萬萬
|
|
686
|
+
be.shareAccessOpen = ⟦萬萬萬萬萬萬萬萬 Âčçεѕѕ: PєöΡĺė ẁїτħ τнë ĺĭик 國國國國國國國國⟧
|
|
687
687
|
# Dropdown select option to remove access.
|
|
688
|
-
be.shareAccessRemove = ⟦萬萬萬萬萬
|
|
688
|
+
be.shareAccessRemove = ⟦萬萬萬萬萬 Ѓëmõνê śħäŗεď ĺϊňķ 國國國國國⟧
|
|
689
689
|
# Label for shared link dialog
|
|
690
|
-
be.shareDialogLabel = ⟦萬
|
|
690
|
+
be.shareDialogLabel = ⟦萬 Ŝĥäґĕ 國⟧
|
|
691
691
|
# Text for no shared link
|
|
692
|
-
be.shareDialogNone = ⟦萬
|
|
692
|
+
be.shareDialogNone = ⟦萬 Ņøňë 國⟧
|
|
693
693
|
# Text for share link dialog
|
|
694
|
-
be.shareDialogText = ⟦萬萬萬
|
|
694
|
+
be.shareDialogText = ⟦萬萬萬 Şнãŕёď Ľìŋк: 國國國⟧
|
|
695
695
|
# Title for the sidebar access stats.
|
|
696
|
-
be.sidebarAccessStats = ⟦萬萬萬
|
|
696
|
+
be.sidebarAccessStats = ⟦萬萬萬 Ä¢ĉėŝś Ŝťáţŝ 國國國⟧
|
|
697
697
|
# Title for the preview activity feed.
|
|
698
|
-
be.sidebarActivityTitle = ⟦萬萬
|
|
698
|
+
be.sidebarActivityTitle = ⟦萬萬 Âĉťįνïţў 國國⟧
|
|
699
699
|
# Generic Box AI content type opened used in welcome message and placeholder
|
|
700
|
-
be.sidebarBoxAIContent = ⟦萬萬
|
|
700
|
+
be.sidebarBoxAIContent = ⟦萬萬 ĉőиţеήţ 國國⟧
|
|
701
701
|
# Label for button that triggers switch to Box AI Modal
|
|
702
|
-
be.sidebarBoxAISwitchToModalView = ⟦萬萬萬萬萬
|
|
702
|
+
be.sidebarBoxAISwitchToModalView = ⟦萬萬萬萬萬 Ŝшĭŧċħ ťø móďąļ νìεω 國國國國國⟧
|
|
703
703
|
# Title for the preview Box AI feed.
|
|
704
|
-
be.sidebarBoxAITitle = ⟦萬
|
|
704
|
+
be.sidebarBoxAITitle = ⟦萬 ßŏ× ĄĬ 國⟧
|
|
705
705
|
# Title for the sidebar content insights.
|
|
706
|
-
be.sidebarContentInsights = ⟦萬萬萬萬
|
|
706
|
+
be.sidebarContentInsights = ⟦萬萬萬萬 Ćόиţеʼnť Įʼnѕїġнţŝ 國國國國⟧
|
|
707
707
|
# Title for the preview details sidebar.
|
|
708
|
-
be.sidebarDetailsTitle = ⟦萬萬
|
|
708
|
+
be.sidebarDetailsTitle = ⟦萬萬 Ðèτåіĺś 國國⟧
|
|
709
709
|
# Title for the DocGen sidebar tab.
|
|
710
|
-
be.sidebarDocGenTitle = ⟦萬萬萬
|
|
710
|
+
be.sidebarDocGenTitle = ⟦萬萬萬 Ðóс Ĝєп Ťǻġŝ 國國國⟧
|
|
711
711
|
# Icon title for a Box file of type DocGen template
|
|
712
|
-
be.sidebarDocGenTooltip = ⟦萬萬萬
|
|
712
|
+
be.sidebarDocGenTooltip = ⟦萬萬萬 Βσх Ďοć Ğĕň 國國國⟧
|
|
713
713
|
# Generic error content for file fetching.
|
|
714
|
-
be.sidebarFileFetchingErrorContent = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
714
|
+
be.sidebarFileFetchingErrorContent = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Âπ εѓŕόг нãś òċčµгŗėď ώнìĺє ƒέŧĉĥĩņĝ ýøμѓ Бõх ƒĭļĕ. Pļéãşē гεƒřèśĥ ŧĥё Ραĝę ąņď τŕŷ ąğăίń. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
715
715
|
# Label for the hide sidebar button.
|
|
716
|
-
be.sidebarHide = ⟦萬萬萬
|
|
716
|
+
be.sidebarHide = ⟦萬萬萬 Ĥîďē Ѕīďêвāѓ 國國國⟧
|
|
717
717
|
# Generic error content for metadata editing.
|
|
718
|
-
be.sidebarMetadataEditingErrorContent = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
718
|
+
be.sidebarMetadataEditingErrorContent = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Âπ ėґŕŏř ħãş ôċćųґґěď щħĩľë ũΡďäţїиğ měτάďäŧå. Pľёàşê ŗěƒґěśн τħé Ρàġę åňď ţŕŷ åġäϊп. 國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
719
719
|
# Generic error content for metadata fetching.
|
|
720
|
-
be.sidebarMetadataFetchingErrorContent = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
720
|
+
be.sidebarMetadataFetchingErrorContent = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àή έřŕøř нáŝ øććцгŗėď щħіľę ƒēτčħїиĝ méτàďάţå. Pĺèâśë řέƒŗęŝħ τħё Ρāĝë âиď τŗγ άĝǻįŋ. 國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
721
721
|
# Title for the preview metadata.
|
|
722
|
-
be.sidebarMetadataTitle = ⟦萬萬
|
|
722
|
+
be.sidebarMetadataTitle = ⟦萬萬 Мēťαďāŧά 國國⟧
|
|
723
723
|
# Label for the sidebar tabs list
|
|
724
|
-
be.sidebarNavLabel = ⟦萬萬
|
|
724
|
+
be.sidebarNavLabel = ⟦萬萬 Ѕіďëвάг 國國⟧
|
|
725
725
|
# Label for file properties section in the preview sidebar
|
|
726
|
-
be.sidebarProperties = ⟦萬萬萬萬
|
|
726
|
+
be.sidebarProperties = ⟦萬萬萬萬 ₣īļе PяöΡęřτιėś 國國國國⟧
|
|
727
727
|
# Label for the show sidebar button.
|
|
728
|
-
be.sidebarShow = ⟦萬萬萬
|
|
728
|
+
be.sidebarShow = ⟦萬萬萬 Ŝĥσŵ Ŝîďĕьάř 國國國⟧
|
|
729
729
|
# Generic error content for skills editing.
|
|
730
|
-
be.sidebarSkillsErrorContent = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
730
|
+
be.sidebarSkillsErrorContent = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äň ëřгōř ĥâŝ ŏčċūŗяёď шнĩľě ûΡďāţίπĝ şķιļľѕ. Pĺēãŝę řêƒřéѕħ τнę Ρâġе αήď ţŗУ áĝąíņ. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
731
731
|
# Generic error title for skills editing.
|
|
732
|
-
be.sidebarSkillsErrorTitle = ⟦萬萬萬
|
|
732
|
+
be.sidebarSkillsErrorTitle = ⟦萬萬萬 Śкīĺļŝ Ęŕŕòŕ 國國國⟧
|
|
733
733
|
# Title for the preview details skills.
|
|
734
|
-
be.sidebarSkillsTitle = ⟦萬
|
|
734
|
+
be.sidebarSkillsTitle = ⟦萬 Şкïĺľŝ 國⟧
|
|
735
735
|
# Label for the current version item in the version history list.
|
|
736
|
-
be.sidebarVersions.current = ⟦萬萬萬萬
|
|
736
|
+
be.sidebarVersions.current = ⟦萬萬萬萬 Ćűѓяèлť Vėѓŝîöŋ 國國國國⟧
|
|
737
737
|
# Label for the version delete action.
|
|
738
|
-
be.sidebarVersions.delete = ⟦萬
|
|
738
|
+
be.sidebarVersions.delete = ⟦萬 Ďєľéťë 國⟧
|
|
739
739
|
# Error message for the version delete action.
|
|
740
|
-
be.sidebarVersions.deleteError = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
740
|
+
be.sidebarVersions.deleteError = ⟦萬萬萬萬萬萬萬萬萬萬 ₣ìĺē νėѓşïσŋ ĉŏüľď ňóť ьē ďεļëťєď. 國國國國國國國國國國⟧
|
|
741
741
|
# Message displayed for a deleted version. {name} is the user who performed the action.
|
|
742
|
-
be.sidebarVersions.deletedBy = ⟦萬萬萬萬
|
|
742
|
+
be.sidebarVersions.deletedBy = ⟦萬萬萬萬 Ðëļеŧēď ьŷ {name} 國國國國⟧
|
|
743
743
|
# Tooltip message for actions disabled by retention policy.
|
|
744
|
-
be.sidebarVersions.disabledByRetention = ⟦萬萬萬萬萬萬萬萬
|
|
744
|
+
be.sidebarVersions.disabledByRetention = ⟦萬萬萬萬萬萬萬萬 Ðíѕåьľέď вУ ŕĕţёńţϊôń Ρσľιćỳ 國國國國國國國國⟧
|
|
745
745
|
# Label for the version download action.
|
|
746
|
-
be.sidebarVersions.download = ⟦萬萬
|
|
746
|
+
be.sidebarVersions.download = ⟦萬萬 Ďõщņļõåď 國國⟧
|
|
747
747
|
# Error message for the version download action.
|
|
748
|
-
be.sidebarVersions.downloadError = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
748
|
+
be.sidebarVersions.downloadError = ⟦萬萬萬萬萬萬萬萬萬萬萬 ₣їļέ νěŗѕìŏň çóųľď ňõŧ ьĕ ďöωņľόãďėď. 國國國國國國國國國國國⟧
|
|
749
749
|
# Message to display when no versions are available
|
|
750
|
-
be.sidebarVersions.empty = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
750
|
+
be.sidebarVersions.empty = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ňσ Ρѓįőŗ νεгśίōŋś āřě āνãīľãвļę ƒōŗ ťħίś ƒĭĺë. 國國國國國國國國國國國國國⟧
|
|
751
751
|
# Error message for the versions fetch call.
|
|
752
|
-
be.sidebarVersions.fetchError = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
752
|
+
be.sidebarVersions.fetchError = ⟦萬萬萬萬萬萬萬萬萬萬萬 ₣ĭĺé νёѓѕìоńś ćőŭľď ńοτ вè ѓěťяîēνėď. 國國國國國國國國國國國⟧
|
|
753
753
|
# name of the File Request feature used to translate when a File Request is uploaded by the service
|
|
754
|
-
be.sidebarVersions.fileRequestDisplayName = ⟦萬萬萬
|
|
754
|
+
be.sidebarVersions.fileRequestDisplayName = ⟦萬萬萬 ₣іļė Ѓèqũėşť 國國國⟧
|
|
755
755
|
# Error message with upsell for the versions fetch call for users who dont have the version feature.
|
|
756
|
-
be.sidebarVersions.notAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
756
|
+
be.sidebarVersions.notAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ѕøяѓÿ, νєґşϊōŋ нĭśţόґỳ їŝ ʼnöţ āνàîľăвľë щĭťĥ γόця ¢µŕгêήť äćĉōũηţ Ρļάņ. Τô à¢сéşś νèŗŝīøήϊńġ, şєĺĕĉţ ƒґöm øйę őƒ оůř Ρăĩď Ρľáлѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
757
757
|
# Label for the version preview action.
|
|
758
|
-
be.sidebarVersions.preview = ⟦萬萬 P
|
|
758
|
+
be.sidebarVersions.preview = ⟦萬萬 Pѓενĭέω 國國⟧
|
|
759
759
|
# Header to display for group of versions created in the prior week
|
|
760
|
-
be.sidebarVersions.priorWeek = ⟦萬萬
|
|
760
|
+
be.sidebarVersions.priorWeek = ⟦萬萬 Ľąŝţ Ẃëёķ 國國⟧
|
|
761
761
|
# Label for the version promote action.
|
|
762
|
-
be.sidebarVersions.promote = ⟦萬萬萬
|
|
762
|
+
be.sidebarVersions.promote = ⟦萬萬萬 Μąĸè Ĉùŕгéηť 國國國⟧
|
|
763
763
|
# Error message for the version promote action.
|
|
764
|
-
be.sidebarVersions.promoteError = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
764
|
+
be.sidebarVersions.promoteError = ⟦萬萬萬萬萬萬萬萬萬萬萬 ₣іļė νέѓşîöи ćőüľď йòŧ вē mãďě сųгŕеπŧ. 國國國國國國國國國國國⟧
|
|
765
765
|
# Message displayed for a restored version. {name} is the user who performed the action.
|
|
766
|
-
be.sidebarVersions.promotedBy = ⟦萬萬萬萬萬萬萬萬 P
|
|
766
|
+
be.sidebarVersions.promotedBy = ⟦萬萬萬萬萬萬萬萬 Pяõmòťеď ƒѓоm ν{versionPromoted} вγ {name} 國國國國國國國國⟧
|
|
767
767
|
# Label for the version restore action.
|
|
768
|
-
be.sidebarVersions.restore = ⟦萬萬
|
|
768
|
+
be.sidebarVersions.restore = ⟦萬萬 Ŕєśťóŗě 國國⟧
|
|
769
769
|
# Error message for the version restored action.
|
|
770
|
-
be.sidebarVersions.restoreError = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
770
|
+
be.sidebarVersions.restoreError = ⟦萬萬萬萬萬萬萬萬萬萬 ₣įļĕ νĕѓśįõη čôůļď ŋôţ ьę řêśτοяéď. 國國國國國國國國國國⟧
|
|
771
771
|
# Message displayed for a restored version. {name} is the user who performed the action.
|
|
772
|
-
be.sidebarVersions.restoredBy = ⟦萬萬萬萬萬
|
|
772
|
+
be.sidebarVersions.restoredBy = ⟦萬萬萬萬萬 Ѓēŝŧŏґěď ьУ {name} 國國國國國⟧
|
|
773
773
|
# Heading for inline error messages displayed due to a remote server issue.
|
|
774
|
-
be.sidebarVersions.serverError = ⟦萬萬萬
|
|
774
|
+
be.sidebarVersions.serverError = ⟦萬萬萬 Şεгνëŕ Єřґôŕ 國國國⟧
|
|
775
775
|
# Header to display for group of versions created in the current month
|
|
776
|
-
be.sidebarVersions.thisMonth = ⟦萬萬
|
|
776
|
+
be.sidebarVersions.thisMonth = ⟦萬萬 Τнìś Μôητĥ 國國⟧
|
|
777
777
|
# Title for the preview versions sidebar
|
|
778
|
-
be.sidebarVersions.title = ⟦萬萬萬萬 V
|
|
778
|
+
be.sidebarVersions.title = ⟦萬萬萬萬 Vèŗѕíõй Ĥίśťòŕŷ 國國國國⟧
|
|
779
779
|
# Header to display for group of versions created yesterday
|
|
780
|
-
be.sidebarVersions.today = ⟦萬
|
|
780
|
+
be.sidebarVersions.today = ⟦萬 ŦσďáУ 國⟧
|
|
781
781
|
# Label for the version actions dropdown menu toggle button.
|
|
782
|
-
be.sidebarVersions.toggle = ⟦萬萬萬萬萬
|
|
782
|
+
be.sidebarVersions.toggle = ⟦萬萬萬萬萬 Τøĝğļě Āсŧϊőήş Μèʼnů 國國國國國⟧
|
|
783
783
|
# Text on the upgrade button shown when user does not have access to Version History
|
|
784
|
-
be.sidebarVersions.upgradeButton = ⟦萬萬
|
|
784
|
+
be.sidebarVersions.upgradeButton = ⟦萬萬 ŰΡğŗαďë 國國⟧
|
|
785
785
|
# Text on the upgrade button shown when user does not have access to Version History
|
|
786
|
-
be.sidebarVersions.upgradeLink = ⟦萬萬萬
|
|
786
|
+
be.sidebarVersions.upgradeLink = ⟦萬萬萬 ЏΡğŕαďĕ Νσω 國國國⟧
|
|
787
787
|
# Message displayed for an uploaded version. {name} is the user who performed the action.
|
|
788
|
-
be.sidebarVersions.uploadedBy = ⟦萬萬萬萬萬
|
|
788
|
+
be.sidebarVersions.uploadedBy = ⟦萬萬萬萬萬 ŮΡļõäďěď вУ {name} 國國國國國⟧
|
|
789
789
|
# Text displayed if a version exceeds the user's maximum allowed version count
|
|
790
|
-
be.sidebarVersions.versionLimitExceeded = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
790
|
+
be.sidebarVersions.versionLimitExceeded = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Υόû áŗέ ļïmîţεď ťό ţĥĕ ĺäşτ {versionLimit, number} {versionLimit, plural, one {νëřѕίοη} other {νέяşϊõńŝ}}. 國國國國國國國國國國國國國國國國國國國⟧
|
|
791
791
|
# Max supported entries for version history
|
|
792
|
-
be.sidebarVersions.versionMaxEntries = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 V
|
|
792
|
+
be.sidebarVersions.versionMaxEntries = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Véгŝĩόń ħĭşτöřУ ίѕ ļιmįτёď ŧõ τĥĕ ļαśŧ {maxVersions} έήţяīεŝ. 國國國國國國國國國國國國國國國⟧
|
|
793
793
|
# Text to display in the version badge.
|
|
794
794
|
be.sidebarVersions.versionNumberBadge = ⟦萬 V{versionNumber} 國⟧
|
|
795
795
|
# Label given to the version badge for screen readers.
|
|
796
|
-
be.sidebarVersions.versionNumberLabel = ⟦萬萬萬萬萬 V
|
|
796
|
+
be.sidebarVersions.versionNumberLabel = ⟦萬萬萬萬萬 Věгŝїòи ňŭmвėґ {versionNumber} 國國國國國⟧
|
|
797
797
|
# Message describing when the version will be deleted due to an applied retention policy.
|
|
798
|
-
be.sidebarVersions.versionRetentionDelete = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
798
|
+
be.sidebarVersions.versionRetentionDelete = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ẃιĺľ ьě ďëĺèτéď {time} ьŷ řěţëŋťίõй Ρőļїćŷ. 國國國國國國國國國國國國⟧
|
|
799
799
|
# Message describing that the version retention policy is indefinite and will not expire.
|
|
800
|
-
be.sidebarVersions.versionRetentionIndefinite = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
800
|
+
be.sidebarVersions.versionRetentionIndefinite = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Яëτáϊлěď ĭпďèƒīπīţēľУ ьŷ яěτěпťïøй ΡοĺίċУ. 國國國國國國國國國國國國⟧
|
|
801
801
|
# Message describing when the version retention policy will expire.
|
|
802
|
-
be.sidebarVersions.versionRetentionRemove = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
802
|
+
be.sidebarVersions.versionRetentionRemove = ⟦萬萬萬萬萬萬萬萬萬萬 Řěτєήťіσň Ρόľĩĉŷ ē×Ρīŕєŝ οń {time}. 國國國國國國國國國國⟧
|
|
803
803
|
# Upgrade message shown when user does not have access to Version History
|
|
804
|
-
be.sidebarVersions.versionUpsell = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
804
|
+
be.sidebarVersions.versionUpsell = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ѕóгřγ, νęŗśìσŋ ħĩśŧоѓў îś йσť âνâìĺâвľê щϊτħ ŷόŭŕ ĉμґгéʼnť â¢ćőųήτ Ρľąń. Ŧó āċĉēѕѕ νέґşĩōŋįйġ, ŝëĺėĉţ ƒřоm øňε øƒ öμг Ρąϊď Ρĺąňś. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
805
805
|
# Name displayed for unknown or deleted users.
|
|
806
|
-
be.sidebarVersions.versionUserUnknown = ⟦萬萬
|
|
806
|
+
be.sidebarVersions.versionUserUnknown = ⟦萬萬 Űńķηôщń 國國⟧
|
|
807
807
|
# Header to display for group of versions created today
|
|
808
|
-
be.sidebarVersions.yesterday = ⟦萬萬
|
|
808
|
+
be.sidebarVersions.yesterday = ⟦萬萬 Ϋєśťéřďăý 國國⟧
|
|
809
809
|
# Size ascending option shown in the share access drop down select.
|
|
810
|
-
be.sizeASC = ⟦萬萬萬萬萬萬萬
|
|
810
|
+
be.sizeASC = ⟦萬萬萬萬萬萬萬 Ŝïżє: Ŝmäĺľєşτ → Ľâяğеşŧ 國國國國國國國⟧
|
|
811
811
|
# Size descending option shown in the share access drop down select.
|
|
812
|
-
be.sizeDESC = ⟦萬萬萬萬萬萬萬
|
|
812
|
+
be.sizeDESC = ⟦萬萬萬萬萬萬萬 Śîźέ: Ļáяğέѕŧ → Śmāĺľеŝţ 國國國國國國國⟧
|
|
813
813
|
# Error message when a skill processing failed
|
|
814
|
-
be.skillFileProcessingError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
814
|
+
be.skillFileProcessingError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ẃе’яé şõґгў, ѕŏmēťħіŋġ шĕπţ ẃřőлġ шíťħ Ρѓоčěşśїʼnğ ţĥє ƒίļє. 國國國國國國國國國國國國國國國國國⟧
|
|
815
815
|
# Error message when skill fails due to file extension
|
|
816
|
-
be.skillInvalidFileExtensionError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
816
|
+
be.skillInvalidFileExtensionError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ẁĕ’ѓέ ŝóŗѓÿ, ņō śĸįľĺŝ ϊиƒοѓmáτіòή ωăś ƒōűŋď. Ŧнĩş ƒίľė è×ţēŋѕίōń іŝ ĉµґѓéηţļÿ ņστ ŝŭΡΡôгŧеď. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
817
817
|
# Error message when skill fails due to file size
|
|
818
|
-
be.skillInvalidFileSizeError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
818
|
+
be.skillInvalidFileSizeError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Щε’řê ѕоŕŗŷ, лó śĸïļľş īήƒοŕmαťϊõń щąѕ ƒóμйď. Τħĩś ƒіĺĕ śîźέ ϊş ¢µŕŗёňτļУ ήôť ѕũΡΡσŗτéď. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
819
819
|
# Default message when skills are waiting to run
|
|
820
|
-
be.skillInvokedStatus = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
820
|
+
be.skillInvokedStatus = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ẃέ’ŕё ΡґέΡâřìŋĝ τö Ρяőćéŝŝ γōűѓ ƒίĺε - Ρĺèāşε ħöļď! 國國國國國國國國國國國國國國國⟧
|
|
821
821
|
# Error message when a skill has no data
|
|
822
|
-
be.skillNoInfoFoundError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
822
|
+
be.skillNoInfoFoundError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ẁé’яε şοŗŕŷ, ňо şĸįļĺѕ їŋƒőяmǻτîøи ŵăŝ ƒοũиď. 國國國國國國國國國國國國國⟧
|
|
823
823
|
# Default message when skills are still running
|
|
824
|
-
be.skillPendingStatus = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
824
|
+
be.skillPendingStatus = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ẃë’řε шõґĸïпğ ôл Ρѓòĉėŝśìήĝ Уόůѓ ƒіĺé - Ρľέăşĕ ħōľď! 國國國國國國國國國國國國國國國⟧
|
|
825
825
|
# Default error message when skills fail to run
|
|
826
|
-
be.skillUnknownError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
826
|
+
be.skillUnknownError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝŏmέτнιπğ ẁέπŧ ŵґσиğ ŵîťĥ гųлŋίńġ ţніŝ şķїļļ ôѓ ƒèťćнįńĝ ĭťŝ ďąţã. 國國國國國國國國國國國國國國國國國國國⟧
|
|
827
827
|
# Label for sort action
|
|
828
|
-
be.sort = ⟦萬
|
|
828
|
+
be.sort = ⟦萬 Ŝőŗτ 國⟧
|
|
829
829
|
# Label for status skill card in the preview sidebar
|
|
830
|
-
be.statusSkill = ⟦萬
|
|
830
|
+
be.statusSkill = ⟦萬 Ѕţäţùѕ 國⟧
|
|
831
831
|
# Shown instead of todays date.
|
|
832
|
-
be.today = ⟦萬
|
|
832
|
+
be.today = ⟦萬 ťóďάγ 國⟧
|
|
833
833
|
# Label for keywords/topics skill section in the preview sidebar
|
|
834
|
-
be.topicsSkill = ⟦萬
|
|
834
|
+
be.topicsSkill = ⟦萬 ŦōΡїćŝ 國⟧
|
|
835
835
|
# Message to the user for editing the transcript in the sidebar
|
|
836
|
-
be.transcriptEdit = ⟦萬萬萬萬萬萬萬
|
|
836
|
+
be.transcriptEdit = ⟦萬萬萬萬萬萬萬 Ċľīċк άлγ şêĉţĭòи ťŏ еďïŧ. 國國國國國國國⟧
|
|
837
837
|
# Label for transcript skill section in the preview sidebar
|
|
838
|
-
be.transcriptSkill = ⟦萬萬
|
|
838
|
+
be.transcriptSkill = ⟦萬萬 Ŧгãπŝ¢гïΡť 國國⟧
|
|
839
839
|
# Label for upload action.
|
|
840
|
-
be.upload = ⟦萬
|
|
840
|
+
be.upload = ⟦萬 ŮΡľőąď 國⟧
|
|
841
841
|
# Message shown for upload link for uploading more files when there are no items to upload
|
|
842
|
-
be.uploadEmptyFileInput = ⟦萬萬萬萬萬
|
|
842
|
+
be.uploadEmptyFileInput = ⟦萬萬萬萬萬 βřőшŝέ ŷóùя ďęνï¢е 國國國國國⟧
|
|
843
843
|
# Message shown for upload link for uploading more folders when there are no items to upload
|
|
844
|
-
be.uploadEmptyFolderInput = ⟦萬萬萬萬
|
|
844
|
+
be.uploadEmptyFolderInput = ⟦萬萬萬萬 Śęĺεсţ ₣ŏľďеґş 國國國國⟧
|
|
845
845
|
# Label for upload empty state.
|
|
846
|
-
be.uploadEmptyState = ⟦萬萬萬
|
|
846
|
+
be.uploadEmptyState = ⟦萬萬萬 ΕmΡťý śτâťє 國國國⟧
|
|
847
847
|
# Message shown when there are no items to upload and folder upload is disabled
|
|
848
|
-
be.uploadEmptyWithFolderUploadDisabled = ⟦萬萬萬萬萬
|
|
848
|
+
be.uploadEmptyWithFolderUploadDisabled = ⟦萬萬萬萬萬 Ðґåĝ āηď ďґоΡ ƒìĺĕѕ 國國國國國⟧
|
|
849
849
|
# Message shown when there are no items to upload and folder upload is enabled
|
|
850
|
-
be.uploadEmptyWithFolderUploadEnabled = ⟦萬萬萬萬萬萬萬萬萬
|
|
850
|
+
be.uploadEmptyWithFolderUploadEnabled = ⟦萬萬萬萬萬萬萬萬萬 Ďѓåġ αńď ďяóΡ ƒїĺєѕ ǻņď ƒôļďєґŝ 國國國國國國國國國⟧
|
|
851
851
|
# Message shown when there is a network error when uploading
|
|
852
|
-
be.uploadError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
852
|
+
be.uploadError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻ йėŧωõгķ еѓгõг ĥāŝ őĉċŭѓŗêď ẁнìĺέ ŧŕγїиĝ ťŏ ùΡľŏāď. 國國國國國國國國國國國國國國國⟧
|
|
853
853
|
# Label for upload error state.
|
|
854
|
-
be.uploadErrorState = ⟦萬萬萬
|
|
854
|
+
be.uploadErrorState = ⟦萬萬萬 Ëгяőѓ śτãťě 國國國⟧
|
|
855
855
|
# Message shown when too many files are uploaded at once
|
|
856
|
-
be.uploadErrorTooManyFiles = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
856
|
+
be.uploadErrorTooManyFiles = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύσŭ ¢âл őńļỳ µΡľŏáď úΡ ţö {fileLimit} ƒįľě(ŝ) äť ą ŧìmę. 國國國國國國國國國國國國國國⟧
|
|
857
857
|
# Message shown when user drag and drops files onto uploads in progress
|
|
858
|
-
be.uploadInProgress = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
858
|
+
be.uploadInProgress = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ďŗăĝ āлď ďŗőΡ ţõ áďď âďďîťìσňάļ ƒιĺёś 國國國國國國國國國國國⟧
|
|
859
859
|
# Message shown on a device with no drag and drop support when there are no items to upload
|
|
860
|
-
be.uploadNoDragDrop = ⟦萬萬萬萬萬萬萬萬
|
|
860
|
+
be.uploadNoDragDrop = ⟦萬萬萬萬萬萬萬萬 Ѕėĺĕċŧ ƒíľёş ƒгõm ўôûŕ ďĕνîсê 國國國國國國國國⟧
|
|
861
861
|
# Message shown for letting user choose between {option1} and {option2}
|
|
862
|
-
be.uploadOptions = ⟦萬萬萬萬 {option1}
|
|
862
|
+
be.uploadOptions = ⟦萬萬萬萬 {option1} öŗ {option2} 國國國國⟧
|
|
863
863
|
# Message shown when all files have been successfully uploaded
|
|
864
|
-
be.uploadSuccess = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
864
|
+
be.uploadSuccess = ⟦萬萬萬萬萬萬萬萬萬萬萬 Śúććėѕѕ! Υõµŕ ƒïĺéѕ нâνε ьεĕń ųΡľõâďĕď. 國國國國國國國國國國國⟧
|
|
865
865
|
# Message shown for upload link for uploading more files after a successful upload
|
|
866
|
-
be.uploadSuccessFileInput = ⟦萬萬萬萬萬
|
|
866
|
+
be.uploadSuccessFileInput = ⟦萬萬萬萬萬 Şеľéçŧ Μöяë ₣ïļєş 國國國國國⟧
|
|
867
867
|
# Message shown for upload link for uploading more folders after a successful upload
|
|
868
|
-
be.uploadSuccessFolderInput = ⟦萬萬萬萬萬
|
|
868
|
+
be.uploadSuccessFolderInput = ⟦萬萬萬萬萬 Ѕĕļęċţ Мοґê ₣öĺďёřѕ 國國國國國⟧
|
|
869
869
|
# Label for upload success state.
|
|
870
|
-
be.uploadSuccessState = ⟦萬萬萬
|
|
870
|
+
be.uploadSuccessState = ⟦萬萬萬 Ŝúćĉëѕŝ ѕţąτé 國國國⟧
|
|
871
871
|
# Cancel upload button tooltip
|
|
872
|
-
be.uploadsCancelButtonTooltip = ⟦萬萬萬萬萬
|
|
872
|
+
be.uploadsCancelButtonTooltip = ⟦萬萬萬萬萬 Çâʼnçèĺ ťĥϊѕ μΡļоàď 國國國國國⟧
|
|
873
873
|
# Default error message shown when upload fails
|
|
874
|
-
be.uploadsDefaultErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
874
|
+
be.uploadsDefaultErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ѕοmëťħìήĝ ẃєňť шгóŋĝ ωĩţн ťĥё ũΡļòâď. Pļèąѕέ ŧяý àĝàīʼn. 國國國國國國國國國國國國國國國國⟧
|
|
875
875
|
# Error message shown when file size exceeds the limit
|
|
876
|
-
be.uploadsFileSizeLimitExceededErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
876
|
+
be.uploadsFileSizeLimitExceededErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ₣ιľё ѕīźé έ×çęëďş ťĥę ƒôĺďéŗ óẁйёґ’ş ƒíļê şįżė ļιmîŧ 國國國國國國國國國國國國國國國⟧
|
|
877
877
|
# Error message shown when file size exceeds the limit
|
|
878
|
-
be.uploadsFileSizeLimitExceededErrorMessageForUpgradeCta = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
878
|
+
be.uploadsFileSizeLimitExceededErrorMessageForUpgradeCta = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťĥίś ƒîľē ε×ĉёέďş ŷσμѓ Ρļãń’ŝ цΡĺоãď ľímįŧ. ÚΡğгǻďέ ηöш ťø ŝτôґè ľąŗĝéя ƒіĺēş. 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
879
879
|
# Upgrade message shown when file size exceeds the limit
|
|
880
|
-
be.uploadsFileSizeLimitExceededUpgradeMessageForUpgradeCta = ⟦萬萬
|
|
880
|
+
be.uploadsFileSizeLimitExceededUpgradeMessageForUpgradeCta = ⟦萬萬 ÚΡğŗάďέ 國國⟧
|
|
881
881
|
# Error message shown when attempting to upload a file which name already exists
|
|
882
|
-
be.uploadsItemNameInUseErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
882
|
+
be.uploadsItemNameInUseErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ă ƒιľε ωіŧн ţĥίś лαmέ ãľяĕąďý êхіśŧś. 國國國國國國國國國國國⟧
|
|
883
883
|
# Text shown when uploads are completed
|
|
884
|
-
be.uploadsManagerUploadComplete = ⟦萬萬
|
|
884
|
+
be.uploadsManagerUploadComplete = ⟦萬萬 ÇømΡļéťèď 國國⟧
|
|
885
885
|
# Text shown when uploads failed
|
|
886
|
-
be.uploadsManagerUploadFailed = ⟦萬萬萬萬萬
|
|
886
|
+
be.uploadsManagerUploadFailed = ⟦萬萬萬萬萬 Ѕõmĕ ÚΡĺŏäďś ₣ąϊļëď 國國國國國⟧
|
|
887
887
|
# Text shown when uploads are in progress
|
|
888
|
-
be.uploadsManagerUploadInProgress = ⟦萬萬
|
|
888
|
+
be.uploadsManagerUploadInProgress = ⟦萬萬 ŬΡļοáďїηĝ 國國⟧
|
|
889
889
|
# Text shown to guide the user to drag drop file to upload
|
|
890
|
-
be.uploadsManagerUploadPrompt = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
890
|
+
be.uploadsManagerUploadPrompt = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ĎŗòΡ ƒιĺеѕ óй ţнϊŝ Ρǻġĕ τö ũΡĺоäď ţĥέm îņţο ţнïś ƒσľďèř. 國國國國國國國國國國國國國國國國⟧
|
|
891
891
|
# Error message shown when one or more child folders failed to upload
|
|
892
|
-
be.uploadsOneOrMoreChildFoldersFailedToUploadMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
892
|
+
be.uploadsOneOrMoreChildFoldersFailedToUploadMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Øņє õŕ mοяė ĉĥіľď ƒøļďēŗş ƒǻïĺēď ŧŏ µΡĺöâď. 國國國國國國國國國國國國⟧
|
|
893
893
|
# Error message to display when a macOS package failed to upload
|
|
894
|
-
be.uploadsPackageUploadErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
894
|
+
be.uploadsPackageUploadErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ₣àιľеď τŏ ũΡļōāď Ρąċκāġέ ƒíĺë. Pĺеâѕé яεťřў ьУ ŝâνĩήğ åѕ α şĭňğľέ ƒįľē. 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
895
895
|
# Error message shown when pending app folder size exceeds the limit
|
|
896
|
-
be.uploadsPendingFolderSizeLimitErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
896
|
+
be.uploadsPendingFolderSizeLimitErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬 Pėňďĩńğ ąΡΡ ƒóļďèг şíźё ľϊmιτ ęхćêėďέď 國國國國國國國國國國國⟧
|
|
897
897
|
# Error message shown when pending folder upload contains invalid characters
|
|
898
|
-
be.uploadsProvidedFolderNameInvalidMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
898
|
+
be.uploadsProvidedFolderNameInvalidMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pяóνįďĕď ƒòļďéŗ πǻmĕ, {name}, соцļď йοť вε цśēď ţο ćгéãťë à ƒōľďєя. 國國國國國國國國國國國國國國國國國國國⟧
|
|
899
899
|
# Retry upload button tooltip
|
|
900
|
-
be.uploadsRetryButtonTooltip = ⟦萬萬萬
|
|
900
|
+
be.uploadsRetryButtonTooltip = ⟦萬萬萬 Řēτѓÿ цΡľőåď 國國國⟧
|
|
901
901
|
# Error message shown when account storage limit has been reached
|
|
902
|
-
be.uploadsStorageLimitErrorMessage = ⟦萬萬萬萬萬萬萬萬
|
|
902
|
+
be.uploadsStorageLimitErrorMessage = ⟦萬萬萬萬萬萬萬萬 Ά¢čøμпŧ ŝťόґąĝê ļіmīť ѓєåċнεď 國國國國國國國國⟧
|
|
903
903
|
# Message displayed in the activity feed for a deleted version. {name} is the user who performed the action. {version_number} is the file version string.
|
|
904
|
-
be.versionDeleted = ⟦萬萬萬萬萬 {name}
|
|
904
|
+
be.versionDeleted = ⟦萬萬萬萬萬 {name} ďέľëťěď ν{version_number} 國國國國國⟧
|
|
905
905
|
# Message displayed in the activity feed to represent the range of versions restored by multiple users. {numberOfCollaborators} is a number. {versions} is a range of versions.
|
|
906
|
-
be.versionMultipleUsersRestored = ⟦萬萬萬萬萬萬萬萬萬萬 {numberOfCollaborators}
|
|
906
|
+
be.versionMultipleUsersRestored = ⟦萬萬萬萬萬萬萬萬萬萬 {numberOfCollaborators} сσļľàьòгąťõŕѕ ŕέşŧøяęď ν{versions} 國國國國國國國國國國⟧
|
|
907
907
|
# Message displayed in the activity feed to represent the range of versions trashed by multiple users. {numberOfCollaborators} is a number. {versions} is a range of versions.
|
|
908
|
-
be.versionMultipleUsersTrashed = ⟦萬萬萬萬萬萬萬萬萬萬 {numberOfCollaborators}
|
|
908
|
+
be.versionMultipleUsersTrashed = ⟦萬萬萬萬萬萬萬萬萬萬 {numberOfCollaborators} ćόĺĺąьσяąţоřś ďēľĕťĕď ν{versions} 國國國國國國國國國國⟧
|
|
909
909
|
# Message displayed in the activity feed to represent the range of versions uploaded by multiple users. {numberOfCollaborators} is a number and {versions} is a range of versions.
|
|
910
|
-
be.versionMultipleUsersUploaded = ⟦萬萬萬萬萬萬萬萬萬萬 {numberOfCollaborators}
|
|
910
|
+
be.versionMultipleUsersUploaded = ⟦萬萬萬萬萬萬萬萬萬萬 {numberOfCollaborators} ćòľľǻвòŗăťøŗѕ цΡļøǻďέď ν{versions} 國國國國國國國國國國⟧
|
|
911
911
|
# Message displayed in the activity feed for a promoted version. {name} is the user who performed the action. {version_promoted} is the originating file version string. {version_number} is the file version string.
|
|
912
|
-
be.versionPromoted = ⟦萬萬萬萬萬萬萬萬萬 {name}
|
|
912
|
+
be.versionPromoted = ⟦萬萬萬萬萬萬萬萬萬 {name} Ρŗòmōτëď ν{version_promoted} ţŏ ν{version_number} 國國國國國國國國國⟧
|
|
913
913
|
# Message displayed in the activity feed to represent the range of versions restored by a single user. {name} is the user who restored. {versions} is a range of versions.
|
|
914
|
-
be.versionRestoreCollapsed = ⟦萬萬萬萬萬萬 {name}
|
|
914
|
+
be.versionRestoreCollapsed = ⟦萬萬萬萬萬萬 {name} ŗèŝτõґêď ν{versions} 國國國國國國⟧
|
|
915
915
|
# Message displayed in the activity feed for a restored version. {name} is the user who performed the action. {version_number} is the file version string.
|
|
916
|
-
be.versionRestored = ⟦萬萬萬萬萬萬 {name}
|
|
916
|
+
be.versionRestored = ⟦萬萬萬萬萬萬 {name} яéѕŧõřēď ν{version_number} 國國國國國國⟧
|
|
917
917
|
# Message displayed in the activity feed to represent the range of versions deleted by a single user. {name} is the user who deleted. {versions} is a range of versions.
|
|
918
|
-
be.versionTrashCollapsed = ⟦萬萬萬萬萬 {name}
|
|
918
|
+
be.versionTrashCollapsed = ⟦萬萬萬萬萬 {name} ďěľеŧėď ν{versions} 國國國國國⟧
|
|
919
919
|
# Message displayed in the activity feed to represent the range of versions uploaded by a single user. {name} is the user who uploaded. {versions} is a range of versions.
|
|
920
|
-
be.versionUploadCollapsed = ⟦萬萬萬萬萬萬 {name}
|
|
920
|
+
be.versionUploadCollapsed = ⟦萬萬萬萬萬萬 {name} űΡľõâďεď ν{versions} 國國國國國國⟧
|
|
921
921
|
# Message displayed in the activity feed for a newly uploaded version. {name} is the user who performed the action. {version_number} is the file version string.
|
|
922
|
-
be.versionUploaded = ⟦萬萬萬萬萬萬 {name}
|
|
922
|
+
be.versionUploaded = ⟦萬萬萬萬萬萬 {name} úΡĺσåďèď ν{version_number} 國國國國國國⟧
|
|
923
923
|
# Shown instead of yesterdays date.
|
|
924
|
-
be.yesterday = ⟦萬萬
|
|
924
|
+
be.yesterday = ⟦萬萬 ÿėѕţëѓďǻÿ 國國⟧
|
|
925
925
|
# The label for the comments category of access stats
|
|
926
|
-
boxui.accessStats.accessStatsComments = ⟦萬萬
|
|
926
|
+
boxui.accessStats.accessStatsComments = ⟦萬萬 Ĉоmmêńţş 國國⟧
|
|
927
927
|
# The label for the downloads category of access stats
|
|
928
|
-
boxui.accessStats.accessStatsDownloads = ⟦萬萬
|
|
928
|
+
boxui.accessStats.accessStatsDownloads = ⟦萬萬 Ďôŵʼnľоàďş 國國⟧
|
|
929
929
|
# The label for the edit category of access stats
|
|
930
|
-
boxui.accessStats.accessStatsEdits = ⟦萬
|
|
930
|
+
boxui.accessStats.accessStatsEdits = ⟦萬 Ĕďïťѕ 國⟧
|
|
931
931
|
# The label for the preview category of access stats
|
|
932
|
-
boxui.accessStats.accessStatsPreviews = ⟦萬萬 P
|
|
932
|
+
boxui.accessStats.accessStatsPreviews = ⟦萬萬 Pŕėνіέωŝ 國國⟧
|
|
933
933
|
# The text in the link in the sidebar to open up the access stats popup
|
|
934
|
-
boxui.accessStats.accessStatsViewDetails = ⟦萬萬萬 V
|
|
934
|
+
boxui.accessStats.accessStatsViewDetails = ⟦萬萬萬 Vїĕẃ Ďеťáϊĺѕ 國國國⟧
|
|
935
935
|
# The label for the view category of access stats for box notes
|
|
936
|
-
boxui.accessStats.accessStatsViews = ⟦萬 V
|
|
936
|
+
boxui.accessStats.accessStatsViews = ⟦萬 Vіêωŝ 國⟧
|
|
937
937
|
# Description text about advanced content insights.
|
|
938
|
-
boxui.advancedContentInsights.advancedContentInsightsDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
938
|
+
boxui.advancedContentInsights.advancedContentInsightsDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ğёŧ âĉťìøйαвļє ілśĭġħτş īńťō ħõω νīёшεяŝ āґε ēйĝαğιňġ щїťн ŧнĭş çοʼnţêņτ. Мεâѕŭяе ãνėѓǻġę ŧіmê ŝΡęпţ, Ραĝε-ьŷ-Ραġё ëпğαĝєmėņţ, Ρεѓ Ρĕŕѕôʼn ăиď Ρĕг νìѕìť ďèτάίļś. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
939
939
|
# Advanced Content Insights toggle title
|
|
940
|
-
boxui.advancedContentInsights.advancedContentInsightsTitleDisabled = ⟦萬萬萬萬萬萬萬萬
|
|
940
|
+
boxui.advancedContentInsights.advancedContentInsightsTitleDisabled = ⟦萬萬萬萬萬萬萬萬 Ăċŧίνāτĕ Éŋĝąĝémëʼnŧ Ίņŝîğĥŧŝ 國國國國國國國國⟧
|
|
941
941
|
# Advanced Content Insights toggle title
|
|
942
|
-
boxui.advancedContentInsights.advancedContentInsightsTitleEnabled = ⟦萬萬萬萬萬萬萬萬萬
|
|
942
|
+
boxui.advancedContentInsights.advancedContentInsightsTitleEnabled = ⟦萬萬萬萬萬萬萬萬萬 Σņġăġєměйŧ Ĩηŝίĝĥτŝ ĩş ǻčťινâţёď 國國國國國國國國國⟧
|
|
943
943
|
# Text for an icon aria label to convey an external user of the enterprise
|
|
944
|
-
boxui.avatar.externalUser = ⟦萬萬萬
|
|
944
|
+
boxui.avatar.externalUser = ⟦萬萬萬 Έ×τέřлǻļ ŭŝĕг 國國國⟧
|
|
945
945
|
# Text for the beta badge
|
|
946
|
-
boxui.badges.beta = ⟦萬
|
|
946
|
+
boxui.badges.beta = ⟦萬 βЄŤÁ 國⟧
|
|
947
947
|
# Text for the trial badge
|
|
948
|
-
boxui.badges.trial = ⟦萬
|
|
948
|
+
boxui.badges.trial = ⟦萬 ΤŘІǺĹ 國⟧
|
|
949
949
|
# Text for the upgrade badge
|
|
950
|
-
boxui.badges.upgrade = ⟦萬萬
|
|
950
|
+
boxui.badges.upgrade = ⟦萬萬 ŮPĜҐÀÐĘ 國國⟧
|
|
951
951
|
# Next month button for a date picker calendar
|
|
952
|
-
boxui.base.nextMonth = ⟦萬萬
|
|
952
|
+
boxui.base.nextMonth = ⟦萬萬 Ňęם Мόлŧн 國國⟧
|
|
953
953
|
# Previous month button for a date picker calendar
|
|
954
|
-
boxui.base.previousMonth = ⟦萬萬萬萬 P
|
|
954
|
+
boxui.base.previousMonth = ⟦萬萬萬萬 Pяěνιőùş Μöňťн 國國國國⟧
|
|
955
955
|
# Aria label for describing "breadcrumb"
|
|
956
|
-
boxui.breadcrumb.breadcrumbLabel = ⟦萬萬
|
|
956
|
+
boxui.breadcrumb.breadcrumbLabel = ⟦萬萬 βŗεăďčŕũmь 國國⟧
|
|
957
957
|
# Button label for the "more" dropdown menu
|
|
958
|
-
boxui.categorySelector.label.more = ⟦萬
|
|
958
|
+
boxui.categorySelector.label.more = ⟦萬 Мóгè 國⟧
|
|
959
959
|
# Icon to display more information on the checkbox
|
|
960
|
-
boxui.checkboxTooltip.iconInfoText = ⟦萬
|
|
960
|
+
boxui.checkboxTooltip.iconInfoText = ⟦萬 İňƒσ 國⟧
|
|
961
961
|
# Button to add classification on an item
|
|
962
|
-
boxui.classification.add = ⟦
|
|
962
|
+
boxui.classification.add = ⟦ Áďď ⟧
|
|
963
963
|
# Header for classification section in sidebar
|
|
964
|
-
boxui.classification.classification = ⟦萬萬萬萬
|
|
964
|
+
boxui.classification.classification = ⟦萬萬萬萬 Čĺãśşîƒįčâτįŏņ 國國國國⟧
|
|
965
965
|
# Classification label color name as dark blue
|
|
966
|
-
boxui.classification.classificationDarkBlue = ⟦萬萬
|
|
966
|
+
boxui.classification.classificationDarkBlue = ⟦萬萬 Ďąяķ Βĺцė 國國⟧
|
|
967
967
|
# Classification label color name as green
|
|
968
|
-
boxui.classification.classificationGreen = ⟦萬
|
|
968
|
+
boxui.classification.classificationGreen = ⟦萬 Ĝґεей 國⟧
|
|
969
969
|
# Classification label color name as grey
|
|
970
|
-
boxui.classification.classificationGrey = ⟦萬
|
|
970
|
+
boxui.classification.classificationGrey = ⟦萬 Ġяèγ 國⟧
|
|
971
971
|
# Classification label color name as light blue
|
|
972
|
-
boxui.classification.classificationLightBlue = ⟦萬萬
|
|
972
|
+
boxui.classification.classificationLightBlue = ⟦萬萬 Ļîġнť ßļűε 國國⟧
|
|
973
973
|
# Classification label color name as orange
|
|
974
|
-
boxui.classification.classificationOrange = ⟦萬
|
|
974
|
+
boxui.classification.classificationOrange = ⟦萬 Óŗãňĝê 國⟧
|
|
975
975
|
# Classification label color name as purple
|
|
976
|
-
boxui.classification.classificationPurple = ⟦萬 P
|
|
976
|
+
boxui.classification.classificationPurple = ⟦萬 PŭяΡľę 國⟧
|
|
977
977
|
# Classification label color name as red
|
|
978
|
-
boxui.classification.classificationRed = ⟦
|
|
978
|
+
boxui.classification.classificationRed = ⟦ Ґêď ⟧
|
|
979
979
|
# Classification label color name as yellow
|
|
980
|
-
boxui.classification.classificationYellow = ⟦萬
|
|
980
|
+
boxui.classification.classificationYellow = ⟦萬 Ϋėļĺøщ 國⟧
|
|
981
981
|
# Header displayed above the classification definition
|
|
982
|
-
boxui.classification.definition = ⟦萬萬
|
|
982
|
+
boxui.classification.definition = ⟦萬萬 Ðεƒîņïŧισп 國國⟧
|
|
983
983
|
# Button to edit classification on an item
|
|
984
|
-
boxui.classification.edit = ⟦萬
|
|
984
|
+
boxui.classification.edit = ⟦萬 Еďîŧ 國⟧
|
|
985
985
|
# Sentence stating which user or service imported a classification and on what date.
|
|
986
|
-
boxui.classification.importedBy = ⟦萬萬萬萬萬萬萬萬
|
|
986
|
+
boxui.classification.importedBy = ⟦萬萬萬萬萬萬萬萬 ÎmΡòřťéď ƒřőm {modifiedBy} οй {modifiedAt} 國國國國國國國國⟧
|
|
987
987
|
# Default message for classification in the sidebar when there is none
|
|
988
|
-
boxui.classification.missing = ⟦萬萬萬萬
|
|
988
|
+
boxui.classification.missing = ⟦萬萬萬萬 Йоţ čľαѕŝїƒĭєď 國國國國⟧
|
|
989
989
|
# Sentence stating which user or service modified a classification and on what date.
|
|
990
|
-
boxui.classification.modifiedBy = ⟦萬萬萬萬萬萬萬
|
|
990
|
+
boxui.classification.modifiedBy = ⟦萬萬萬萬萬萬萬 ÃΡΡľîëď вγ {modifiedBy} őň {modifiedAt} 國國國國國國國⟧
|
|
991
991
|
# Label displayed above details about when a classification was last modified.
|
|
992
|
-
boxui.classification.modifiedByLabel = ⟦萬萬萬萬萬
|
|
992
|
+
boxui.classification.modifiedByLabel = ⟦萬萬萬萬萬 Čľáŝŝįƒĩćάŧīóи Ĺâвêļ 國國國國國⟧
|
|
993
993
|
# Text to display for users who have not accepted an invitation to collaborate yet
|
|
994
|
-
boxui.collaboratorAvatars.collaboration.pendingCollabText = ⟦萬萬 P
|
|
994
|
+
boxui.collaboratorAvatars.collaboration.pendingCollabText = ⟦萬萬 Pèʼnďїηĝ 國國⟧
|
|
995
995
|
# Label for collaborator avatars
|
|
996
|
-
boxui.collaboratorAvatars.collaboratorAvatarsLabel = ⟦萬萬萬
|
|
996
|
+
boxui.collaboratorAvatars.collaboratorAvatarsLabel = ⟦萬萬萬 Ŝħãѓёď шιτн 國國國⟧
|
|
997
997
|
# Tooltip text for collaborator expiration badge
|
|
998
|
-
boxui.collaboratorAvatars.collaborators.expirationTooltipText = ⟦萬萬萬萬萬萬
|
|
998
|
+
boxui.collaboratorAvatars.collaborators.expirationTooltipText = ⟦萬萬萬萬萬萬 Åċсёѕş ĕхΡĭяĕѕ óŋ {date} 國國國國國國⟧
|
|
999
999
|
# This tooltip indicates that a collaborator is not in the same enterprise of the current user
|
|
1000
|
-
boxui.collaboratorAvatars.collaborators.externalCollabTooltipText = ⟦萬萬萬萬萬萬萬萬萬萬萬 {email}
|
|
1000
|
+
boxui.collaboratorAvatars.collaborators.externalCollabTooltipText = ⟦萬萬萬萬萬萬萬萬萬萬萬 {email} ĩŝ ƒŕσm őúťѕїďε ŏƒ Уøūř ĉоmΡàиγ 國國國國國國國國國國國⟧
|
|
1001
1001
|
# Manage all link text on collaborator list
|
|
1002
|
-
boxui.collaboratorAvatars.manageAllLinkText = ⟦萬萬
|
|
1002
|
+
boxui.collaboratorAvatars.manageAllLinkText = ⟦萬萬 Мǻπąĝĕ Åĺľ 國國⟧
|
|
1003
1003
|
# Text to display in collaborator list if there are more items
|
|
1004
|
-
boxui.collaboratorAvatars.viewAdditionalPeopleText = ⟦萬萬萬萬萬萬 V
|
|
1004
|
+
boxui.collaboratorAvatars.viewAdditionalPeopleText = ⟦萬萬萬萬萬萬 Vîεш åďďіťíõпäľ ΡĕŏΡļė 國國國國國國⟧
|
|
1005
1005
|
# Aria label for toggle button that expands/collapses sidebar (expanded state)
|
|
1006
|
-
boxui.collapsiblesidebar.collapseBtnLabel = ⟦萬萬
|
|
1006
|
+
boxui.collapsiblesidebar.collapseBtnLabel = ⟦萬萬 ÇōľļαΡśę 國國⟧
|
|
1007
1007
|
# Aria label for toggle button that expands/collapses sidebar (collapsed state)
|
|
1008
|
-
boxui.collapsiblesidebar.expandBtnLabel = ⟦萬
|
|
1008
|
+
boxui.collapsiblesidebar.expandBtnLabel = ⟦萬 ЄхΡαπď 國⟧
|
|
1009
1009
|
# Content Answers feature name shown on menu item and modal title
|
|
1010
|
-
boxui.contentAnswers.contentAnswersTitle = ⟦萬
|
|
1010
|
+
boxui.contentAnswers.contentAnswersTitle = ⟦萬 βô× ĄÎ 國⟧
|
|
1011
1011
|
# Default tooltip message for Content Answers entry point button
|
|
1012
|
-
boxui.contentAnswers.defaultTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1012
|
+
boxui.contentAnswers.defaultTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ġéť ійѕτāйť åлşшёгş äьōűť ŧĥίś ďōĉũmėпť űŝїлĝ Βöх ÅÍ 國國國國國國國國國國國國國國國⟧
|
|
1013
1013
|
# Disabled tooltip message for Content Answers entry point button when the file type is not supported
|
|
1014
|
-
boxui.contentAnswers.disabledTooltipFileNotCompatible = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1014
|
+
boxui.contentAnswers.disabledTooltipFileNotCompatible = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßσх ΑÌ īş ήσť сūѓяèňţľў ŝũΡΡöŕŧεď ƒöг ŧнιś ƒίľé ŧÿΡè 國國國國國國國國國國國國國國國⟧
|
|
1015
1015
|
# Text inside the chip for the first suggested question for documents
|
|
1016
|
-
boxui.contentAnswers.documentSuggestedQuestionLabel1 = ⟦萬萬萬萬萬萬
|
|
1016
|
+
boxui.contentAnswers.documentSuggestedQuestionLabel1 = ⟦萬萬萬萬萬萬 Ѕμmmăѓίżė ŧнїѕ ďσçŭmėŋτ 國國國國國國⟧
|
|
1017
1017
|
# Text inside the chip for the second suggested question for documents
|
|
1018
|
-
boxui.contentAnswers.documentSuggestedQuestionLabel2 = ⟦萬萬萬萬萬萬萬萬
|
|
1018
|
+
boxui.contentAnswers.documentSuggestedQuestionLabel2 = ⟦萬萬萬萬萬萬萬萬 Щнαŧ âѓę ţĥè κέỳ ŧąкèāωǻγś? 國國國國國國國國⟧
|
|
1019
1019
|
# Text inside the chip for the third suggested question for documents
|
|
1020
|
-
boxui.contentAnswers.documentSuggestedQuestionLabel3 = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
1020
|
+
boxui.contentAnswers.documentSuggestedQuestionLabel3 = ⟦萬萬萬萬萬萬萬萬萬萬 Ηøш ċáή τнīѕ ďőċùmèлť ьė ιmΡѓôνĕď? 國國國國國國國國國國⟧
|
|
1021
1021
|
# Text inside the chip for the fourth suggested question for documents
|
|
1022
|
-
boxui.contentAnswers.documentSuggestedQuestionLabel4 = ⟦萬萬萬萬萬萬萬萬萬
|
|
1022
|
+
boxui.contentAnswers.documentSuggestedQuestionLabel4 = ⟦萬萬萬萬萬萬萬萬萬 Ǻѓė τĥėѓĕ ăňŷ лêхτ şτëΡş ďèƒīŋêď? 國國國國國國國國國⟧
|
|
1023
1023
|
# Actual prompt for the first suggested question for documents
|
|
1024
|
-
boxui.contentAnswers.documentSuggestedQuestionPrompt1 = ⟦萬萬萬萬萬萬
|
|
1024
|
+
boxui.contentAnswers.documentSuggestedQuestionPrompt1 = ⟦萬萬萬萬萬萬 Ŝμmmãѓіźє τĥîѕ ďőçũmėņτ 國國國國國國⟧
|
|
1025
1025
|
# Actual prompt for the second suggested question for documents
|
|
1026
|
-
boxui.contentAnswers.documentSuggestedQuestionPrompt2 = ⟦萬萬萬萬萬萬萬萬
|
|
1026
|
+
boxui.contentAnswers.documentSuggestedQuestionPrompt2 = ⟦萬萬萬萬萬萬萬萬 Ẁĥãτ άгε ťĥε κėУ τăкεǻẁâỳś? 國國國國國國國國⟧
|
|
1027
1027
|
# Actual prompt for the third suggested question for documents
|
|
1028
|
-
boxui.contentAnswers.documentSuggestedQuestionPrompt3 = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
1028
|
+
boxui.contentAnswers.documentSuggestedQuestionPrompt3 = ⟦萬萬萬萬萬萬萬萬萬萬 Ηõẃ ċαй ťĥíś ďό¢ůmέŋť ьê іmΡŕöνėď? 國國國國國國國國國國⟧
|
|
1029
1029
|
# Actual prompt for the fourth suggested question for documents
|
|
1030
|
-
boxui.contentAnswers.documentSuggestedQuestionPrompt4 = ⟦萬萬萬萬萬萬萬萬萬
|
|
1030
|
+
boxui.contentAnswers.documentSuggestedQuestionPrompt4 = ⟦萬萬萬萬萬萬萬萬萬 Ăѓє τĥĕŗé ãήỳ йěם ŝŧεΡş ďëƒîлėď? 國國國國國國國國國⟧
|
|
1031
1031
|
# Existing questions tooltip message for Content Answers entry point button
|
|
1032
|
-
boxui.contentAnswers.hasQuestionsTooltip = ⟦萬萬萬萬
|
|
1032
|
+
boxui.contentAnswers.hasQuestionsTooltip = ⟦萬萬萬萬 Ŕêťцѓň τό Бōх Äİ 國國國國⟧
|
|
1033
1033
|
# Content Answers welcome message spreadsheet supported by Intelligent Query notification
|
|
1034
|
-
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1034
|
+
boxui.contentAnswers.welcomeMessageIntelligentQueryNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ϋòù ċåη āѕķ Бò× ÄĪ ьõţĥ śîmΡľè åŋď ĉõmΡľĕ× qμêŝťįŏņş īη Уŏūг şΡŕёāďŝħёёţ: ţоťåļ ċòūʼnŧś, ǻνєŕąğęѕ, åďνáηćëď ċŏmΡàгįѕòπŝ, τгеńď àήāĺУśěŝ áηď şó ŏň. Ŧŗỳ îť õūť ŧσďåў! 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1035
1035
|
# Content Answers welcome message spreadsheet notification
|
|
1036
|
-
boxui.contentAnswers.welcomeMessageSpreadsheetNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1036
|
+
boxui.contentAnswers.welcomeMessageSpreadsheetNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ЅΡяēãďśħèĕτ śμΡΡόѓτ ẁõґĸŝ ьєѕţ ƒŏґ ţεхţ ďеиşε ƒîľёś 國國國國國國國國國國國國國國國⟧
|
|
1037
1037
|
# Aria label for the icon inside spreadsheet notification
|
|
1038
|
-
boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1038
|
+
boxui.contentAnswers.welcomeMessageSpreadsheetNoticeAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬 ѕΡŕєâďѕĥėèτ ѕŭΡΡōґţ ņοţîƒίčâţіóл вâʼnʼnéґ 國國國國國國國國國國國⟧
|
|
1039
1039
|
# Aria label for the folder breadcrumb
|
|
1040
|
-
boxui.contentExplorer.breadcrumb = ⟦萬萬
|
|
1040
|
+
boxui.contentExplorer.breadcrumb = ⟦萬萬 ßřёâďĉřцmь 國國⟧
|
|
1041
1041
|
# Text shown on button used to close the content explorer
|
|
1042
|
-
boxui.contentExplorer.cancel = ⟦萬
|
|
1042
|
+
boxui.contentExplorer.cancel = ⟦萬 Ćαлсêļ 國⟧
|
|
1043
1043
|
# Text shown on button used to choose an item
|
|
1044
|
-
boxui.contentExplorer.choose = ⟦萬
|
|
1044
|
+
boxui.contentExplorer.choose = ⟦萬 Ċнõσśє 國⟧
|
|
1045
1045
|
# Aria label for button to navigate back to the previous folder
|
|
1046
|
-
boxui.contentExplorer.clickToGoBack = ⟦萬萬萬萬
|
|
1046
|
+
boxui.contentExplorer.clickToGoBack = ⟦萬萬萬萬 Ĉľίčк τö ğó ьäçĸ 國國國國⟧
|
|
1047
1047
|
# Aria label for folder tree button to navigate back to previous folders
|
|
1048
|
-
boxui.contentExplorer.clickToViewPath = ⟦萬萬萬萬萬
|
|
1048
|
+
boxui.contentExplorer.clickToViewPath = ⟦萬萬萬萬萬 Ċĺίċк ťο νïêŵ Ρăţн 國國國國國⟧
|
|
1049
1049
|
# Text shown on button used to copy an item to a different folder
|
|
1050
|
-
boxui.contentExplorer.copy = ⟦萬
|
|
1050
|
+
boxui.contentExplorer.copy = ⟦萬 ĆøΡў 國⟧
|
|
1051
1051
|
# Text shown in the list when the folder being viewed is empty
|
|
1052
|
-
boxui.contentExplorer.emptyFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1052
|
+
boxui.contentExplorer.emptyFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ťħèґе āŕе πö śůьƒøļďěгş įń ţнįş ƒóļďεґ. 國國國國國國國國國國國⟧
|
|
1053
1053
|
# Text shown in the list when there are no search results
|
|
1054
|
-
boxui.contentExplorer.emptySearch = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1054
|
+
boxui.contentExplorer.emptySearch = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ѕòягў, ẃε čøµľďʼn'τ ƒïʼnď ẁнăţ ўôù'яέ ĺöокїπġ ƒόŗ. 國國國國國國國國國國國國國國⟧
|
|
1055
1055
|
# Tooltip message for the folder tree breadcrumb button
|
|
1056
|
-
boxui.contentExplorer.filepath = ⟦萬萬
|
|
1056
|
+
boxui.contentExplorer.filepath = ⟦萬萬 ₣їĺē Ράťн 國國⟧
|
|
1057
1057
|
# Text shown for the current folder and its number of items next to the folder tree breadcrumbs
|
|
1058
1058
|
boxui.contentExplorer.folderTreeBreadcrumbsText = ⟦萬萬萬 {folderName} ({totalItems}) 國國國⟧
|
|
1059
1059
|
# Label text shown next to the Include Subfolders toggle
|
|
1060
|
-
boxui.contentExplorer.includeSubfolders = ⟦萬萬萬萬萬
|
|
1060
|
+
boxui.contentExplorer.includeSubfolders = ⟦萬萬萬萬萬 Ĩп¢ļũďĕ Şûьƒόľďéŕś 國國國國國⟧
|
|
1061
1061
|
# Aria label for the info icon
|
|
1062
|
-
boxui.contentExplorer.infoNoticeIconAriaLabel = ⟦萬萬
|
|
1062
|
+
boxui.contentExplorer.infoNoticeIconAriaLabel = ⟦萬萬 Įņƒø ĭċőň 國國⟧
|
|
1063
1063
|
# Text shown on button used to move an item to a different folder
|
|
1064
|
-
boxui.contentExplorer.move = ⟦萬
|
|
1064
|
+
boxui.contentExplorer.move = ⟦萬 Мονè 國⟧
|
|
1065
1065
|
# Text shown as the header for a column of item names in the list
|
|
1066
|
-
boxui.contentExplorer.name = ⟦萬
|
|
1066
|
+
boxui.contentExplorer.name = ⟦萬 Ňǻmё 國⟧
|
|
1067
1067
|
# Text shown on button used to create a new folder
|
|
1068
|
-
boxui.contentExplorer.newFolder = ⟦萬萬
|
|
1068
|
+
boxui.contentExplorer.newFolder = ⟦萬萬 Ŋéώ ₣όļďèя 國國⟧
|
|
1069
1069
|
# Text shown to indicate the number of folders selected
|
|
1070
|
-
boxui.contentExplorer.numFoldersSelected = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numSelected, plural, =0 {0
|
|
1070
|
+
boxui.contentExplorer.numFoldersSelected = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numSelected, plural, =0 {0 ƒøľďëґś ѕêľέ¢τêď} one {1 ƒõľďèŗ śέĺеćŧëď} other {# ƒőľďєгѕ śęľēčŧēď} } 國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1071
1071
|
# Text shown to indicate the number of items selected with Include Subfolders feature
|
|
1072
|
-
boxui.contentExplorer.numItemsSelected = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numSelected, plural, =0 {0
|
|
1072
|
+
boxui.contentExplorer.numItemsSelected = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {numSelected, plural, =0 {0 ïťēmş şεļè¢ťέď} one {1 íŧεm śєļĕċŧēď} other {# ϊτémѕ şєĺêċτêď} } 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1073
1073
|
# Text shown to indicate the number of items selected
|
|
1074
|
-
boxui.contentExplorer.numSelected = ⟦萬萬萬萬 {numSelected}
|
|
1074
|
+
boxui.contentExplorer.numSelected = ⟦萬萬萬萬 {numSelected} Śěĺé¢ťêď 國國國國⟧
|
|
1075
1075
|
# Results label for number of items on list when it's just 1
|
|
1076
|
-
boxui.contentExplorer.result = ⟦萬萬萬 {itemsCount}
|
|
1076
|
+
boxui.contentExplorer.result = ⟦萬萬萬 {itemsCount} яęŝµĺŧ 國國國⟧
|
|
1077
1077
|
# Results label for number of items on list
|
|
1078
|
-
boxui.contentExplorer.results = ⟦萬萬萬 {itemsCount}
|
|
1078
|
+
boxui.contentExplorer.results = ⟦萬萬萬 {itemsCount} гēşůĺţѕ 國國國⟧
|
|
1079
1079
|
# Placeholder text shown in the search input
|
|
1080
|
-
boxui.contentExplorer.searchPlaceholder = ⟦萬
|
|
1080
|
+
boxui.contentExplorer.searchPlaceholder = ⟦萬 Śéαґ¢ħ 國⟧
|
|
1081
1081
|
# Text shown in the breadcrumbs when showing search results
|
|
1082
|
-
boxui.contentExplorer.searchResults = ⟦萬萬萬萬
|
|
1082
|
+
boxui.contentExplorer.searchResults = ⟦萬萬萬萬 Śĕăŕčĥ Ґêśųľţŝ 國國國國⟧
|
|
1083
1083
|
# Select All label for select all items check box
|
|
1084
|
-
boxui.contentExplorer.selectAll = ⟦萬萬
|
|
1084
|
+
boxui.contentExplorer.selectAll = ⟦萬萬 Ŝēľëčŧ Αļľ 國國⟧
|
|
1085
1085
|
# Label for radio input to select an item from the item list, {name} is the item name
|
|
1086
|
-
boxui.contentExplorer.selectItem = ⟦萬萬萬
|
|
1086
|
+
boxui.contentExplorer.selectItem = ⟦萬萬萬 Ŝеļέ¢ť {name} 國國國⟧
|
|
1087
1087
|
# Text shown when hovering over a disabled new folder button because the user lacks permissions to create a folder
|
|
1088
|
-
boxui.contentexplorer.newFolder.forbidden = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1088
|
+
boxui.contentexplorer.newFolder.forbidden = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ϋóű ďó ŋóţ ĥãνе Ρêґmϊśѕϊоň ťŏ çŕеάŧε ā ƒøĺďєѓ ĥěґė. 國國國國國國國國國國國國國國國⟧
|
|
1089
1089
|
# Cancel button text
|
|
1090
|
-
boxui.core.cancel = ⟦萬
|
|
1090
|
+
boxui.core.cancel = ⟦萬 Čάʼnсĕľ 國⟧
|
|
1091
1091
|
# Close button text
|
|
1092
|
-
boxui.core.close = ⟦萬
|
|
1092
|
+
boxui.core.close = ⟦萬 Ćĺöşё 國⟧
|
|
1093
1093
|
# Copy button text after user clicks on it
|
|
1094
|
-
boxui.core.copied = ⟦萬
|
|
1094
|
+
boxui.core.copied = ⟦萬 ĆòΡìєď 國⟧
|
|
1095
1095
|
# Copy button text
|
|
1096
|
-
boxui.core.copy = ⟦萬
|
|
1096
|
+
boxui.core.copy = ⟦萬 ĆŏΡУ 國⟧
|
|
1097
1097
|
# Done button text
|
|
1098
|
-
boxui.core.done = ⟦萬
|
|
1098
|
+
boxui.core.done = ⟦萬 Ďοņė 國⟧
|
|
1099
1099
|
# Displays the navigation step index to the user of where they are in the guide. e.g. 1 of 4
|
|
1100
|
-
boxui.core.guidetooltip.navigation = ⟦萬萬萬萬 {currentStepIndex}
|
|
1100
|
+
boxui.core.guidetooltip.navigation = ⟦萬萬萬萬 {currentStepIndex} ôƒ {totalNumSteps} 國國國國⟧
|
|
1101
1101
|
# Label for "Alt" key
|
|
1102
|
-
boxui.core.hotkeys.altKey = ⟦
|
|
1102
|
+
boxui.core.hotkeys.altKey = ⟦ Âľť ⟧
|
|
1103
1103
|
# Label for "Control" key
|
|
1104
|
-
boxui.core.hotkeys.ctrlKey = ⟦萬
|
|
1104
|
+
boxui.core.hotkeys.ctrlKey = ⟦萬 Ċţŗľ 國⟧
|
|
1105
1105
|
# Label for "Enter" key
|
|
1106
|
-
boxui.core.hotkeys.enterKey = ⟦萬
|
|
1106
|
+
boxui.core.hotkeys.enterKey = ⟦萬 Έητєŗ 國⟧
|
|
1107
1107
|
# Label for "Esc" key
|
|
1108
|
-
boxui.core.hotkeys.escKey = ⟦
|
|
1108
|
+
boxui.core.hotkeys.escKey = ⟦ Ėśċ ⟧
|
|
1109
1109
|
# Title for keyboard shortcut help modal
|
|
1110
|
-
boxui.core.hotkeys.hotkeyModalTitle = ⟦萬萬萬萬萬
|
|
1110
|
+
boxui.core.hotkeys.hotkeyModalTitle = ⟦萬萬萬萬萬 Ķéŷвόâгď Ѕĥσяťсŭτѕ 國國國國國⟧
|
|
1111
1111
|
# Describes a hotkey sequence, e.g. "shift+g then shift+a". {key1} is the first key ("shift+g" in our example) and {key2} is the second ("shift+a" in our example).
|
|
1112
|
-
boxui.core.hotkeys.hotkeySequence = ⟦萬萬萬萬 {key1}
|
|
1112
|
+
boxui.core.hotkeys.hotkeySequence = ⟦萬萬萬萬 {key1} ŧĥéи {key2} 國國國國⟧
|
|
1113
1113
|
# Label for "Shift" key
|
|
1114
|
-
boxui.core.hotkeys.shiftKey = ⟦萬
|
|
1114
|
+
boxui.core.hotkeys.shiftKey = ⟦萬 Śнĩƒť 國⟧
|
|
1115
1115
|
# Label for "Spacebar" key
|
|
1116
|
-
boxui.core.hotkeys.spacebarKey = ⟦萬萬
|
|
1116
|
+
boxui.core.hotkeys.spacebarKey = ⟦萬萬 ЅΡāčёьàř 國國⟧
|
|
1117
1117
|
# Okay button text
|
|
1118
|
-
boxui.core.okay = ⟦萬
|
|
1118
|
+
boxui.core.okay = ⟦萬 ÓκàУ 國⟧
|
|
1119
1119
|
# Optional text for labels
|
|
1120
|
-
boxui.core.optional = ⟦萬萬
|
|
1120
|
+
boxui.core.optional = ⟦萬萬 όΡţϊöиáļ 國國⟧
|
|
1121
1121
|
# Save button text
|
|
1122
|
-
boxui.core.save = ⟦萬
|
|
1122
|
+
boxui.core.save = ⟦萬 Ѕăνê 國⟧
|
|
1123
1123
|
# Description for keyboard shortcut to deselect all items in the file list
|
|
1124
|
-
boxui.core.selection.deselectAllDescription = ⟦萬萬萬萬萬
|
|
1124
|
+
boxui.core.selection.deselectAllDescription = ⟦萬萬萬萬萬 Ðēşέľęçŧ āļĺ įţêmş 國國國國國⟧
|
|
1125
1125
|
# Description for keyboard shortcut to select next item in the file list
|
|
1126
|
-
boxui.core.selection.downDescription = ⟦萬萬萬萬
|
|
1126
|
+
boxui.core.selection.downDescription = ⟦萬萬萬萬 Ѕēļеćţ πèхţ īŧĕm 國國國國⟧
|
|
1127
1127
|
# Description for keyboard shortcut to select all items in the file list
|
|
1128
|
-
boxui.core.selection.selectAllDescription = ⟦萬萬萬萬
|
|
1128
|
+
boxui.core.selection.selectAllDescription = ⟦萬萬萬萬 Ŝęĺеċτ άļľ ϊţěmѕ 國國國國⟧
|
|
1129
1129
|
# Description for keyboard shortcut to add next item to current selection in the file list
|
|
1130
|
-
boxui.core.selection.shiftDownDescription = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
1130
|
+
boxui.core.selection.shiftDownDescription = ⟦萬萬萬萬萬萬萬萬萬萬 Àďď лè×ŧ ϊŧëm ŧø ĉùŗгёʼnτ śєĺëċťĭοʼn 國國國國國國國國國國⟧
|
|
1131
1131
|
# Description for keyboard shortcut to add previous item to current selection in the file list
|
|
1132
|
-
boxui.core.selection.shiftUpDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1132
|
+
boxui.core.selection.shiftUpDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬 Āďď Ρґēνϊόůś іţеm ŧō сùѓŕêиŧ şεļêсţìσп 國國國國國國國國國國國⟧
|
|
1133
1133
|
# Description for keyboard shortcut to select previous item in the file list
|
|
1134
|
-
boxui.core.selection.shiftXDescription = ⟦萬萬萬萬萬
|
|
1134
|
+
boxui.core.selection.shiftXDescription = ⟦萬萬萬萬萬 Ѕєĺêċŧ çùŗґęņτ ĭŧєm 國國國國國⟧
|
|
1135
1135
|
# Description for keyboard shortcut to select previous item in the file list
|
|
1136
|
-
boxui.core.selection.upDescription = ⟦萬萬萬萬萬
|
|
1136
|
+
boxui.core.selection.upDescription = ⟦萬萬萬萬萬 Śėĺĕčţ Ρѓêνįõμś ĭŧęm 國國國國國⟧
|
|
1137
1137
|
# Send button text
|
|
1138
|
-
boxui.core.send = ⟦萬
|
|
1138
|
+
boxui.core.send = ⟦萬 Śēηď 國⟧
|
|
1139
1139
|
# Button for opening date picker
|
|
1140
|
-
boxui.datePicker.chooseDate = ⟦萬萬萬
|
|
1140
|
+
boxui.datePicker.chooseDate = ⟦萬萬萬 Ćĥσøśё Ďäŧę 國國國⟧
|
|
1141
1141
|
# Button for clearing date picker
|
|
1142
|
-
boxui.datePicker.dateClearButton = ⟦萬萬
|
|
1142
|
+
boxui.datePicker.dateClearButton = ⟦萬萬 Ćļеāŗ Ďäŧé 國國⟧
|
|
1143
1143
|
# Error message when date is later than the maximum date
|
|
1144
|
-
boxui.datePicker.dateInputMaxError = ⟦萬萬萬萬萬萬萬萬萬
|
|
1144
|
+
boxui.datePicker.dateInputMaxError = ⟦萬萬萬萬萬萬萬萬萬 Pĺëâŝę ëňţèŕ ą ďâťė вěƒöґè {maxLocaleDate} 國國國國國國國國國⟧
|
|
1145
1145
|
# Error message when date is earlier than the minimum date
|
|
1146
|
-
boxui.datePicker.dateInputMinError = ⟦萬萬萬萬萬萬萬萬萬 P
|
|
1146
|
+
boxui.datePicker.dateInputMinError = ⟦萬萬萬萬萬萬萬萬萬 Pļёâşë έňŧëѓ ά ďâţê áƒŧєя {minLocaleDate} 國國國國國國國國國⟧
|
|
1147
1147
|
# Error message when date is out of the minimum and maximum range
|
|
1148
|
-
boxui.datePicker.dateInputRangeError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
1148
|
+
boxui.datePicker.dateInputRangeError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Pļёåѕĕ èηŧéř á ďãτє вëτшĕěл {minLocaleDate} άηď {maxLocaleDate} 國國國國國國國國國國國國⟧
|
|
1149
1149
|
# Date entered is invalid
|
|
1150
|
-
boxui.datePicker.iconAlertText = ⟦萬萬萬
|
|
1150
|
+
boxui.datePicker.iconAlertText = ⟦萬萬萬 Ĭňνǻļïď Ðåťέ 國國國⟧
|
|
1151
1151
|
# Message for screenReader users when trying to tag a user but there are no matches
|
|
1152
|
-
boxui.draftjs.mentionSelector.noUsersFound = ⟦萬萬萬萬
|
|
1152
|
+
boxui.draftjs.mentionSelector.noUsersFound = ⟦萬萬萬萬 Νø üŝęŗѕ ƒοūňď 國國國國⟧
|
|
1153
1153
|
# Message to display when a user triggers a mention
|
|
1154
|
-
boxui.draftjs.mentionSelector.startMention = ⟦萬萬萬萬萬萬萬萬
|
|
1154
|
+
boxui.draftjs.mentionSelector.startMention = ⟦萬萬萬萬萬萬萬萬 Μěиτįöń şõmĕолę ţò ήõŧіƒý ťнεm 國國國國國國國國⟧
|
|
1155
1155
|
# Message for screenReader users when a certain number of users is being tagged
|
|
1156
|
-
boxui.draftjs.mentionSelector.usersFound = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {usersCount, plural, one {
|
|
1156
|
+
boxui.draftjs.mentionSelector.usersFound = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 {usersCount, plural, one {òйé ûѕęя ƒõūиď} other {{usersCount} ŭѕéŕѕ ƒøůŋď}} 國國國國國國國國國國國國國⟧
|
|
1157
1157
|
# Icon showing a sad Box cloud
|
|
1158
|
-
boxui.errorMask.iconSadCloudText = ⟦萬萬萬
|
|
1158
|
+
boxui.errorMask.iconSadCloudText = ⟦萬萬萬 Ѕáď βőх Čĺόùď 國國國⟧
|
|
1159
1159
|
# Text to show when root folder is external
|
|
1160
|
-
boxui.features.VirtualizedTableRenderers.allFiles = ⟦萬萬
|
|
1160
|
+
boxui.features.VirtualizedTableRenderers.allFiles = ⟦萬萬 Αĺľ ₣ĭľéş 國國⟧
|
|
1161
1161
|
# The user is an anonymous user
|
|
1162
|
-
boxui.features.VirtualizedTableRenderers.anonymousUser = ⟦萬萬萬萬
|
|
1162
|
+
boxui.features.VirtualizedTableRenderers.anonymousUser = ⟦萬萬萬萬 ĄņøиУmōцś Űѕēŕ 國國國國⟧
|
|
1163
1163
|
# Text to show when a file is external
|
|
1164
|
-
boxui.features.VirtualizedTableRenderers.externalFile = ⟦萬萬萬
|
|
1164
|
+
boxui.features.VirtualizedTableRenderers.externalFile = ⟦萬萬萬 Е×τēŕήǻľ ₣ìĺē 國國國⟧
|
|
1165
1165
|
# Text to show when a folder is external
|
|
1166
|
-
boxui.features.VirtualizedTableRenderers.externalFolder = ⟦萬萬萬萬
|
|
1166
|
+
boxui.features.VirtualizedTableRenderers.externalFolder = ⟦萬萬萬萬 Ěхţέяŋàľ ₣ôļďéѓ 國國國國⟧
|
|
1167
1167
|
# Text to show on "modified by" table cell. Note that "lastModified" will contain additional localized text. Example: 2 days ago by John Smith
|
|
1168
1168
|
boxui.features.VirtualizedTableRenderers.lastModifiedBy = ⟦萬萬萬萬 {lastModified} вỳ {user} 國國國國⟧
|
|
1169
1169
|
# The user is unknown in the database.
|
|
1170
|
-
boxui.features.VirtualizedTableRenderers.unknownUser = ⟦萬萬萬
|
|
1170
|
+
boxui.features.VirtualizedTableRenderers.unknownUser = ⟦萬萬萬 Ŭņкиōшŋ Ùśеґ 國國國⟧
|
|
1171
1171
|
# Label for archivization date under item properties in the sidebar
|
|
1172
|
-
boxui.itemDetails.archived = ⟦萬萬
|
|
1172
|
+
boxui.itemDetails.archived = ⟦萬萬 Âясħίνėď 國國⟧
|
|
1173
1173
|
# Warning message in the sidebar that this bookmark will be automatically deleted on a certain date, {expiration} is the date
|
|
1174
|
-
boxui.itemDetails.bookmarkExpiration = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1174
|
+
boxui.itemDetails.bookmarkExpiration = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ťнίѕ воσκmàгк ώιľļ ьė ďєĺєŧĕď ŏй {expiration}. 國國國國國國國國國國國⟧
|
|
1175
1175
|
# Label for created date under item properties in the sidebar
|
|
1176
|
-
boxui.itemDetails.created = ⟦萬萬
|
|
1176
|
+
boxui.itemDetails.created = ⟦萬萬 Çŗëαťëď 國國⟧
|
|
1177
1177
|
# Label for deletion date under item properties in the sidebar
|
|
1178
|
-
boxui.itemDetails.deleted = ⟦萬萬
|
|
1178
|
+
boxui.itemDetails.deleted = ⟦萬萬 Ðёļèτěď 國國⟧
|
|
1179
1179
|
# Label for description under item properties in the sidebar
|
|
1180
|
-
boxui.itemDetails.description = ⟦萬萬萬
|
|
1180
|
+
boxui.itemDetails.description = ⟦萬萬萬 ĎěśčгíΡτïöπ 國國國⟧
|
|
1181
1181
|
# Placeholder for textarea to enter a description under item properties in the sidebar
|
|
1182
|
-
boxui.itemDetails.descriptionPlaceholder = ⟦萬萬萬萬萬
|
|
1182
|
+
boxui.itemDetails.descriptionPlaceholder = ⟦萬萬萬萬萬 Еήţèŕ ά ďēŝ¢ŕιΡťíōп 國國國國國⟧
|
|
1183
1183
|
# Label for name of enterprise owner under item properties in the sidebar
|
|
1184
|
-
boxui.itemDetails.enterpriseOwner = ⟦萬萬萬萬
|
|
1184
|
+
boxui.itemDetails.enterpriseOwner = ⟦萬萬萬萬 ĔňŧегΡŕίѕé Θẃйėѓ 國國國國⟧
|
|
1185
1185
|
# Warning message in the sidebar that this file will be automatically deleted on a certain date, {expiration} is the date
|
|
1186
|
-
boxui.itemDetails.fileExpiration = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
1186
|
+
boxui.itemDetails.fileExpiration = ⟦萬萬萬萬萬萬萬萬萬萬 Ťнìś ƒϊĺě ωĭĺĺ ьё ďεļеţĕď òη {expiration}. 國國國國國國國國國國⟧
|
|
1187
1187
|
# Warning message in the sidebar that this folder will be automatically deleted on a certain date, {expiration} is the date
|
|
1188
|
-
boxui.itemDetails.folderExpiration = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1188
|
+
boxui.itemDetails.folderExpiration = ⟦萬萬萬萬萬萬萬萬萬萬萬 Τħìş ƒоļďéŗ шîľļ вē ďėļεťėď ōπ {expiration}. 國國國國國國國國國國國⟧
|
|
1189
1189
|
# Label for modified date under item properties in the sidebar
|
|
1190
|
-
boxui.itemDetails.modified = ⟦萬萬
|
|
1190
|
+
boxui.itemDetails.modified = ⟦萬萬 Μøďïƒîєď 國國⟧
|
|
1191
1191
|
# Label for name of owner under item properties in the sidebar
|
|
1192
|
-
boxui.itemDetails.owner = ⟦萬
|
|
1192
|
+
boxui.itemDetails.owner = ⟦萬 Òŵʼnег 國⟧
|
|
1193
1193
|
# Label for description of the retention policy under item properties in the sidebar
|
|
1194
|
-
boxui.itemDetails.retentionPolicyDescription = ⟦萬 P
|
|
1194
|
+
boxui.itemDetails.retentionPolicyDescription = ⟦萬 Pοľì¢ŷ 國⟧
|
|
1195
1195
|
# Label for the expiration date of the retention policy under item properties in the sidebar
|
|
1196
|
-
boxui.itemDetails.retentionPolicyExpiration = ⟦萬萬萬萬萬 P
|
|
1196
|
+
boxui.itemDetails.retentionPolicyExpiration = ⟦萬萬萬萬萬 Pоļī¢У ΕхΡїŗăťіσń 國國國國國⟧
|
|
1197
1197
|
# Button to extend the expiration date of the retention policy under item properties in the sidebar
|
|
1198
|
-
boxui.itemDetails.retentionPolicyExtend = ⟦萬
|
|
1198
|
+
boxui.itemDetails.retentionPolicyExtend = ⟦萬 Ĕхţėйď 國⟧
|
|
1199
1199
|
# Text for button in the sidebar to open the version history popup, {versionCount} is the number of saved file versions
|
|
1200
|
-
boxui.itemDetails.savedVersions = ⟦萬萬萬萬萬 {versionCount, number}
|
|
1200
|
+
boxui.itemDetails.savedVersions = ⟦萬萬萬萬萬 {versionCount, number} Ŝàνèď Vέяşíòлѕ 國國國國國⟧
|
|
1201
1201
|
# Warning message in the sidebar that this shared link will expire on a certain date, {expiration} is the date
|
|
1202
|
-
boxui.itemDetails.sharedLinkExpiration = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1202
|
+
boxui.itemDetails.sharedLinkExpiration = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ťнīş ŝнáяĕď ľιņķ шιĺľ вε ďìśäвľëď ôή {expiration}. 國國國國國國國國國國國國⟧
|
|
1203
1203
|
# Label for human-readable filesize under item properties in the sidebar
|
|
1204
|
-
boxui.itemDetails.size = ⟦萬
|
|
1204
|
+
boxui.itemDetails.size = ⟦萬 Ѕĩźè 國⟧
|
|
1205
1205
|
# Label for name of uploader under item properties in the sidebar
|
|
1206
|
-
boxui.itemDetails.uploader = ⟦萬萬
|
|
1206
|
+
boxui.itemDetails.uploader = ⟦萬萬 ÙΡĺόαďêґ 國國⟧
|
|
1207
1207
|
# Label for a weblink url under item properties in the sidebar
|
|
1208
|
-
boxui.itemDetails.url = ⟦
|
|
1208
|
+
boxui.itemDetails.url = ⟦ ŪŖĻ ⟧
|
|
1209
1209
|
# Placeholder for a weblink url text area in the right sidebar
|
|
1210
|
-
boxui.itemDetails.urlPlaceholder = ⟦萬萬萬萬萬
|
|
1210
|
+
boxui.itemDetails.urlPlaceholder = ⟦萬萬萬萬萬 Ёπťеґ ά νāļїď ùгľ 國國國國國⟧
|
|
1211
1211
|
# Label for comment options menu
|
|
1212
|
-
boxui.media.menuButtonArialLabel = ⟦萬萬
|
|
1212
|
+
boxui.media.menuButtonArialLabel = ⟦萬萬 ΟΡţïõňś 國國⟧
|
|
1213
1213
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1214
|
-
boxui.metadataInstanceEditor.allAttributesAreHidden = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1214
|
+
boxui.metadataInstanceEditor.allAttributesAreHidden = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αľļ àŧţŕιьŭţęş īņ ŧнїş ŧēmΡĺąτē нǻνĕ ьèēи ĥîďďėń. 國國國國國國國國國國國國國國⟧
|
|
1215
1215
|
# Informational text below enable cascade policy toggle switch
|
|
1216
|
-
boxui.metadataInstanceEditor.applyCascadePolicyText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1216
|
+
boxui.metadataInstanceEditor.applyCascadePolicyText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ÂΡΡĺý τěmΡľāτè άйď ϊţś νǻļūêŝ ţō àļĺ ηèω ăпď е×ĭśţіηğ ϊŧέmś íπ ţнїѕ ƒōļďêѓ ǻлď їτş şµьƒόļďегś. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1217
1217
|
# Informational text below enable cascade policy toggle switch indicating that cascade policy cannot be applied
|
|
1218
|
-
boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1218
|
+
boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ċäѕčâďé ΡόĺïсУ çâʼnňôŧ вé ǻΡΡľїėď ťό ćцşťόm męţǻďàţå ąτ τħīŝ ŧîmę. 國國國國國國國國國國國國國國國國國國國⟧
|
|
1219
1219
|
# Tooltip text a user can use to learn more about cascading metadata policy
|
|
1220
|
-
boxui.metadataInstanceEditor.cascadePolicyLearnMore = ⟦萬萬
|
|
1220
|
+
boxui.metadataInstanceEditor.cascadePolicyLearnMore = ⟦萬萬 Ĺєăяʼn mõгε 國國⟧
|
|
1221
1221
|
# Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
|
|
1222
|
-
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1222
|
+
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 İη τнë ċäŝέ όƒ çоńƒļïčťŝ ωнēл áΡΡľỳĩиĝ ŧĥìş ţеmΡļâţę âпď ìţś νáĺûéş τö èхїśťïŋġ ìţĕmѕ, шĥǻť ώōμĺď Уσü ľĭкě ťο ďõ? Ŧнιѕ їŝ ā ŏηę ţĭmĕ äĉτìоπ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1223
1223
|
# Label for radio button that selects overwrite mode for cascading policy
|
|
1224
|
-
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1224
|
+
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ονеřẁŕïťė äľľ ĕ×іŝτïлĝ ţεmΡĺάťе νáļųêŝ 國國國國國國國國國國國⟧
|
|
1225
1225
|
# Label for radio button that selects skip mode for cascading policy
|
|
1226
|
-
boxui.metadataInstanceEditor.cascadePolicySkipMode = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1226
|
+
boxui.metadataInstanceEditor.cascadePolicySkipMode = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ŞκîΡ åŋď ķєεΡ ąľļ éхîśτíńġ ťέmΡĺατё νąļüεŝ 國國國國國國國國國國國國⟧
|
|
1227
1227
|
# Label for the add button for custom metadata
|
|
1228
|
-
boxui.metadataInstanceEditor.customAdd = ⟦
|
|
1228
|
+
boxui.metadataInstanceEditor.customAdd = ⟦ Äďď ⟧
|
|
1229
1229
|
# Error enforcing unique key for custom metadata
|
|
1230
|
-
boxui.metadataInstanceEditor.customErrorDuplicateKey = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1230
|
+
boxui.metadataInstanceEditor.customErrorDuplicateKey = ⟦萬萬萬萬萬萬萬萬萬萬萬 à ƒíέĺď щϊţн ţнáţ ķέý ąļřėάďŷ ехíśţş. 國國國國國國國國國國國⟧
|
|
1231
1231
|
# Error enforcing non internal key for custom metadata
|
|
1232
|
-
boxui.metadataInstanceEditor.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬
|
|
1232
|
+
boxui.metadataInstanceEditor.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 Κεýŝ čäήήőτ ьěġїʼn щīτĥ á $. 國國國國國國國國⟧
|
|
1233
1233
|
# Error enforcing required key for custom metadata
|
|
1234
|
-
boxui.metadataInstanceEditor.customErrorRequired = ⟦萬萬萬萬萬 À
|
|
1234
|
+
boxui.metadataInstanceEditor.customErrorRequired = ⟦萬萬萬萬萬 À ķęý īş ŗєqūïѓéď. 國國國國國⟧
|
|
1235
1235
|
# Label for the key field for custom metadata
|
|
1236
|
-
boxui.metadataInstanceEditor.customKey = ⟦
|
|
1236
|
+
boxui.metadataInstanceEditor.customKey = ⟦ ΚěУ ⟧
|
|
1237
1237
|
# Placeholder for the key field for custom metadata
|
|
1238
|
-
boxui.metadataInstanceEditor.customKeyPlaceholder = ⟦萬萬萬萬萬
|
|
1238
|
+
boxui.metadataInstanceEditor.customKeyPlaceholder = ⟦萬萬萬萬萬 е.ğ. Òŗďęŕ Ňùmвěг 國國國國國⟧
|
|
1239
1239
|
# Title for the new field section for custom metadata
|
|
1240
|
-
boxui.metadataInstanceEditor.customNewField = ⟦萬萬
|
|
1240
|
+
boxui.metadataInstanceEditor.customNewField = ⟦萬萬 Ŋëẃ ₣іëľď 國國⟧
|
|
1241
1241
|
# Description for the new field section for custom metadata
|
|
1242
|
-
boxui.metadataInstanceEditor.customNewFieldMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1242
|
+
boxui.metadataInstanceEditor.customNewFieldMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Áďď ą čųŝτøm mēţâďāτą ƒίεľď. Òťнєŗ ΡεóΡľė ŵîľļ ьę āьĺē ťõ ѕêê ąπď ŝεǻŕċħ ƒôя τħίś ƒĩёļď. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1243
1243
|
# Label for the remove button for custom metadata
|
|
1244
|
-
boxui.metadataInstanceEditor.customRemove = ⟦萬
|
|
1244
|
+
boxui.metadataInstanceEditor.customRemove = ⟦萬 Яеmòνë 國⟧
|
|
1245
1245
|
# title of the custom metadata card
|
|
1246
|
-
boxui.metadataInstanceEditor.customTitle = ⟦萬萬萬萬
|
|
1246
|
+
boxui.metadataInstanceEditor.customTitle = ⟦萬萬萬萬 Ĉüśťőm Μέťàďåτã 國國國國⟧
|
|
1247
1247
|
# Label for the value field for custom metadata
|
|
1248
|
-
boxui.metadataInstanceEditor.customValue = ⟦萬 V
|
|
1248
|
+
boxui.metadataInstanceEditor.customValue = ⟦萬 Vǻĺüε 國⟧
|
|
1249
1249
|
# Placeholder for the value field for custom metadata
|
|
1250
|
-
boxui.metadataInstanceEditor.customValuePlaceholder = ⟦萬萬
|
|
1250
|
+
boxui.metadataInstanceEditor.customValuePlaceholder = ⟦萬萬 ë.ġ. 42 國國⟧
|
|
1251
1251
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1252
|
-
boxui.metadataInstanceEditor.editTooltip = ⟦萬萬萬
|
|
1252
|
+
boxui.metadataInstanceEditor.editTooltip = ⟦萬萬萬 Еďĩŧ Μĕτâďäťă 國國國⟧
|
|
1253
1253
|
# Label for enable cascade policy toggle switch
|
|
1254
|
-
boxui.metadataInstanceEditor.enableCascadePolicy = ⟦萬萬萬萬萬萬
|
|
1254
|
+
boxui.metadataInstanceEditor.enableCascadePolicy = ⟦萬萬萬萬萬萬 Єņαьľê Ćάѕčǻďĕ Pόļìсγ 國國國國國國⟧
|
|
1255
1255
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
|
1256
|
-
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1256
|
+
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Âřè ÿοµ ѕůŕέ ỳòŭ шáπť ŧø ďěĺęťë ťħíŝ čűŝτòm mεŧăďāŧä ăпď āľļ όƒ ìŧŝ νąĺцëś ƒřöm ťĥϊś ƒįĺė? 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1257
1257
|
# Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
|
|
1258
|
-
boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1258
|
+
boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Åŗë ỳоμ ŝµгė ýσù ŵáήť ţó ďėĺĕτĕ "{metadataName}" αņď ǻľĺ ôƒ ïŧş ναľůεѕ ƒŗøm τĥïş ƒïľê? 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1259
1259
|
# Message for users who may attempt to remove a custom metadata instance for a folder. Also non-recoverable
|
|
1260
|
-
boxui.metadataInstanceEditor.folderMetadataRemoveCustomTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1260
|
+
boxui.metadataInstanceEditor.folderMetadataRemoveCustomTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ářе Уôũ ѕûѓę ỳöû щāńŧ ŧø ďêľěťέ τнїş ċũŝţόm mеŧāďάŧâ ãņď ăļľ õƒ îτş νǻļμēŝ? Άηŷ mєťàďäτă ťèmΡļäτē ναļúεŝ ąĺѓéāďỳ åΡΡľіĕď ťø ƒίļέś ιη τĥïş ƒοļďеŕ ŵíĺľ ńôť вé ďеļëťεď. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1261
1261
|
# Message for users who may attempt to remove a metadata instance for a folder, which is non-recoverable
|
|
1262
|
-
boxui.metadataInstanceEditor.folderMetadataRemoveTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1262
|
+
boxui.metadataInstanceEditor.folderMetadataRemoveTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻѓë ýőų śûгę ÿŏũ щαńť ťó ďěļετė "{metadataName}" âŋď άľļ øƒ îţş νåļµèś? Äŋŷ mεŧāďāţά ťěmΡľáŧĕ νǻĺűėś άľŕëäďỳ âΡΡļìεď τő ƒιļęѕ ιň ŧħĩѕ ƒŏľďèŗ ẃīĺļ ňóť вě ďèĺèτεď. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1263
1263
|
# Error message displayed if the user enters a badly formatted value in metadata text box
|
|
1264
|
-
boxui.metadataInstanceEditor.invalidValue = ⟦萬萬萬萬
|
|
1264
|
+
boxui.metadataInstanceEditor.invalidValue = ⟦萬萬萬萬 Ĭŋνăľіď ΊлΡüŧ! 國國國國⟧
|
|
1265
1265
|
# Label for cancel button
|
|
1266
|
-
boxui.metadataInstanceEditor.metadataCancel = ⟦萬
|
|
1266
|
+
boxui.metadataInstanceEditor.metadataCancel = ⟦萬 Ċάηçëľ 國⟧
|
|
1267
1267
|
# Informational text shown in metadata modal when cascading is turned on for current folder
|
|
1268
|
-
boxui.metadataInstanceEditor.metadataCascadePolicyEnabledInfo = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1268
|
+
boxui.metadataInstanceEditor.metadataCascadePolicyEnabledInfo = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥîş ţêmΡľåτе äлď ïτŝ νάĺųêѕ åŗë вèĩŋğ čǻşçǻďěď ťô âļľ īŧεmŝ ïʼn ŧħíş ƒόļďéґ āŋď īťŝ şúвƒøĺďēѓś. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1269
1269
|
# Label for save button
|
|
1270
|
-
boxui.metadataInstanceEditor.metadataSave = ⟦萬
|
|
1270
|
+
boxui.metadataInstanceEditor.metadataSave = ⟦萬 Ѕáνè 國⟧
|
|
1271
1271
|
# Informational text below collapsible header indicating that there are no attributes for this template
|
|
1272
|
-
boxui.metadataInstanceEditor.noAttributesForTemplate = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1272
|
+
boxui.metadataInstanceEditor.noAttributesForTemplate = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥêгέ äřé пσ αŧťѓιьµťęŝ ïπ ťнįѕ ţėmΡĺāŧê. 國國國國國國國國國國國國⟧
|
|
1273
1273
|
# Text to display when no metadata is applied to folder
|
|
1274
|
-
boxui.metadataInstanceEditor.noMetadata = ⟦萬萬萬萬萬
|
|
1274
|
+
boxui.metadataInstanceEditor.noMetadata = ⟦萬萬萬萬萬 Ňò Мёτāďáŧâ ΆΡΡľίёď 國國國國國⟧
|
|
1275
1275
|
# Instructions to create metadata for the selected folder
|
|
1276
|
-
boxui.metadataInstanceEditor.noMetadataAddTemplate = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1276
|
+
boxui.metadataInstanceEditor.noMetadataAddTemplate = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĉĺįċκ 'Ăďď' ĭη ťħè ţσΡ яίġĥť το ãďď mеτāďåŧå ŧŏ τнϊŝ ϊτėm 國國國國國國國國國國國國國國國國國⟧
|
|
1277
1277
|
# Informational text below cascade policy description and explains to the user that the policy will take some time to take effect.
|
|
1278
|
-
boxui.metadataInstanceEditor.operationNotImmediate = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1278
|
+
boxui.metadataInstanceEditor.operationNotImmediate = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧħϊş οΡèŗäťîōи īŝ ŋøτ îmmėďίåţě αńď màÿ ţǻĸê śŏmè τīmé. 國國國國國國國國國國國國國國國國⟧
|
|
1279
1279
|
# Label to remove a template
|
|
1280
|
-
boxui.metadataInstanceEditor.removeTemplate = ⟦萬
|
|
1280
|
+
boxui.metadataInstanceEditor.removeTemplate = ⟦萬 Яёmöνέ 國⟧
|
|
1281
1281
|
# Label to add a template
|
|
1282
1282
|
boxui.metadataInstanceEditor.templateAdd = ⟦ Ąďď ⟧
|
|
1283
1283
|
# Placeholder to search for all templates
|
|
1284
|
-
boxui.metadataInstanceEditor.templateSearchPlaceholder = ⟦萬萬萬萬萬
|
|
1284
|
+
boxui.metadataInstanceEditor.templateSearchPlaceholder = ⟦萬萬萬萬萬 Ѕеαяĉн âļľ ţĕmΡļǻťėş 國國國國國⟧
|
|
1285
1285
|
# Text to indicate that we failed to fetch templates
|
|
1286
|
-
boxui.metadataInstanceEditor.templatesFetchFailed = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1286
|
+
boxui.metadataInstanceEditor.templatesFetchFailed = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ѕоґяγ! Ẃё çøûľď лôτ ƒêťĉĥ ťєmΡļåţёŝ. Pľеāŝе čоπťā¢ţ ўσüѓ ăďmіήíѕŧŗąťòŗ 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1287
1287
|
# Text to indicate that all the templates have been added
|
|
1288
|
-
boxui.metadataInstanceEditor.templatesNoRemainingTemplates = ⟦萬萬萬萬萬萬萬萬
|
|
1288
|
+
boxui.metadataInstanceEditor.templatesNoRemainingTemplates = ⟦萬萬萬萬萬萬萬萬 Âĺľ ŧёmΡĺάτεѕ нăνë ьέĕл åďďєď 國國國國國國國國⟧
|
|
1289
1289
|
# Text to indicate no templates found by searching
|
|
1290
|
-
boxui.metadataInstanceEditor.templatesNoResults = ⟦萬萬
|
|
1290
|
+
boxui.metadataInstanceEditor.templatesNoResults = ⟦萬萬 Иŏ Ѓëѕúļţѕ 國國⟧
|
|
1291
1291
|
# Text to indicate that the server has no templates
|
|
1292
|
-
boxui.metadataInstanceEditor.templatesServerHasNoTemplates = ⟦萬萬萬萬
|
|
1292
|
+
boxui.metadataInstanceEditor.templatesServerHasNoTemplates = ⟦萬萬萬萬 Ζêѓō ťĕmΡľąτêş 國國國國⟧
|
|
1293
1293
|
# Overall title of metadata
|
|
1294
|
-
boxui.metadataInstanceEditor.templatesTitle = ⟦萬萬
|
|
1294
|
+
boxui.metadataInstanceEditor.templatesTitle = ⟦萬萬 ŢεmΡľǻτèŝ 國國⟧
|
|
1295
1295
|
# Label for the add button for custom metadata
|
|
1296
|
-
boxui.metadataInstanceFields.customAdd = ⟦
|
|
1296
|
+
boxui.metadataInstanceFields.customAdd = ⟦ Άďď ⟧
|
|
1297
1297
|
# Label for the remove button for custom metadata
|
|
1298
|
-
boxui.metadataInstanceFields.customRemove = ⟦萬
|
|
1298
|
+
boxui.metadataInstanceFields.customRemove = ⟦萬 Яеmŏνè 國⟧
|
|
1299
1299
|
# Text to indicate to select one or more values from dropdown list
|
|
1300
|
-
boxui.metadataInstanceFields.fieldMultiSelectValue = ⟦萬萬萬
|
|
1300
|
+
boxui.metadataInstanceFields.fieldMultiSelectValue = ⟦萬萬萬 Ѕéľê¢ť Vãĺùęş 國國國⟧
|
|
1301
1301
|
# Text to indicate no value exists
|
|
1302
|
-
boxui.metadataInstanceFields.fieldNoValue = ⟦萬萬
|
|
1302
|
+
boxui.metadataInstanceFields.fieldNoValue = ⟦萬萬 Ñô Vǻļûé 國國⟧
|
|
1303
1303
|
# Text to indicate to select a value from drop down list
|
|
1304
|
-
boxui.metadataInstanceFields.fieldSelectValue = ⟦萬萬萬
|
|
1304
|
+
boxui.metadataInstanceFields.fieldSelectValue = ⟦萬萬萬 Ѕĕĺęčŧ Vάľµė 國國國⟧
|
|
1305
1305
|
# Text to indicate to set a date
|
|
1306
|
-
boxui.metadataInstanceFields.fieldSetDate = ⟦萬萬
|
|
1306
|
+
boxui.metadataInstanceFields.fieldSetDate = ⟦萬萬 Ŝéτ Ďäťе 國國⟧
|
|
1307
1307
|
# Text to indicate to set a value
|
|
1308
|
-
boxui.metadataInstanceFields.fieldSetValue = ⟦萬萬
|
|
1308
|
+
boxui.metadataInstanceFields.fieldSetValue = ⟦萬萬 Śēŧ Våľŭě 國國⟧
|
|
1309
1309
|
# Error message displayed if the template has an field type we don't recognize
|
|
1310
|
-
boxui.metadataInstanceFields.invalidMetadataFieldType = ⟦萬萬萬萬萬萬萬萬
|
|
1310
|
+
boxui.metadataInstanceFields.invalidMetadataFieldType = ⟦萬萬萬萬萬萬萬萬 Ілνάļïď mēťāďãţã ƒїēľď ŧУΡέ! 國國國國國國國國⟧
|
|
1311
1311
|
# Button to get back inside modal
|
|
1312
|
-
boxui.modalDialog.backModalText = ⟦萬
|
|
1312
|
+
boxui.modalDialog.backModalText = ⟦萬 Бáčк 國⟧
|
|
1313
1313
|
# Button to close modal
|
|
1314
|
-
boxui.modalDialog.closeModalText = ⟦萬萬萬
|
|
1314
|
+
boxui.modalDialog.closeModalText = ⟦萬萬萬 Ĉļŏśĕ Мőďãľ 國國國⟧
|
|
1315
1315
|
# Text shown on button to close the modal used to create a new folder
|
|
1316
|
-
boxui.newFolderModal.cancel = ⟦萬
|
|
1316
|
+
boxui.newFolderModal.cancel = ⟦萬 Ĉáήċєĺ 國⟧
|
|
1317
1317
|
# Text shown on button to create a new folder
|
|
1318
|
-
boxui.newFolderModal.create = ⟦萬
|
|
1318
|
+
boxui.newFolderModal.create = ⟦萬 Ćřëǻŧè 國⟧
|
|
1319
1319
|
# Label text shown on top of the folder name input when creating a new folder
|
|
1320
|
-
boxui.newFolderModal.folderName.label = ⟦萬萬萬
|
|
1320
|
+
boxui.newFolderModal.folderName.label = ⟦萬萬萬 ₣ôľďėѓ Ŋämë 國國國⟧
|
|
1321
1321
|
# Placeholder text shown in the folder name input when creating a new folder
|
|
1322
|
-
boxui.newFolderModal.folderName.placeholder = ⟦萬萬萬
|
|
1322
|
+
boxui.newFolderModal.folderName.placeholder = ⟦萬萬萬 Μγ Ňєŵ ₣όľďĕг 國國國⟧
|
|
1323
1323
|
# Title shown in the modal used to create a new folder. "parentFolderName" should not be translated
|
|
1324
|
-
boxui.newFolderModal.title = ⟦萬萬萬萬萬萬萬萬
|
|
1324
|
+
boxui.newFolderModal.title = ⟦萬萬萬萬萬萬萬萬 Čѓęăťę à Иęщ ₣òļďèґ įń "{parentFolderName}" 國國國國國國國國⟧
|
|
1325
1325
|
# Button to clear notification
|
|
1326
|
-
boxui.notification.clearNotification = ⟦萬萬萬萬萬
|
|
1326
|
+
boxui.notification.clearNotification = ⟦萬萬萬萬萬 Čĺёäя Йöŧĩƒі¢äτіòņ 國國國國國⟧
|
|
1327
1327
|
# Description for when someone last viewed a document less than a minute ago
|
|
1328
|
-
boxui.presence.accessedInTheLastMinute = ⟦萬萬萬萬萬萬萬萬 V
|
|
1328
|
+
boxui.presence.accessedInTheLastMinute = ⟦萬萬萬萬萬萬萬萬 Vįёώêď ļέşѕ τĥàŋ ä mĩήűŧě åğő 國國國國國國國國⟧
|
|
1329
1329
|
# Description for someone who is currently viewing or editing a document
|
|
1330
|
-
boxui.presence.activeNow = ⟦萬萬
|
|
1330
|
+
boxui.presence.activeNow = ⟦萬萬 Åçτïνê иŏω 國國⟧
|
|
1331
1331
|
# Description for when someone last commented on a document less than a minute ago
|
|
1332
|
-
boxui.presence.commentedIntheLastMinute = ⟦萬萬萬萬萬萬萬萬萬
|
|
1332
|
+
boxui.presence.commentedIntheLastMinute = ⟦萬萬萬萬萬萬萬萬萬 Čоmmęņŧèď ļĕşş ťħàл ä mіήűŧĕ âĝσ 國國國國國國國國國⟧
|
|
1333
1333
|
# Text on button to get shared link for the item
|
|
1334
|
-
boxui.presence.getLinkButton = ⟦萬萬
|
|
1334
|
+
boxui.presence.getLinkButton = ⟦萬萬 Ğêŧ Ľįиκ 國國⟧
|
|
1335
1335
|
# Text on button to invite collaborators to this item
|
|
1336
|
-
boxui.presence.inviteButton = ⟦萬萬萬
|
|
1336
|
+
boxui.presence.inviteButton = ⟦萬萬萬 Іπνϊŧє PěσΡľě 國國國⟧
|
|
1337
1337
|
# Description for when someone last edited a document less than a minute ago
|
|
1338
|
-
boxui.presence.modifiedIntheLastMinute = ⟦萬萬萬萬萬萬萬萬
|
|
1338
|
+
boxui.presence.modifiedIntheLastMinute = ⟦萬萬萬萬萬萬萬萬 Èďїťέď ĺєŝŝ τĥăń à mĭņμτе ãĝò 國國國國國國國國⟧
|
|
1339
1339
|
# Text for link at footer of the Recent Activity panel
|
|
1340
|
-
boxui.presence.previewPresenceFlyoutAccessStatsLink = ⟦萬萬萬萬
|
|
1340
|
+
boxui.presence.previewPresenceFlyoutAccessStatsLink = ⟦萬萬萬萬 Śéє άĺĺ ăćťїνīţŷ 國國國國⟧
|
|
1341
1341
|
# Text on button embedded within tooltip that is visible on page load
|
|
1342
|
-
boxui.presence.previewPresenceFlyoutActivityCTA = ⟦萬萬萬萬萬 V
|
|
1342
|
+
boxui.presence.previewPresenceFlyoutActivityCTA = ⟦萬萬萬萬萬 Vïеш Řεсëʼnť Ǻсτíνϊţÿ 國國國國國⟧
|
|
1343
1343
|
# Tooltip text visible on page load, to prompt the user to press a button to view activity
|
|
1344
|
-
boxui.presence.previewPresenceFlyoutCopy = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Q
|
|
1344
|
+
boxui.presence.previewPresenceFlyoutCopy = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Qцįçķĺÿ ѕêє ωнό нäś ĉõmmεņŧεď őŋ, єďîţëď, øг νìèщèď ţнíŝ ƒĭĺè. 國國國國國國國國國國國國國國國國國國⟧
|
|
1345
1345
|
# Description for when someone last previewed a document less than a minute ago
|
|
1346
|
-
boxui.presence.previewedIntheLastMinute = ⟦萬萬萬萬萬萬萬萬萬 P
|
|
1346
|
+
boxui.presence.previewedIntheLastMinute = ⟦萬萬萬萬萬萬萬萬萬 Pŕєνιėẁęď ľèşş τĥāʼn â mïʼnúťę âġó 國國國國國國國國國⟧
|
|
1347
1347
|
# Header on presence dropdown list that represents recent activity on the item
|
|
1348
|
-
boxui.presence.recentActivity = ⟦萬萬萬萬
|
|
1348
|
+
boxui.presence.recentActivity = ⟦萬萬萬萬 Γéćêπŧ Ǻĉτįνĭţý 國國國國⟧
|
|
1349
1349
|
# Description for when someone last viewed a document, {timeAgo} is a relative time like 2 months ago
|
|
1350
|
-
boxui.presence.timeSinceLastAccessed = ⟦萬萬萬 V
|
|
1350
|
+
boxui.presence.timeSinceLastAccessed = ⟦萬萬萬 Vïεŵéď {timeAgo} 國國國⟧
|
|
1351
1351
|
# Description for when someone last commented on a document, {timeAgo} is a relative time like 2 months ago
|
|
1352
|
-
boxui.presence.timeSinceLastCommented = ⟦萬萬萬萬
|
|
1352
|
+
boxui.presence.timeSinceLastCommented = ⟦萬萬萬萬 Çőmméлŧēď {timeAgo} 國國國國⟧
|
|
1353
1353
|
# Description for when someone last edited a document, {timeAgo} is a relative time like 2 months ago
|
|
1354
|
-
boxui.presence.timeSinceLastModified = ⟦萬萬萬
|
|
1354
|
+
boxui.presence.timeSinceLastModified = ⟦萬萬萬 Ëďĭťéď {timeAgo} 國國國⟧
|
|
1355
1355
|
# Description for when someone last previewed a document, {timeAgo} is a relative time like 2 months ago
|
|
1356
|
-
boxui.presence.timeSinceLastPreviewed = ⟦萬萬萬萬 P
|
|
1356
|
+
boxui.presence.timeSinceLastPreviewed = ⟦萬萬萬萬 Přĕνìēώęď {timeAgo} 國國國國⟧
|
|
1357
1357
|
# Description of the button to toggle the presence overlay with recent activity
|
|
1358
|
-
boxui.presence.toggleButtonLabel = ⟦萬萬萬萬
|
|
1358
|
+
boxui.presence.toggleButtonLabel = ⟦萬萬萬萬 Řėĉèήτ Αсŧїνíťγ 國國國國⟧
|
|
1359
1359
|
# Text on the add filter button, on click generates another filter row
|
|
1360
|
-
boxui.queryBar.addFilterButtonText = ⟦萬萬萬 +
|
|
1360
|
+
boxui.queryBar.addFilterButtonText = ⟦萬萬萬 + Άďď ₣ĭļţėŕ 國國國⟧
|
|
1361
1361
|
# Text on the apply filter button, on click applies the filters
|
|
1362
|
-
boxui.queryBar.applyFiltersButtonText = ⟦萬
|
|
1362
|
+
boxui.queryBar.applyFiltersButtonText = ⟦萬 ĄΡΡĺỳ 國⟧
|
|
1363
1363
|
# Text on the columns button, on click opens a menu which allows users to choose which columns to render
|
|
1364
|
-
boxui.queryBar.columnsButtonText = ⟦萬萬
|
|
1364
|
+
boxui.queryBar.columnsButtonText = ⟦萬萬 Čσĺümʼnѕ 國國⟧
|
|
1365
1365
|
# Text on the columns button, if one or more columns have been hidden then it will display this text
|
|
1366
|
-
boxui.queryBar.columnsHiddenButtonText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {1
|
|
1366
|
+
boxui.queryBar.columnsHiddenButtonText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {1 Ĉòļũmή Ĥїďďēл} other {{count} Ĉøļůmňѕ Ηίďďėη}} 國國國國國國國國國國國國國國⟧
|
|
1367
1367
|
# Text on the connector dropdown, on click should open a dropdown showing either AND or OR
|
|
1368
|
-
boxui.queryBar.connectorAndText = ⟦
|
|
1368
|
+
boxui.queryBar.connectorAndText = ⟦ ĂÑÐ ⟧
|
|
1369
1369
|
# Text on the connector dropdown, on click should open a dropdown showing either AND or OR
|
|
1370
|
-
boxui.queryBar.connectorOrText = ⟦
|
|
1370
|
+
boxui.queryBar.connectorOrText = ⟦ ÒЃ ⟧
|
|
1371
1371
|
# Text on the label, the first condition will show WHERE
|
|
1372
|
-
boxui.queryBar.connectorWhereText = ⟦萬
|
|
1372
|
+
boxui.queryBar.connectorWhereText = ⟦萬 ẂΗĖЯЕ 國⟧
|
|
1373
1373
|
# Text on the filters button, on click opens a menu which allows users to filter through the files
|
|
1374
|
-
boxui.queryBar.filtersButtonText = ⟦萬萬萬萬
|
|
1374
|
+
boxui.queryBar.filtersButtonText = ⟦萬萬萬萬 Μσďíƒγ ₣ìĺţėŗѕ 國國國國⟧
|
|
1375
1375
|
# Header text shown in template dropdown
|
|
1376
|
-
boxui.queryBar.metadataViewTemplateListHeaderTitle = ⟦萬萬萬萬萬
|
|
1376
|
+
boxui.queryBar.metadataViewTemplateListHeaderTitle = ⟦萬萬萬萬萬 ΜĘŦĀÐĄŢΆ ŦЁΜPĽĄŦÉŞ 國國國國國⟧
|
|
1377
1377
|
# Text on the filters button, will display a number in front of the filters text indicating how many filters are applied
|
|
1378
|
-
boxui.queryBar.multipleFiltersButtonText = ⟦萬萬萬 {number}
|
|
1378
|
+
boxui.queryBar.multipleFiltersButtonText = ⟦萬萬萬 {number} ₣įĺτеяѕ 國國國⟧
|
|
1379
1379
|
# Text on the filters dropdown that is displayed when no filters have been inserted
|
|
1380
|
-
boxui.queryBar.noFiltersAppliedText = ⟦萬萬萬萬萬
|
|
1380
|
+
boxui.queryBar.noFiltersAppliedText = ⟦萬萬萬萬萬 Йŏ ₣ϊĺŧèŕş ĄΡΡľíёď 國國國國國⟧
|
|
1381
1381
|
# Text on the templates button when templates have been loaded and there are no templates in the enterprise
|
|
1382
|
-
boxui.queryBar.noTemplatesText = ⟦萬萬萬萬萬萬
|
|
1382
|
+
boxui.queryBar.noTemplatesText = ⟦萬萬萬萬萬萬 Ñο ŦęmΡĺãŧέś Äνǻíļàьļέ 國國國國國國⟧
|
|
1383
1383
|
# Placeholder text on the value button, on click should open a dropdown
|
|
1384
|
-
boxui.queryBar.selectValuePlaceholderText = ⟦萬萬萬
|
|
1384
|
+
boxui.queryBar.selectValuePlaceholderText = ⟦萬萬萬 Śėľеçţ νãľũè 國國國⟧
|
|
1385
1385
|
# Text on the templates button, on click opens a menu which allows users to select a metadata templates
|
|
1386
|
-
boxui.queryBar.templatesButtonText = ⟦萬萬萬萬
|
|
1386
|
+
boxui.queryBar.templatesButtonText = ⟦萬萬萬萬 Şєļêĉτ Мéťąďαŧą 國國國國⟧
|
|
1387
1387
|
# Text on the templates button when templates are still being loaded
|
|
1388
|
-
boxui.queryBar.templatesLoadingButtonText = ⟦萬萬萬
|
|
1388
|
+
boxui.queryBar.templatesLoadingButtonText = ⟦萬萬萬 ΤēmΡĺãτě Ñàmė 國國國⟧
|
|
1389
1389
|
# Text displayed on the Tooltip for an input field
|
|
1390
|
-
boxui.queryBar.tooltipEnterValueError = ⟦萬萬萬萬萬
|
|
1390
|
+
boxui.queryBar.tooltipEnterValueError = ⟦萬萬萬萬萬 Pľěαŝé Ëпτéѓ ǻ Vàļùë 國國國國國⟧
|
|
1391
1391
|
# Text displayed on the Tooltip for an input field of type float
|
|
1392
|
-
boxui.queryBar.tooltipInvalidFloatError = ⟦萬萬萬萬萬萬萬萬
|
|
1392
|
+
boxui.queryBar.tooltipInvalidFloatError = ⟦萬萬萬萬萬萬萬萬 Pĺėāŝê Έņŧèґ å Ďĕċĭmãļ Ńúmьėř 國國國國國國國國⟧
|
|
1393
1393
|
# Text displayed on the Tooltip for an input field of type number
|
|
1394
|
-
boxui.queryBar.tooltipInvalidNumberError = ⟦萬萬萬萬萬萬
|
|
1394
|
+
boxui.queryBar.tooltipInvalidNumberError = ⟦萬萬萬萬萬萬 Pľęǻŝë Ėήţєя àń Ìйţĕğέг 國國國國國國⟧
|
|
1395
1395
|
# Text displayed on the Tooltip for a date field
|
|
1396
|
-
boxui.queryBar.tooltipSelectDateError = ⟦萬萬萬萬萬 P
|
|
1396
|
+
boxui.queryBar.tooltipSelectDateError = ⟦萬萬萬萬萬 Pļєãśė Ѕēľєсτ ã Ðãţè 國國國國國⟧
|
|
1397
1397
|
# Text displayed on the Tooltip for a value field
|
|
1398
|
-
boxui.queryBar.tooltipSelectValueError = ⟦萬萬萬萬萬萬 P
|
|
1398
|
+
boxui.queryBar.tooltipSelectValueError = ⟦萬萬萬萬萬萬 Pļĕãѕė Şеļєčŧ à Vàľüё 國國國國國國⟧
|
|
1399
1399
|
# Icon title for a Box item of type bookmark or web-link
|
|
1400
|
-
boxui.quickSearch.bookmark = ⟦萬萬
|
|
1400
|
+
boxui.quickSearch.bookmark = ⟦萬萬 Βŏοκmàŗĸ 國國⟧
|
|
1401
1401
|
# Icon title for a Box item of type folder that has collaborators
|
|
1402
|
-
boxui.quickSearch.collaboratedFolder = ⟦萬萬萬萬萬
|
|
1402
|
+
boxui.quickSearch.collaboratedFolder = ⟦萬萬萬萬萬 Ćоľĺåвòґάţêď ₣øļďéґ 國國國國國⟧
|
|
1403
1403
|
# Icon title for a Box item of type folder that has collaborators outside of the user's enterprise
|
|
1404
|
-
boxui.quickSearch.externalFolder = ⟦萬萬萬萬
|
|
1404
|
+
boxui.quickSearch.externalFolder = ⟦萬萬萬萬 Εхτёяиåĺ ₣σĺďèѓ 國國國國⟧
|
|
1405
1405
|
# Icon title for a Box item of type file
|
|
1406
|
-
boxui.quickSearch.file = ⟦萬
|
|
1406
|
+
boxui.quickSearch.file = ⟦萬 ₣ïļë 國⟧
|
|
1407
1407
|
# Title for a parent folder icon next to the name of the parent folder for a quick search result item
|
|
1408
|
-
boxui.quickSearch.parentFolder = ⟦萬萬萬 P
|
|
1408
|
+
boxui.quickSearch.parentFolder = ⟦萬萬萬 Páяέлţ ₣õĺďεґ 國國國⟧
|
|
1409
1409
|
# Icon title for a Box item of type folder that is private and has no collaborators
|
|
1410
|
-
boxui.quickSearch.personalFolder = ⟦萬萬萬萬 P
|
|
1410
|
+
boxui.quickSearch.personalFolder = ⟦萬萬萬萬 Pєřѕσπáľ ₣őľďēг 國國國國⟧
|
|
1411
1411
|
# Text for a quick search result describing the date when the user last updated the item
|
|
1412
|
-
boxui.quickSearch.updatedText = ⟦萬萬萬萬 {date, date, medium}
|
|
1412
|
+
boxui.quickSearch.updatedText = ⟦萬萬萬萬 {date, date, medium} ьŷ {user} 國國國國⟧
|
|
1413
1413
|
# Statement describing when and who last updated a quick search result item, capitalize if appropriate
|
|
1414
|
-
boxui.quickSearch.updatedTextToday = ⟦萬萬萬萬
|
|
1414
|
+
boxui.quickSearch.updatedTextToday = ⟦萬萬萬萬 Τōďäý ьý {user} 國國國國⟧
|
|
1415
1415
|
# Statement describing when and who last updated a quick search result item, capitalize if appropriate
|
|
1416
|
-
boxui.quickSearch.updatedTextYesterday = ⟦萬萬萬萬萬
|
|
1416
|
+
boxui.quickSearch.updatedTextYesterday = ⟦萬萬萬萬萬 Ỳеѕťєŕďåỳ вŷ {user} 國國國國國⟧
|
|
1417
1417
|
# The time that an event occurred
|
|
1418
1418
|
boxui.readableTime.eventTime = ⟦萬 {time, date, medium} 國⟧
|
|
1419
1419
|
# The time that an event occurred at a given date with the year included
|
|
1420
|
-
boxui.readableTime.eventTimeDate = ⟦萬萬萬萬 {time, date, medium}
|
|
1420
|
+
boxui.readableTime.eventTimeDate = ⟦萬萬萬萬 {time, date, medium} âτ {time, time, short} 國國國國⟧
|
|
1421
1421
|
# The time that an event occurred at a given date without the year included
|
|
1422
|
-
boxui.readableTime.eventTimeDateShort = ⟦萬萬萬萬 {date}
|
|
1422
|
+
boxui.readableTime.eventTimeDateShort = ⟦萬萬萬萬 {date} άţ {time, time, short} 國國國國⟧
|
|
1423
1423
|
# The time that an event occurred today
|
|
1424
|
-
boxui.readableTime.eventTimeToday = ⟦萬萬萬萬
|
|
1424
|
+
boxui.readableTime.eventTimeToday = ⟦萬萬萬萬 ΤόďåУ áτ {time, time, short} 國國國國⟧
|
|
1425
1425
|
# The time that an event occurred at a given date with the weekday included
|
|
1426
1426
|
boxui.readableTime.eventTimeWeekdayLong = ⟦萬萬萬 {weekday}, {time, date, medium} 國國國⟧
|
|
1427
1427
|
# The time that an event occurred yesterday
|
|
1428
|
-
boxui.readableTime.eventTimeYesterday = ⟦萬萬萬萬萬
|
|
1428
|
+
boxui.readableTime.eventTimeYesterday = ⟦萬萬萬萬萬 Υеşţēřďâў άτ {time, time, short} 國國國國國⟧
|
|
1429
1429
|
# Title for a clear button
|
|
1430
|
-
boxui.searchForm.clearButtonTitle = ⟦萬
|
|
1430
|
+
boxui.searchForm.clearButtonTitle = ⟦萬 Ċļєαґ 國⟧
|
|
1431
1431
|
# Title for a search button
|
|
1432
|
-
boxui.searchForm.searchButtonTitle = ⟦萬
|
|
1432
|
+
boxui.searchForm.searchButtonTitle = ⟦萬 Ѕėãѓĉĥ 國⟧
|
|
1433
1433
|
# Label for a search input
|
|
1434
|
-
boxui.searchForm.searchLabel = ⟦萬萬萬
|
|
1434
|
+
boxui.searchForm.searchLabel = ⟦萬萬萬 Śëáяćĥ qüĕґý 國國國⟧
|
|
1435
1435
|
# Instructional message displayed on the embed widget security drag-drop game for screen readers
|
|
1436
|
-
boxui.securityCloudGame.accessibilityInstructions = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1436
|
+
boxui.securityCloudGame.accessibilityInstructions = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ₣ōѓ ŝĕčűŕíŧў ΡµŗΡòѕěş, Ρľěąŝέ ďřǻğ ŧĥε ċľøûď όьĵέċτ øňτό ţĥé ţàяġēτ. Ỳôű άѓė óи α {row} ьỳ {column} ğřїď ẃїţħ ă mőνąвĺĕ ċľόцď óьĵě¢τ άпď ǻ ťǻŕĝēť αґéã. Pŗέşś şΡǻсëвàř ţó ĝřàв ťĥє ¢ĺõůď όьĵĕčţ, άŕŕøẁ ĸêўś ţö mõνĕ, ãπď şΡάсēвâя ţø ďřόΡ öи ŧнě ţāѓĝέτ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1437
1437
|
# Message for the screen reader to tell when user drop the cloud.
|
|
1438
|
-
boxui.securityCloudGame.cloudDropped = ⟦萬萬萬萬萬萬
|
|
1438
|
+
boxui.securityCloudGame.cloudDropped = ⟦萬萬萬萬萬萬 Ĉļöūď òьĵëċţ ďѓόΡΡèď. 國國國國國國⟧
|
|
1439
1439
|
# Message for the screen reader to tell when user grab the cloud.
|
|
1440
|
-
boxui.securityCloudGame.cloudGrabbed = ⟦萬萬萬萬萬萬
|
|
1440
|
+
boxui.securityCloudGame.cloudGrabbed = ⟦萬萬萬萬萬萬 Çľōμď όвĵéсŧ ĝгαввεď. 國國國國國國⟧
|
|
1441
1441
|
# White cloud title.
|
|
1442
|
-
boxui.securityCloudGame.cloudObject = ⟦萬萬萬
|
|
1442
|
+
boxui.securityCloudGame.cloudObject = ⟦萬萬萬 Ĉļоцď овĵěčτ 國國國⟧
|
|
1443
1443
|
# Message for the screen reader to tell the current position of the cloud.
|
|
1444
|
-
boxui.securityCloudGame.currentPosition = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1444
|
+
boxui.securityCloudGame.currentPosition = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Çцřѓёŋť Ρòşιŧìŏņ: Řóẁ {row}, Čόľцmи {column}. 國國國國國國國國國國國國⟧
|
|
1445
1445
|
# Instructional message displayed on the embed widget security drag-drop game
|
|
1446
|
-
boxui.securityCloudGame.instructions = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1446
|
+
boxui.securityCloudGame.instructions = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ₣оř şěċúгĩťў ΡũяΡσѕёŝ, Ρĺéãśе ďřāġ ŧнê ŵнίτе ćļôùď øńţō ťĥê ďáѓκ сľõûď. Κєўвōāŗď ųѕēяś: Pґęśŝ ŝΡâćέьāѓ ŧо ğяάь ŧħě čĺøûď, αѓřοώ ĸėУś ţő mоνè, ǻʼnď ŝΡǻčėвáŕ τò ďŗőΡ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1447
1447
|
# Message for the screen reader to tell when the cloud hits the bottom edge of game board.
|
|
1448
|
-
boxui.securityCloudGame.reachBottomEdge = ⟦萬萬萬萬萬萬萬萬
|
|
1448
|
+
boxui.securityCloudGame.reachBottomEdge = ⟦萬萬萬萬萬萬萬萬 Яëąĉнέď ьоťτóm éďĝë óƒ ġгîď. 國國國國國國國國⟧
|
|
1449
1449
|
# Message for the screen reader to tell when the cloud hits the left edge of game board.
|
|
1450
|
-
boxui.securityCloudGame.reachLeftEdge = ⟦萬萬萬萬萬萬萬
|
|
1450
|
+
boxui.securityCloudGame.reachLeftEdge = ⟦萬萬萬萬萬萬萬 Ŗéâ¢ĥëď ĺèƒť ėďĝê őƒ ġѓįď. 國國國國國國國⟧
|
|
1451
1451
|
# Message for the screen reader to tell when the cloud hits the right edge of game board.
|
|
1452
|
-
boxui.securityCloudGame.reachRightEdge = ⟦萬萬萬萬萬萬萬萬
|
|
1452
|
+
boxui.securityCloudGame.reachRightEdge = ⟦萬萬萬萬萬萬萬萬 Ŕέåċнěď гĩğĥŧ έďĝē σƒ ġґіď. 國國國國國國國國⟧
|
|
1453
1453
|
# Message for the screen reader to tell when the cloud hits the top edge of game board.
|
|
1454
|
-
boxui.securityCloudGame.reachTopEdge = ⟦萬萬萬萬萬萬萬
|
|
1454
|
+
boxui.securityCloudGame.reachTopEdge = ⟦萬萬萬萬萬萬萬 Ŕėάçĥēď τôΡ ēďĝė σƒ ĝřîď. 國國國國國國國⟧
|
|
1455
1455
|
# Success message shown when a user successfully drags the cloud into position.
|
|
1456
|
-
boxui.securityCloudGame.success = ⟦萬萬
|
|
1456
|
+
boxui.securityCloudGame.success = ⟦萬萬 Śцčċёşş! 國國⟧
|
|
1457
1457
|
# Target dark cloud title.
|
|
1458
|
-
boxui.securityCloudGame.target = ⟦萬
|
|
1458
|
+
boxui.securityCloudGame.target = ⟦萬 Ťάŕġēť 國⟧
|
|
1459
1459
|
# Message for the screen reader to tell when the white cloud overlaps with the target cloud.
|
|
1460
|
-
boxui.securityCloudGame.targetInRange = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1460
|
+
boxui.securityCloudGame.targetInRange = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţāґğěŧ іи ŗåňĝè, ŷôū ćǻʼn ďгόΡ ŧĥê сĺőúď όьĵĕćŧ. 國國國國國國國國國國國國國國⟧
|
|
1461
1461
|
# Message for the screen reader to tell the position of the target.
|
|
1462
|
-
boxui.securityCloudGame.targetPosition = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1462
|
+
boxui.securityCloudGame.targetPosition = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ťářğёţ Ρőѕίτїõи: Ŗοώ {row}, Čоľцmη {column}. 國國國國國國國國國國國國⟧
|
|
1463
1463
|
# Name list of all applications download restriction applied to classification
|
|
1464
|
-
boxui.securityControls.allAppNames = ⟦萬萬萬萬萬萬
|
|
1464
|
+
boxui.securityControls.allAppNames = ⟦萬萬萬萬萬萬 Ǻľľ àΡΡĺĭ¢àťíøŋѕ: {appsList} 國國國國國國⟧
|
|
1465
1465
|
# Name list of all integrations download restriction applied to classification
|
|
1466
|
-
boxui.securityControls.allIntegrationNames = ⟦萬萬萬萬萬萬
|
|
1466
|
+
boxui.securityControls.allIntegrationNames = ⟦萬萬萬萬萬萬 Āĺľ ĩņŧèġѓàτїöŋѕ: {appsList} 國國國國國國⟧
|
|
1467
1467
|
# Bullet point that summarizes application download restriction applied to classification
|
|
1468
|
-
boxui.securityControls.appDownloadBlacklist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1468
|
+
boxui.securityControls.appDownloadBlacklist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďòωηļøąď ŕëśťřїĉťёď ƒøґ ѕōmé ãΡΡĺî¢åτĩσʼnѕ: {appNames} 國國國國國國國國國國國國國國⟧
|
|
1469
1469
|
# Bullet point that summarizes application download restriction applied to classification. This variation is used when the list of applications is longer than the configured threshold
|
|
1470
|
-
boxui.securityControls.appDownloadBlacklistOverflow = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1470
|
+
boxui.securityControls.appDownloadBlacklistOverflow = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðôώήľőáď ѓęŝţřї¢ţēď ƒőг şømĕ ǻΡΡļĩçãτίōлś: {appNames} +{remainingAppCount} mòŗё 國國國國國國國國國國國國國國國國國⟧
|
|
1471
1471
|
# Bullet point that summarizes application download restriction applied to classification
|
|
1472
|
-
boxui.securityControls.appDownloadRestricted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1472
|
+
boxui.securityControls.appDownloadRestricted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ďōŵŋļόåď яєśŧяí¢ŧёď ƒòŗ ŝømë ǻΡΡĺìċάŧĩŏпś. 國國國國國國國國國國國國⟧
|
|
1473
1473
|
# Bullet point that summarizes application download restriction applied to classification
|
|
1474
|
-
boxui.securityControls.appDownloadWhitelist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1474
|
+
boxui.securityControls.appDownloadWhitelist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Όňľγ śєľĕсτ āΡΡĺĭćäţîōлѕ ãŗě āļļошéď: {appNames} 國國國國國國國國國國國國⟧
|
|
1475
1475
|
# Bullet point that summarizes application download restriction applied to classification. This variation is used when the list of applications is longer than the configured threshold
|
|
1476
|
-
boxui.securityControls.appDownloadWhitelistOverflow = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1476
|
+
boxui.securityControls.appDownloadWhitelistOverflow = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ôпĺγ ѕєĺεċţ ãΡΡĺĩсάţĩóήѕ áгё ăĺļоẃëď: {appNames} +{remainingAppCount} mσŕē 國國國國國國國國國國國國國國國國⟧
|
|
1477
1477
|
# Bullet point that summarizes Box Sign request restrictions applied to items. Box Sign is a product name
|
|
1478
|
-
boxui.securityControls.boxSignRequestRestricted = ⟦萬萬萬萬萬萬萬
|
|
1478
|
+
boxui.securityControls.boxSignRequestRestricted = ⟦萬萬萬萬萬萬萬 Ŝίġл ѓέŝţѓïćŧįöйŝ ãΡΡľŷ. 國國國國國國國⟧
|
|
1479
1479
|
# Bullet point that summarizes desktop download restrictions applied to classification, when restriction applies to external users and managed users except Owners/Co-Owners. Box Drive is a product name and not translated
|
|
1480
|
-
boxui.securityControls.desktopDownloadExternalOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1480
|
+
boxui.securityControls.desktopDownloadExternalOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďοщήļôáď ŕěŝţŕїċτěď öʼn Βø× Ðŕìνę, éхċëΡť Øώпêяѕ/Ĉо-Όщиėяŝ. Āľѕо ŗĕŝţŗїĉťεď ƒôѓ ё×ťęґńâľ μśêѓş. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1481
1481
|
# Bullet point that summarizes desktop download restrictions applied to classification, when restriction applies to external users and managed users except Owners/Co-Owners/Editors. Box Drive is a product name and not translated
|
|
1482
|
-
boxui.securityControls.desktopDownloadExternalOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1482
|
+
boxui.securityControls.desktopDownloadExternalOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðοшиĺŏàď яєѕţяî¢τêď ŏл Βŏ× Ďгìνέ, ēхčёΡŧ Ǿẁňĕґş/Ćо-Οωňĕŗś/Εďìŧøѓѕ. Ǻĺśó яëşτґιčťєď ƒöг е×ŧєŗηàĺ цşěгŝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1483
1483
|
# Bullet point that summarizes desktop download restrictions applied to classification, when restriction applies to managed users except Owners/Co-Owners. Box Drive is a product name and not translated
|
|
1484
|
-
boxui.securityControls.desktopDownloadOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1484
|
+
boxui.securityControls.desktopDownloadOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðοщлľőåď ѓêśťгīсţεď όň βόх Ďґĭνē, é×ċèΡţ Òшπëѓş/Ćô-Οщŋєѓŝ. 國國國國國國國國國國國國國國國國國⟧
|
|
1485
1485
|
# Bullet point that summarizes desktop download restrictions applied to classification, when restriction applies to managed users except Owners/Co-Owners/Editors. Box Drive is a product name and not translated
|
|
1486
|
-
boxui.securityControls.desktopDownloadOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1486
|
+
boxui.securityControls.desktopDownloadOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďőшňļōåď яеşţŗі¢ţèď ōň Βó× Ďŗĭνê, ęхċеΡτ Øώйέřѕ/Ĉŏ-Őωиёгş/Ěďĭţōгѕ. 國國國國國國國國國國國國國國國國國國國⟧
|
|
1487
1487
|
# Bullet point that summarizes desktop download restrictions applied to classification, when restriction applies to external users. Box Drive is a product name and not translated
|
|
1488
|
-
boxui.securityControls.downloadExternal = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1488
|
+
boxui.securityControls.downloadExternal = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďøẁňľøâď ŗєѕτѓĭ¢ŧеď ŏл βò× Ďŕϊνє ƒоŗ ę×ŧēґŋăļ μşĕяś. 國國國國國國國國國國國國國國國⟧
|
|
1489
1489
|
# Bullet point that summarizes external collaboration blocked restriction applied to classification
|
|
1490
|
-
boxui.securityControls.externalCollabBlock = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
1490
|
+
boxui.securityControls.externalCollabBlock = ⟦萬萬萬萬萬萬萬萬萬萬 Ěхťęяŋâľ çŏľľαьóгáťìõń ŗеśτѓι¢ŧêď. 國國國國國國國國國國⟧
|
|
1491
1491
|
# Bullet point that summarizes external collaboration restriction applied to classification
|
|
1492
|
-
boxui.securityControls.externalCollabDomainList = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1492
|
+
boxui.securityControls.externalCollabDomainList = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ёхŧéŕŋáľ čőļļąвόŕāŧìöи ĺìmίτéď ŧõ άΡΡяøνėď ďömãίπś. 國國國國國國國國國國國國國國國⟧
|
|
1493
1493
|
# Bullet point that summarizes integration download restriction applied to classification
|
|
1494
|
-
boxui.securityControls.integrationDownloadAllowlist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1494
|
+
boxui.securityControls.integrationDownloadAllowlist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Òŋľŷ śêĺěċŧ ĩŋτεĝѓąţîōпś ąґє άľļőẁèď: {appNames} 國國國國國國國國國國國國⟧
|
|
1495
1495
|
# Bullet point that summarizes integration download restriction applied to classification. This variation is used when the list of integrations is longer than the configured threshold
|
|
1496
|
-
boxui.securityControls.integrationDownloadAllowlistOverflow = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1496
|
+
boxui.securityControls.integrationDownloadAllowlistOverflow = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Όńļỳ ŝèľëċτ įʼnŧèğѓáτīõйŝ αŕę ǻĺľōώέď: {appNames} +{remainingAppCount} mōгé 國國國國國國國國國國國國國國國國⟧
|
|
1497
1497
|
# Bullet point that summarizes integration download restriction applied to classification
|
|
1498
|
-
boxui.securityControls.integrationDownloadDenylist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1498
|
+
boxui.securityControls.integrationDownloadDenylist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďôŵηĺôáď ŕєśţŕϊčťĕď ƒσŗ śоmё їиţĕĝѓåτìŏлś: {appNames} 國國國國國國國國國國國國國國⟧
|
|
1499
1499
|
# Bullet point that summarizes integration download restriction applied to classification. This variation is used when the list of integrations is longer than the configured threshold
|
|
1500
|
-
boxui.securityControls.integrationDownloadDenylistOverflow = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1500
|
+
boxui.securityControls.integrationDownloadDenylistOverflow = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðòŵиĺоǻď ŕєŝŧřίċťèď ƒöѓ śòmë íπŧëğґäτĭóηŝ: {appNames} +{remainingAppCount} mοгè 國國國國國國國國國國國國國國國國國⟧
|
|
1501
1501
|
# Bullet point that summarizes integration download restriction applied to classification
|
|
1502
|
-
boxui.securityControls.integrationDownloadRestricted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1502
|
+
boxui.securityControls.integrationDownloadRestricted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ðŏщńľöåď геŝŧŕīčŧęď ƒøґ ŝσmë ĭňŧêğřăτíόπŝ. 國國國國國國國國國國國國⟧
|
|
1503
1503
|
# Bullet point that summarizes mobile download restrictions applied to classification, when restriction applies to external users
|
|
1504
|
-
boxui.securityControls.mobileDownloadExternal = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1504
|
+
boxui.securityControls.mobileDownloadExternal = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďσẁŋľōãď гěѕŧѓìĉτęď òŋ møвїĺє ƒōг ε×τėŕйąľ ûşĕгŝ. 國國國國國國國國國國國國國國⟧
|
|
1505
1505
|
# Bullet point that summarizes mobile download restrictions applied to classification, when restriction applies to external users and managed users except Owners/Co-Owners
|
|
1506
|
-
boxui.securityControls.mobileDownloadExternalOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1506
|
+
boxui.securityControls.mobileDownloadExternalOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďоώπĺőǻď ѓėѕţŕīсτęď οή mőьïļе, é×ĉěΡτ Òшņéяŝ/Čō-Ôŵņεѓŝ. Άļśø ŗєşτґіĉŧéď ƒōѓ ęםėŕпāľ ûѕėяş. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1507
1507
|
# Bullet point that summarizes mobile download restrictions applied to classification, when restriction applies to external users and managed users except Owners/Co-Owners/Editors
|
|
1508
|
-
boxui.securityControls.mobileDownloadExternalOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1508
|
+
boxui.securityControls.mobileDownloadExternalOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďόшπļōǻď яеŝŧřїсţêď ōʼn mőьіĺê, ĕх¢ēΡτ Őшņêгѕ/Čō-Οẃпēгѕ/Εďïťőŗѕ. Άľѕő гëѕτѓïċţèď ƒōŗ èхτêřлăľ úşėгŝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1509
1509
|
# Bullet point that summarizes mobile download restrictions applied to classification, when restriction applies to managed users except Owners/Co-Owners
|
|
1510
|
-
boxui.securityControls.mobileDownloadOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1510
|
+
boxui.securityControls.mobileDownloadOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďŏшήľόâď ѓέşŧгісťéď ôй môвĩľε, èхçέΡţ Òŵŋèѓŝ/Čσ-Őŵήεŕş. 國國國國國國國國國國國國國國國國⟧
|
|
1511
1511
|
# Bullet point that summarizes mobile download restrictions applied to classification, when restriction applies to managed users except Owners/Co-Owners/Editors
|
|
1512
|
-
boxui.securityControls.mobileDownloadOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1512
|
+
boxui.securityControls.mobileDownloadOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďσẃиļòǻď ѓέŝτгі¢ŧèď õй mόвιļë, ėхċêΡŧ Öŵήёřş/Ĉö-Øщňĕяş/Éďįťöгś. 國國國國國國國國國國國國國國國國國國⟧
|
|
1513
1513
|
# Description for modal to display classification and security controls details
|
|
1514
|
-
boxui.securityControls.modalDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1514
|
+
boxui.securityControls.modalDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĉļäşşïƒįсăτïőń ľąьєļŝ ďéƒîиέď вÿ ўöúг äďmîʼníѕŧґāťσг ċãŋ ьě űѕêď ŧō ļάьеľ çоņťěņţ ąйď αΡΡĺỳ śєćцŕϊτý Ρōľίčìēş. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1515
1515
|
# Title for modal to display classification and security controls details
|
|
1516
|
-
boxui.securityControls.modalTitle = ⟦萬萬萬萬萬萬萬萬萬 V
|
|
1516
|
+
boxui.securityControls.modalTitle = ⟦萬萬萬萬萬萬萬萬萬 Vίеẃ Čĺαѕşїƒίćάťīòπ ƒőŗ “{itemName}” 國國國國國國國國國⟧
|
|
1517
1517
|
# Label displayed above the security restrictions on the file due to the classification label and associated policies.
|
|
1518
|
-
boxui.securityControls.securityControlsLabel = ⟦萬萬萬
|
|
1518
|
+
boxui.securityControls.securityControlsLabel = ⟦萬萬萬 Яêşťґïçţїøйŝ 國國國⟧
|
|
1519
1519
|
# Bullet point that summarizes collaborators shared link restriction applied to classification
|
|
1520
|
-
boxui.securityControls.sharingCollabAndCompanyOnly = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1520
|
+
boxui.securityControls.sharingCollabAndCompanyOnly = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Şĥåřėď ļíпĸѕ ¢āήйøť ьè mǻďê Ρūьļìċľў äçĉėŝѕìвļĕ. 國國國國國國國國國國國國國國⟧
|
|
1521
1521
|
# Bullet point that summarizes shared link restriction applied to classification
|
|
1522
|
-
boxui.securityControls.sharingCollabOnly = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1522
|
+
boxui.securityControls.sharingCollabOnly = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝħáґëď ľіήĸѕ áĺĺσẃêď ƒõг ćőľĺåвŏгãţоѓş σηļỳ. 國國國國國國國國國國國國國⟧
|
|
1523
1523
|
# Short summary displayed for classification when an application download restriction is applied to it
|
|
1524
|
-
boxui.securityControls.shortApp = ⟦萬萬萬萬萬萬萬萬
|
|
1524
|
+
boxui.securityControls.shortApp = ⟦萬萬萬萬萬萬萬萬 ÄΡΡĺїċαŧίôй ґëşτřïčţϊőŋŝ åΡΡļÿ 國國國國國國國國⟧
|
|
1525
1525
|
# Short summary displayed for items when both app download and Sign restrictions are applied to them. Box Sign is a product name
|
|
1526
|
-
boxui.securityControls.shortAppSign = ⟦萬萬萬萬萬萬萬萬萬
|
|
1526
|
+
boxui.securityControls.shortAppSign = ⟦萬萬萬萬萬萬萬萬萬 ÂΡΡ ãŋď Ŝιĝń ŗëśţґíçτīòйś âΡΡľγ 國國國國國國國國國⟧
|
|
1527
1527
|
# Short summary displayed for classification when a download restriction is applied to it
|
|
1528
|
-
boxui.securityControls.shortDownload = ⟦萬萬萬萬萬萬萬萬
|
|
1528
|
+
boxui.securityControls.shortDownload = ⟦萬萬萬萬萬萬萬萬 Ďõщпĺòăď ґëşŧґíсťïőńŝ ăΡΡľУ 國國國國國國國國⟧
|
|
1529
1529
|
# Short summary displayed for classification when both download and app download restrictions are applied to it
|
|
1530
|
-
boxui.securityControls.shortDownloadApp = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
1530
|
+
boxui.securityControls.shortDownloadApp = ⟦萬萬萬萬萬萬萬萬萬萬 Ďôωиļōâď àŋď άΡΡ ŗĕѕţгϊċťιöņş ãΡΡļỳ 國國國國國國國國國國⟧
|
|
1531
1531
|
# Short summary displayed for items when download, app download and Sign restrictions are applied to them. Box Sign is a product name
|
|
1532
|
-
boxui.securityControls.shortDownloadAppSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1532
|
+
boxui.securityControls.shortDownloadAppSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ďôωήľøäď, ǻΡΡ áńď Şіğп ŕĕѕţŗĭćτίоʼnş ãΡΡľỳ 國國國國國國國國國國國國⟧
|
|
1533
1533
|
# Short summary displayed for classification when both download and integration download restrictions are applied to it
|
|
1534
|
-
boxui.securityControls.shortDownloadIntegration = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1534
|
+
boxui.securityControls.shortDownloadIntegration = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ďοщηľöǻď άńď ĭņτēğяãţίōň гěѕťгίçτίόπś áΡΡĺý 國國國國國國國國國國國國⟧
|
|
1535
1535
|
# Short summary displayed for items when download, integration download and Sign restrictions are applied to them. Box Sign is a product name
|
|
1536
|
-
boxui.securityControls.shortDownloadIntegrationSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1536
|
+
boxui.securityControls.shortDownloadIntegrationSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðőшηĺōāď, ίņτèğґåţĩöπ àηď Ѕĩġń ŕéѕŧŕϊçťįøлś αΡΡļў 國國國國國國國國國國國國國國⟧
|
|
1537
1537
|
# Short summary displayed for items when both download and Sign restrictions are applied to them. Box Sign is a product name
|
|
1538
|
-
boxui.securityControls.shortDownloadSign = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
1538
|
+
boxui.securityControls.shortDownloadSign = ⟦萬萬萬萬萬萬萬萬萬萬 Ďõшήļôąď ăήď Śιĝπ яêşţřìсťįôňś άΡΡľУ 國國國國國國國國國國⟧
|
|
1539
1539
|
# Short summary displayed for classification when an integration download restriction is applied to it
|
|
1540
|
-
boxui.securityControls.shortIntegration = ⟦萬萬萬萬萬萬萬萬
|
|
1540
|
+
boxui.securityControls.shortIntegration = ⟦萬萬萬萬萬萬萬萬 Іήŧĕğѓåťīοй яєŝŧŗìćŧїоņŝ åΡΡĺў 國國國國國國國國⟧
|
|
1541
1541
|
# Short summary displayed for items when both integration download and Sign restrictions are applied to them. Box Sign is a product name
|
|
1542
|
-
boxui.securityControls.shortIntegrationSign = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1542
|
+
boxui.securityControls.shortIntegrationSign = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ĭŋτеĝŕάτĩóŋ âήď Ŝϊĝņ ѓεşţґĭčŧîőʼnѕ âΡΡĺУ 國國國國國國國國國國國⟧
|
|
1543
1543
|
# Short summary displayed for classification when a sharing restriction is applied to it
|
|
1544
|
-
boxui.securityControls.shortSharing = ⟦萬萬萬萬萬萬萬萬
|
|
1544
|
+
boxui.securityControls.shortSharing = ⟦萬萬萬萬萬萬萬萬 Ѕħάŗïпĝ яеśτŗīсťϊοπ àΡΡļīеś 國國國國國國國國⟧
|
|
1545
1545
|
# Short summary displayed for classification when both sharing and app download restrictions are applied to it
|
|
1546
|
-
boxui.securityControls.shortSharingApp = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
1546
|
+
boxui.securityControls.shortSharingApp = ⟦萬萬萬萬萬萬萬萬萬萬 Śĥåŕîпĝ ãлď ãΡΡ гéѕŧŗïçŧĭóņŝ ąΡΡľý 國國國國國國國國國國⟧
|
|
1547
1547
|
# Short summary displayed for items when sharing, app download and Sign restrictions are applied to them. Box Sign is a product name
|
|
1548
|
-
boxui.securityControls.shortSharingAppSign = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1548
|
+
boxui.securityControls.shortSharingAppSign = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ŝнãяіʼnĝ, āΡΡ âņď Ѕïĝń ŕеŝτřįčτįōпŝ áΡΡļŷ 國國國國國國國國國國國⟧
|
|
1549
1549
|
# Short summary displayed for classification when both sharing and download restrictions are applied to it
|
|
1550
|
-
boxui.securityControls.shortSharingDownload = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1550
|
+
boxui.securityControls.shortSharingDownload = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ѕħǻřĩńġ ąņď ďŏẁπĺōăď ґεşŧѓì¢ŧīøйś åΡΡļγ 國國國國國國國國國國國⟧
|
|
1551
1551
|
# Short summary displayed for items when sharing, download and app download restrictions are applied to them.
|
|
1552
|
-
boxui.securityControls.shortSharingDownloadApp = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1552
|
+
boxui.securityControls.shortSharingDownloadApp = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Śĥâřîйġ, ďòώπĺõăď āпď äΡΡ ѓėśτŕιċţįôʼnş ãΡΡļŷ 國國國國國國國國國國國國國⟧
|
|
1553
1553
|
# Short summary displayed for items when sharing, download, app download and Sign restrictions are applied to them. Box Sign is a product name
|
|
1554
|
-
boxui.securityControls.shortSharingDownloadAppSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1554
|
+
boxui.securityControls.shortSharingDownloadAppSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Śнáѓίπĝ, ďõώńļõαď, äΡΡ ǻŋď Ŝїĝл гёŝτґįćţîőʼnѕ āΡΡļУ 國國國國國國國國國國國國國國⟧
|
|
1555
1555
|
# Short summary displayed for items when sharing, download and integration download restrictions are applied to them.
|
|
1556
|
-
boxui.securityControls.shortSharingDownloadIntegration = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1556
|
+
boxui.securityControls.shortSharingDownloadIntegration = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝнąѓιπġ, ďöŵлļōăď ãπď ïпţĕġяăţιοŋ ŗєśŧяíċŧìолş àΡΡĺУ 國國國國國國國國國國國國國國國⟧
|
|
1557
1557
|
# Short summary displayed for items when sharing, download, integration download and Sign restrictions are applied to them. Box Sign is a product name
|
|
1558
|
-
boxui.securityControls.shortSharingDownloadIntegrationSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1558
|
+
boxui.securityControls.shortSharingDownloadIntegrationSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Şħăŗïńğ, ďòωлľŏāď, ïńťéğѓãťįôή äηď Ѕïğπ ґєşţѓϊсťϊøπŝ åΡΡĺў 國國國國國國國國國國國國國國國國國⟧
|
|
1559
1559
|
# Short summary displayed for items when sharing, download and Sign restrictions are applied to them. Box Sign is a product name
|
|
1560
|
-
boxui.securityControls.shortSharingDownloadSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1560
|
+
boxui.securityControls.shortSharingDownloadSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Śħāřìηġ, ďõẁʼnĺõãď åňď Ѕіĝи ŗèѕŧŗїĉţїöиş äΡΡļУ 國國國國國國國國國國國國國⟧
|
|
1561
1561
|
# Short summary displayed for classification when both sharing and integration download restrictions are applied to it
|
|
1562
|
-
boxui.securityControls.shortSharingIntegration = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1562
|
+
boxui.securityControls.shortSharingIntegration = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŝħăгιпĝ àŋď ιпŧëğгáťīσή ѓêśŧřïćτїŏŋŝ άΡΡĺỳ 國國國國國國國國國國國國⟧
|
|
1563
1563
|
# Short summary displayed for items when sharing, integration download and Sign restrictions are applied to them. Box Sign is a product name
|
|
1564
|
-
boxui.securityControls.shortSharingIntegrationSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1564
|
+
boxui.securityControls.shortSharingIntegrationSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝħářίήĝ, ĭņťĕġяãτįøл àŋď Ѕĩĝʼn ѓĕśτŕĩċτįойѕ ăΡΡļý 國國國國國國國國國國國國國國⟧
|
|
1565
1565
|
# Short summary displayed for items when both sharing and Sign restrictions are applied to them. Box Sign is a product name
|
|
1566
|
-
boxui.securityControls.shortSharingSign = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
1566
|
+
boxui.securityControls.shortSharingSign = ⟦萬萬萬萬萬萬萬萬萬萬 Ŝĥǻґīπġ áпď Ѕїĝń ґęѕţґíćťìοňŝ äΡΡļУ 國國國國國國國國國國⟧
|
|
1567
1567
|
# Short summary displayed for items when Sign restriction is applied to them. Box Sign is a product name
|
|
1568
|
-
boxui.securityControls.shortSign = ⟦萬萬萬萬萬萬
|
|
1568
|
+
boxui.securityControls.shortSign = ⟦萬萬萬萬萬萬 Şīġπ яёśţґїćτĭőлś äΡΡľγ 國國國國國國⟧
|
|
1569
1569
|
# Short summary displayed for classification when watermarking is applied to it
|
|
1570
|
-
boxui.securityControls.shortWatermarking = ⟦萬萬萬萬萬
|
|
1570
|
+
boxui.securityControls.shortWatermarking = ⟦萬萬萬萬萬 Шãţèяmāŗκϊŋĝ ąΡΡľίёś 國國國國國⟧
|
|
1571
1571
|
# Button to display security controls modal
|
|
1572
|
-
boxui.securityControls.viewAll = ⟦萬萬
|
|
1572
|
+
boxui.securityControls.viewAll = ⟦萬萬 Vίēώ Äľľ 國國⟧
|
|
1573
1573
|
# Bullet point that summarizes watermarking applied to classification
|
|
1574
|
-
boxui.securityControls.watermarkingApplied = ⟦萬萬萬萬萬萬萬萬
|
|
1574
|
+
boxui.securityControls.watermarkingApplied = ⟦萬萬萬萬萬萬萬萬 Ẁàŧєŕmąŗκίηĝ ώіļļ ьє ăΡΡľĭėď. 國國國國國國國國⟧
|
|
1575
1575
|
# Bullet point that summarizes web download restrictions applied to classification, when restriction applies to external users
|
|
1576
|
-
boxui.securityControls.webDownloadExternal = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1576
|
+
boxui.securityControls.webDownloadExternal = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďőŵлľōąď ѓёśţřìсτĕď ση ẃĕв ƒõг ĕхŧĕřиáľ цѕêѓş. 國國國國國國國國國國國國國⟧
|
|
1577
1577
|
# Bullet point that summarizes web download restrictions applied to classification, when restriction applies to external users and managed users except Owners/Co-Owners
|
|
1578
|
-
boxui.securityControls.webDownloadExternalOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1578
|
+
boxui.securityControls.webDownloadExternalOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðòẁňľöăď ѓĕśŧřì¢τèď ôή щėь, έ×ćéΡŧ Õẃňèŗş/Ĉо-Õẃŋęґѕ. Âĺşô гěśţґϊċτεď ƒσѓ єхťεŕŋãļ ùşèѓś. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1579
1579
|
# Bullet point that summarizes web download restrictions applied to classification, when restriction applies to external users and managed users except Owners/Co-Owners/Editors
|
|
1580
|
-
boxui.securityControls.webDownloadExternalOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1580
|
+
boxui.securityControls.webDownloadExternalOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðôщйĺòάď ѓεşτŕìсťëď øʼn щέь, ε×ćęΡť Ôώήęґŝ/Ĉο-Óẃйεгѕ/Ēďіŧőŗś. Ãľŝó ŗëѕτгîĉţèď ƒøг єхτęřйάļ ũѕеŕş. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1581
1581
|
# Bullet point that summarizes web download restrictions applied to classification, when restriction applies to managed users except Owners/Co-Owners
|
|
1582
|
-
boxui.securityControls.webDownloadOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1582
|
+
boxui.securityControls.webDownloadOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðøωńĺόάď яёśŧѓìčţёď οή ώêв, ē×čεΡτ Ôŵпęŕś/Čő-Őẃňėřś. 國國國國國國國國國國國國國國國⟧
|
|
1583
1583
|
# Bullet point that summarizes web download restrictions applied to classification, when restriction applies to managed users except Owners/Co-Owners/Editors
|
|
1584
|
-
boxui.securityControls.webDownloadOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1584
|
+
boxui.securityControls.webDownloadOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďôшņľóåď řέşťяĭćţєď õл ωéв, ě×сєΡτ Öẃņеŗş/Ĉŏ-Ôẃňĕгş/Ěďĭţøяѕ. 國國國國國國國國國國國國國國國國國⟧
|
|
1585
1585
|
# Alt text for info icon
|
|
1586
|
-
boxui.select.moreInfo = ⟦萬萬
|
|
1586
|
+
boxui.select.moreInfo = ⟦萬萬 Мσŗє Ϊйƒŏ 國國⟧
|
|
1587
1587
|
# text shown on the Clear All option in the options list
|
|
1588
|
-
boxui.selectField.clearAll = ⟦萬萬
|
|
1588
|
+
boxui.selectField.clearAll = ⟦萬萬 Ćļęáг Αĺĺ 國國⟧
|
|
1589
1589
|
# Text shown in the select field dropdown when there are no options that match the search field input
|
|
1590
|
-
boxui.selectField.noResults = ⟦萬萬
|
|
1590
|
+
boxui.selectField.noResults = ⟦萬萬 Ņø Ŗěşµļŧѕ 國國⟧
|
|
1591
1591
|
# Placeholder text shown in the search input
|
|
1592
|
-
boxui.selectField.searchPlaceholder = ⟦萬
|
|
1592
|
+
boxui.selectField.searchPlaceholder = ⟦萬 Ŝëǻŕçн 國⟧
|
|
1593
1593
|
# Title for "Access Type" menu, in all capital letters
|
|
1594
|
-
boxui.share.accessType = ⟦萬萬萬
|
|
1594
|
+
boxui.share.accessType = ⟦萬萬萬 ÄĊÇĖŚЅ ŢΎPÉ 國國國⟧
|
|
1595
1595
|
# Label for a shared link permission level
|
|
1596
|
-
boxui.share.canEdit = ⟦萬萬
|
|
1596
|
+
boxui.share.canEdit = ⟦萬萬 Ćαп éďìτ 國國⟧
|
|
1597
1597
|
# Label for a shared link permission level
|
|
1598
|
-
boxui.share.canView = ⟦萬萬
|
|
1598
|
+
boxui.share.canView = ⟦萬萬 Çàʼn νιéщ 國國⟧
|
|
1599
1599
|
# Text for Co-owner permission level in permissions table
|
|
1600
|
-
boxui.share.coownerLevelText = ⟦萬萬
|
|
1600
|
+
boxui.share.coownerLevelText = ⟦萬萬 Çő-ôщпėŕ 國國⟧
|
|
1601
1601
|
# Text for permissions table Delete column
|
|
1602
|
-
boxui.share.deleteTableHeaderText = ⟦萬
|
|
1602
|
+
boxui.share.deleteTableHeaderText = ⟦萬 Ðëĺеŧë 國⟧
|
|
1603
1603
|
# Text for permissions table Download column
|
|
1604
|
-
boxui.share.downloadTableHeaderText = ⟦萬萬
|
|
1604
|
+
boxui.share.downloadTableHeaderText = ⟦萬萬 Ðőώйľóâď 國國⟧
|
|
1605
1605
|
# Text for permissions table Edit column
|
|
1606
|
-
boxui.share.editTableHeaderText = ⟦萬
|
|
1606
|
+
boxui.share.editTableHeaderText = ⟦萬 Еďïτ 國⟧
|
|
1607
1607
|
# Text for Editor permission level in permissions table
|
|
1608
|
-
boxui.share.editorLevelText = ⟦萬
|
|
1608
|
+
boxui.share.editorLevelText = ⟦萬 Ęďĩŧσѓ 國⟧
|
|
1609
1609
|
# Field label for shared link recipient list (title-case)
|
|
1610
|
-
boxui.share.emailSharedLink = ⟦萬萬萬萬萬
|
|
1610
|
+
boxui.share.emailSharedLink = ⟦萬萬萬萬萬 Ěmăιľ Ŝнåяèď Ĺїʼnк 國國國國國⟧
|
|
1611
1611
|
# Error message when user tries to send shared link as email without entering any recipients
|
|
1612
|
-
boxui.share.enterAtLeastOneEmail = ⟦萬萬萬萬萬萬萬萬
|
|
1612
|
+
boxui.share.enterAtLeastOneEmail = ⟦萬萬萬萬萬萬萬萬 Εήţëŕ ατ ļëâѕť σπê νâĺιď еmαϊļ 國國國國國國國國⟧
|
|
1613
1613
|
# Text for permissions table Get Link column
|
|
1614
|
-
boxui.share.getLinkTableHeaderText = ⟦萬萬
|
|
1614
|
+
boxui.share.getLinkTableHeaderText = ⟦萬萬 Ġέť Ŀïпķ 國國⟧
|
|
1615
1615
|
# Label for a Group contact type
|
|
1616
|
-
boxui.share.groupLabel = ⟦萬
|
|
1616
|
+
boxui.share.groupLabel = ⟦萬 ĜřŏûΡ 國⟧
|
|
1617
1617
|
# Text on button to cancel and close the invite collaborators modal.
|
|
1618
|
-
boxui.share.inviteCollaboratorsModalCancelButton = ⟦萬
|
|
1618
|
+
boxui.share.inviteCollaboratorsModalCancelButton = ⟦萬 Čàňćëļ 國⟧
|
|
1619
1619
|
# Text on button to send invitations to collaborators for an item
|
|
1620
|
-
boxui.share.inviteCollaboratorsModalSendInvites = ⟦萬萬萬
|
|
1620
|
+
boxui.share.inviteCollaboratorsModalSendInvites = ⟦萬萬萬 Śêņď Ĭňνіτèś 國國國⟧
|
|
1621
1621
|
# Title of the Invite Collaborators Modal. {itemName} is the name of the file / folder being shared
|
|
1622
|
-
boxui.share.inviteCollaboratorsModalTitle = ⟦萬萬萬萬
|
|
1622
|
+
boxui.share.inviteCollaboratorsModalTitle = ⟦萬萬萬萬 Íņνϊτë ŧö {itemName} 國國國國⟧
|
|
1623
1623
|
# Label of the field where a user designates who to invite to collaborate on an item
|
|
1624
|
-
boxui.share.inviteFieldLabel = ⟦萬
|
|
1624
|
+
boxui.share.inviteFieldLabel = ⟦萬 Ĩńνìτέ 國⟧
|
|
1625
1625
|
# Label to invite editors to a file in the invite collab modal
|
|
1626
|
-
boxui.share.inviteFileEditorsLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1626
|
+
boxui.share.inviteFileEditorsLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ìπνιţė ΡèõΡľέ τō ьëčόmë еďîτōѓş ōƒ ţħīŝ ƒίļě. 國國國國國國國國國國國國國⟧
|
|
1627
1627
|
# Label of the field where a user designates which permissions a collaborator will have on an item
|
|
1628
|
-
boxui.share.inviteePermissionsFieldLabel = ⟦萬萬萬萬萬
|
|
1628
|
+
boxui.share.inviteePermissionsFieldLabel = ⟦萬萬萬萬萬 Ĩлνιťĕέ Pêѓmĩşśíоиŝ 國國國國國⟧
|
|
1629
1629
|
# Tooltip text a user can use to learn more about collaborator permission options
|
|
1630
|
-
boxui.share.inviteePermissionsLearnMore = ⟦萬萬
|
|
1630
|
+
boxui.share.inviteePermissionsLearnMore = ⟦萬萬 Ľéâѓπ Мőŗε 國國⟧
|
|
1631
1631
|
# Label for "Message" text box to email the shared link (title-case)
|
|
1632
|
-
boxui.share.message = ⟦萬萬
|
|
1632
|
+
boxui.share.message = ⟦萬萬 Μéşşǻĝë 國國⟧
|
|
1633
1633
|
# Placeholder text for message section
|
|
1634
|
-
boxui.share.messageSelectorPlaceholder = ⟦萬萬萬
|
|
1634
|
+
boxui.share.messageSelectorPlaceholder = ⟦萬萬萬 Áďď ą mēѕśàğė 國國國⟧
|
|
1635
1635
|
# Text for permissions table Owner column
|
|
1636
|
-
boxui.share.ownerTableHeaderText = ⟦萬
|
|
1636
|
+
boxui.share.ownerTableHeaderText = ⟦萬 Όωπēґ 國⟧
|
|
1637
1637
|
# Description of a company shared link for a file with view and download permissions
|
|
1638
|
-
boxui.share.peopleInCompanyCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1638
|
+
boxui.share.peopleInCompanyCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άńýŏηё ìň ýóũŕ сómΡâпγ ẃίτн ťĥę ĺĭйķ čąň νíěω āπď ďōώиľøάď ŧĥίś ƒíļё. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1639
1639
|
# Description of a company shared link for a folder with view and download permissions
|
|
1640
|
-
boxui.share.peopleInCompanyCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1640
|
+
boxui.share.peopleInCompanyCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ãпγóиé īń ÿõúŗ çοmΡâήý ẁįŧĥ ŧне ļìʼnĸ çǻπ νιέω ţнįŝ ƒόľďėŕ åňď ďōшηľöàď įťś ¢σήτéпţś. 國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1641
1641
|
# Description of a company shared link for a file with edit permissions (implies view and download permissions as well)
|
|
1642
|
-
boxui.share.peopleInCompanyCanEditFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1642
|
+
boxui.share.peopleInCompanyCanEditFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αйŷöńé ιņ Уòűŕ ćŏmΡáлý ẁїţĥ ţħē ĺįŋĸ ¢ǻл εďįŧ åиď ďŏŵņĺŏáď ťĥĩŝ ƒìļę. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1643
1643
|
# Description of a company shared link for a file with view permissions
|
|
1644
|
-
boxui.share.peopleInCompanyCanViewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1644
|
+
boxui.share.peopleInCompanyCanViewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ăиγσŋе ìʼn ўóùŗ сömΡåňỳ щϊŧĥ ťħë ļįиķ сąŋ νĭèω ťнīѕ ƒįĺє. 國國國國國國國國國國國國國國國國⟧
|
|
1645
1645
|
# Description of a company shared link for a folder with view permissions
|
|
1646
|
-
boxui.share.peopleInCompanyCanViewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1646
|
+
boxui.share.peopleInCompanyCanViewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àήŷōņē ĩη ŷοùŕ çōmΡåиŷ щįτĥ τħė ļίйκ ċąŋ νìêώ ťħїś ƒøļďєř. 國國國國國國國國國國國國國國國國國⟧
|
|
1647
1647
|
# This string describes the access level of a file or folder, or who can see the item. {enterpriseName} is the company name
|
|
1648
|
-
boxui.share.peopleInEnterprise = ⟦萬萬萬萬 P
|
|
1648
|
+
boxui.share.peopleInEnterprise = ⟦萬萬萬萬 PěσΡļέ įń {enterpriseName} 國國國國⟧
|
|
1649
1649
|
# Description of a collaborator-only shared link for a file with no permissions
|
|
1650
|
-
boxui.share.peopleInItemCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1650
|
+
boxui.share.peopleInItemCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àήý ćŏľĺäвôŗäťοŕ ŏʼn ťħē ƒĭľë шïτħ ţĥĕ ĺίņκ ¢ãη âĉçεѕѕ τнîŝ ƒіĺє. 國國國國國國國國國國國國國國國國國國國⟧
|
|
1651
1651
|
# Description of a collaborator-only shared link for a folder with no permissions
|
|
1652
|
-
boxui.share.peopleInItemCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1652
|
+
boxui.share.peopleInItemCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αηў ¢οľĺąьοѓăţôř øŋ τħє ƒōĺďĕŕ щîτħ ťнє ļїпĸ ċăņ αçĉêśŝ ťнìş ƒŏĺďěґ. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1653
1653
|
# Description of a collaborator-only shared link for a file with download permissions
|
|
1654
|
-
boxui.share.peopleInItemCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1654
|
+
boxui.share.peopleInItemCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àпỳ ¢óľĺäьòŕάτøя ŏη ţĥιş ƒіĺê шìŧĥ ŧĥē ĺìлκ ćàή ďòώиĺōάď ŧħíş ƒĭľĕ. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1655
1655
|
# Description of a collaborator-only shared link for a folder with download permissions
|
|
1656
|
-
boxui.share.peopleInItemCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1656
|
+
boxui.share.peopleInItemCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αňÿ çőļľąвóґăţοř öň ţħĭś ƒőľďëѓ шïťħ ţħě ľìńκ ĉǻп ďôωňļõãď ţħϊş ƒòľďёґ. 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1657
1657
|
# Description of a collaborator-only shared link for a file with edit permissions (implies view and download permissions as well)
|
|
1658
|
-
boxui.share.peopleInItemCanEditFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1658
|
+
boxui.share.peopleInItemCanEditFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąйý ćσĺľâьøґǻŧог öή ŧĥϊŝ ƒĭĺĕ ẃіťĥ ţĥé ļίήķ ĉǻи еďïť ţħīş ƒĭļé āŋď ďоẃйĺσǻď ĩτş ĉóηŧëŋťѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1659
1659
|
# Description of a collaborator-only shared link for a file with view and download permissions
|
|
1660
|
-
boxui.share.peopleInItemCanPreviewAndDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1660
|
+
boxui.share.peopleInItemCanPreviewAndDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąʼnŷ ċσĺļâьόŕåťοŗ ŏʼn ţħίś ƒіĺε шíťĥ ŧħє ľïʼnĸ çąл νĭέŵ ŧнįś ƒіĺє áиď ďοẁηľоăď їťş çοйţєņťş. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1661
1661
|
# Description of a collaborator-only shared link for a folder with view and download permissions
|
|
1662
|
-
boxui.share.peopleInItemCanPreviewAndDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1662
|
+
boxui.share.peopleInItemCanPreviewAndDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Âйÿ ćόľľăвοѓäţσŕ øή ťĥίŝ ƒŏĺďėг ωĩŧн ťĥє ľīŋк ¢ãй νіêщ ťħϊś ƒоľďěґ àйď ďőẃйľõäď ϊτś ĉøʼnţĕήţŝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1663
1663
|
# Description of a collaborator-only shared link for a file with view permissions
|
|
1664
|
-
boxui.share.peopleInItemCanPreviewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1664
|
+
boxui.share.peopleInItemCanPreviewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αήў ċõĺļâвōяáŧŏѓ ōи ŧнìŝ ƒіľĕ ώіťн τħĕ ľїņκ ćâп νìėω ŧĥîş ƒîĺе. 國國國國國國國國國國國國國國國國國國⟧
|
|
1665
1665
|
# Description of a collaborator-only shared link for a folder with view permissions
|
|
1666
|
-
boxui.share.peopleInItemCanPreviewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1666
|
+
boxui.share.peopleInItemCanPreviewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äйý ċóļļåьоґåťőг ōп ŧħίş ƒöľďēґ ẁϊŧн ŧнè ļіńĸ čăй νìěẁ ţĥїŝ ƒоļďěг. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1667
1667
|
# Description of a specific company shared link for a file with view and download permissions. {company} is the company name
|
|
1668
|
-
boxui.share.peopleInSpecifiedCompanyCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1668
|
+
boxui.share.peopleInSpecifiedCompanyCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąήýòņè іņ {company} ώĭŧħ τнέ ľίňķ ċăŋ νίēώ àňď ďõώлľσåď ţĥĭѕ ƒіļē. 國國國國國國國國國國國國國國國國國國⟧
|
|
1669
1669
|
# Description of a specific company shared link for a folder with view and download permissions. {company} is the company name
|
|
1670
|
-
boxui.share.peopleInSpecifiedCompanyCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1670
|
+
boxui.share.peopleInSpecifiedCompanyCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Åήŷóпε ιň {company} ẁїτĥ ťнė ļĭик ¢ăл νìėш τħīѕ ƒóľďєя ąňď ďōώŋļōàď ϊţŝ ĉоňŧĕńţş. 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1671
1671
|
# Description of a specific company shared link for a file with edit permissions (implies view and download permissions as well). {company} is the company name
|
|
1672
|
-
boxui.share.peopleInSpecifiedCompanyCanEditFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1672
|
+
boxui.share.peopleInSpecifiedCompanyCanEditFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ΑήУőʼnĕ ĭл {company} шїŧĥ τħé ĺіńк ćàи ёďїť ãиď ďοωńļσăď ţĥϊś ƒίļе. 國國國國國國國國國國國國國國國國國國⟧
|
|
1673
1673
|
# Description of an specific company shared link for a file with view permissions. {company} is the company name
|
|
1674
|
-
boxui.share.peopleInSpecifiedCompanyCanViewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1674
|
+
boxui.share.peopleInSpecifiedCompanyCanViewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Âηўõήė îń {company} ŵĩťн ŧħē ľїņĸ çáή νĭеŵ ťнïś ƒīĺё. 國國國國國國國國國國國國國國⟧
|
|
1675
1675
|
# Description of an specific company shared link for a folder with view permissions. {company} is the company name
|
|
1676
|
-
boxui.share.peopleInSpecifiedCompanyCanViewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1676
|
+
boxui.share.peopleInSpecifiedCompanyCanViewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąйўōηе ĩņ {company} ώĭŧн τħё ľĩńк сαй νίєώ ŧħϊś ƒőĺďĕя. 國國國國國國國國國國國國國國國⟧
|
|
1677
1677
|
# Label for "People in this file" option
|
|
1678
|
-
boxui.share.peopleInThisFile = ⟦萬萬萬萬萬 P
|
|
1678
|
+
boxui.share.peopleInThisFile = ⟦萬萬萬萬萬 PêσΡľĕ ĭň ţĥíŝ ƒĭľė 國國國國國⟧
|
|
1679
1679
|
# Label for "People in this folder" option
|
|
1680
|
-
boxui.share.peopleInThisFolder = ⟦萬萬萬萬萬萬 P
|
|
1680
|
+
boxui.share.peopleInThisFolder = ⟦萬萬萬萬萬萬 PęοΡļĕ ϊʼn ţнїŝ ƒοļďέя 國國國國國國⟧
|
|
1681
1681
|
# Label for "People in your company" option
|
|
1682
|
-
boxui.share.peopleInYourCompany = ⟦萬萬萬萬萬萬 P
|
|
1682
|
+
boxui.share.peopleInYourCompany = ⟦萬萬萬萬萬萬 PĕöΡļé îл ўόűѓ соmΡαηў 國國國國國國⟧
|
|
1683
1683
|
# Description of an open shared link for a file with view and download permissions
|
|
1684
|
-
boxui.share.peopleWithLinkCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1684
|
+
boxui.share.peopleWithLinkCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Áйŷοиě ẁīţĥ ŧнε ĺίηĸ čάп νїёω ąπď ďöώиĺõαď τħіś ƒíľε. 國國國國國國國國國國國國國國國⟧
|
|
1685
1685
|
# Description of an open shared link for a folder with view and download permissions
|
|
1686
|
-
boxui.share.peopleWithLinkCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1686
|
+
boxui.share.peopleWithLinkCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Âņŷоńê ŵïτĥ ťнè ľîňĸ ¢áл νĩęẃ ŧħìś ƒσļďëř ãńď ďσώиļоάď īťś čòлťēπτѕ. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1687
1687
|
# Description of an open shared link for a file with edit permissions (implies view and download permissions as well)
|
|
1688
|
-
boxui.share.peopleWithLinkCanEditFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1688
|
+
boxui.share.peopleWithLinkCanEditFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Áπўóήě ώĩťн ţнε ĺìйκ сāи ěďίţ άπď ďőŵпĺоàď τħϊś ƒĭľе. 國國國國國國國國國國國國國國國⟧
|
|
1689
1689
|
# Description of an open shared link for a file with view permissions
|
|
1690
|
-
boxui.share.peopleWithLinkCanViewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1690
|
+
boxui.share.peopleWithLinkCanViewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬 Àņγŏŋě щіŧħ ŧнê ĺίπк ĉăл νîєш ŧħĭѕ ƒιľê. 國國國國國國國國國國國⟧
|
|
1691
1691
|
# Description of an open shared link for a folder with view permissions
|
|
1692
|
-
boxui.share.peopleWithLinkCanViewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1692
|
+
boxui.share.peopleWithLinkCanViewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ăņŷőηé ẃίťħ τĥе ľįňк ĉǻл νìèŵ ťнíş ƒöĺďéя. 國國國國國國國國國國國國⟧
|
|
1693
1693
|
# Label for "People with the link" option
|
|
1694
|
-
boxui.share.peopleWithTheLink = ⟦萬萬萬萬萬 P
|
|
1694
|
+
boxui.share.peopleWithTheLink = ⟦萬萬萬萬萬 PėøΡĺĕ ŵîτĥ τĥë ļĭлк 國國國國國⟧
|
|
1695
1695
|
# Text for permissions table Permission Levels column
|
|
1696
|
-
boxui.share.permissionLevelsTableHeaderText = ⟦萬萬萬萬萬
|
|
1696
|
+
boxui.share.permissionLevelsTableHeaderText = ⟦萬萬萬萬萬 Pěŕmίśşĭőņ Ľενêĺś 國國國國國⟧
|
|
1697
1697
|
# Label for optional personal message to include when inviting collaborators to an item
|
|
1698
|
-
boxui.share.personalMessageLabel = ⟦萬萬萬萬 P
|
|
1698
|
+
boxui.share.personalMessageLabel = ⟦萬萬萬萬 Péгѕòńâĺ Μĕśşǻĝě 國國國國⟧
|
|
1699
1699
|
# Placeholder text for the pill selector
|
|
1700
|
-
boxui.share.pillSelectorPlaceholder = ⟦萬萬萬萬萬萬萬萬
|
|
1700
|
+
boxui.share.pillSelectorPlaceholder = ⟦萬萬萬萬萬萬萬萬 Ǻďď ŋάmēŝ óя èmäįļ αďďŗëŝśèѕ 國國國國國國國國⟧
|
|
1701
1701
|
# Text for permissions table Preview column
|
|
1702
|
-
boxui.share.previewTableHeaderText = ⟦萬萬 P
|
|
1702
|
+
boxui.share.previewTableHeaderText = ⟦萬萬 Přëνīēŵ 國國⟧
|
|
1703
1703
|
# Text for Previewer permission level in permissions table
|
|
1704
|
-
boxui.share.previewerLevelText = ⟦萬萬 P
|
|
1704
|
+
boxui.share.previewerLevelText = ⟦萬萬 Pяеνîĕшēя 國國⟧
|
|
1705
1705
|
# Text for Previewer Uploader permission level in permissions table
|
|
1706
|
-
boxui.share.previewerUploaderLevelText = ⟦萬萬萬萬萬 P
|
|
1706
|
+
boxui.share.previewerUploaderLevelText = ⟦萬萬萬萬萬 Přĕνιεωέŗ ŪΡľόáďεѓ 國國國國國⟧
|
|
1707
1707
|
# Text on a badge encouraging users to refer a friend to sign up for Box
|
|
1708
|
-
boxui.share.referAFriendBadgeText = ⟦萬
|
|
1708
|
+
boxui.share.referAFriendBadgeText = ⟦萬 ҐĖ₣ΕҐ 國⟧
|
|
1709
1709
|
# Text on a link to the "Reward Center", where users can refer a friend to sign up for Box
|
|
1710
|
-
boxui.share.referAFriendRewardCenterLinkText = ⟦萬萬
|
|
1710
|
+
boxui.share.referAFriendRewardCenterLinkText = ⟦萬萬 Çĺïċķ Ήėřє 國國⟧
|
|
1711
1711
|
# Text encouraging users to refer a friend to sign up for Box
|
|
1712
|
-
boxui.share.referAFriendText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1712
|
+
boxui.share.referAFriendText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŵâņť α ƒřēë móпťн σƒ Βőх? Ŕëƒĕř ýоūŕ ƒѓîέиď! 國國國國國國國國國國國國國⟧
|
|
1713
1713
|
# Label for option to remove shared link
|
|
1714
|
-
boxui.share.removeLink = ⟦萬萬萬
|
|
1714
|
+
boxui.share.removeLink = ⟦萬萬萬 Ґēmőνё Ĺĭņĸ 國國國⟧
|
|
1715
1715
|
# Description for confirmation modal to remove a shared link
|
|
1716
|
-
boxui.share.removeLinkConfirmationDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1716
|
+
boxui.share.removeLinkConfirmationDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧħíş щĭļľ Ρêřmāńèητľý řёmōνė ţĥė ѕĥąŗēď ļїйĸ. ̃ ťнίŝ ϊţεm ĭş ėmьēďďėď òʼn øŧĥĕř ŝĩŧêѕ ĭŧ ωїĺĺ ãľśŏ ьęĉŏmε íлáċćēѕśίвĺě. Áήý ¢üśţóm ΡŕôΡёŕŧïęŝ, śêτţīπĝѕ ąπď ę×Ρìřăτîøйś ŵіļľ ьę ŕęmöνέď âş ώęĺĺ. Ďô Уöŭ ẁāʼnŧ ťò čőήτιŋµè? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1717
1717
|
# Label for confirmation modal to remove a shared link (title-case)
|
|
1718
|
-
boxui.share.removeLinkConfirmationTitle = ⟦萬萬萬萬萬
|
|
1718
|
+
boxui.share.removeLinkConfirmationTitle = ⟦萬萬萬萬萬 Γëmоνé Şнαѓêď Ľĩйĸ 國國國國國⟧
|
|
1719
1719
|
# Accessible label for button that loads share settings popup
|
|
1720
|
-
boxui.share.settingsButtonLabel = ⟦萬萬萬萬萬萬萬萬萬
|
|
1720
|
+
boxui.share.settingsButtonLabel = ⟦萬萬萬萬萬萬萬萬萬 ŐΡěŋ ŝнåгêď ļīпκ şёţţįηġś ΡõΡµΡ 國國國國國國國國國⟧
|
|
1721
1721
|
# Tooltip describing when this shared link will expire. {expiration, date, long} is the formatted date
|
|
1722
|
-
boxui.share.sharedLinkExpirationTooltip = ⟦萬萬萬萬萬萬萬萬
|
|
1722
|
+
boxui.share.sharedLinkExpirationTooltip = ⟦萬萬萬萬萬萬萬萬 Ťħĭŝ ļīйĸ ωιĺļ è×Ρϊřε оň {expiration, date, long} 國國國國國國國國⟧
|
|
1723
1723
|
# Label for field to copy shared link URL (title-case)
|
|
1724
|
-
boxui.share.sharedLinkLabel = ⟦萬萬萬
|
|
1724
|
+
boxui.share.sharedLinkLabel = ⟦萬萬萬 Şĥăѓėď Ŀíлκ 國國國⟧
|
|
1725
1725
|
# Title for shared link modal (title-case)
|
|
1726
|
-
boxui.share.sharedLinkModalTitle = ⟦萬萬萬萬萬萬
|
|
1726
|
+
boxui.share.sharedLinkModalTitle = ⟦萬萬萬萬萬萬 Śĥαѓèď Ļίńк ƒöř {itemName} 國國國國國國⟧
|
|
1727
1727
|
# Text to show when the access level of people in company and user can view only
|
|
1728
|
-
boxui.share.sharedLinkSettings.accessLevel.inCompanyView = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1728
|
+
boxui.share.sharedLinkSettings.accessLevel.inCompanyView = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧнīś ċŏйτĕητ ιś âναїĺǻвļè ťо ǻʼnÿóňě щїťĥïп ỳоµг ćōmΡäηý щíţĥ ŧнè ļíйκ, άńď ĉäη вě νïëωêď. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1729
1729
|
# Text to show when the access level of people in company and user can view and download
|
|
1730
|
-
boxui.share.sharedLinkSettings.accessLevel.inCompanyViewDownload = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1730
|
+
boxui.share.sharedLinkSettings.accessLevel.inCompanyViewDownload = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥίś çøņŧėπţ īŝ άνäĭļăвĺё ţó áņγоňє ẃïτнϊη ỳøŭŗ сόmΡâйγ ẃїťħ ŧнė ĺīлķ, åηď ċáή вέ νįëώеď òѓ ďόẁйľσáďέď. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1731
1731
|
# Text to show when the access level of people collaborate on the item
|
|
1732
|
-
boxui.share.sharedLinkSettings.accessLevel.inItem = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1732
|
+
boxui.share.sharedLinkSettings.accessLevel.inItem = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧħíѕ ćôʼnτěňŧ ίś ąνåïľåьĺê τø їпνîŧėď çøļļăьóґäţοŕŝ щįŧĥ τнē ĺιņĸ. 國國國國國國國國國國國國國國國國國國國⟧
|
|
1733
1733
|
# Text to show when the access level of people with link and user can view only
|
|
1734
|
-
boxui.share.sharedLinkSettings.accessLevel.withLinkView = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1734
|
+
boxui.share.sharedLinkSettings.accessLevel.withLinkView = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧħĭś ćοńťëňţ ĭѕ Ρùвĺĭ¢ľў ąνäїļáвļé ŧŏ âńўόʼnē ẃїτħ ťħé ľîлĸ, åńď çåи ве νієωєď. 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1735
1735
|
# Text to show when the access level of people with link and user can view and download
|
|
1736
|
-
boxui.share.sharedLinkSettings.accessLevel.withLinkViewDownload = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1736
|
+
boxui.share.sharedLinkSettings.accessLevel.withLinkViewDownload = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťħίŝ ¢ôηţěήţ îѕ Ρŭвļíсĺÿ αναϊĺãьļê ţõ äπỳόиě шιţħ ŧĥē ľïňķ, ǻήď ċäи вё νіέẁęď οя ďőшηļōāďέď. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1737
1737
|
# Label for option to enable downloads on a shared link
|
|
1738
|
-
boxui.share.sharedLinkSettings.allowDownloadLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1738
|
+
boxui.share.sharedLinkSettings.allowDownloadLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ãĺľŏщ ŭŝегŝ ŵîţĥ ŧĥè şħáяėď ľĭпķ ťŏ ďőωйĺõäď ŧĥìş ïŧęm 國國國國國國國國國國國國國國國國⟧
|
|
1739
1739
|
# Title for Allow Download section
|
|
1740
|
-
boxui.share.sharedLinkSettings.allowDownloadTitle = ⟦萬萬萬萬
|
|
1740
|
+
boxui.share.sharedLinkSettings.allowDownloadTitle = ⟦萬萬萬萬 Áĺĺōω Ďőωηĺóãď 國國國國⟧
|
|
1741
1741
|
# Label for Custom URL text input field
|
|
1742
|
-
boxui.share.sharedLinkSettings.customURLLabel = ⟦萬萬萬萬萬萬
|
|
1742
|
+
boxui.share.sharedLinkSettings.customURLLabel = ⟦萬萬萬萬萬萬 Ńοл-Ρяîνàťë сŭѕţóm ŨŔĿ 國國國國國國⟧
|
|
1743
1743
|
# Text to show that direct link download is disabled due to applied shield access policy with classification
|
|
1744
|
-
boxui.share.sharedLinkSettings.directDownloadBlockedByAccessPolicyWithClassification = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1744
|
+
boxui.share.sharedLinkSettings.directDownloadBlockedByAccessPolicyWithClassification = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðσẁŋļòάď нáŝ ьēēл ďίѕâьĺёď ƒог ¢όйŧĕʼnŧ ďúé ţó ťĥĕ ¢ļáŝѕíƒïčåτϊőл. 國國國國國國國國國國國國國國國國國國國⟧
|
|
1745
1745
|
# Text to show that direct link download is disabled due to applied shield access policy without classification
|
|
1746
|
-
boxui.share.sharedLinkSettings.directDownloadBlockedByAccessPolicyWithoutClassification = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1746
|
+
boxui.share.sharedLinkSettings.directDownloadBlockedByAccessPolicyWithoutClassification = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďøώňĺоãď нāś вėēň ďιŝàьĺęď ƒσŗ çøňťèήτ ẃîťнöŭτ ĉľǻѕśїƒìсäťīòň. 國國國國國國國國國國國國國國國國國國⟧
|
|
1747
1747
|
# Text to show that direct link download is disabled due to security policy
|
|
1748
|
-
boxui.share.sharedLinkSettings.directDownloadBlockedByMaliciousContent = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1748
|
+
boxui.share.sharedLinkSettings.directDownloadBlockedByMaliciousContent = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðőŵňĺōāď ƒòř ţнíş čσŋŧέπţ ĥàѕ вĕēʼn ďĭŝâьļęď ďúё ťŏ à śèċŭѓіťў Ρõļіĉγ. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1749
1749
|
# Title for Direct Link section
|
|
1750
|
-
boxui.share.sharedLinkSettings.directLinkLabel = ⟦萬萬萬
|
|
1750
|
+
boxui.share.sharedLinkSettings.directLinkLabel = ⟦萬萬萬 Ďїŗĕсť Ŀïήķ 國國國⟧
|
|
1751
1751
|
# Label for option to enable expiration on a shared link
|
|
1752
|
-
boxui.share.sharedLinkSettings.expirationLabel = ⟦萬萬萬萬萬萬
|
|
1752
|
+
boxui.share.sharedLinkSettings.expirationLabel = ⟦萬萬萬萬萬萬 Ðіśäвĺë Ŝĥàґéď Ŀîήк óл 國國國國國國⟧
|
|
1753
1753
|
# Title for Link Expiration section
|
|
1754
|
-
boxui.share.sharedLinkSettings.expirationTitle = ⟦萬萬萬萬
|
|
1754
|
+
boxui.share.sharedLinkSettings.expirationTitle = ⟦萬萬萬萬 Ļιйκ ĔхΡĩґåŧιôń 國國國國⟧
|
|
1755
1755
|
# Notice shown at top of modal when one or more settings are unavailable due to permission settings
|
|
1756
|
-
boxui.share.sharedLinkSettings.inaccessibleSettingsNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1756
|
+
boxui.share.sharedLinkSettings.inaccessibleSettingsNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Çĕгŧäīņ şετťīŋĝş mǻÿ ήòτ вε åνäïĺαьľé ƒόг ţнíŝ ϊŧēm ďůè τò Ρéŕmìŝŝίσпѕ. 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1757
1757
|
# Title for shared link settings modal (title-case)
|
|
1758
|
-
boxui.share.sharedLinkSettings.modalTitle = ⟦萬萬萬萬萬
|
|
1758
|
+
boxui.share.sharedLinkSettings.modalTitle = ⟦萬萬萬萬萬 Śħářèď Ĺįʼnк Śέťťїлġś 國國國國國⟧
|
|
1759
1759
|
# Label for checkbox to enable password on shared link
|
|
1760
|
-
boxui.share.sharedLinkSettings.passwordLabel = ⟦萬萬萬萬
|
|
1760
|
+
boxui.share.sharedLinkSettings.passwordLabel = ⟦萬萬萬萬 Ѓéqµίгê Ρàŝŝẃòŗď 國國國國⟧
|
|
1761
1761
|
# Placeholder for text input to enter a password
|
|
1762
|
-
boxui.share.sharedLinkSettings.passwordPlaceholder = ⟦萬萬萬萬
|
|
1762
|
+
boxui.share.sharedLinkSettings.passwordPlaceholder = ⟦萬萬萬萬 Ėňţεґ å Ρåѕŝŵõяď 國國國國⟧
|
|
1763
1763
|
# Title for section to add password to shared link
|
|
1764
|
-
boxui.share.sharedLinkSettings.passwordTitle = ⟦萬萬萬萬 P
|
|
1764
|
+
boxui.share.sharedLinkSettings.passwordTitle = ⟦萬萬萬萬 Pάşѕщŏŗď Pґòťèċť 國國國國⟧
|
|
1765
1765
|
# Text for the link used to navigate users to the relevant community article
|
|
1766
|
-
boxui.share.sharedLinkSettings.sharedLinkSettingWarningLinkText = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1766
|
+
boxui.share.sharedLinkSettings.sharedLinkSettingWarningLinkText = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ŀеαѓʼn mõŗĕ ąвόŭτ ѕħαřēď ļìйķ ѕěţţīпğş. 國國國國國國國國國國國⟧
|
|
1767
1767
|
# Text displayed stating that content shared openly may be exposed to the public
|
|
1768
|
-
boxui.share.sharedLinkSettings.sharedLinkWarningText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1768
|
+
boxui.share.sharedLinkSettings.sharedLinkWarningText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τĥϊş ¢ŏήτęŋŧ íѕ Ρûьļîсļγ àνāĩļäвļε ţø àиУоŋè ωϊťħ ŧĥĕ ľιņĸ. 國國國國國國國國國國國國國國國國國⟧
|
|
1769
1769
|
# Text to show when a custom URL has not been set
|
|
1770
|
-
boxui.share.sharedLinkSettings.vanityNameNotSet = ⟦萬萬萬萬萬萬萬萬萬
|
|
1770
|
+
boxui.share.sharedLinkSettings.vanityNameNotSet = ⟦萬萬萬萬萬萬萬萬萬 Ŧнë ĉůŝŧŏm ŮЃĽ ħάś ʼnóţ вêёŋ ѕęţ 國國國國國國國國國⟧
|
|
1771
1771
|
# Placeholder for Custom URL text input field
|
|
1772
|
-
boxui.share.sharedLinkSettings.vanityNamePlaceholder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1772
|
+
boxui.share.sharedLinkSettings.vanityNamePlaceholder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ëņτεř ã ċųşţόm Ρãţħ (12 ōŗ mοяε çħàгáĉţεŕѕ) 國國國國國國國國國國國國⟧
|
|
1773
1773
|
# Text field for implications of using the custom (vanity) URL as a notice
|
|
1774
|
-
boxui.share.sharedLinkSettings.vanityURLWarning = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1774
|
+
boxui.share.sharedLinkSettings.vanityURLWarning = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ċûѕţøm ÚŔĽŝ ŝĥôŭļď лōŧ вέ ųśεď шĥĕŋ ŝħäŗіиğ ѕėʼnѕïťіνę ¢οʼnţĕňţ. 國國國國國國國國國國國國國國國國國國⟧
|
|
1775
1775
|
# Accessible label for shared link input field
|
|
1776
|
-
boxui.share.sharedLinkURLLabel = ⟦
|
|
1776
|
+
boxui.share.sharedLinkURLLabel = ⟦ ЏЃĽ ⟧
|
|
1777
1777
|
# Label for link to upgrade to get more access controls for inviting collaborators to an item
|
|
1778
|
-
boxui.share.upgradeGetMoreAccessControls = ⟦萬萬萬萬萬萬萬
|
|
1778
|
+
boxui.share.upgradeGetMoreAccessControls = ⟦萬萬萬萬萬萬萬 Ġёţ Мöѓé Äćčëŝŝ Ċòпτŗŏĺś 國國國國國國國⟧
|
|
1779
1779
|
# Text for permissions table Upload column
|
|
1780
|
-
boxui.share.uploadTableHeaderText = ⟦萬
|
|
1780
|
+
boxui.share.uploadTableHeaderText = ⟦萬 ЏΡļόąď 國⟧
|
|
1781
1781
|
# Text for Uploader permission level in permissions table
|
|
1782
|
-
boxui.share.uploaderLevelText = ⟦萬萬
|
|
1782
|
+
boxui.share.uploaderLevelText = ⟦萬萬 ŨΡľőâďеŗ 國國⟧
|
|
1783
1783
|
# Text label for custom URL section
|
|
1784
|
-
boxui.share.vanityURLEnableText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
1784
|
+
boxui.share.vanityURLEnableText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pûвľїşĥ ĉõлτěŋŧ ьŕоąďľУ шίťħ ā ćµŝτõm, ńōŋ-Ρřîνäťė ŨҐĽ 國國國國國國國國國國國國國國國國⟧
|
|
1785
1785
|
# Text for Viewer permission level in permissions table
|
|
1786
|
-
boxui.share.viewerLevelText = ⟦萬 V
|
|
1786
|
+
boxui.share.viewerLevelText = ⟦萬 Vιёωêř 國⟧
|
|
1787
1787
|
# Text for Viewer Uploader permission level in permissions table
|
|
1788
|
-
boxui.share.viewerUploaderLevelText = ⟦萬萬萬萬 V
|
|
1788
|
+
boxui.share.viewerUploaderLevelText = ⟦萬萬萬萬 Vіёẁĕг ŰΡĺŏåďēř 國國國國⟧
|
|
1789
1789
|
# Description of permissions granted to users who have access to the shared link
|
|
1790
|
-
boxui.shareMenu.downloadOnly = ⟦萬萬萬
|
|
1790
|
+
boxui.shareMenu.downloadOnly = ⟦萬萬萬 Ðóшπĺóâď ÔηĺУ 國國國⟧
|
|
1791
1791
|
# Description of permissions granted when inviting a collab to this item
|
|
1792
|
-
boxui.shareMenu.editAndComment = ⟦萬萬萬萬
|
|
1792
|
+
boxui.shareMenu.editAndComment = ⟦萬萬萬萬 Ęďїŧ ãήď Ċömmęйŧ 國國國國⟧
|
|
1793
1793
|
# Label for menu option to get shared link for item (title-case)
|
|
1794
|
-
boxui.shareMenu.getSharedLink = ⟦萬萬萬萬
|
|
1794
|
+
boxui.shareMenu.getSharedLink = ⟦萬萬萬萬 Ğëŧ Şнãŕĕď Ļιиĸ 國國國國⟧
|
|
1795
1795
|
# Label for disabled menu option when user does not have permission to get shared link for item
|
|
1796
|
-
boxui.shareMenu.insufficientPermissionsMenuOption = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1796
|
+
boxui.shareMenu.insufficientPermissionsMenuOption = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĭлŝųƒƒίçιεлτ şħãяîņğ Ρëґmĩśŝĩøňś. Pĺεàŝĕ ċøήţáĉţ ŧħē ƒōľďęя ŏώήея. 國國國國國國國國國國國國國國國國國國國⟧
|
|
1797
1797
|
# Tooltip to show when user does not have permission to invite collaborators to item
|
|
1798
|
-
boxui.shareMenu.insufficientPermissionsTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1798
|
+
boxui.shareMenu.insufficientPermissionsTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ýôц ħανê īŋşŭƒƒіċĭēπτ Ρęѓmíѕśįöлś ţо їлνîŧё ćôĺľåьоґâťőřş. 國國國國國國國國國國國國國國國國國⟧
|
|
1799
1799
|
# Label for menu option to invite collaborators to item
|
|
1800
|
-
boxui.shareMenu.inviteCollabs = ⟦萬萬萬萬萬
|
|
1800
|
+
boxui.shareMenu.inviteCollabs = ⟦萬萬萬萬萬 Îиνιŧē Çŏļļąьóŕáŧσгѕ 國國國國國⟧
|
|
1801
1801
|
# Tooltip to show when only owners and co-owners are allowed to invite collaborators to item
|
|
1802
|
-
boxui.shareMenu.ownerCoownerOnlyTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1802
|
+
boxui.shareMenu.ownerCoownerOnlyTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ýôų нąνę ĩňśŭƒƒîčīеňţ Ρеяmїѕşіопѕ τσ ιπνĩţё çσľľάвòřάŧóяŝ. Ōńľγ τĥè őẁпêг àήď çő-оẃņєѓѕ сäй ίńνîţέ сôľļāвöřαŧöřŝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1803
1803
|
# Description of permissions granted to users who have access to the shared link
|
|
1804
|
-
boxui.shareMenu.shortcutOnly = ⟦萬萬萬
|
|
1804
|
+
boxui.shareMenu.shortcutOnly = ⟦萬萬萬 Ѕĥσяť¢ŭŧ ÔήĺУ 國國國⟧
|
|
1805
1805
|
# Description of permissions granted to users who have access to the shared link
|
|
1806
|
-
boxui.shareMenu.viewAndDownload = ⟦萬萬萬萬萬 V
|
|
1806
|
+
boxui.shareMenu.viewAndDownload = ⟦萬萬萬萬萬 Vιëω αиď Ďоώпļòǻď 國國國國國⟧
|
|
1807
1807
|
# Description of permissions granted to users who have access to the shared link
|
|
1808
|
-
boxui.shareMenu.viewOnly = ⟦萬萬
|
|
1808
|
+
boxui.shareMenu.viewOnly = ⟦萬萬 Vĭéŵ Őήļŷ 國國⟧
|
|
1809
1809
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
|
1810
|
-
boxui.timeInput.emptyTimeError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1810
|
+
boxui.timeInput.emptyTimeError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŕëqúĩŗęď ƒïęĺď. Ęπŧéř ά ťĩmë ĩπ ţħε ƒòяmǻτ ĤĦ:МΜ Ã. 國國國國國國國國國國國國國國國⟧
|
|
1811
1811
|
# Error message for invalid time formats. "HH:MM A" should be localized.
|
|
1812
|
-
boxui.timeInput.invalidTimeError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1812
|
+
boxui.timeInput.invalidTimeError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ίŋνáľïď ŧìmè ƒŏŗmăŧ. Έиţèґ ǻ ŧîmé ίй ţħê ƒôřmāť ĤĤ:МΜ Â. 國國國國國國國國國國國國國國國國⟧
|
|
1813
1813
|
# Used in a dialog box that urges the user to upgrade. This is substituted into the middle of the sentence in the string with id boxui.unifiedShare.levelOfCollabAccess
|
|
1814
|
-
boxui.unifiedShare.collabAccess = ⟦萬萬萬萬萬
|
|
1814
|
+
boxui.unifiedShare.collabAccess = ⟦萬萬萬萬萬 ćøľļâвóяåτõґ ά¢çēŝś 國國國國國⟧
|
|
1815
1815
|
# Text to display for a group of users who have accepted an invitation to collaborate
|
|
1816
|
-
boxui.unifiedShare.collaboration.groupCollabText = ⟦萬
|
|
1816
|
+
boxui.unifiedShare.collaboration.groupCollabText = ⟦萬 ĞŕõûΡ 國⟧
|
|
1817
1817
|
# Text to display for individual users who have accepted an invitation to collaborate
|
|
1818
|
-
boxui.unifiedShare.collaboration.userCollabText = ⟦萬
|
|
1818
|
+
boxui.unifiedShare.collaboration.userCollabText = ⟦萬 Џśεя 國⟧
|
|
1819
1819
|
# Title for collaborator list modal
|
|
1820
|
-
boxui.unifiedShare.collaboratorListTitle = ⟦萬萬萬萬萬 P
|
|
1820
|
+
boxui.unifiedShare.collaboratorListTitle = ⟦萬萬萬萬萬 PěőΡľê ĭń ‘{itemName}’ 國國國國國⟧
|
|
1821
1821
|
# This string is displayed as tooltip on hovering over expire icon for collab
|
|
1822
|
-
boxui.unifiedShare.collaborators.expirationTooltipClickableText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1822
|
+
boxui.unifiedShare.collaborators.expirationTooltipClickableText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ąĉсεѕş ė×Ρіŗёŝ ол {date}. Čļíсĸ ƒôř ďèţǻĩĺś. 國國國國國國國國國國國國⟧
|
|
1823
1823
|
# Text to show when the number of contact email addresses displayed on a tooltip exceeds the maximum amount that can be displayed
|
|
1824
|
-
boxui.unifiedShare.contactEmailsTooltipText = ⟦萬萬萬萬萬萬 {emails},
|
|
1824
|
+
boxui.unifiedShare.contactEmailsTooltipText = ⟦萬萬萬萬萬萬 {emails}, àлď {remainingEmailsCount} móге 國國國國國國⟧
|
|
1825
1825
|
# Text for the notice that is displayed when there are collaboration restrictions that apply to one or more of the selected contacts
|
|
1826
|
-
boxui.unifiedShare.contactRestrictionNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {{count}
|
|
1826
|
+
boxui.unifiedShare.contactRestrictionNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {{count} îиνĩťåťìøň} other {{count} ĭпνīţǻŧιόлŝ}} çáńπőτ ье ŝέńţ ьęсãцśê ęםєѓπǻļ ĉоľļăвогãŧìŏи íş ѓёŝτяі¢τеď ďũĕ τõ ťħè ãΡΡļĭėď ŝĕĉúґιţÿ Ρőľĩċў. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1827
1827
|
# Text for the notice that is displayed when there are Information Barrier collaboration restrictions that apply to one or more of the selected contacts
|
|
1828
|
-
boxui.unifiedShare.contactRestrictionNoticeInformationBarrier = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {{count}
|
|
1828
|
+
boxui.unifiedShare.contactRestrictionNoticeInformationBarrier = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {{count} īηνιτãŧіŏń} other {{count} íņνιţàťïòήś}} ĉãŋлσť вé şęŋτ ďµє ŧô ã ŝĕčûŕϊţÿ Ρőĺîćỳ. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1829
1829
|
# Text for the notice that is displayed when there are Information Barrier collaboration restrictions that apply to only one of the selected contacts
|
|
1830
|
-
boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingular = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1830
|
+
boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingular = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Įπνĩťãţιοйŝ čáйņôť вè şêητ ţο {email} ďūё τø á śēċůґíţý Ρóļϊċỳ. 國國國國國國國國國國國國國國國國國國⟧
|
|
1831
1831
|
# Text for the notice that is displayed when there are Information Barrier collaboration restrictions that apply to only one of the selected contacts, which is a group
|
|
1832
|
-
boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingularGroup = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1832
|
+
boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingularGroup = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Īŋνïťâŧîойŝ ĉăπиόť ве ŝëήť ťо "{groupName}" ďµē το å śèčůŗĭτŷ Ροľìčў. 國國國國國國國國國國國國國國國國國國⟧
|
|
1833
1833
|
# Text for the notice that is displayed when there are collaboration restrictions that apply to one or more of the selected contacts
|
|
1834
|
-
boxui.unifiedShare.contactRestrictionNoticeSingular = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1834
|
+
boxui.unifiedShare.contactRestrictionNoticeSingular = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Íлνιτáţīóήş ¢âлńόţ вê şεʼnŧ ťó {email} вēçäųśē èхţêяпάļ ćοĺľâьοгăŧīòп ιŝ ŕéŝŧґįćŧëď ďµё ţο ťĥė ãΡΡĺïěď ѕéçùяïŧγ Ροĺіćŷ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1835
1835
|
# Label for the button that removes restricted contacts on the contact restriction notice
|
|
1836
|
-
boxui.unifiedShare.contactRestrictionRemoveButtonLabel = ⟦萬萬萬萬萬
|
|
1836
|
+
boxui.unifiedShare.contactRestrictionRemoveButtonLabel = ⟦萬萬萬萬萬 Γέmőνē ŧø çόπţĭŋũĕ 國國國國國⟧
|
|
1837
1837
|
# Error message when more than the maximum number of contacts is entered
|
|
1838
|
-
boxui.unifiedShare.contactsExceedLimitError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1838
|
+
boxui.unifiedShare.contactsExceedLimitError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŌóΡş! Ťнε måхîműm ηúmвεř öƒ çóļľąьøѓàŧòгś ţнåţ ĉāŋ вè åďďéď áτ øπčè íş {maxContacts} ċōľľαвοŕąťóřŝ. Pľěάśě ŧŗУ άğāįń вγ ŝΡļïτťіʼnĝ ÿõüř їńνιţαťíόлś ίиťσ ьäţċħєś. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1839
1839
|
# Text shown in share modal when there is at least one external collaborators
|
|
1840
|
-
boxui.unifiedShare.contentSharedWithExternalCollaborators = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1840
|
+
boxui.unifiedShare.contentSharedWithExternalCollaborators = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥįś сŏйťēиτ ώîľľ ьέ şĥäѓèď ŵίťĥ ėхťέŕʼnåľ čоĺĺāьöґǻŧöгş. 國國國國國國國國國國國國國國國國⟧
|
|
1841
1841
|
# Text used in button label to describe permission level - co-owner
|
|
1842
|
-
boxui.unifiedShare.coownerLevelButtonLabel = ⟦萬萬萬萬萬
|
|
1842
|
+
boxui.unifiedShare.coownerLevelButtonLabel = ⟦萬萬萬萬萬 Ĭπνìţё ąś Ċό-öщиеѓ 國國國國國⟧
|
|
1843
1843
|
# Description for Co-owner permission level in permissions table
|
|
1844
|
-
boxui.unifiedShare.coownerLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1844
|
+
boxui.unifiedShare.coownerLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Μαηãĝę ѕέ¢ùѓĩţŷ, ųΡļòάď, ďощňļοǻď, Ρґëνìėш, şнàґё, ëďíŧ, åňď ďėļёţé 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1845
1845
|
# Text for Co-owner permission level in permissions table
|
|
1846
|
-
boxui.unifiedShare.coownerLevelText = ⟦萬萬
|
|
1846
|
+
boxui.unifiedShare.coownerLevelText = ⟦萬萬 Ċó-оώńĕŗ 國國⟧
|
|
1847
1847
|
# Tooltip description for users who do not have permission for link creation
|
|
1848
|
-
boxui.unifiedShare.disabledCreateLinkTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1848
|
+
boxui.unifiedShare.disabledCreateLinkTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŷôμ ďò ήоť нάνé Ρęґmïşŝίõй ťö ĉŕęáŧє ţнė ļιήĸ. 國國國國國國國國國國國國國⟧
|
|
1849
1849
|
# Tooltip text for when shared permission option is not available due to security policy
|
|
1850
|
-
boxui.unifiedShare.disabledMaliciousContentShareLinkPermission = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1850
|
+
boxui.unifiedShare.disabledMaliciousContentShareLinkPermission = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τħїś οΡţįõņ їśи’ť ãνăįļãвļē ƒοŕ ŧнīş ìťєm ďũě ŧó ă ѕēčûґĩŧγ Ρоļīćγ. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1851
1851
|
# Tooltip text for when shared permission option is not available due to restriction or classification
|
|
1852
|
-
boxui.unifiedShare.disabledShareLinkPermission = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1852
|
+
boxui.unifiedShare.disabledShareLinkPermission = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťнίş σΡţįŏŋ įŝ ŋоŧ āνάíĺάьľе ďūě ťö ǻ ѕéćŭѓïŧУ Ρσľĩсў. 國國國國國國國國國國國國國國國國⟧
|
|
1853
1853
|
# Text used in button label to describe permission level - editor
|
|
1854
|
-
boxui.unifiedShare.editorLevelButtonLabel = ⟦萬萬萬萬
|
|
1854
|
+
boxui.unifiedShare.editorLevelButtonLabel = ⟦萬萬萬萬 Íήνíτē ǻŝ Σďîţσř 國國國國⟧
|
|
1855
1855
|
# Description for Editor permission level in invitee permission dropdown
|
|
1856
|
-
boxui.unifiedShare.editorLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1856
|
+
boxui.unifiedShare.editorLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŪΡļöάď, ďøŵиļõâď, Ρŗєνїêẃ, śнǻгě, ěďíť, άлď ďēľеţë 國國國國國國國國國國國國國國⟧
|
|
1857
1857
|
# Description for Editor permission level in invitee permission dropdown for files
|
|
1858
|
-
boxui.unifiedShare.editorLevelFileDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1858
|
+
boxui.unifiedShare.editorLevelFileDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ÙΡļõãď, ďôшńľôǻď, Ρřëνĭĕώ, ѕħáŗе, āʼnď εďïţ 國國國國國國國國國國國國⟧
|
|
1859
1859
|
# Text for Editor permission level in invitee permission dropdown
|
|
1860
|
-
boxui.unifiedShare.editorLevelText = ⟦萬
|
|
1860
|
+
boxui.unifiedShare.editorLevelText = ⟦萬 Έďіţоř 國⟧
|
|
1861
1861
|
# The message to show when you have clicked the button to send the email to a new collaborator (title case)
|
|
1862
|
-
boxui.unifiedShare.emailModalTitle = ⟦萬萬萬萬萬
|
|
1862
|
+
boxui.unifiedShare.emailModalTitle = ⟦萬萬萬萬萬 Ѕêʼnď Ĺìńк ŧō ‘{itemName}’ 國國國國國⟧
|
|
1863
1863
|
# Error message when user tries to send Shared Link as email without entering any recipients
|
|
1864
|
-
boxui.unifiedShare.enterAtLeastOneEmail = ⟦萬萬萬萬萬萬萬萬
|
|
1864
|
+
boxui.unifiedShare.enterAtLeastOneEmail = ⟦萬萬萬萬萬萬萬萬 Έŋŧèř ąţ ľêäşţ ôйě ναļіď єmãίĺ 國國國國國國國國⟧
|
|
1865
1865
|
# Tooltip text shown in the share modal, encouraging users to enter email addresses to share the item with
|
|
1866
|
-
boxui.unifiedShare.enterEmailAddressesCalloutText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1866
|
+
boxui.unifiedShare.enterEmailAddressesCalloutText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ѕĥãгë ŧħįѕ іťęm ώìţħ çōшŏŕĸěŕś вУ ęňτĕґïņĝ ťĥειґ émāιĺ ăďďѓėѕśεş 國國國國國國國國國國國國國國國國國國國⟧
|
|
1867
1867
|
# Label for tooltips or other components that display expiration icons
|
|
1868
|
-
boxui.unifiedShare.expiresMessage = ⟦萬萬
|
|
1868
|
+
boxui.unifiedShare.expiresMessage = ⟦萬萬 ĘхΡířеѕ 國國⟧
|
|
1869
1869
|
# This is label for the button so a user understands the new interface
|
|
1870
|
-
boxui.unifiedShare.ftuxConfirmLabel = ⟦萬
|
|
1870
|
+
boxui.unifiedShare.ftuxConfirmLabel = ⟦萬 Ġŏτ іť 國⟧
|
|
1871
1871
|
# Text for the body of the tooltip for the ftux experience when the edit option is available for the user
|
|
1872
|
-
boxui.unifiedShare.ftuxEditPermissionTooltipBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1872
|
+
boxui.unifiedShare.ftuxEditPermissionTooltipBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝêĺēçť τħè ńёш ёďíť όΡţïōй ŧō ēαŝιĺγ ŝнαгё Уόųѓ ƒιĺê шĭŧĥ ΡêőΡļє σя ĝѓόüΡş. 國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1873
1873
|
# Text for the title of the tooltip for the ftux experience when the edit option is available for the user
|
|
1874
|
-
boxui.unifiedShare.ftuxEditPermissionTooltipTitle = ⟦萬萬萬萬萬萬
|
|
1874
|
+
boxui.unifiedShare.ftuxEditPermissionTooltipTitle = ⟦萬萬萬萬萬萬 Ċσĺĺãвοѓāτїôň māďĕ еàѕУ 國國國國國國⟧
|
|
1875
1875
|
# Text on the link which allows to learn more about link security
|
|
1876
|
-
boxui.unifiedShare.ftuxLinkText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1876
|
+
boxui.unifiedShare.ftuxLinkText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŗēαď mŏгέ ąвоùţ şнàŕέď ľíňк şêćűѓїτУ ħèгё. 國國國國國國國國國國國國⟧
|
|
1877
1877
|
# This text describes the purpose of the new UI, using the button label to open the modal
|
|
1878
|
-
boxui.unifiedShare.ftuxNewUSMUserBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1878
|
+
boxui.unifiedShare.ftuxNewUSMUserBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ẁê’νе śímΡĺîƒíëď ťĥê ѕĥǻяĩпğ ё×Ρëŕĭєňçě ωнέй Уòŭ çĺíçķ 'Ѕнáŕě'. Îйνīŧε ΡεóΡĺė ŧő τĥιѕ іτëm нёяè ǻňď τōğğĺε ŧнę ľϊňķ øη оŗ őƒƒ ьέĺõẃ ƒòř εàѕγ ѕнǻґїлĝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1879
1879
|
# This title appears in the callout when loading the modal, to let users know about the new UI
|
|
1880
|
-
boxui.unifiedShare.ftuxNewUsmUserTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1880
|
+
boxui.unifiedShare.ftuxNewUsmUserTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬 ŜϊmΡĺĩƒĩєď śĥâřιńĝ ƒōя ƒìĺêѕ ăŋď ƒŏĺďеяŝ 國國國國國國國國國國國⟧
|
|
1881
1881
|
# Label for the LabelPill that is shown when the user first opens the SharedLinkPermissions dropdown and sees the Can Edit option
|
|
1882
|
-
boxui.unifiedShare.ftuxSharedLinkPermissionsEditTag = ⟦
|
|
1882
|
+
boxui.unifiedShare.ftuxSharedLinkPermissionsEditTag = ⟦ ŇΈŴ ⟧
|
|
1883
1883
|
# Label for a Group contact type
|
|
1884
|
-
boxui.unifiedShare.groupLabel = ⟦萬
|
|
1884
|
+
boxui.unifiedShare.groupLabel = ⟦萬 ĠѓŏůΡ 國⟧
|
|
1885
1885
|
# Invite Collaborators disabled state tooltip
|
|
1886
|
-
boxui.unifiedShare.inviteDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1886
|
+
boxui.unifiedShare.inviteDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ϋŏù ďσ ňøŧ ĥąνέ Ρęŕmīşśîőņ τõ ïпνïťε ¢ōļļǻвόŗάŧоґѕ. 國國國國國國國國國國國國國國國⟧
|
|
1887
1887
|
# Invite Collaborators disabled state tooltip due to item being weblink
|
|
1888
|
-
boxui.unifiedShare.inviteDisabledWeblinkTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1888
|
+
boxui.unifiedShare.inviteDisabledWeblinkTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ćоľĺâвŏŕαţόѓś сàηʼnŏţ вè αďďεď ťо ьøõкmářķş. 國國國國國國國國國國國國⟧
|
|
1889
1889
|
# Label of the field where a user designates who to invite to collaborate on an item
|
|
1890
|
-
boxui.unifiedShare.inviteFieldLabel = ⟦萬萬萬
|
|
1890
|
+
boxui.unifiedShare.inviteFieldLabel = ⟦萬萬萬 Íŋνίτе PêóΡĺé 國國國⟧
|
|
1891
1891
|
# Text for the notice that is displayed when there are collaboration restrictions that apply to one or more of the selected contacts and business justifications are allowed for bypassing restrictions
|
|
1892
|
-
boxui.unifiedShare.justifiableContactRestrictionNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1892
|
+
boxui.unifiedShare.justifiableContactRestrictionNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τĥīś ĉоπτёňţ ѓėqцίŕέѕ ǻ ьųşιηèѕŝ ĵûŝτíƒíċãŧîσй ƒóŗ {count, plural, one {{count} ĩňνīťåťïøй} other {{count} ϊπνïťáťїòηś}}. Pľєâşε şĕľéčť á вμѕĭηëŝŝ ĵũŝτϊƒīĉàŧĭŏп ьеĺŏщ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1893
1893
|
# Text for the notice that is displayed when there are collaboration restrictions that apply to one or more of the selected contacts and business justifications are allowed for bypassing restrictions
|
|
1894
|
-
boxui.unifiedShare.justifiableContactRestrictionNoticeSingular = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1894
|
+
boxui.unifiedShare.justifiableContactRestrictionNoticeSingular = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťнìŝ ćōńŧëŋŧ ѓεqцϊŗėś α вůŝĭήеѕѕ ĵüŝŧîƒίĉάţιōņ ţò ìńνĭτë {email}. Pľêáѕε śĕļёĉŧ ä вüŝīņεѕş ĵůśŧïƒįсãţíøŋ вéľōẁ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1895
1895
|
# Label for the button that removes restricted contacts on the contact restriction notice when business justifications are allowed for bypassing restrictions
|
|
1896
|
-
boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel = ⟦萬萬萬萬萬萬萬萬萬
|
|
1896
|
+
boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel = ⟦萬萬萬萬萬萬萬萬萬 Ąľτєяηǻţíνěĺÿ, ŕеmŏνê ťø ĉôйţīŋµε 國國國國國國國國國⟧
|
|
1897
1897
|
# The error message that is displayed when a user tries to send invitations to external collaborators, but a business justification is required before proceeding
|
|
1898
|
-
boxui.unifiedShare.justificationRequiredError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1898
|
+
boxui.unifiedShare.justificationRequiredError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Şéļéćť á ĵцşţίƒϊčáτįòń õѓ ѓέmőνê ŧо çöпťîлµė 國國國國國國國國國國國國國⟧
|
|
1899
1899
|
# The placeholder text of the select field that allows selecting a business justification reason
|
|
1900
|
-
boxui.unifiedShare.justificationSelectPlaceholder = ⟦萬萬萬萬萬
|
|
1900
|
+
boxui.unifiedShare.justificationSelectPlaceholder = ⟦萬萬萬萬萬 Şĕĺēсτ Ĵũѕŧĩƒιćάťιőй 國國國國國⟧
|
|
1901
1901
|
# Used in a dialog box that urges the user to upgrade. The collaboratorAccess variable is replaced with the words "collaborator access" from the string with the id boxui.unifiedShare.collabAccess
|
|
1902
|
-
boxui.unifiedShare.levelOfCollabAccess = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1902
|
+
boxui.unifiedShare.levelOfCollabAccess = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝěť ŧħê ļеνеļ õƒ {collaboratorAccess} ǻпď ĩпċŕёáśε şěĉũřιŧγ ŧĥґоűĝн õйе òƒ őűŕ Ρǻĩď Ρļăпŝ. {upgradeLink} 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1903
1903
|
# Call to action text for allowing the user to create a new shared link
|
|
1904
|
-
boxui.unifiedShare.linkShareOff = ⟦萬萬萬萬萬
|
|
1904
|
+
boxui.unifiedShare.linkShareOff = ⟦萬萬萬萬萬 Ćґĕăţĕ ѕħäгēď ľїņķ 國國國國國⟧
|
|
1905
1905
|
# Call to action text for allowing the user to remove an existing shared link
|
|
1906
|
-
boxui.unifiedShare.linkShareOn = ⟦萬萬萬萬萬萬
|
|
1906
|
+
boxui.unifiedShare.linkShareOn = ⟦萬萬萬萬萬萬 Ѕħāŗєď ĺĭŋķ ίś ċřěăŧεď 國國國國國國⟧
|
|
1907
1907
|
# Label for "Message" text box to email the shared Link
|
|
1908
|
-
boxui.unifiedShare.message = ⟦萬萬
|
|
1908
|
+
boxui.unifiedShare.message = ⟦萬萬 Мёśśαĝĕ 國國⟧
|
|
1909
1909
|
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
1910
|
-
boxui.unifiedShare.modalTitle = ⟦萬萬萬
|
|
1910
|
+
boxui.unifiedShare.modalTitle = ⟦萬萬萬 Şħαѓè ‘{itemName}’ 國國國⟧
|
|
1911
1911
|
# Description of a company shared link for a file.
|
|
1912
|
-
boxui.unifiedShare.peopleInCompanyCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1912
|
+
boxui.unifiedShare.peopleInCompanyCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻηγôňě îή ÿòŭѓ ¢ømΡåňỳ ẁĩτн τĥĕ ľîʼnķ ōѓ ΡεòΡĺê ίņνίτёď τő ŧħίŝ ƒïĺè ćáŋ ǻćсėşѕ 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1913
1913
|
# Description of a company shared link for a folder.
|
|
1914
|
-
boxui.unifiedShare.peopleInCompanyCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1914
|
+
boxui.unifiedShare.peopleInCompanyCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ÂлУоиε ïņ γσμŕ соmΡǻʼnÿ ŵĭŧн ţĥë ĺϊπκ õѓ ΡєöΡĺē ίʼnνìťęď τö ŧніś ƒõļďеґ ¢àл äċ¢éѕѕ 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1915
1915
|
# Description of a company shared link for a hub.
|
|
1916
|
-
boxui.unifiedShare.peopleInCompanyCanAccessHub = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1916
|
+
boxui.unifiedShare.peopleInCompanyCanAccessHub = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Āņγőńē īň ÿòùŗ ¢ømΡăήý шíťĥ ťĥε ĺĩик όѓ ΡёöΡľё įлνϊŧĕď ŧσ ţĥîŝ ħμв ¢ąń åć¢ёşѕ 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1917
1917
|
# Label for "People in {enterpriseName}" option
|
|
1918
|
-
boxui.unifiedShare.peopleInEnterpriseName = ⟦萬萬萬萬 P
|
|
1918
|
+
boxui.unifiedShare.peopleInEnterpriseName = ⟦萬萬萬萬 PěοΡļê íń {enterpriseName} 國國國國⟧
|
|
1919
1919
|
# Description of a collaborator-only shared link for a file
|
|
1920
|
-
boxui.unifiedShare.peopleInItemCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1920
|
+
boxui.unifiedShare.peopleInItemCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬 Οŋļγ īиνīťёď ΡέőΡĺë ćάй åсćєŝś ťħīѕ ƒíļé 國國國國國國國國國國國⟧
|
|
1921
1921
|
# Description of a collaborator-only shared link for a folder
|
|
1922
|
-
boxui.unifiedShare.peopleInItemCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1922
|
+
boxui.unifiedShare.peopleInItemCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŏиĺŷ ĩńνįťέď ΡёōΡľę ćäʼn ąċċєśş τħĩś ƒóľďєŗ 國國國國國國國國國國國國⟧
|
|
1923
1923
|
# Description of a collaborator-only shared link for a hub
|
|
1924
|
-
boxui.unifiedShare.peopleInItemCanAccessHub = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1924
|
+
boxui.unifiedShare.peopleInItemCanAccessHub = ⟦萬萬萬萬萬萬萬萬萬萬萬 Οлļў īпνїťεď ΡèόΡľе čäή ąċĉĕŝŝ ťнϊş ĥũь 國國國國國國國國國國國⟧
|
|
1925
1925
|
# Description of a specific company shared link for a file. {company} is the company name
|
|
1926
|
-
boxui.unifiedShare.peopleInSpecifiedCompanyCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1926
|
+
boxui.unifiedShare.peopleInSpecifiedCompanyCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Åиỳоňê αť {company} шìťĥ ţĥέ ĺιлķ őŕ ΡėσΡĺĕ ϊлνīŧèď ţø ťĥíş ƒïļё ċäŋ áččėŝŝ 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1927
1927
|
# Description of a specific company shared link for a folder. {company} is the company name
|
|
1928
|
-
boxui.unifiedShare.peopleInSpecifiedCompanyCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1928
|
+
boxui.unifiedShare.peopleInSpecifiedCompanyCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Áʼnγōņе ąŧ {company} ωīŧĥ ťħе ļīŋκ όř ΡеσΡļе ĭпνϊťėď ţŏ τнїѕ ƒŏľďěř сãл ǻ¢čēşś 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1929
1929
|
# Description of a specific company shared link for a hub. {company} is the company name
|
|
1930
|
-
boxui.unifiedShare.peopleInSpecifiedCompanyCanAccessHub = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1930
|
+
boxui.unifiedShare.peopleInSpecifiedCompanyCanAccessHub = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ăńўσпë ãτ {company} ẁĭŧн τħë ľïņķ őѓ ΡĕóΡľě íлνīţěď ţõ ťħíѕ ħûв ċąл áčçėśś 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1931
1931
|
# Label for "People in this file" option
|
|
1932
|
-
boxui.unifiedShare.peopleInThisFile = ⟦萬萬萬萬萬
|
|
1932
|
+
boxui.unifiedShare.peopleInThisFile = ⟦萬萬萬萬萬 Ìйνīţеď ΡеòΡľé öŋĺў 國國國國國⟧
|
|
1933
1933
|
# Label for "People in this folder" option
|
|
1934
|
-
boxui.unifiedShare.peopleInThisFolder = ⟦萬萬萬萬萬
|
|
1934
|
+
boxui.unifiedShare.peopleInThisFolder = ⟦萬萬萬萬萬 Ійνιτєď ΡėοΡľє óʼnĺỳ 國國國國國⟧
|
|
1935
1935
|
# Label for "People in your company" option
|
|
1936
|
-
boxui.unifiedShare.peopleInYourCompany = ⟦萬萬萬萬萬萬 P
|
|
1936
|
+
boxui.unifiedShare.peopleInYourCompany = ⟦萬萬萬萬萬萬 PёōΡľё įή ýōцг ćômΡãʼnУ 國國國國國國⟧
|
|
1937
1937
|
# Description of an open shared link
|
|
1938
|
-
boxui.unifiedShare.peopleWithLinkDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
1938
|
+
boxui.unifiedShare.peopleWithLinkDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Püьĺí¢ļγ ą¢ċëŝśївļė åńď йò śìĝή-īй řеqűϊяèď 國國國國國國國國國國國國⟧
|
|
1939
1939
|
# Text to show that those having the link will have access
|
|
1940
|
-
boxui.unifiedShare.peopleWithTheLinkText = ⟦萬萬萬萬萬 P
|
|
1940
|
+
boxui.unifiedShare.peopleWithTheLinkText = ⟦萬萬萬萬萬 PëöΡĺě шĩťĥ ťнê ļíлк 國國國國國⟧
|
|
1941
1941
|
# Text used in button label to describe permission level - previewer
|
|
1942
|
-
boxui.unifiedShare.previewerLevelButtonLabel = ⟦萬萬萬萬萬
|
|
1942
|
+
boxui.unifiedShare.previewerLevelButtonLabel = ⟦萬萬萬萬萬 Įňνìτе àѕ Pѓενíĕẁέѓ 國國國國國⟧
|
|
1943
1943
|
# Description for Previewer permission level in invitee permission dropdown
|
|
1944
|
-
boxui.unifiedShare.previewerLevelDescription = ⟦萬萬萬 P
|
|
1944
|
+
boxui.unifiedShare.previewerLevelDescription = ⟦萬萬萬 Pґëνìęш øηĺý 國國國⟧
|
|
1945
1945
|
# Text for Previewer permission level in invitee permission dropdown
|
|
1946
|
-
boxui.unifiedShare.previewerLevelText = ⟦萬萬 P
|
|
1946
|
+
boxui.unifiedShare.previewerLevelText = ⟦萬萬 Pґеνіеẁёŗ 國國⟧
|
|
1947
1947
|
# Text used in button label to describe permission level - previewer uploader
|
|
1948
|
-
boxui.unifiedShare.previewerUploaderLevelButtonLabel = ⟦萬萬萬萬萬萬萬萬
|
|
1948
|
+
boxui.unifiedShare.previewerUploaderLevelButtonLabel = ⟦萬萬萬萬萬萬萬萬 Ϊπνîŧє àŝ Přėνιєẁёг ÜΡľōãďєґ 國國國國國國國國⟧
|
|
1949
1949
|
# Description for Previewer Uploader permission level in invitee permission dropdown
|
|
1950
|
-
boxui.unifiedShare.previewerUploaderLevelDescription = ⟦萬萬萬萬萬
|
|
1950
|
+
boxui.unifiedShare.previewerUploaderLevelDescription = ⟦萬萬萬萬萬 ÚΡľоäď άήď Ρґèνíēш 國國國國國⟧
|
|
1951
1951
|
# Text for Previewer Uploader permission level in invitee permission dropdown
|
|
1952
|
-
boxui.unifiedShare.previewerUploaderLevelText = ⟦萬萬萬萬萬 P
|
|
1952
|
+
boxui.unifiedShare.previewerUploaderLevelText = ⟦萬萬萬萬萬 Pґενιêώёя ÚΡļøâďêґ 國國國國國⟧
|
|
1953
1953
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
|
-
boxui.unifiedShare.recommendedSharingTooltipCalloutText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1954
|
+
boxui.unifiedShare.recommendedSharingTooltipCalloutText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßåśеď óй ỳőũŗ ûŝàĝê, ώε τħїňķ {fullName} ẁõũĺď ьё ίńŧęѓєşτëď ϊπ ťнιś ƒïĺê. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1955
|
+
# Description for confirmation modal to remove a collaborator
|
|
1956
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻѓé ÿøű ŝųŗê ỳōű шάиτ ťø řєmòνė {name} αŝ ą ċоĺļăьóґâťσŗ? 國國國國國國國國國國國國國國國國⟧
|
|
1957
|
+
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = ⟦萬萬萬萬萬 Ґėmōνě Čôĺļåьóŕâťŏř 國國國國國⟧
|
|
1955
1959
|
# Description for confirmation modal to remove a shared link
|
|
1956
|
-
boxui.unifiedShare.removeLinkConfirmationDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1960
|
+
boxui.unifiedShare.removeLinkConfirmationDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţħîś шìļļ Ρëřmàпęητľỳ ґëmóνе ŧнê ѕĥâґéď ľìņķ. Ĭƒ ťħīѕ їţěm ίś ėmьέďďеď όй ŏŧħēŕ ŝìţĕŝ ìŧ ẃίļĺ ǻĺŝó ьêçσmę ìπ⢢ēşŝíвľè. Ãŋў сŭśτôm ΡŗŏΡēřťìėş, ŝêťŧιŋğş ãпď ĕхΡїяäŧìõήş ẃíľĺ ьё ŕēmőνēď ąѕ ωèĺľ. Ďό Уøũ ώǻʼnŧ ŧö çõŋţĭиúę? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1957
1961
|
# Label for confirmation modal to remove a shared link (title-case)
|
|
1958
|
-
boxui.unifiedShare.removeLinkConfirmationTitle = ⟦萬萬萬萬萬
|
|
1962
|
+
boxui.unifiedShare.removeLinkConfirmationTitle = ⟦萬萬萬萬萬 Яëmôνё Şħǻřêď Ŀīŋк 國國國國國⟧
|
|
1959
1963
|
# Tooltip description for not having access to remove link
|
|
1960
|
-
boxui.unifiedShare.removeLinkTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1964
|
+
boxui.unifiedShare.removeLinkTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ýöů ďô йŏţ ĥàνέ Ρėяmîѕşϊøή τō řєmõνê ťħέ ļìηκ. 國國國國國國國國國國國國國⟧
|
|
1961
1965
|
# The error message that is displayed when a user tries to send invitations to external collaborators, but restricted contacts need to be removed before proceeding
|
|
1962
|
-
boxui.unifiedShare.restrictedContactsError = ⟦萬萬萬萬萬
|
|
1966
|
+
boxui.unifiedShare.restrictedContactsError = ⟦萬萬萬萬萬 Ŗėmöνĕ ŧό čöйŧιпце 國國國國國⟧
|
|
1963
1967
|
# Tooltip text for email shared link button (title-case)
|
|
1964
|
-
boxui.unifiedShare.sendSharedLink = ⟦萬萬萬萬
|
|
1968
|
+
boxui.unifiedShare.sendSharedLink = ⟦萬萬萬萬 Śéήď Şħāřêď Ľïπκ 國國國國⟧
|
|
1965
1969
|
# Field label for shared link recipient list (title-case)
|
|
1966
|
-
boxui.unifiedShare.sendSharedLinkFieldLabel = ⟦萬萬萬萬萬
|
|
1970
|
+
boxui.unifiedShare.sendSharedLinkFieldLabel = ⟦萬萬萬萬萬 Єmáīľ Ѕнǻŕéď Ľĩлκ 國國國國國⟧
|
|
1967
1971
|
# This tooltip appears over the shared link toggle, explaining what happens when it is clicked
|
|
1968
|
-
boxui.unifiedShare.sharedLinkDisabledTooltipCopy = ⟦萬萬萬萬萬萬萬萬萬
|
|
1972
|
+
boxui.unifiedShare.sharedLinkDisabledTooltipCopy = ⟦萬萬萬萬萬萬萬萬萬 Çяėǻţë ãņď ĉŏΡŷ ľįńк ƒоя śĥåѓїйġ 國國國國國國國國國⟧
|
|
1969
1973
|
# Text shown in share modal when shared link is editable and is open to public access
|
|
1970
|
-
boxui.unifiedShare.sharedLinkEditablePubliclyAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
1974
|
+
boxui.unifiedShare.sharedLinkEditablePubliclyAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pŭвľì¢ĺỳ åνåĩľáьĺё ƒõŗ áлУοήë ťσ νįёщ αпď ďōшπļóąď. Áиý ĺøĝĝėď ιπ úşĕŗş ẃĭτħ ŧĥé ļιйĸ čâη ĕďįţ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1971
1975
|
# Text shown in share modal when shared link is editable and is open to company access
|
|
1972
|
-
boxui.unifiedShare.sharedLinkElevatedEditableCompanyAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
1976
|
+
boxui.unifiedShare.sharedLinkElevatedEditableCompanyAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 PєőΡļē ωħό нãνè ǻççеşş ţõ ţħìş ļĭлк çăп éďϊť. 國國國國國國國國國國國國國⟧
|
|
1973
1977
|
# Tooltip describing when this shared link will expire. {expiration, date, long} is the formatted date
|
|
1974
|
-
boxui.unifiedShare.sharedLinkExpirationTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1978
|
+
boxui.unifiedShare.sharedLinkExpirationTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťħϊś ľιπκ щίľĺ èхΡîŗё ąńď ьē ìņάć¢ęŝşïьľе ŏň {expiration, date, long}. 國國國國國國國國國國國國國國國⟧
|
|
1975
1979
|
# Label for a shared link permission to show for an editable box note / file
|
|
1976
|
-
boxui.unifiedShare.sharedLinkPermissionsEdit = ⟦萬萬
|
|
1980
|
+
boxui.unifiedShare.sharedLinkPermissionsEdit = ⟦萬萬 Çåи ėďìť 國國⟧
|
|
1977
1981
|
# Text to use in the tooltip when presenting an editable Box Note (DO NOT TRANSLATE "Box Notes")
|
|
1978
1982
|
boxui.unifiedShare.sharedLinkPermissionsEditTooltip = This permission can only be changed in Box Notes
|
|
1979
1983
|
# Label for a shared link permission level
|
|
1980
|
-
boxui.unifiedShare.sharedLinkPermissionsViewDownload = ⟦萬萬萬萬萬萬
|
|
1984
|
+
boxui.unifiedShare.sharedLinkPermissionsViewDownload = ⟦萬萬萬萬萬萬 Çǻη νїěщ āńď ďøщйľóäď 國國國國國國⟧
|
|
1981
1985
|
# Label for a shared link permission level
|
|
1982
|
-
boxui.unifiedShare.sharedLinkPermissionsViewOnly = ⟦萬萬萬
|
|
1986
|
+
boxui.unifiedShare.sharedLinkPermissionsViewOnly = ⟦萬萬萬 Çāή νïéẃ òлĺγ 國國國⟧
|
|
1983
1987
|
# Text shown in share modal when shared link is open to public access
|
|
1984
|
-
boxui.unifiedShare.sharedLinkPubliclyAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1988
|
+
boxui.unifiedShare.sharedLinkPubliclyAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τнïş сōητέиţ іś Ρùьļí¢ļў άνąіļάьĺę ţõ ãŋýόπе ŵιτħ ţнє ľìпĸ. 國國國國國國國國國國國國國國國國國⟧
|
|
1985
1989
|
# Label for the shared link section of the unified share modal
|
|
1986
|
-
boxui.unifiedShare.sharedLinkSectionLabel = ⟦萬萬
|
|
1990
|
+
boxui.unifiedShare.sharedLinkSectionLabel = ⟦萬萬 Ѕħάŕė Ļīńķ 國國⟧
|
|
1987
1991
|
# Description of the shared link settings modal entry point. This shows link-specific options.
|
|
1988
|
-
boxui.unifiedShare.sharedLinkSettings = ⟦萬萬萬
|
|
1992
|
+
boxui.unifiedShare.sharedLinkSettings = ⟦萬萬萬 Ļίйκ Ŝёτţϊиğŝ 國國國⟧
|
|
1989
1993
|
# Tooltip text shown in the share modal, next to the settings gear, describing what settings can be changed
|
|
1990
|
-
boxui.unifiedShare.sharedLinkSettingsCalloutText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1994
|
+
boxui.unifiedShare.sharedLinkSettingsCalloutText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Çѓёãτę ą ċμşτōm ŰŘĻ, êňǻьĺę Ρăśŝωόŕď Ρŗøŧěĉŧïőņ, εйǻьļè ľįήκ ê×Ρïґāŧίŏй, àņď mųĉħ møѓě 國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1991
1995
|
# Title for suggested collaborators that can be added to the form
|
|
1992
|
-
boxui.unifiedShare.suggestedCollabsTitle = ⟦萬萬
|
|
1996
|
+
boxui.unifiedShare.suggestedCollabsTitle = ⟦萬萬 Ѕцğĝĕśŧёď 國國⟧
|
|
1993
1997
|
# Description for cta to upgrade to get more access controls for inviting collaborators to an item
|
|
1994
|
-
boxui.unifiedShare.upgradeGetMoreAccessControlsDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 62%
|
|
1998
|
+
boxui.unifiedShare.upgradeGetMoreAccessControlsDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 62% οƒ çúѕŧŏmėѓѕ öń ўôŭя Ρļăй {upgradeGetMoreAccessControlsLink} ţő mαлãĝé čøļľάвŏѓáŧôŗś’ άćčĕŝş áпď Ρĕгmìѕşìőń ŝέτťїпğŝ 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1995
1999
|
# Label for link to upgrade to get more access controls for inviting collaborators to an item
|
|
1996
|
-
boxui.unifiedShare.upgradeGetMoreAccessControlsLink = ⟦萬萬
|
|
2000
|
+
boxui.unifiedShare.upgradeGetMoreAccessControlsLink = ⟦萬萬 μΡğŕâďє 國國⟧
|
|
1997
2001
|
# Title for the upgrade inline notice for upgrade user plan
|
|
1998
|
-
boxui.unifiedShare.upgradeInlineNoticeTitle = ⟦萬萬萬萬萬
|
|
2002
|
+
boxui.unifiedShare.upgradeInlineNoticeTitle = ⟦萬萬萬萬萬 ŰΡġŕαďë Ýøůґ Pļāń 國國國國國⟧
|
|
1999
2003
|
# Label for link to upgrade account
|
|
2000
|
-
boxui.unifiedShare.upgradeLink = ⟦萬萬萬
|
|
2004
|
+
boxui.unifiedShare.upgradeLink = ⟦萬萬萬 ŬΡġřåďé πôẁ 國國國⟧
|
|
2001
2005
|
# Text used in button label to describe permission level - uploader
|
|
2002
|
-
boxui.unifiedShare.uploaderLevelButtonLabel = ⟦萬萬萬萬萬
|
|
2006
|
+
boxui.unifiedShare.uploaderLevelButtonLabel = ⟦萬萬萬萬萬 Ϊńνîţē âś ŲΡľöαďёř 國國國國國⟧
|
|
2003
2007
|
# Description for Uploader permission level in invitee permission dropdown
|
|
2004
|
-
boxui.unifiedShare.uploaderLevelDescription = ⟦萬萬萬
|
|
2008
|
+
boxui.unifiedShare.uploaderLevelDescription = ⟦萬萬萬 ЏΡĺőαď οпĺỳ 國國國⟧
|
|
2005
2009
|
# Text for Uploader permission level in invitee permission dropdown
|
|
2006
|
-
boxui.unifiedShare.uploaderLevelText = ⟦萬萬
|
|
2010
|
+
boxui.unifiedShare.uploaderLevelText = ⟦萬萬 ÚΡļőäďêŗ 國國⟧
|
|
2007
2011
|
# Text used in button label to describe permission level - viewer
|
|
2008
|
-
boxui.unifiedShare.viewerLevelButtonLabel = ⟦萬萬萬萬
|
|
2012
|
+
boxui.unifiedShare.viewerLevelButtonLabel = ⟦萬萬萬萬 Ϊήνïťё ãś Vìεщέя 國國國國⟧
|
|
2009
2013
|
# Description for Viewer permission level in invitee permission dropdown
|
|
2010
|
-
boxui.unifiedShare.viewerLevelDescription = ⟦萬萬萬萬萬萬萬萬
|
|
2014
|
+
boxui.unifiedShare.viewerLevelDescription = ⟦萬萬萬萬萬萬萬萬 Ďóẃņļōâď, Ρяēνïĕẁ, âиď śħàяè 國國國國國國國國⟧
|
|
2011
2015
|
# Text for Viewer permission level in invitee permission dropdown
|
|
2012
|
-
boxui.unifiedShare.viewerLevelText = ⟦萬 V
|
|
2016
|
+
boxui.unifiedShare.viewerLevelText = ⟦萬 Vϊęшëя 國⟧
|
|
2013
2017
|
# Text used in button label to describe permission level - viewer uploader
|
|
2014
|
-
boxui.unifiedShare.viewerUploaderLevelButtonLabel = ⟦萬萬萬萬萬萬萬
|
|
2018
|
+
boxui.unifiedShare.viewerUploaderLevelButtonLabel = ⟦萬萬萬萬萬萬萬 Ĩŋνĩτë àŝ Vїеŵêг ÛΡľόάďёґ 國國國國國國國⟧
|
|
2015
2019
|
# Text for Viewer Uploader permission level in invitee permission dropdown
|
|
2016
|
-
boxui.unifiedShare.viewerUploaderLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
2020
|
+
boxui.unifiedShare.viewerUploaderLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ÛΡľôäď, ďōώηļоâď, Ρŗéνϊëŵ, śнãяе, άпď ëďїť 國國國國國國國國國國國國⟧
|
|
2017
2021
|
# Text for Viewer Uploader permission level in invitee permission dropdown
|
|
2018
|
-
boxui.unifiedShare.viewerUploaderLevelText = ⟦萬萬萬萬 V
|
|
2022
|
+
boxui.unifiedShare.viewerUploaderLevelText = ⟦萬萬萬萬 Vìёŵêŕ ŰΡľоąďεѓ 國國國國⟧
|
|
2019
2023
|
# Error message for when an invalid URL is entered
|
|
2020
|
-
boxui.validation.URLError = ⟦萬萬萬
|
|
2024
|
+
boxui.validation.URLError = ⟦萬萬萬 Ĭņνàĺīď ŲΓĽ 國國國⟧
|
|
2021
2025
|
# Error message for when an invalid email is entered
|
|
2022
|
-
boxui.validation.emailError = ⟦萬萬萬萬萬萬
|
|
2026
|
+
boxui.validation.emailError = ⟦萬萬萬萬萬萬 Ійνąľιď Ęmåïĺ Åďďгëѕŝ 國國國國國國⟧
|
|
2023
2027
|
# Generic error message for a field is invalid
|
|
2024
|
-
boxui.validation.genericError = ⟦萬萬萬
|
|
2028
|
+
boxui.validation.genericError = ⟦萬萬萬 Íйνǻľįď ĨŋΡùτ 國國國⟧
|
|
2025
2029
|
# Error message for when an invalid Date is entered
|
|
2026
|
-
boxui.validation.invalidDateError = ⟦萬萬萬
|
|
2030
|
+
boxui.validation.invalidDateError = ⟦萬萬萬 Іņνãľìď Ðάťë 國國國⟧
|
|
2027
2031
|
# Error message for when an invalid user is entered
|
|
2028
|
-
boxui.validation.invalidUserError = ⟦萬萬萬
|
|
2032
|
+
boxui.validation.invalidUserError = ⟦萬萬萬 Įņνāľĭď Ųśέя 國國國⟧
|
|
2029
2033
|
# Error message for when a required field is missing
|
|
2030
|
-
boxui.validation.requiredError = ⟦萬萬萬萬
|
|
2034
|
+
boxui.validation.requiredError = ⟦萬萬萬萬 Ŗеqũīѓέď ₣īêļď 國國國國⟧
|
|
2031
2035
|
# Error message for when an input value is too long. {max} is the maximum length
|
|
2032
|
-
boxui.validation.tooLongError = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
2036
|
+
boxui.validation.tooLongError = ⟦萬萬萬萬萬萬萬萬萬萬 ΪйΡûŧ čáπήōτ ē×ćėěď {max} снâѓāćŧėѓŝ 國國國國國國國國國國⟧
|
|
2033
2037
|
# Error message for when an input value is too short. {min} is the minimum length
|
|
2034
|
-
boxui.validation.tooShortError = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
2038
|
+
boxui.validation.tooShortError = ⟦萬萬萬萬萬萬萬萬萬萬萬 ÌπΡųť mŭśŧ ьε αť ļёäśτ {min} сħāѓαčŧěŗś 國國國國國國國國國國國⟧
|