box-ui-elements 23.3.0-beta.5 → 23.3.0-beta.7
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.js +1 -1
- package/dist/sidebar.css +1 -1
- package/dist/sidebar.js +1 -1
- package/dist/uploader.js +1 -1
- package/es/features/metadata-instance-editor/CascadePolicy.js +60 -2
- package/es/features/metadata-instance-editor/CascadePolicy.js.flow +72 -1
- package/es/features/metadata-instance-editor/CascadePolicy.js.map +1 -1
- package/es/features/metadata-instance-editor/CascadePolicy.scss +15 -1
- package/es/features/metadata-instance-editor/CascadePolicy.stories.js +24 -0
- package/es/features/metadata-instance-editor/CascadePolicy.stories.js.flow +31 -0
- package/es/features/metadata-instance-editor/CascadePolicy.stories.js.map +1 -0
- package/es/features/metadata-instance-editor/Instance.js +14 -2
- package/es/features/metadata-instance-editor/Instance.js.flow +23 -3
- package/es/features/metadata-instance-editor/Instance.js.map +1 -1
- package/es/features/metadata-instance-editor/Instances.js +2 -0
- package/es/features/metadata-instance-editor/Instances.js.flow +3 -0
- package/es/features/metadata-instance-editor/Instances.js.map +1 -1
- package/es/features/metadata-instance-editor/MetadataInstanceEditor.js +2 -0
- package/es/features/metadata-instance-editor/MetadataInstanceEditor.js.flow +3 -0
- package/es/features/metadata-instance-editor/MetadataInstanceEditor.js.map +1 -1
- package/es/features/metadata-instance-editor/messages.js +20 -0
- package/es/features/metadata-instance-editor/messages.js.flow +26 -0
- package/es/features/metadata-instance-editor/messages.js.map +1 -1
- package/i18n/bn-IN.js +5 -0
- package/i18n/bn-IN.properties +10 -0
- package/i18n/da-DK.js +5 -0
- package/i18n/da-DK.properties +10 -0
- package/i18n/de-DE.js +5 -0
- package/i18n/de-DE.properties +10 -0
- package/i18n/en-AU.js +5 -0
- package/i18n/en-AU.properties +10 -0
- package/i18n/en-CA.js +5 -0
- package/i18n/en-CA.properties +10 -0
- package/i18n/en-GB.js +5 -0
- package/i18n/en-GB.properties +10 -0
- package/i18n/en-US.js +5 -0
- package/i18n/en-US.properties +10 -0
- package/i18n/en-x-pseudo.js +1016 -1011
- package/i18n/en-x-pseudo.properties +1021 -1011
- package/i18n/es-419.js +5 -0
- package/i18n/es-419.properties +10 -0
- package/i18n/es-ES.js +5 -0
- package/i18n/es-ES.properties +10 -0
- package/i18n/fi-FI.js +5 -0
- package/i18n/fi-FI.properties +10 -0
- package/i18n/fr-CA.js +5 -0
- package/i18n/fr-CA.properties +10 -0
- package/i18n/fr-FR.js +5 -0
- package/i18n/fr-FR.properties +10 -0
- package/i18n/hi-IN.js +5 -0
- package/i18n/hi-IN.properties +10 -0
- package/i18n/it-IT.js +5 -0
- package/i18n/it-IT.properties +10 -0
- package/i18n/ja-JP.js +5 -0
- package/i18n/ja-JP.properties +10 -0
- package/i18n/ko-KR.js +5 -0
- package/i18n/ko-KR.properties +10 -0
- package/i18n/nb-NO.js +5 -0
- package/i18n/nb-NO.properties +10 -0
- package/i18n/nl-NL.js +5 -0
- package/i18n/nl-NL.properties +10 -0
- package/i18n/pl-PL.js +5 -0
- package/i18n/pl-PL.properties +10 -0
- package/i18n/pt-BR.js +5 -0
- package/i18n/pt-BR.properties +10 -0
- package/i18n/ru-RU.js +5 -0
- package/i18n/ru-RU.properties +10 -0
- package/i18n/sv-SE.js +5 -0
- package/i18n/sv-SE.properties +10 -0
- package/i18n/tr-TR.js +5 -0
- package/i18n/tr-TR.properties +10 -0
- package/i18n/zh-CN.js +5 -0
- package/i18n/zh-CN.properties +10 -0
- package/i18n/zh-TW.js +5 -0
- package/i18n/zh-TW.properties +10 -0
- package/package.json +2 -2
- package/src/features/metadata-instance-editor/CascadePolicy.js +72 -1
- package/src/features/metadata-instance-editor/CascadePolicy.scss +15 -1
- package/src/features/metadata-instance-editor/CascadePolicy.stories.js +31 -0
- package/src/features/metadata-instance-editor/Instance.js +23 -3
- package/src/features/metadata-instance-editor/Instances.js +3 -0
- package/src/features/metadata-instance-editor/MetadataInstanceEditor.js +3 -0
- package/src/features/metadata-instance-editor/__tests__/CascadePolicy.test.js +51 -0
- package/src/features/metadata-instance-editor/__tests__/__snapshots__/CascadePolicy.test.js.snap +9 -9
- package/src/features/metadata-instance-editor/__tests__/__snapshots__/Instance.test.js.snap +4 -1
- package/src/features/metadata-instance-editor/__tests__/__snapshots__/Instances.test.js.snap +2 -0
- package/src/features/metadata-instance-editor/__tests__/__snapshots__/MetadataInstanceEditor.test.js.snap +1 -0
- package/src/features/metadata-instance-editor/messages.js +26 -0
|
@@ -1,2038 +1,2048 @@
|
|
|
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ĕпτ ńō ľōпğέŗ ĕ×įŝťś 國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬 Ťĥīś ťąśķ ʼnő ļőňġëѓ є×ίśţѕ 國國國國國國國⟧
|
|
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ёńťѕ 國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ŧħїş àлпøτåŧіŏη čσμľď ńőţ ьė mσďϊƒίĕď. 國國國國國國國國國國國⟧
|
|
41
41
|
# Error message when an annotation fetch fails
|
|
42
|
-
be.annotattionThread.errorFetchAnnotation = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
42
|
+
be.annotattionThread.errorFetchAnnotation = ⟦萬萬萬萬萬萬萬萬萬萬 Ŧĥě ăńиσŧăţíόʼn čоūľď ňøţ ьε ƒěτçĥеď. 國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Τħēŗε ẃâś απ ėгŕøя ďëļèτĭʼnġ ťĥïѕ ¢ό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ĺèāśĕ ґëƒŕëѕн ŧĥε Ρáĝё ǻиď ţяў âĝάĩи. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
59
59
|
# Error message when completing a task fails
|
|
60
|
-
be.api.taskCompleteErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
60
|
+
be.api.taskCompleteErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άл ëґґōř ħáѕ õċčüягĕď щĥιļë ĉòmΡĺëťìʼnğ ŧĥіŝ ťāşк. 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αήèʼnŧļУ ďēľεŧé ťħίѕ áΡΡ ǻċŧĭνіţÿ? 國國國國國國國國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 İʼnśτâļľ {boxTools} ŧô ôΡеŋ ţħîş ƒĭľě ôň ŷõŭя ďεśĸţσΡ 國國國國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ćнáгŧ ďīŝΡļàγîηġ ţħє пµ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 = ⟦萬萬萬 Ŧŕëήďìήĝ ďоώʼn 國國國⟧
|
|
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 = ⟦萬萬萬 P
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Çôûļď ňóť ƒίпď śнαřεď ĺîлκ ƒõŕ ťĥίŝ ιτē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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ťĥε ѕħäгęď ĺĭлκ ƒõѓ τħϊŝ ίŧê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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧħė ŝĥāŗėď ļїńĸ ƒõг ţĥіŝ ìţê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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ćŏûĺď лôτ ųΡďàŧê ťħé ŝħâŕĕď ľíʼnĸ ƒòґ ŧĥίś ïţę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εʼnτ? 國國國國國國國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬 Ųʼnѓėѕόĺνė 國國⟧
|
|
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 = ⟦萬萬萬萬 Áďď άň άŝѕìġŋěе 國國國國⟧
|
|
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 = ⟦萬萬 Äśŝιġйєеś 國國⟧
|
|
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έņŧіŏņ µśëřѕ ŧŏ ποŧίƒў ţĥĕ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Ρļέτě ŝμğğёşτĭöʼnŝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
213
213
|
# Text for cancel button
|
|
214
|
-
be.contentSidebar.activityFeed.commentForm.commentCancel = ⟦萬
|
|
214
|
+
be.contentSidebar.activityFeed.commentForm.commentCancel = ⟦萬 Ĉäņçёľ 國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Õńĺỳ οʼnė ãşѕíġлєė ïś ŗε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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βỳ ďěƒǻųľτ, àľĺ āŝśīğʼnéêŝ âřě řέ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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ùлăвľε ŧô ѓę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ľεáŝё ŧгγ αĝάïи. 國國國國國國國國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬 Ĩʼn 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 ωĥèŕē ỳŏμŕ ċοňťĕʼnŧ ľϊνèŝ 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τĥіş ā¢ťĭőʼn ϊş úʼnάναįľäьľē, вёċάμŝē ŧĥē ƒĭĺε ĩŝ шäţëѓ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 = ⟦萬萬萬萬萬萬萬萬 Ťħíş ƒоļďеѓ йā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éťнïлğ ŵєňť шѓöлğ ŵнėń ƒεťċнίņĝ ťħє ćùѓѓěпţ úśěŕ. 國國國國國國國國國國國國國國國⟧
|
|
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ěţħįňğ ẃеňτ ώŕòńĝ. 國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬 ÓΡéʼn ťħįś ƒίļє ώíŧн α Ρâґťŋëř ѕĕґνìćę 國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĺòøĸŝ ľíκє ŷόúŗ яěçёиť снãʼnġēś ţò ťħĕ Ðŏс Ğëņ ŧε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 = ⟦萬萬萬萬萬萬 Ðŕâẁîпĝ āŋʼnõŧáŧĭöή 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ā ηєťщŏґĸ ęѓґõŗ ĥåś õĉĉůґґέď ωнįĺе ťŕУïʼnğ τö ĺόāď. 國國國國國國國國國國國國國國⟧
|
|
435
435
|
# Text shown in the empty state when there are no folder items
|
|
436
|
-
be.emptyView.folderState = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
436
|
+
be.emptyView.folderState = ⟦萬萬萬萬萬萬萬萬萬萬 Ţĥέřε âгé ŋó ίτĕmŝ ĭʼn ťнíś ƒòĺďêř. 國國國國國國國國國國⟧
|
|
437
437
|
# Text shown in the empty state when the folder items are loading
|
|
438
|
-
be.emptyView.loadingState = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬 Ỳŏμ ĥǻνêη'ţ ѕеľеçτёď âʼnУ ïťĕ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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ǾΡєπìňĝ ťħιŝ ƒιĺё шįτħ όţнéѓ şĕŕνíсěş іś ¢ũяřēπτĺÿ ŭŋáνåïľǻвľé 國國國國國國國國國國國國國國國國國國⟧
|
|
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ёťĥіŋĝ ẁěиţ ωгõņğ ẃĥėй ƒеτ¢ħíńğ τнě äсċēśś śτäťŝ. 國國國國國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬 Ĩπсяέãśĕ çóĺü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 = ⟦萬 Θẃʼnĕя 國⟧
|
|
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 = ⟦ m
|
|
564
|
+
be.max = ⟦ mâх ⟧
|
|
565
565
|
# Title for all categories
|
|
566
|
-
be.messageCenter.all = ⟦
|
|
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éʼnţ. 國國國國國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬
|
|
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 = ⟦萬萬萬 Μоŗė õΡťìσʼnś 國國國⟧
|
|
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 = ⟦萬 ŐΡέʼn 國⟧
|
|
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} êлτŗīēŝ 國國國國國國國國國國國⟧
|
|
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øίπţ äиņóţåťĩōʼn 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ά ņêώ νéѓѕιõʼn οƒ τħіѕ ƒìļě īş äνāιĺäьĺê. 國國國國國國國國國國國⟧
|
|
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 = ⟦萬 P
|
|
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 = ⟦萬 Ґеʼná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ĕòΡľė ιʼn ťħîş ƒõļďеŗ 國國國國國國國國⟧
|
|
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őνē ѕнàґёď ľїʼnķ 國國國國國⟧
|
|
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 = ⟦萬萬萬萬 Ĉōηţěпť Ĩпśĩğнŧş 國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Åʼn ĕгѓόŗ ħāѕ õ¢çűгřєď ώħїļέ ƒёτ¢нιʼnġ 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 = ⟦萬萬萬萬 Ćùгŗєʼnτ 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬 ₣īĺé νèґŝìοʼn ĉóųĺď ńôť вέ ďöώйľőăďéď. 國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬 ₣ϊľє νєŗѕìŏʼnŝ ćøũĺď ňŏτ ьё řєτѓïένĕď. 國國國國國國國國國國國⟧
|
|
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 ŏлĕ σƒ ōûг Ρǻìď Ρľäʼnѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
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єѓѕìøʼn Ηìśţόяў 國國國國⟧
|
|
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 = ⟦萬萬萬萬萬 Ťöġĝľε Âĉťїøлş Мεπú 國國國國國⟧
|
|
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εřşįôή ʼnű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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŵε’řĕ ŝôŕřŷ, йò ѕĸīĺļѕ ίʼnƒοŕ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åŧĩοŋ ŵàş ƒσµʼnď. 國國國國國國國國國國國國國⟧
|
|
823
823
|
# Default message when skills are still running
|
|
824
|
-
be.skillPendingStatus = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
824
|
+
be.skillPendingStatus = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Щē’ŕє ώσѓκĭňğ όʼn Ρгôçέѕŝíлġ ÿŏũř ƒїĺé - Ρĺēåśє ĥōļď! 國國國國國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬 Εm
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ðřáġ àηď ďѓôΡ τő åďď âďďīτїŏʼnăĺ ƒιĺęş 國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬 Śüĉĉėśş! Ύòùг ƒīļęş ħăνě ьèêʼn ųΡĺòąďĕď. 國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬 Čàи¢ëĺ ţħĭŝ üΡĺοàď 國國國國國⟧
|
|
873
873
|
# Default error message shown when upload fails
|
|
874
|
-
be.uploadsDefaultErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
874
|
+
be.uploadsDefaultErrorMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝóméťĥĭńĝ ώėиŧ ẁřøπĝ ώĩţħ τнé ůΡļοάď. Pľèǻŝε τřγ åĝáĩņ. 國國國國國國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťĥìś ƒīĺе èх¢ěеďş ўóũя Ρĺãʼn’ş üΡļôāď ĺî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řóνιďĕď ƒσļďεŗ ʼnα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 = ⟦萬萬 Ďοшήľόäďş 國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ğĕŧ ά¢ţîόŋàьľě ĭпѕίĝнτś ĭиτô нóẃ νίėщěгŝ ąřê ėиğàġíņĝ ωïťħ τнįś çŏŋτёηŧ. Мēăŝüŕε äνέяåĝę ŧî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
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} οʼn {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ěлďϊňĝ 國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βôх Ǻİ îş ʼnõť ¢üгŕĕňτļỳ şųΡΡόґτèď ƒοг ťнïѕ ƒìľē ţÿΡє 國國國國國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬 Ηόш сåʼn ţĥіś ďõ¢µmēʼnŧ ьέ ί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ŭĕśťіóйѕ ϊη ўöüѓ ŝΡґёαďśĥêеτ: τöτáĺ čòůńťś, áνεŗáġęѕ, áďνâŋĉёď čõ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 = ⟦萬萬萬萬萬萬萬萬萬萬萬 ŝΡŗĕǻďŝħéěŧ ŝūΡΡóŕť ήöťîƒιćáŧīоň ьåņηέг 國國國國國國國國國國國⟧
|
|
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 = ⟦萬 Çåʼnĉęĺ 國⟧
|
|
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ď ẁĥâτ ÿôů'гě ľóокįŋğ ƒόг. 國國國國國國國國國國國國國國⟧
|
|
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 = ⟦萬 Çãņçέļ 國⟧
|
|
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 = ⟦萬 Ðöʼnє 國⟧
|
|
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 國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
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 {øŋę ūŝеř ƒöüʼnď} other {{usersCount} ųşęŕş ƒôũʼnď}} 國國國國國國國國國國國國國⟧
|
|
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 = ⟦萬萬萬萬 ÂʼnøňУ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
|
-
boxui.features.VirtualizedTableRenderers.lastModifiedBy = ⟦萬萬萬萬 {lastModified}
|
|
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 = ⟦萬萬萬 Ûʼnķлöωи Џśєŕ 國國國⟧
|
|
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 = ⟦萬 Θωйέř 國⟧
|
|
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єѓѕїōʼnŝ 國國國國國⟧
|
|
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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŧħіŝ ѕĥāяеď ĺîʼnк шïļļ вê ďįѕàвľёď ой {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
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
|
+
# Description for AI autofill toggle switch
|
|
1214
|
+
boxui.metadataInstanceEditor.aiAutofillDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ũѕє Бŏ× ÁÌ τő ǻũťömāτіĉāľĺý êхŧřàćť mεťáďāţā νăļµèś. 國國國國國國國國國國國國國國國⟧
|
|
1215
|
+
# Learn more link for AI autofill
|
|
1216
|
+
boxui.metadataInstanceEditor.aiAutofillLearnMore = ⟦萬萬 Ľёάŕņ möŗê 國國⟧
|
|
1217
|
+
# Notice for AI autofill toggle switch
|
|
1218
|
+
boxui.metadataInstanceEditor.aiAutofillNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Èńåвļіήğ τĥίş ƒєãťúŕé mäỳ ìπνσľνё ǻďďïτίőηąĺ ¢ĥáŕĝèś. Pĺėάşέ ѓένïеш όµг {pricingLink} ƒóŕ móѓĕ іήƒόŗmäťįőп. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1219
|
+
# Pricing details link for AI autofill
|
|
1220
|
+
boxui.metadataInstanceEditor.aiAutofillPricingDetails = ⟦萬萬萬萬 Ρŕîċїηġ ďéŧãϊľѕ 國國國國⟧
|
|
1213
1221
|
# Informational text below collapsible header indicating that all fields for this template are hidden
|
|
1214
|
-
boxui.metadataInstanceEditor.allAttributesAreHidden = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1222
|
+
boxui.metadataInstanceEditor.allAttributesAreHidden = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ãľĺ àţŧříьűťèś īń ţħїѕ ŧεmΡļåţè нâνĕ ьєěл ĥíďďèň. 國國國國國國國國國國國國國國⟧
|
|
1215
1223
|
# Informational text below enable cascade policy toggle switch
|
|
1216
|
-
boxui.metadataInstanceEditor.applyCascadePolicyText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1224
|
+
boxui.metadataInstanceEditor.applyCascadePolicyText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ĀΡΡľý ťémΡļāŧĕ äňď ϊŧŝ νáļúěş ţō âĺĺ ηέш ăŋď ê×ĩŝτīпğ íťєmś ĩл ťĥĩś ƒоĺďéѓ åήď іţś ŝцьƒöľďєгŝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1217
1225
|
# Informational text below enable cascade policy toggle switch indicating that cascade policy cannot be applied
|
|
1218
|
-
boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1226
|
+
boxui.metadataInstanceEditor.cannotApplyCascadePolicyText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ċąѕĉąďè Ρôľìçў ċǻŋйōτ ьē ǻΡΡļĩєď ťô ċũşťőm měťåďãťâ åŧ ťĥĭѕ ţĩmê. 國國國國國國國國國國國國國國國國國國國⟧
|
|
1219
1227
|
# Tooltip text a user can use to learn more about cascading metadata policy
|
|
1220
|
-
boxui.metadataInstanceEditor.cascadePolicyLearnMore = ⟦萬萬
|
|
1228
|
+
boxui.metadataInstanceEditor.cascadePolicyLearnMore = ⟦萬萬 Ŀĕǻги mõґё 國國⟧
|
|
1221
1229
|
# Tooltip text that asks the user what they want to do when applying cascading to their metadata policy
|
|
1222
|
-
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1230
|
+
boxui.metadataInstanceEditor.cascadePolicyModeQuestion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĭŋ ťĥę ćάŝё öƒ сôйƒľīçŧś ŵнęη ǻΡΡĺўϊńġ ťĥίş ţêmΡĺąŧè αņď ìŧŝ νāľùëѕ το ęхіşŧįйĝ ĭťêmş, шнâτ ŵσüľď ÿôú ĺϊкє ťõ ďŏ? Τħìś іŝ ǻ øŋè τīmĕ αĉţіőń. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1223
1231
|
# Label for radio button that selects overwrite mode for cascading policy
|
|
1224
|
-
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1232
|
+
boxui.metadataInstanceEditor.cascadePolicyOverwriteMode = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ōνёřώяĩťє âļļ ēхìѕŧįňğ ťëmΡĺǻŧé ναļцеŝ 國國國國國國國國國國國⟧
|
|
1225
1233
|
# Label for radio button that selects skip mode for cascading policy
|
|
1226
|
-
boxui.metadataInstanceEditor.cascadePolicySkipMode = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ŞκîΡ
|
|
1234
|
+
boxui.metadataInstanceEditor.cascadePolicySkipMode = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ŞκîΡ åйď κеёΡ ǻļľ ęхĭѕτįлĝ ťĕmΡļąťĕ νăĺцĕŝ 國國國國國國國國國國國國⟧
|
|
1227
1235
|
# Label for the add button for custom metadata
|
|
1228
|
-
boxui.metadataInstanceEditor.customAdd = ⟦
|
|
1236
|
+
boxui.metadataInstanceEditor.customAdd = ⟦ Áďď ⟧
|
|
1229
1237
|
# Error enforcing unique key for custom metadata
|
|
1230
|
-
boxui.metadataInstanceEditor.customErrorDuplicateKey = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1238
|
+
boxui.metadataInstanceEditor.customErrorDuplicateKey = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ą ƒīėĺď шįţħ τĥâţ κëγ áĺяέǻďŷ ê×ïѕţѕ. 國國國國國國國國國國國⟧
|
|
1231
1239
|
# Error enforcing non internal key for custom metadata
|
|
1232
|
-
boxui.metadataInstanceEditor.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬
|
|
1240
|
+
boxui.metadataInstanceEditor.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 ĶëУѕ ĉâňňòŧ вęğїл ẁїτн ą $. 國國國國國國國國⟧
|
|
1233
1241
|
# Error enforcing required key for custom metadata
|
|
1234
|
-
boxui.metadataInstanceEditor.customErrorRequired = ⟦萬萬萬萬萬
|
|
1242
|
+
boxui.metadataInstanceEditor.customErrorRequired = ⟦萬萬萬萬萬 Ă кěŷ ιş яëqцìяěď. 國國國國國⟧
|
|
1235
1243
|
# Label for the key field for custom metadata
|
|
1236
|
-
boxui.metadataInstanceEditor.customKey = ⟦
|
|
1244
|
+
boxui.metadataInstanceEditor.customKey = ⟦ Κęў ⟧
|
|
1237
1245
|
# Placeholder for the key field for custom metadata
|
|
1238
|
-
boxui.metadataInstanceEditor.customKeyPlaceholder = ⟦萬萬萬萬萬
|
|
1246
|
+
boxui.metadataInstanceEditor.customKeyPlaceholder = ⟦萬萬萬萬萬 ē.ġ. Öŕďėя Иúmвêř 國國國國國⟧
|
|
1239
1247
|
# Title for the new field section for custom metadata
|
|
1240
|
-
boxui.metadataInstanceEditor.customNewField = ⟦萬萬
|
|
1248
|
+
boxui.metadataInstanceEditor.customNewField = ⟦萬萬 Иěŵ ₣íёļď 國國⟧
|
|
1241
1249
|
# Description for the new field section for custom metadata
|
|
1242
|
-
boxui.metadataInstanceEditor.customNewFieldMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1250
|
+
boxui.metadataInstanceEditor.customNewFieldMessage = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ąďď â çŭŝţòm mέŧáďąťά ƒїëĺď. Ôťħеѓ ΡеôΡľé шìľľ вĕ āвĺє τõ śėє άńď śĕáяĉн ƒóя ţĥīś ƒĭĕľď. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1243
1251
|
# Label for the remove button for custom metadata
|
|
1244
|
-
boxui.metadataInstanceEditor.customRemove = ⟦萬
|
|
1252
|
+
boxui.metadataInstanceEditor.customRemove = ⟦萬 Γěmōνе 國⟧
|
|
1245
1253
|
# title of the custom metadata card
|
|
1246
|
-
boxui.metadataInstanceEditor.customTitle = ⟦萬萬萬萬
|
|
1254
|
+
boxui.metadataInstanceEditor.customTitle = ⟦萬萬萬萬 ȵѕŧöm Мēŧąďάτá 國國國國⟧
|
|
1247
1255
|
# Label for the value field for custom metadata
|
|
1248
|
-
boxui.metadataInstanceEditor.customValue = ⟦萬 V
|
|
1256
|
+
boxui.metadataInstanceEditor.customValue = ⟦萬 Vãĺµę 國⟧
|
|
1249
1257
|
# Placeholder for the value field for custom metadata
|
|
1250
|
-
boxui.metadataInstanceEditor.customValuePlaceholder = ⟦萬萬
|
|
1258
|
+
boxui.metadataInstanceEditor.customValuePlaceholder = ⟦萬萬 ę.ğ. 42 國國⟧
|
|
1251
1259
|
# Text that shows in a tooltip above the edit pencil button.
|
|
1252
|
-
boxui.metadataInstanceEditor.editTooltip = ⟦萬萬萬
|
|
1260
|
+
boxui.metadataInstanceEditor.editTooltip = ⟦萬萬萬 Éďιτ Мėŧαďâτå 國國國⟧
|
|
1261
|
+
# Label for enable AI autofill toggle switch
|
|
1262
|
+
boxui.metadataInstanceEditor.enableAIAutofill = ⟦萬萬萬萬 Бōх ǺΪ Ãûťоƒϊļļ 國國國國⟧
|
|
1253
1263
|
# Label for enable cascade policy toggle switch
|
|
1254
|
-
boxui.metadataInstanceEditor.enableCascadePolicy = ⟦萬萬萬萬萬萬
|
|
1264
|
+
boxui.metadataInstanceEditor.enableCascadePolicy = ⟦萬萬萬萬萬萬 Еňαьļĕ Ćαѕĉăďĕ Pσĺįćÿ 國國國國國國⟧
|
|
1255
1265
|
# Message for users who may attempt to remove a custom metadata instance for a file. Also non-recoverable
|
|
1256
|
-
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1266
|
+
boxui.metadataInstanceEditor.fileMetadataRemoveCustomTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻřє ўőû şûґε ўоц щäήτ ŧø ďеĺéţë ŧнιś сűŝťόm mέŧáďãτã ăńď åľľ ôƒ īτŝ νàľŭëѕ ƒґŏm τħĭş ƒĭľе? 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1257
1267
|
# Message for users who may attempt to remove a metadata instance for a file, which is non-recoverable
|
|
1258
|
-
boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1268
|
+
boxui.metadataInstanceEditor.fileMetadataRemoveTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ăяě ỳŏű ѕŭґě ÿόų ẃãŋτ ţõ ďėľěťе "{metadataName}" âиď àľĺ õƒ īτş νāĺúėş ƒґοm ţĥĩś ƒĭĺę? 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1259
1269
|
# Message for users who may attempt to remove a custom metadata instance for a folder. Also non-recoverable
|
|
1260
|
-
boxui.metadataInstanceEditor.folderMetadataRemoveCustomTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1270
|
+
boxui.metadataInstanceEditor.folderMetadataRemoveCustomTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Åґê ўοů ŝμге ŷōμ шāŋť ŧō ďęľέτé ŧħίŝ ćμŝţõm mēţāďäţá ăпď åĺļ σƒ įţś νăļūěѕ? Ăπў mеťãďáťă τеmΡļǻţέ νǻĺμеŝ äľгĕαďý ãΡΡļìėď ťó ƒīļëś ϊπ τħїѕ ƒόľďėѓ шïľļ ŋōţ вε ďέľéŧєď. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1261
1271
|
# Message for users who may attempt to remove a metadata instance for a folder, which is non-recoverable
|
|
1262
|
-
boxui.metadataInstanceEditor.folderMetadataRemoveTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1272
|
+
boxui.metadataInstanceEditor.folderMetadataRemoveTemplateConfirm = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άяė ŷόů śüґĕ ỳőũ щαηť ţσ ďęĺëţĕ "{metadataName}" ăŋď āĺľ ŏƒ ïŧş νάļŭеѕ? Åŋý mēτāďåŧã ţеmΡĺǻτē νãľűěѕ ǻļŕēăďỳ άΡΡľíéď ŧő ƒìĺĕŝ íи ťĥĩѕ ƒŏľďέя ŵιľļ ήōτ вê ďêĺеτėď. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1263
1273
|
# Error message displayed if the user enters a badly formatted value in metadata text box
|
|
1264
|
-
boxui.metadataInstanceEditor.invalidValue = ⟦萬萬萬萬
|
|
1274
|
+
boxui.metadataInstanceEditor.invalidValue = ⟦萬萬萬萬 Ĩиνàĺîď ΊпΡûţ! 國國國國⟧
|
|
1265
1275
|
# Label for cancel button
|
|
1266
|
-
boxui.metadataInstanceEditor.metadataCancel = ⟦萬
|
|
1276
|
+
boxui.metadataInstanceEditor.metadataCancel = ⟦萬 Ċǻņċёĺ 國⟧
|
|
1267
1277
|
# Informational text shown in metadata modal when cascading is turned on for current folder
|
|
1268
|
-
boxui.metadataInstanceEditor.metadataCascadePolicyEnabledInfo = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1278
|
+
boxui.metadataInstanceEditor.metadataCascadePolicyEnabledInfo = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţнιś ŧёmΡĺǻţè āиď îτş νãľũĕŝ âґĕ ьέϊиġ ¢åśċǻďєď τõ äļľ ĩτěmŝ ϊņ ŧħĩş ƒŏĺďëŕ áʼnď ιŧş şüьƒŏĺďέгŝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1269
1279
|
# Label for save button
|
|
1270
|
-
boxui.metadataInstanceEditor.metadataSave = ⟦萬
|
|
1280
|
+
boxui.metadataInstanceEditor.metadataSave = ⟦萬 Ŝàνę 國⟧
|
|
1271
1281
|
# Informational text below collapsible header indicating that there are no attributes for this template
|
|
1272
|
-
boxui.metadataInstanceEditor.noAttributesForTemplate = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1282
|
+
boxui.metadataInstanceEditor.noAttributesForTemplate = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŧħëгė åге ʼnо ąŧťгįьŭţеѕ îň ţħĩѕ ťēmΡľάťé. 國國國國國國國國國國國國⟧
|
|
1273
1283
|
# Text to display when no metadata is applied to folder
|
|
1274
|
-
boxui.metadataInstanceEditor.noMetadata = ⟦萬萬萬萬萬
|
|
1284
|
+
boxui.metadataInstanceEditor.noMetadata = ⟦萬萬萬萬萬 Ñσ Мēťǻďάτä ΑΡΡĺїеď 國國國國國⟧
|
|
1275
1285
|
# Instructions to create metadata for the selected folder
|
|
1276
|
-
boxui.metadataInstanceEditor.noMetadataAddTemplate = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1286
|
+
boxui.metadataInstanceEditor.noMetadataAddTemplate = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ćĺίĉĸ 'Áďď' íņ τнě ţòΡ řîĝнţ ţõ āďď mєŧāďăτá ťõ ţĥíŝ íťĕm 國國國國國國國國國國國國國國國國國⟧
|
|
1277
1287
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1288
|
+
boxui.metadataInstanceEditor.operationNotImmediate = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťħïş õΡėŗäťīóń ĭŝ ņŏτ ìmmëďĩąŧē ăńď mãУ ŧáķè ѕŏmё ťϊmě. 國國國國國國國國國國國國國國國國⟧
|
|
1279
1289
|
# Label to remove a template
|
|
1280
|
-
boxui.metadataInstanceEditor.removeTemplate = ⟦萬
|
|
1290
|
+
boxui.metadataInstanceEditor.removeTemplate = ⟦萬 Γèmσνé 國⟧
|
|
1281
1291
|
# Label to add a template
|
|
1282
|
-
boxui.metadataInstanceEditor.templateAdd = ⟦
|
|
1292
|
+
boxui.metadataInstanceEditor.templateAdd = ⟦ Αďď ⟧
|
|
1283
1293
|
# Placeholder to search for all templates
|
|
1284
|
-
boxui.metadataInstanceEditor.templateSearchPlaceholder = ⟦萬萬萬萬萬
|
|
1294
|
+
boxui.metadataInstanceEditor.templateSearchPlaceholder = ⟦萬萬萬萬萬 Śęáгċĥ ăļļ ŧєmΡļáťêŝ 國國國國國⟧
|
|
1285
1295
|
# Text to indicate that we failed to fetch templates
|
|
1286
|
-
boxui.metadataInstanceEditor.templatesFetchFailed = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1296
|
+
boxui.metadataInstanceEditor.templatesFetchFailed = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŝöѓŗý! Шė сσūļď ήóŧ ƒëτçĥ ţěmΡľąţєş. Pľėáśє ¢οňţà¢ť ýóüř άďmιήіśţŕąťōŗ 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1287
1297
|
# Text to indicate that all the templates have been added
|
|
1288
|
-
boxui.metadataInstanceEditor.templatesNoRemainingTemplates = ⟦萬萬萬萬萬萬萬萬
|
|
1298
|
+
boxui.metadataInstanceEditor.templatesNoRemainingTemplates = ⟦萬萬萬萬萬萬萬萬 Ãĺļ ťęmΡļǻţěş ĥãνê вεєʼn ǻďďеď 國國國國國國國國⟧
|
|
1289
1299
|
# Text to indicate no templates found by searching
|
|
1290
|
-
boxui.metadataInstanceEditor.templatesNoResults = ⟦萬萬
|
|
1300
|
+
boxui.metadataInstanceEditor.templatesNoResults = ⟦萬萬 Ńо Ѓęѕûĺŧŝ 國國⟧
|
|
1291
1301
|
# Text to indicate that the server has no templates
|
|
1292
|
-
boxui.metadataInstanceEditor.templatesServerHasNoTemplates = ⟦萬萬萬萬
|
|
1302
|
+
boxui.metadataInstanceEditor.templatesServerHasNoTemplates = ⟦萬萬萬萬 Źēŗо ŧĕmΡľάτéś 國國國國⟧
|
|
1293
1303
|
# Overall title of metadata
|
|
1294
|
-
boxui.metadataInstanceEditor.templatesTitle = ⟦萬萬
|
|
1304
|
+
boxui.metadataInstanceEditor.templatesTitle = ⟦萬萬 ŦęmΡļάτέŝ 國國⟧
|
|
1295
1305
|
# Label for the add button for custom metadata
|
|
1296
|
-
boxui.metadataInstanceFields.customAdd = ⟦
|
|
1306
|
+
boxui.metadataInstanceFields.customAdd = ⟦ Ǻďď ⟧
|
|
1297
1307
|
# Label for the remove button for custom metadata
|
|
1298
|
-
boxui.metadataInstanceFields.customRemove = ⟦萬
|
|
1308
|
+
boxui.metadataInstanceFields.customRemove = ⟦萬 Яėmονє 國⟧
|
|
1299
1309
|
# Text to indicate to select one or more values from dropdown list
|
|
1300
|
-
boxui.metadataInstanceFields.fieldMultiSelectValue = ⟦萬萬萬
|
|
1310
|
+
boxui.metadataInstanceFields.fieldMultiSelectValue = ⟦萬萬萬 Ŝęĺěçτ Vãĺŭёѕ 國國國⟧
|
|
1301
1311
|
# Text to indicate no value exists
|
|
1302
|
-
boxui.metadataInstanceFields.fieldNoValue = ⟦萬萬
|
|
1312
|
+
boxui.metadataInstanceFields.fieldNoValue = ⟦萬萬 Ñŏ Våļųė 國國⟧
|
|
1303
1313
|
# Text to indicate to select a value from drop down list
|
|
1304
|
-
boxui.metadataInstanceFields.fieldSelectValue = ⟦萬萬萬
|
|
1314
|
+
boxui.metadataInstanceFields.fieldSelectValue = ⟦萬萬萬 Şεľêçτ Vǻļűę 國國國⟧
|
|
1305
1315
|
# Text to indicate to set a date
|
|
1306
|
-
boxui.metadataInstanceFields.fieldSetDate = ⟦萬萬
|
|
1316
|
+
boxui.metadataInstanceFields.fieldSetDate = ⟦萬萬 Ѕěţ Ðåŧė 國國⟧
|
|
1307
1317
|
# Text to indicate to set a value
|
|
1308
|
-
boxui.metadataInstanceFields.fieldSetValue = ⟦萬萬
|
|
1318
|
+
boxui.metadataInstanceFields.fieldSetValue = ⟦萬萬 Ŝěτ Vǻĺμέ 國國⟧
|
|
1309
1319
|
# Error message displayed if the template has an field type we don't recognize
|
|
1310
|
-
boxui.metadataInstanceFields.invalidMetadataFieldType = ⟦萬萬萬萬萬萬萬萬
|
|
1320
|
+
boxui.metadataInstanceFields.invalidMetadataFieldType = ⟦萬萬萬萬萬萬萬萬 Ĭήνáľїď mёţàďάτα ƒĩèľď ťŷΡé! 國國國國國國國國⟧
|
|
1311
1321
|
# Button to get back inside modal
|
|
1312
|
-
boxui.modalDialog.backModalText = ⟦萬
|
|
1322
|
+
boxui.modalDialog.backModalText = ⟦萬 Бåск 國⟧
|
|
1313
1323
|
# Button to close modal
|
|
1314
|
-
boxui.modalDialog.closeModalText = ⟦萬萬萬
|
|
1324
|
+
boxui.modalDialog.closeModalText = ⟦萬萬萬 Çľôŝê Мõďáĺ 國國國⟧
|
|
1315
1325
|
# Text shown on button to close the modal used to create a new folder
|
|
1316
|
-
boxui.newFolderModal.cancel = ⟦萬
|
|
1326
|
+
boxui.newFolderModal.cancel = ⟦萬 Ćäйĉеļ 國⟧
|
|
1317
1327
|
# Text shown on button to create a new folder
|
|
1318
|
-
boxui.newFolderModal.create = ⟦萬
|
|
1328
|
+
boxui.newFolderModal.create = ⟦萬 Ĉŕеąţè 國⟧
|
|
1319
1329
|
# Label text shown on top of the folder name input when creating a new folder
|
|
1320
|
-
boxui.newFolderModal.folderName.label = ⟦萬萬萬
|
|
1330
|
+
boxui.newFolderModal.folderName.label = ⟦萬萬萬 ₣όļďëř Йámė 國國國⟧
|
|
1321
1331
|
# Placeholder text shown in the folder name input when creating a new folder
|
|
1322
|
-
boxui.newFolderModal.folderName.placeholder = ⟦萬萬萬 Μγ
|
|
1332
|
+
boxui.newFolderModal.folderName.placeholder = ⟦萬萬萬 Μγ Νēш ₣õľďęѓ 國國國⟧
|
|
1323
1333
|
# Title shown in the modal used to create a new folder. "parentFolderName" should not be translated
|
|
1324
|
-
boxui.newFolderModal.title = ⟦萬萬萬萬萬萬萬萬
|
|
1334
|
+
boxui.newFolderModal.title = ⟦萬萬萬萬萬萬萬萬 Ćґēäťέ ã Ŋεώ ₣όĺďêя ιй "{parentFolderName}" 國國國國國國國國⟧
|
|
1325
1335
|
# Button to clear notification
|
|
1326
|
-
boxui.notification.clearNotification = ⟦萬萬萬萬萬
|
|
1336
|
+
boxui.notification.clearNotification = ⟦萬萬萬萬萬 Ćľèãŗ Νöťĩƒιĉαţĭοп 國國國國國⟧
|
|
1327
1337
|
# Description for when someone last viewed a document less than a minute ago
|
|
1328
|
-
boxui.presence.accessedInTheLastMinute = ⟦萬萬萬萬萬萬萬萬 V
|
|
1338
|
+
boxui.presence.accessedInTheLastMinute = ⟦萬萬萬萬萬萬萬萬 Vïéώëď ĺέşş ŧħàй å mĩпŭτέ ãĝő 國國國國國國國國⟧
|
|
1329
1339
|
# Description for someone who is currently viewing or editing a document
|
|
1330
|
-
boxui.presence.activeNow = ⟦萬萬
|
|
1340
|
+
boxui.presence.activeNow = ⟦萬萬 Άçŧīνё ʼnõẁ 國國⟧
|
|
1331
1341
|
# Description for when someone last commented on a document less than a minute ago
|
|
1332
|
-
boxui.presence.commentedIntheLastMinute = ⟦萬萬萬萬萬萬萬萬萬
|
|
1342
|
+
boxui.presence.commentedIntheLastMinute = ⟦萬萬萬萬萬萬萬萬萬 Ĉоmmέʼnŧєď ľέśѕ τĥãή ά mĭńůťε āġő 國國國國國國國國國⟧
|
|
1333
1343
|
# Text on button to get shared link for the item
|
|
1334
|
-
boxui.presence.getLinkButton = ⟦萬萬
|
|
1344
|
+
boxui.presence.getLinkButton = ⟦萬萬 Ġèť Ľïńķ 國國⟧
|
|
1335
1345
|
# Text on button to invite collaborators to this item
|
|
1336
|
-
boxui.presence.inviteButton = ⟦萬萬萬
|
|
1346
|
+
boxui.presence.inviteButton = ⟦萬萬萬 Įʼnνіţë PéõΡļĕ 國國國⟧
|
|
1337
1347
|
# Description for when someone last edited a document less than a minute ago
|
|
1338
|
-
boxui.presence.modifiedIntheLastMinute = ⟦萬萬萬萬萬萬萬萬
|
|
1348
|
+
boxui.presence.modifiedIntheLastMinute = ⟦萬萬萬萬萬萬萬萬 Éďįţéď ľėѕş ŧĥăп ą mĩņûτе áğõ 國國國國國國國國⟧
|
|
1339
1349
|
# Text for link at footer of the Recent Activity panel
|
|
1340
|
-
boxui.presence.previewPresenceFlyoutAccessStatsLink = ⟦萬萬萬萬
|
|
1350
|
+
boxui.presence.previewPresenceFlyoutAccessStatsLink = ⟦萬萬萬萬 Şёë âĺļ å¢τϊνіťγ 國國國國⟧
|
|
1341
1351
|
# Text on button embedded within tooltip that is visible on page load
|
|
1342
|
-
boxui.presence.previewPresenceFlyoutActivityCTA = ⟦萬萬萬萬萬 V
|
|
1352
|
+
boxui.presence.previewPresenceFlyoutActivityCTA = ⟦萬萬萬萬萬 Vĭëώ Ŗēčėиτ Ăċťìνϊτў 國國國國國⟧
|
|
1343
1353
|
# Tooltip text visible on page load, to prompt the user to press a button to view activity
|
|
1344
|
-
boxui.presence.previewPresenceFlyoutCopy = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Q
|
|
1354
|
+
boxui.presence.previewPresenceFlyoutCopy = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Qµíĉкļў şëе ώħö ħąѕ сõmmĕπτėď оп, ёďίτęď, óя νíєшēď ţнįş ƒίĺě. 國國國國國國國國國國國國國國國國國國⟧
|
|
1345
1355
|
# Description for when someone last previewed a document less than a minute ago
|
|
1346
|
-
boxui.presence.previewedIntheLastMinute = ⟦萬萬萬萬萬萬萬萬萬 P
|
|
1356
|
+
boxui.presence.previewedIntheLastMinute = ⟦萬萬萬萬萬萬萬萬萬 Pѓěνϊеωеď ĺéŝѕ ţнǻņ â mïηµťĕ ąğο 國國國國國國國國國⟧
|
|
1347
1357
|
# Header on presence dropdown list that represents recent activity on the item
|
|
1348
|
-
boxui.presence.recentActivity = ⟦萬萬萬萬
|
|
1358
|
+
boxui.presence.recentActivity = ⟦萬萬萬萬 Ŕêčêηţ Ãсţĩνíτў 國國國國⟧
|
|
1349
1359
|
# Description for when someone last viewed a document, {timeAgo} is a relative time like 2 months ago
|
|
1350
|
-
boxui.presence.timeSinceLastAccessed = ⟦萬萬萬 V
|
|
1360
|
+
boxui.presence.timeSinceLastAccessed = ⟦萬萬萬 Vįεẃęď {timeAgo} 國國國⟧
|
|
1351
1361
|
# Description for when someone last commented on a document, {timeAgo} is a relative time like 2 months ago
|
|
1352
|
-
boxui.presence.timeSinceLastCommented = ⟦萬萬萬萬
|
|
1362
|
+
boxui.presence.timeSinceLastCommented = ⟦萬萬萬萬 Ćømmèńτєď {timeAgo} 國國國國⟧
|
|
1353
1363
|
# Description for when someone last edited a document, {timeAgo} is a relative time like 2 months ago
|
|
1354
|
-
boxui.presence.timeSinceLastModified = ⟦萬萬萬
|
|
1364
|
+
boxui.presence.timeSinceLastModified = ⟦萬萬萬 Єďιţеď {timeAgo} 國國國⟧
|
|
1355
1365
|
# Description for when someone last previewed a document, {timeAgo} is a relative time like 2 months ago
|
|
1356
|
-
boxui.presence.timeSinceLastPreviewed = ⟦萬萬萬萬 P
|
|
1366
|
+
boxui.presence.timeSinceLastPreviewed = ⟦萬萬萬萬 Pґėνίєώεď {timeAgo} 國國國國⟧
|
|
1357
1367
|
# Description of the button to toggle the presence overlay with recent activity
|
|
1358
|
-
boxui.presence.toggleButtonLabel = ⟦萬萬萬萬
|
|
1368
|
+
boxui.presence.toggleButtonLabel = ⟦萬萬萬萬 Ŗëčέńţ Áćťīνìţγ 國國國國⟧
|
|
1359
1369
|
# Text on the add filter button, on click generates another filter row
|
|
1360
|
-
boxui.queryBar.addFilterButtonText = ⟦萬萬萬 +
|
|
1370
|
+
boxui.queryBar.addFilterButtonText = ⟦萬萬萬 + Àďď ₣ïļτëѓ 國國國⟧
|
|
1361
1371
|
# Text on the apply filter button, on click applies the filters
|
|
1362
|
-
boxui.queryBar.applyFiltersButtonText = ⟦萬
|
|
1372
|
+
boxui.queryBar.applyFiltersButtonText = ⟦萬 ǺΡΡĺŷ 國⟧
|
|
1363
1373
|
# Text on the columns button, on click opens a menu which allows users to choose which columns to render
|
|
1364
|
-
boxui.queryBar.columnsButtonText = ⟦萬萬
|
|
1374
|
+
boxui.queryBar.columnsButtonText = ⟦萬萬 Ċоļцmņś 國國⟧
|
|
1365
1375
|
# 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
|
|
1376
|
+
boxui.queryBar.columnsHiddenButtonText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {1 Çòľųmń Ήіďďëή} other {{count} Ćöļúmňş Ηĭďďёπ}} 國國國國國國國國國國國國國國⟧
|
|
1367
1377
|
# Text on the connector dropdown, on click should open a dropdown showing either AND or OR
|
|
1368
|
-
boxui.queryBar.connectorAndText = ⟦
|
|
1378
|
+
boxui.queryBar.connectorAndText = ⟦ ÂÑĎ ⟧
|
|
1369
1379
|
# Text on the connector dropdown, on click should open a dropdown showing either AND or OR
|
|
1370
|
-
boxui.queryBar.connectorOrText = ⟦
|
|
1380
|
+
boxui.queryBar.connectorOrText = ⟦ ÒΓ ⟧
|
|
1371
1381
|
# Text on the label, the first condition will show WHERE
|
|
1372
|
-
boxui.queryBar.connectorWhereText = ⟦萬
|
|
1382
|
+
boxui.queryBar.connectorWhereText = ⟦萬 ẂĤÈҐĒ 國⟧
|
|
1373
1383
|
# Text on the filters button, on click opens a menu which allows users to filter through the files
|
|
1374
|
-
boxui.queryBar.filtersButtonText = ⟦萬萬萬萬
|
|
1384
|
+
boxui.queryBar.filtersButtonText = ⟦萬萬萬萬 Мøďĭƒγ ₣іľţέґś 國國國國⟧
|
|
1375
1385
|
# Header text shown in template dropdown
|
|
1376
|
-
boxui.queryBar.metadataViewTemplateListHeaderTitle = ⟦萬萬萬萬萬
|
|
1386
|
+
boxui.queryBar.metadataViewTemplateListHeaderTitle = ⟦萬萬萬萬萬 МĖŤÄĎĀŦĀ ŤĘМPĻÃΤЕŜ 國國國國國⟧
|
|
1377
1387
|
# 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}
|
|
1388
|
+
boxui.queryBar.multipleFiltersButtonText = ⟦萬萬萬 {number} ₣ĭĺţĕŗş 國國國⟧
|
|
1379
1389
|
# Text on the filters dropdown that is displayed when no filters have been inserted
|
|
1380
|
-
boxui.queryBar.noFiltersAppliedText = ⟦萬萬萬萬萬
|
|
1390
|
+
boxui.queryBar.noFiltersAppliedText = ⟦萬萬萬萬萬 Ńо ₣ϊľτêяś ǺΡΡĺìěď 國國國國國⟧
|
|
1381
1391
|
# Text on the templates button when templates have been loaded and there are no templates in the enterprise
|
|
1382
|
-
boxui.queryBar.noTemplatesText = ⟦萬萬萬萬萬萬
|
|
1392
|
+
boxui.queryBar.noTemplatesText = ⟦萬萬萬萬萬萬 Иô ŢёmΡĺαŧėś Ãνąįľãвļë 國國國國國國⟧
|
|
1383
1393
|
# Placeholder text on the value button, on click should open a dropdown
|
|
1384
|
-
boxui.queryBar.selectValuePlaceholderText = ⟦萬萬萬
|
|
1394
|
+
boxui.queryBar.selectValuePlaceholderText = ⟦萬萬萬 Ѕęļęсţ νāľμε 國國國⟧
|
|
1385
1395
|
# Text on the templates button, on click opens a menu which allows users to select a metadata templates
|
|
1386
|
-
boxui.queryBar.templatesButtonText = ⟦萬萬萬萬
|
|
1396
|
+
boxui.queryBar.templatesButtonText = ⟦萬萬萬萬 Śêļεċţ Μеŧáďáŧâ 國國國國⟧
|
|
1387
1397
|
# Text on the templates button when templates are still being loaded
|
|
1388
|
-
boxui.queryBar.templatesLoadingButtonText = ⟦萬萬萬
|
|
1398
|
+
boxui.queryBar.templatesLoadingButtonText = ⟦萬萬萬 ŤęmΡľàτê Ņǻmě 國國國⟧
|
|
1389
1399
|
# Text displayed on the Tooltip for an input field
|
|
1390
|
-
boxui.queryBar.tooltipEnterValueError = ⟦萬萬萬萬萬 P
|
|
1400
|
+
boxui.queryBar.tooltipEnterValueError = ⟦萬萬萬萬萬 Pļеàѕε Ėńţέŕ α Văľцё 國國國國國⟧
|
|
1391
1401
|
# Text displayed on the Tooltip for an input field of type float
|
|
1392
|
-
boxui.queryBar.tooltipInvalidFloatError = ⟦萬萬萬萬萬萬萬萬
|
|
1402
|
+
boxui.queryBar.tooltipInvalidFloatError = ⟦萬萬萬萬萬萬萬萬 Pľέâŝε Єиťєг à Ďęċīmåĺ Йμmьєґ 國國國國國國國國⟧
|
|
1393
1403
|
# Text displayed on the Tooltip for an input field of type number
|
|
1394
|
-
boxui.queryBar.tooltipInvalidNumberError = ⟦萬萬萬萬萬萬
|
|
1404
|
+
boxui.queryBar.tooltipInvalidNumberError = ⟦萬萬萬萬萬萬 Pļєàŝе Ęŋŧęŕ âи Īʼnťέğέґ 國國國國國國⟧
|
|
1395
1405
|
# Text displayed on the Tooltip for a date field
|
|
1396
|
-
boxui.queryBar.tooltipSelectDateError = ⟦萬萬萬萬萬 P
|
|
1406
|
+
boxui.queryBar.tooltipSelectDateError = ⟦萬萬萬萬萬 Pľєǻśё Ѕêļèсŧ á Ðąŧё 國國國國國⟧
|
|
1397
1407
|
# Text displayed on the Tooltip for a value field
|
|
1398
|
-
boxui.queryBar.tooltipSelectValueError = ⟦萬萬萬萬萬萬
|
|
1408
|
+
boxui.queryBar.tooltipSelectValueError = ⟦萬萬萬萬萬萬 Pļėåśé Şěĺĕсť à Vǻľŭé 國國國國國國⟧
|
|
1399
1409
|
# Icon title for a Box item of type bookmark or web-link
|
|
1400
|
-
boxui.quickSearch.bookmark = ⟦萬萬
|
|
1410
|
+
boxui.quickSearch.bookmark = ⟦萬萬 Βōôκmąŗк 國國⟧
|
|
1401
1411
|
# Icon title for a Box item of type folder that has collaborators
|
|
1402
|
-
boxui.quickSearch.collaboratedFolder = ⟦萬萬萬萬萬
|
|
1412
|
+
boxui.quickSearch.collaboratedFolder = ⟦萬萬萬萬萬 Ċóļľäьŏřãŧėď ₣ŏľďèг 國國國國國⟧
|
|
1403
1413
|
# Icon title for a Box item of type folder that has collaborators outside of the user's enterprise
|
|
1404
|
-
boxui.quickSearch.externalFolder = ⟦萬萬萬萬
|
|
1414
|
+
boxui.quickSearch.externalFolder = ⟦萬萬萬萬 Ēхťέřпαĺ ₣ŏĺďеŗ 國國國國⟧
|
|
1405
1415
|
# Icon title for a Box item of type file
|
|
1406
|
-
boxui.quickSearch.file = ⟦萬
|
|
1416
|
+
boxui.quickSearch.file = ⟦萬 ₣íĺê 國⟧
|
|
1407
1417
|
# 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
|
|
1418
|
+
boxui.quickSearch.parentFolder = ⟦萬萬萬 Pāѓëйτ ₣õľďęŗ 國國國⟧
|
|
1409
1419
|
# Icon title for a Box item of type folder that is private and has no collaborators
|
|
1410
|
-
boxui.quickSearch.personalFolder = ⟦萬萬萬萬 P
|
|
1420
|
+
boxui.quickSearch.personalFolder = ⟦萬萬萬萬 Péŗŝσņāļ ₣õļďĕг 國國國國⟧
|
|
1411
1421
|
# Text for a quick search result describing the date when the user last updated the item
|
|
1412
|
-
boxui.quickSearch.updatedText = ⟦萬萬萬萬 {date, date, medium}
|
|
1422
|
+
boxui.quickSearch.updatedText = ⟦萬萬萬萬 {date, date, medium} вÿ {user} 國國國國⟧
|
|
1413
1423
|
# Statement describing when and who last updated a quick search result item, capitalize if appropriate
|
|
1414
|
-
boxui.quickSearch.updatedTextToday = ⟦萬萬萬萬
|
|
1424
|
+
boxui.quickSearch.updatedTextToday = ⟦萬萬萬萬 Τоďâŷ вÿ {user} 國國國國⟧
|
|
1415
1425
|
# Statement describing when and who last updated a quick search result item, capitalize if appropriate
|
|
1416
|
-
boxui.quickSearch.updatedTextYesterday = ⟦萬萬萬萬萬
|
|
1426
|
+
boxui.quickSearch.updatedTextYesterday = ⟦萬萬萬萬萬 Ύěѕŧёŗďäў ьУ {user} 國國國國國⟧
|
|
1417
1427
|
# The time that an event occurred
|
|
1418
1428
|
boxui.readableTime.eventTime = ⟦萬 {time, date, medium} 國⟧
|
|
1419
1429
|
# The time that an event occurred at a given date with the year included
|
|
1420
|
-
boxui.readableTime.eventTimeDate = ⟦萬萬萬萬 {time, date, medium}
|
|
1430
|
+
boxui.readableTime.eventTimeDate = ⟦萬萬萬萬 {time, date, medium} άŧ {time, time, short} 國國國國⟧
|
|
1421
1431
|
# The time that an event occurred at a given date without the year included
|
|
1422
|
-
boxui.readableTime.eventTimeDateShort = ⟦萬萬萬萬 {date}
|
|
1432
|
+
boxui.readableTime.eventTimeDateShort = ⟦萬萬萬萬 {date} ăτ {time, time, short} 國國國國⟧
|
|
1423
1433
|
# The time that an event occurred today
|
|
1424
|
-
boxui.readableTime.eventTimeToday = ⟦萬萬萬萬
|
|
1434
|
+
boxui.readableTime.eventTimeToday = ⟦萬萬萬萬 Ŧøďåŷ ąŧ {time, time, short} 國國國國⟧
|
|
1425
1435
|
# The time that an event occurred at a given date with the weekday included
|
|
1426
1436
|
boxui.readableTime.eventTimeWeekdayLong = ⟦萬萬萬 {weekday}, {time, date, medium} 國國國⟧
|
|
1427
1437
|
# The time that an event occurred yesterday
|
|
1428
|
-
boxui.readableTime.eventTimeYesterday = ⟦萬萬萬萬萬
|
|
1438
|
+
boxui.readableTime.eventTimeYesterday = ⟦萬萬萬萬萬 Υęşţêяďåŷ áτ {time, time, short} 國國國國國⟧
|
|
1429
1439
|
# Title for a clear button
|
|
1430
|
-
boxui.searchForm.clearButtonTitle = ⟦萬
|
|
1440
|
+
boxui.searchForm.clearButtonTitle = ⟦萬 Čļёǻѓ 國⟧
|
|
1431
1441
|
# Title for a search button
|
|
1432
|
-
boxui.searchForm.searchButtonTitle = ⟦萬
|
|
1442
|
+
boxui.searchForm.searchButtonTitle = ⟦萬 Şėäгсн 國⟧
|
|
1433
1443
|
# Label for a search input
|
|
1434
|
-
boxui.searchForm.searchLabel = ⟦萬萬萬
|
|
1444
|
+
boxui.searchForm.searchLabel = ⟦萬萬萬 Ѕēάяçħ qũєґÿ 國國國⟧
|
|
1435
1445
|
# Instructional message displayed on the embed widget security drag-drop game for screen readers
|
|
1436
|
-
boxui.securityCloudGame.accessibilityInstructions = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1446
|
+
boxui.securityCloudGame.accessibilityInstructions = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ₣оř şěčúřĭŧŷ ΡũřΡōѕёѕ, Ρľēàşє ďŕαġ τħė сĺòµď òвĵęċť òпţŏ ťħё ţáŗğėτ. Ŷόц ąѓę оň ą {row} вỳ {column} ġгîď ωïτħ ā mσνáьļē çļŏüď σвĵĕ¢ť ǻиď ā τąѓĝêτ åřеă. Pѓĕŝѕ ѕΡåćĕвàґ ţô ğѓàв ţĥе сľòµď οвĵέсτ, āґѓóω кęÿş ťô mονē, áήď ѕΡǻĉéвäґ ţö ďяόΡ őʼn τнê τàяĝєţ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1437
1447
|
# Message for the screen reader to tell when user drop the cloud.
|
|
1438
|
-
boxui.securityCloudGame.cloudDropped = ⟦萬萬萬萬萬萬
|
|
1448
|
+
boxui.securityCloudGame.cloudDropped = ⟦萬萬萬萬萬萬 Ċĺõüď őьĵėċţ ďřσΡΡĕď. 國國國國國國⟧
|
|
1439
1449
|
# Message for the screen reader to tell when user grab the cloud.
|
|
1440
|
-
boxui.securityCloudGame.cloudGrabbed = ⟦萬萬萬萬萬萬
|
|
1450
|
+
boxui.securityCloudGame.cloudGrabbed = ⟦萬萬萬萬萬萬 Çļόцď øьĵéçτ ġяåьвεď. 國國國國國國⟧
|
|
1441
1451
|
# White cloud title.
|
|
1442
|
-
boxui.securityCloudGame.cloudObject = ⟦萬萬萬
|
|
1452
|
+
boxui.securityCloudGame.cloudObject = ⟦萬萬萬 Ĉľøŭď σьĵєċτ 國國國⟧
|
|
1443
1453
|
# Message for the screen reader to tell the current position of the cloud.
|
|
1444
|
-
boxui.securityCloudGame.currentPosition = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1454
|
+
boxui.securityCloudGame.currentPosition = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Çμґгėňţ Ρόѕīŧϊοŋ: Ŗőш {row}, Ćοļµmи {column}. 國國國國國國國國國國國國⟧
|
|
1445
1455
|
# Instructional message displayed on the embed widget security drag-drop game
|
|
1446
|
-
boxui.securityCloudGame.instructions = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1456
|
+
boxui.securityCloudGame.instructions = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ₣őя ŝêćųгįťỳ ΡųґΡôѕĕŝ, Ρĺēąŝĕ ďŗąĝ ţħě ẁĥіŧе čļōũď оиťò τĥĕ ďâřĸ ċļσůď. Κеўвόàяď ūśέгѕ: Pѓęşş ѕΡăčέвāř ţő ğѓäв ŧнé ćľσµď, ǻřŗøώ ĸεýś ŧô möνε, αńď śΡǻčевáг το ďяöΡ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1447
1457
|
# Message for the screen reader to tell when the cloud hits the bottom edge of game board.
|
|
1448
|
-
boxui.securityCloudGame.reachBottomEdge = ⟦萬萬萬萬萬萬萬萬
|
|
1458
|
+
boxui.securityCloudGame.reachBottomEdge = ⟦萬萬萬萬萬萬萬萬 Ŗέâĉĥеď вóŧŧоm éďğê õƒ ġяïď. 國國國國國國國國⟧
|
|
1449
1459
|
# Message for the screen reader to tell when the cloud hits the left edge of game board.
|
|
1450
|
-
boxui.securityCloudGame.reachLeftEdge = ⟦萬萬萬萬萬萬萬
|
|
1460
|
+
boxui.securityCloudGame.reachLeftEdge = ⟦萬萬萬萬萬萬萬 Ŕęåснęď ļєƒτ ēďġє οƒ ĝŗîď. 國國國國國國國⟧
|
|
1451
1461
|
# Message for the screen reader to tell when the cloud hits the right edge of game board.
|
|
1452
|
-
boxui.securityCloudGame.reachRightEdge = ⟦萬萬萬萬萬萬萬萬
|
|
1462
|
+
boxui.securityCloudGame.reachRightEdge = ⟦萬萬萬萬萬萬萬萬 Řęαснєď яĭġнţ ěďġė οƒ ġяīď. 國國國國國國國國⟧
|
|
1453
1463
|
# Message for the screen reader to tell when the cloud hits the top edge of game board.
|
|
1454
|
-
boxui.securityCloudGame.reachTopEdge = ⟦萬萬萬萬萬萬萬
|
|
1464
|
+
boxui.securityCloudGame.reachTopEdge = ⟦萬萬萬萬萬萬萬 Ŗĕǻćнëď ťŏΡ εďġé óƒ ĝяįď. 國國國國國國國⟧
|
|
1455
1465
|
# Success message shown when a user successfully drags the cloud into position.
|
|
1456
|
-
boxui.securityCloudGame.success = ⟦萬萬
|
|
1466
|
+
boxui.securityCloudGame.success = ⟦萬萬 Śцćсêŝş! 國國⟧
|
|
1457
1467
|
# Target dark cloud title.
|
|
1458
|
-
boxui.securityCloudGame.target = ⟦萬
|
|
1468
|
+
boxui.securityCloudGame.target = ⟦萬 Ţǻѓğèţ 國⟧
|
|
1459
1469
|
# Message for the screen reader to tell when the white cloud overlaps with the target cloud.
|
|
1460
|
-
boxui.securityCloudGame.targetInRange = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1470
|
+
boxui.securityCloudGame.targetInRange = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťåřĝéť ĭη ŗäήğē, ŷòμ сáʼn ďŕőΡ τĥě ¢ľõũď øьĵέčţ. 國國國國國國國國國國國國國國⟧
|
|
1461
1471
|
# Message for the screen reader to tell the position of the target.
|
|
1462
|
-
boxui.securityCloudGame.targetPosition = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1472
|
+
boxui.securityCloudGame.targetPosition = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Τàѓĝεŧ Ρŏŝїţíσň: Ѓôẃ {row}, Ċόļûmń {column}. 國國國國國國國國國國國國⟧
|
|
1463
1473
|
# Name list of all applications download restriction applied to classification
|
|
1464
|
-
boxui.securityControls.allAppNames = ⟦萬萬萬萬萬萬
|
|
1474
|
+
boxui.securityControls.allAppNames = ⟦萬萬萬萬萬萬 Ąĺļ âΡΡļісάţïøηś: {appsList} 國國國國國國⟧
|
|
1465
1475
|
# Name list of all integrations download restriction applied to classification
|
|
1466
|
-
boxui.securityControls.allIntegrationNames = ⟦萬萬萬萬萬萬
|
|
1476
|
+
boxui.securityControls.allIntegrationNames = ⟦萬萬萬萬萬萬 Āĺĺ ійŧéğŕäťìøпş: {appsList} 國國國國國國⟧
|
|
1467
1477
|
# Bullet point that summarizes application download restriction applied to classification
|
|
1468
|
-
boxui.securityControls.appDownloadBlacklist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1478
|
+
boxui.securityControls.appDownloadBlacklist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðŏẃпĺőăď ŗεśŧřĩсŧєď ƒòг şômе àΡΡļĩсãŧїõпś: {appNames} 國國國國國國國國國國國國國國⟧
|
|
1469
1479
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1480
|
+
boxui.securityControls.appDownloadBlacklistOverflow = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďόώŋľоąď яęśţґìçŧєď ƒøґ şσmê ăΡΡľïćàţϊôπѕ: {appNames} +{remainingAppCount} mŏѓę 國國國國國國國國國國國國國國國國國⟧
|
|
1471
1481
|
# Bullet point that summarizes application download restriction applied to classification
|
|
1472
|
-
boxui.securityControls.appDownloadRestricted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1482
|
+
boxui.securityControls.appDownloadRestricted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ðöщπļόãď ґёśťŕï¢τēď ƒõŗ şömė άΡΡľîčãťĭóήś. 國國國國國國國國國國國國⟧
|
|
1473
1483
|
# Bullet point that summarizes application download restriction applied to classification
|
|
1474
|
-
boxui.securityControls.appDownloadWhitelist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1484
|
+
boxui.securityControls.appDownloadWhitelist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Øйľỳ śêĺεĉť âΡΡĺїĉåτìøπş ąяė ãļĺôшéď: {appNames} 國國國國國國國國國國國國⟧
|
|
1475
1485
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1486
|
+
boxui.securityControls.appDownloadWhitelistOverflow = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Όńĺγ ŝеĺєсţ âΡΡļîċãτіσйŝ āгĕ åľľőωėď: {appNames} +{remainingAppCount} móѓέ 國國國國國國國國國國國國國國國國⟧
|
|
1477
1487
|
# Bullet point that summarizes Box Sign request restrictions applied to items. Box Sign is a product name
|
|
1478
|
-
boxui.securityControls.boxSignRequestRestricted = ⟦萬萬萬萬萬萬萬
|
|
1488
|
+
boxui.securityControls.boxSignRequestRestricted = ⟦萬萬萬萬萬萬萬 Şìğή řєşţґίčťîøňś άΡΡľỳ. 國國國國國國國⟧
|
|
1479
1489
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1490
|
+
boxui.securityControls.desktopDownloadExternalOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðσŵņĺöåď ŕêśţŗίçτєď óй Βô× Ďгινè, é×сęΡτ Ôẃπεгş/Çό-Õщπėřŝ. Αļśο řєѕτřïсťęď ƒőя éхťέґηαĺ ūѕеяś. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1481
1491
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1492
|
+
boxui.securityControls.desktopDownloadExternalOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðóŵпļσãď ґėŝţяīćťєď ôη βø× Ðгĩνë, ехćέΡŧ Öẃлėяş/Çσ-Ǿώπêřş/Ęďïťοřś. Äľŝø ѓєŝŧгїċťėď ƒοґ ę×ţέгʼnåľ ŭѕēяѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1483
1493
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1494
|
+
boxui.securityControls.desktopDownloadOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðõшлĺōǻď ŕéѕţѓíĉτεď öń ßŏ× Ðґíνê, ε×¢êΡτ Őẁŋёřŝ/Ćο-Θώпėŗş. 國國國國國國國國國國國國國國國國國⟧
|
|
1485
1495
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1496
|
+
boxui.securityControls.desktopDownloadOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðσẁηļőåď гęśťґīćťєď οл βôх Ďяìνė, êхĉěΡţ Ōŵπєřś/Čо-Ŏẁйéяś/Ęďîτøѓѕ. 國國國國國國國國國國國國國國國國國國國⟧
|
|
1487
1497
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1498
|
+
boxui.securityControls.downloadExternal = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďöώʼnľøåď ŗĕşťŗιĉŧėď ŏй ßο× Ďяìνē ƒσг ęхτěѓпαľ üŝęŕѕ. 國國國國國國國國國國國國國國國⟧
|
|
1489
1499
|
# Bullet point that summarizes external collaboration blocked restriction applied to classification
|
|
1490
|
-
boxui.securityControls.externalCollabBlock = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
1500
|
+
boxui.securityControls.externalCollabBlock = ⟦萬萬萬萬萬萬萬萬萬萬 Ěхŧéяиãľ сöĺļąвőгáťĩõή ґеѕŧяїĉťεď. 國國國國國國國國國國⟧
|
|
1491
1501
|
# Bullet point that summarizes external collaboration restriction applied to classification
|
|
1492
|
-
boxui.securityControls.externalCollabDomainList = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1502
|
+
boxui.securityControls.externalCollabDomainList = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ëםëѓʼnǻĺ ćóĺļăвοѓáτĩοʼn ļīmĭţĕď ŧó ãΡΡґöνëď ďоmáιʼnś. 國國國國國國國國國國國國國國國⟧
|
|
1493
1503
|
# Bullet point that summarizes integration download restriction applied to classification
|
|
1494
|
-
boxui.securityControls.integrationDownloadAllowlist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1504
|
+
boxui.securityControls.integrationDownloadAllowlist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Οпļÿ ŝëĺеċť ϊńτεğгãťīöήѕ ăґě áļľőŵéď: {appNames} 國國國國國國國國國國國國⟧
|
|
1495
1505
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1506
|
+
boxui.securityControls.integrationDownloadAllowlistOverflow = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Óиļỳ śėĺè¢τ ĭлţëġгāťìόπş áґé ãĺľошėď: {appNames} +{remainingAppCount} mōґē 國國國國國國國國國國國國國國國國⟧
|
|
1497
1507
|
# Bullet point that summarizes integration download restriction applied to classification
|
|
1498
|
-
boxui.securityControls.integrationDownloadDenylist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1508
|
+
boxui.securityControls.integrationDownloadDenylist = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðοωήľόάď гεşτŗįčτεď ƒóг śômě ìπŧèğѓãτīóлş: {appNames} 國國國國國國國國國國國國國國⟧
|
|
1499
1509
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1510
|
+
boxui.securityControls.integrationDownloadDenylistOverflow = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðøẃйĺόāď řëѕŧѓìĉţēď ƒőř ѕόmę įпŧёğѓάţїσήś: {appNames} +{remainingAppCount} mŏŗè 國國國國國國國國國國國國國國國國國⟧
|
|
1501
1511
|
# Bullet point that summarizes integration download restriction applied to classification
|
|
1502
|
-
boxui.securityControls.integrationDownloadRestricted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1512
|
+
boxui.securityControls.integrationDownloadRestricted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ðőẃηľôāď ŕėŝτѓîċţęď ƒöŗ ŝŏmе їńţèğґáŧĩōиѕ. 國國國國國國國國國國國國⟧
|
|
1503
1513
|
# Bullet point that summarizes mobile download restrictions applied to classification, when restriction applies to external users
|
|
1504
|
-
boxui.securityControls.mobileDownloadExternal = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1514
|
+
boxui.securityControls.mobileDownloadExternal = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďöшпļõâď ŗεŝτŕϊċťéď оή möьìľě ƒóѓ ě×ţëŗиāļ ùśеяѕ. 國國國國國國國國國國國國國國⟧
|
|
1505
1515
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1516
|
+
boxui.securityControls.mobileDownloadExternalOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďόшňļóǻď ŕĕśŧŕίčţëď оп mόьіĺé, є×сєΡţ Óẃŋęŗş/Çο-Öωŋęгѕ. Âľѕõ ŕĕŝťгìćŧēď ƒοŕ èхţêŗʼnάĺ ūśёяś. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1507
1517
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1518
|
+
boxui.securityControls.mobileDownloadExternalOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðøшŋĺóäď ѓеşŧŗíсţεď οп mόвιļε, ě×çеΡτ Θώлέгś/Ċο-Öщлёгŝ/Еďіťоґś. Âľśõ ѓєśŧŕĩčţèď ƒòґ ё×ťĕřиǻĺ üśëŕѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1509
1519
|
# Bullet point that summarizes mobile download restrictions applied to classification, when restriction applies to managed users except Owners/Co-Owners
|
|
1510
|
-
boxui.securityControls.mobileDownloadOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1520
|
+
boxui.securityControls.mobileDownloadOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðōẁпĺõäď гĕşťříçţëď ŏη mőьįļē, ěхсēΡţ Òẁņєŕş/Ćő-Ōẃήėґś. 國國國國國國國國國國國國國國國國⟧
|
|
1511
1521
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1522
|
+
boxui.securityControls.mobileDownloadOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðσẃйļŏąď гĕşťŗї¢ŧёď ōη mõьιľě, ē×čéΡŧ Òώиεŗŝ/Ċø-Όẃʼnĕŕѕ/Έďįŧøгŝ. 國國國國國國國國國國國國國國國國國國⟧
|
|
1513
1523
|
# Description for modal to display classification and security controls details
|
|
1514
|
-
boxui.securityControls.modalDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1524
|
+
boxui.securityControls.modalDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ćľāśŝįƒïсáŧìøπ ľąвеĺŝ ďēƒíήêď вÿ ỳöúѓ äďmїйїśŧѓäŧõг çáή ьé ŭşêď ŧô ĺǻьéľ ĉőητěŋť āńď ąΡΡĺγ şέĉμŕίţý Ρσļįčĭєś. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1515
1525
|
# Title for modal to display classification and security controls details
|
|
1516
|
-
boxui.securityControls.modalTitle = ⟦萬萬萬萬萬萬萬萬萬 V
|
|
1526
|
+
boxui.securityControls.modalTitle = ⟦萬萬萬萬萬萬萬萬萬 Vιēŵ Čļαşѕίƒιĉǻţïóņ ƒōŕ “{itemName}” 國國國國國國國國國⟧
|
|
1517
1527
|
# Label displayed above the security restrictions on the file due to the classification label and associated policies.
|
|
1518
|
-
boxui.securityControls.securityControlsLabel = ⟦萬萬萬
|
|
1528
|
+
boxui.securityControls.securityControlsLabel = ⟦萬萬萬 Ѓёŝťѓįćŧίσπş 國國國⟧
|
|
1519
1529
|
# Bullet point that summarizes collaborators shared link restriction applied to classification
|
|
1520
|
-
boxui.securityControls.sharingCollabAndCompanyOnly = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1530
|
+
boxui.securityControls.sharingCollabAndCompanyOnly = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Şнαґéď ļìиķŝ ĉàŋπóτ вę mąďė Ρųвľĩçļγ âсċєŝѕįьĺè. 國國國國國國國國國國國國國國⟧
|
|
1521
1531
|
# Bullet point that summarizes shared link restriction applied to classification
|
|
1522
|
-
boxui.securityControls.sharingCollabOnly = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1532
|
+
boxui.securityControls.sharingCollabOnly = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Şĥǻяεď ľĭηķś ãļľōщεď ƒоř ĉоľļãвõгάţоŗŝ óńļÿ. 國國國國國國國國國國國國國⟧
|
|
1523
1533
|
# Short summary displayed for classification when an application download restriction is applied to it
|
|
1524
|
-
boxui.securityControls.shortApp = ⟦萬萬萬萬萬萬萬萬
|
|
1534
|
+
boxui.securityControls.shortApp = ⟦萬萬萬萬萬萬萬萬 ǺΡΡļí¢áŧīол ŕêѕţřιсţĭőʼnѕ âΡΡĺУ 國國國國國國國國⟧
|
|
1525
1535
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬
|
|
1536
|
+
boxui.securityControls.shortAppSign = ⟦萬萬萬萬萬萬萬萬萬 ÅΡΡ ąиď Ѕîğʼn řеśťřìçţιοηѕ äΡΡĺγ 國國國國國國國國國⟧
|
|
1527
1537
|
# Short summary displayed for classification when a download restriction is applied to it
|
|
1528
|
-
boxui.securityControls.shortDownload = ⟦萬萬萬萬萬萬萬萬
|
|
1538
|
+
boxui.securityControls.shortDownload = ⟦萬萬萬萬萬萬萬萬 Ðοωпĺöäď ѓєŝτřїçťĭοиş αΡΡļў 國國國國國國國國⟧
|
|
1529
1539
|
# Short summary displayed for classification when both download and app download restrictions are applied to it
|
|
1530
|
-
boxui.securityControls.shortDownloadApp = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
1540
|
+
boxui.securityControls.shortDownloadApp = ⟦萬萬萬萬萬萬萬萬萬萬 Ďöẃňľŏăď άήď ãΡΡ ŗέŝťгĭ¢ťīόήŝ åΡΡĺỳ 國國國國國國國國國國⟧
|
|
1531
1541
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1542
|
+
boxui.securityControls.shortDownloadAppSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ďóẃηĺόãď, āΡΡ āʼnď Şĭġή řĕѕτґĭćŧιøπś âΡΡļУ 國國國國國國國國國國國國⟧
|
|
1533
1543
|
# Short summary displayed for classification when both download and integration download restrictions are applied to it
|
|
1534
|
-
boxui.securityControls.shortDownloadIntegration = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1544
|
+
boxui.securityControls.shortDownloadIntegration = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ďσẁиļöăď âлď ίňťєğŗáτіőʼn ѓèşťŗïćŧįòпŝ âΡΡľŷ 國國國國國國國國國國國國⟧
|
|
1535
1545
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1546
|
+
boxui.securityControls.shortDownloadIntegrationSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďőẁπĺòàď, ϊņŧëġяàτϊőŋ āńď Şĩğņ ґėŝτŕìсτïöňş àΡΡļÿ 國國國國國國國國國國國國國國⟧
|
|
1537
1547
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
1548
|
+
boxui.securityControls.shortDownloadSign = ⟦萬萬萬萬萬萬萬萬萬萬 Ðóŵπĺõáď ąņď Şįġή ґèŝŧґίčťíôпѕ āΡΡĺў 國國國國國國國國國國⟧
|
|
1539
1549
|
# Short summary displayed for classification when an integration download restriction is applied to it
|
|
1540
|
-
boxui.securityControls.shortIntegration = ⟦萬萬萬萬萬萬萬萬
|
|
1550
|
+
boxui.securityControls.shortIntegration = ⟦萬萬萬萬萬萬萬萬 Īήŧеġяåťîоʼn ѓεŝτŕĭċτϊőπś āΡΡļý 國國國國國國國國⟧
|
|
1541
1551
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1552
|
+
boxui.securityControls.shortIntegrationSign = ⟦萬萬萬萬萬萬萬萬萬萬萬 Īήťĕġŕąťîòŋ äηď Şįĝп гέşŧѓιċťϊöйś άΡΡľў 國國國國國國國國國國國⟧
|
|
1543
1553
|
# Short summary displayed for classification when a sharing restriction is applied to it
|
|
1544
|
-
boxui.securityControls.shortSharing = ⟦萬萬萬萬萬萬萬萬
|
|
1554
|
+
boxui.securityControls.shortSharing = ⟦萬萬萬萬萬萬萬萬 Ѕнâřĩйğ яēśŧгìċťïőʼn āΡΡļĩёś 國國國國國國國國⟧
|
|
1545
1555
|
# Short summary displayed for classification when both sharing and app download restrictions are applied to it
|
|
1546
|
-
boxui.securityControls.shortSharingApp = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
1556
|
+
boxui.securityControls.shortSharingApp = ⟦萬萬萬萬萬萬萬萬萬萬 Ŝħăŗîйĝ āлď ąΡΡ ŕèѕťѓιĉţīöňѕ äΡΡļý 國國國國國國國國國國⟧
|
|
1547
1557
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1558
|
+
boxui.securityControls.shortSharingAppSign = ⟦萬萬萬萬萬萬萬萬萬萬萬 Şħãŗīйĝ, äΡΡ ăňď Śїĝи гêśŧѓíçťïõиś áΡΡľŷ 國國國國國國國國國國國⟧
|
|
1549
1559
|
# Short summary displayed for classification when both sharing and download restrictions are applied to it
|
|
1550
|
-
boxui.securityControls.shortSharingDownload = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1560
|
+
boxui.securityControls.shortSharingDownload = ⟦萬萬萬萬萬萬萬萬萬萬萬 Śħãѓîʼnğ ąйď ďòẃпļόäď гěśŧѓíсŧіøπѕ ăΡΡľУ 國國國國國國國國國國國⟧
|
|
1551
1561
|
# Short summary displayed for items when sharing, download and app download restrictions are applied to them.
|
|
1552
|
-
boxui.securityControls.shortSharingDownloadApp = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1562
|
+
boxui.securityControls.shortSharingDownloadApp = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Śнąѓíηğ, ďоώʼnľôăď ăπď ãΡΡ řéśτŗīċτïσήŝ åΡΡľÿ 國國國國國國國國國國國國國⟧
|
|
1553
1563
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1564
|
+
boxui.securityControls.shortSharingDownloadAppSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Śĥαŕíňğ, ďоŵиľоàď, αΡΡ āйď Şιĝη гēşŧřîĉţїοηŝ äΡΡľŷ 國國國國國國國國國國國國國國⟧
|
|
1555
1565
|
# Short summary displayed for items when sharing, download and integration download restrictions are applied to them.
|
|
1556
|
-
boxui.securityControls.shortSharingDownloadIntegration = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1566
|
+
boxui.securityControls.shortSharingDownloadIntegration = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ѕħąѓîήġ, ďöώйĺöäď ǻʼnď įпτêĝŗâτіŏη гĕśťѓісŧίσπŝ αΡΡľý 國國國國國國國國國國國國國國國⟧
|
|
1557
1567
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1568
|
+
boxui.securityControls.shortSharingDownloadIntegrationSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ѕĥâѓíηġ, ďõẃлľόåď, īηťėĝѓãťįőʼn ãлď Ѕïğň яéśţřїĉτíοπŝ ãΡΡľУ 國國國國國國國國國國國國國國國國國⟧
|
|
1559
1569
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1570
|
+
boxui.securityControls.shortSharingDownloadSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ѕнäґίʼnġ, ďôщʼnĺòàď άʼnď Śìĝň яёѕτŕìçťìοņŝ āΡΡļÿ 國國國國國國國國國國國國國⟧
|
|
1561
1571
|
# Short summary displayed for classification when both sharing and integration download restrictions are applied to it
|
|
1562
|
-
boxui.securityControls.shortSharingIntegration = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1572
|
+
boxui.securityControls.shortSharingIntegration = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Şħάŕίпĝ áʼnď ĭηŧęĝяâτįоŋ řëŝτřìçťїøňş ăΡΡľУ 國國國國國國國國國國國國⟧
|
|
1563
1573
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1574
|
+
boxui.securityControls.shortSharingIntegrationSign = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Śħǻŕîήğ, íŋτέġŗàţīоʼn āήď Ŝįğй řëşťґĩčŧíοпş āΡΡļÿ 國國國國國國國國國國國國國國⟧
|
|
1565
1575
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
1576
|
+
boxui.securityControls.shortSharingSign = ⟦萬萬萬萬萬萬萬萬萬萬 Ѕнąřίήġ āиď Şїğʼn ґеşťґіćτίόηѕ âΡΡľÿ 國國國國國國國國國國⟧
|
|
1567
1577
|
# Short summary displayed for items when Sign restriction is applied to them. Box Sign is a product name
|
|
1568
|
-
boxui.securityControls.shortSign = ⟦萬萬萬萬萬萬
|
|
1578
|
+
boxui.securityControls.shortSign = ⟦萬萬萬萬萬萬 Ѕϊğп яėŝŧяιçţϊöʼnś ąΡΡĺγ 國國國國國國⟧
|
|
1569
1579
|
# Short summary displayed for classification when watermarking is applied to it
|
|
1570
|
-
boxui.securityControls.shortWatermarking = ⟦萬萬萬萬萬
|
|
1580
|
+
boxui.securityControls.shortWatermarking = ⟦萬萬萬萬萬 Ẁǻţĕŗmåŕĸĩйğ ąΡΡľïęŝ 國國國國國⟧
|
|
1571
1581
|
# Button to display security controls modal
|
|
1572
|
-
boxui.securityControls.viewAll = ⟦萬萬 V
|
|
1582
|
+
boxui.securityControls.viewAll = ⟦萬萬 Víέώ Àļļ 國國⟧
|
|
1573
1583
|
# Bullet point that summarizes watermarking applied to classification
|
|
1574
|
-
boxui.securityControls.watermarkingApplied = ⟦萬萬萬萬萬萬萬萬
|
|
1584
|
+
boxui.securityControls.watermarkingApplied = ⟦萬萬萬萬萬萬萬萬 Щåŧεѓmàŕķĩʼnġ ẁϊļĺ вє ǻΡΡĺîéď. 國國國國國國國國⟧
|
|
1575
1585
|
# Bullet point that summarizes web download restrictions applied to classification, when restriction applies to external users
|
|
1576
|
-
boxui.securityControls.webDownloadExternal = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1586
|
+
boxui.securityControls.webDownloadExternal = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďõẃŋĺоâď ґéśŧѓϊ¢ŧëď òπ ẃєь ƒŏѓ єхŧĕŗπáĺ ũѕėřś. 國國國國國國國國國國國國國⟧
|
|
1577
1587
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1588
|
+
boxui.securityControls.webDownloadExternalOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďσшʼnĺοãď ŕěѕŧяïçτėď ôʼn ώęв, ëхčέΡţ Ǿшʼnèѓŝ/Čό-Ôẁйêгś. Ąļѕο ŗěŝťřį¢τèď ƒοґ ĕхŧєгŋäļ ūşēřś. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1579
1589
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1590
|
+
boxui.securityControls.webDownloadExternalOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďőẁиľòäď ŕĕşţяįčţěď òʼn ŵéь, έ×çëΡť Ǿщпеŕѕ/Ĉø-Ōωήέѓś/Êďĩτóгś. Âľŝо ŗēѕťѓісŧëď ƒόř ĕםēŕиăľ μѕěгŝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1581
1591
|
# Bullet point that summarizes web download restrictions applied to classification, when restriction applies to managed users except Owners/Co-Owners
|
|
1582
|
-
boxui.securityControls.webDownloadOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1592
|
+
boxui.securityControls.webDownloadOwners = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðòώηĺóãď ґëŝťŕīсţєď ŏņ ŵěв, ё×сеΡť Ŏώʼnєгѕ/Ćо-Óщňěгѕ. 國國國國國國國國國國國國國國國⟧
|
|
1583
1593
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1594
|
+
boxui.securityControls.webDownloadOwnersEditors = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðσẃήļòâď ѓεѕτґĭ¢τёď оņ ωеь, ēхсěΡŧ Όẃńęяş/Ċо-Οωŋëґś/Éďιŧōѓŝ. 國國國國國國國國國國國國國國國國國⟧
|
|
1585
1595
|
# Alt text for info icon
|
|
1586
|
-
boxui.select.moreInfo = ⟦萬萬
|
|
1596
|
+
boxui.select.moreInfo = ⟦萬萬 Мöгē Ĭńƒō 國國⟧
|
|
1587
1597
|
# text shown on the Clear All option in the options list
|
|
1588
|
-
boxui.selectField.clearAll = ⟦萬萬
|
|
1598
|
+
boxui.selectField.clearAll = ⟦萬萬 Ćľèāґ Âľľ 國國⟧
|
|
1589
1599
|
# Text shown in the select field dropdown when there are no options that match the search field input
|
|
1590
|
-
boxui.selectField.noResults = ⟦萬萬
|
|
1600
|
+
boxui.selectField.noResults = ⟦萬萬 Ņô Γēѕŭļťś 國國⟧
|
|
1591
1601
|
# Placeholder text shown in the search input
|
|
1592
|
-
boxui.selectField.searchPlaceholder = ⟦萬
|
|
1602
|
+
boxui.selectField.searchPlaceholder = ⟦萬 Ѕεåŕċħ 國⟧
|
|
1593
1603
|
# Title for "Access Type" menu, in all capital letters
|
|
1594
|
-
boxui.share.accessType = ⟦萬萬萬
|
|
1604
|
+
boxui.share.accessType = ⟦萬萬萬 ÁĊÇĒŜŜ ŦÝPĔ 國國國⟧
|
|
1595
1605
|
# Label for a shared link permission level
|
|
1596
|
-
boxui.share.canEdit = ⟦萬萬
|
|
1606
|
+
boxui.share.canEdit = ⟦萬萬 Çãή éďіţ 國國⟧
|
|
1597
1607
|
# Label for a shared link permission level
|
|
1598
|
-
boxui.share.canView = ⟦萬萬
|
|
1608
|
+
boxui.share.canView = ⟦萬萬 Ćάп νíєŵ 國國⟧
|
|
1599
1609
|
# Text for Co-owner permission level in permissions table
|
|
1600
|
-
boxui.share.coownerLevelText = ⟦萬萬
|
|
1610
|
+
boxui.share.coownerLevelText = ⟦萬萬 Ćô-оẁпěг 國國⟧
|
|
1601
1611
|
# Text for permissions table Delete column
|
|
1602
|
-
boxui.share.deleteTableHeaderText = ⟦萬
|
|
1612
|
+
boxui.share.deleteTableHeaderText = ⟦萬 Ďéĺєťέ 國⟧
|
|
1603
1613
|
# Text for permissions table Download column
|
|
1604
|
-
boxui.share.downloadTableHeaderText = ⟦萬萬
|
|
1614
|
+
boxui.share.downloadTableHeaderText = ⟦萬萬 Ðоẁлĺòāď 國國⟧
|
|
1605
1615
|
# Text for permissions table Edit column
|
|
1606
|
-
boxui.share.editTableHeaderText = ⟦萬
|
|
1616
|
+
boxui.share.editTableHeaderText = ⟦萬 Ēďìť 國⟧
|
|
1607
1617
|
# Text for Editor permission level in permissions table
|
|
1608
|
-
boxui.share.editorLevelText = ⟦萬
|
|
1618
|
+
boxui.share.editorLevelText = ⟦萬 Ěďїŧőґ 國⟧
|
|
1609
1619
|
# Field label for shared link recipient list (title-case)
|
|
1610
|
-
boxui.share.emailSharedLink = ⟦萬萬萬萬萬
|
|
1620
|
+
boxui.share.emailSharedLink = ⟦萬萬萬萬萬 Ėmąìļ Şнàґëď Ļîήκ 國國國國國⟧
|
|
1611
1621
|
# Error message when user tries to send shared link as email without entering any recipients
|
|
1612
|
-
boxui.share.enterAtLeastOneEmail = ⟦萬萬萬萬萬萬萬萬
|
|
1622
|
+
boxui.share.enterAtLeastOneEmail = ⟦萬萬萬萬萬萬萬萬 Êηŧєя āţ ľěαśţ òлė νǻĺįď εmâίľ 國國國國國國國國⟧
|
|
1613
1623
|
# Text for permissions table Get Link column
|
|
1614
|
-
boxui.share.getLinkTableHeaderText = ⟦萬萬
|
|
1624
|
+
boxui.share.getLinkTableHeaderText = ⟦萬萬 Ğęť Ŀìņĸ 國國⟧
|
|
1615
1625
|
# Label for a Group contact type
|
|
1616
|
-
boxui.share.groupLabel = ⟦萬
|
|
1626
|
+
boxui.share.groupLabel = ⟦萬 ĠґòüΡ 國⟧
|
|
1617
1627
|
# Text on button to cancel and close the invite collaborators modal.
|
|
1618
|
-
boxui.share.inviteCollaboratorsModalCancelButton = ⟦萬
|
|
1628
|
+
boxui.share.inviteCollaboratorsModalCancelButton = ⟦萬 Ćăпĉĕļ 國⟧
|
|
1619
1629
|
# Text on button to send invitations to collaborators for an item
|
|
1620
|
-
boxui.share.inviteCollaboratorsModalSendInvites = ⟦萬萬萬
|
|
1630
|
+
boxui.share.inviteCollaboratorsModalSendInvites = ⟦萬萬萬 Ŝėńď Ϊņνįŧēѕ 國國國⟧
|
|
1621
1631
|
# Title of the Invite Collaborators Modal. {itemName} is the name of the file / folder being shared
|
|
1622
|
-
boxui.share.inviteCollaboratorsModalTitle = ⟦萬萬萬萬
|
|
1632
|
+
boxui.share.inviteCollaboratorsModalTitle = ⟦萬萬萬萬 Īлνϊτё τó {itemName} 國國國國⟧
|
|
1623
1633
|
# Label of the field where a user designates who to invite to collaborate on an item
|
|
1624
|
-
boxui.share.inviteFieldLabel = ⟦萬
|
|
1634
|
+
boxui.share.inviteFieldLabel = ⟦萬 Ĩņνîţе 國⟧
|
|
1625
1635
|
# Label to invite editors to a file in the invite collab modal
|
|
1626
|
-
boxui.share.inviteFileEditorsLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1636
|
+
boxui.share.inviteFileEditorsLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĩπνĩţе ΡëοΡľє ţö веĉòmё ęďīτσѓѕ οƒ ţħĭś ƒĭļё. 國國國國國國國國國國國國國⟧
|
|
1627
1637
|
# Label of the field where a user designates which permissions a collaborator will have on an item
|
|
1628
|
-
boxui.share.inviteePermissionsFieldLabel = ⟦萬萬萬萬萬
|
|
1638
|
+
boxui.share.inviteePermissionsFieldLabel = ⟦萬萬萬萬萬 Ìπνιŧėє Pєŗmїŝŝĩőňş 國國國國國⟧
|
|
1629
1639
|
# Tooltip text a user can use to learn more about collaborator permission options
|
|
1630
|
-
boxui.share.inviteePermissionsLearnMore = ⟦萬萬
|
|
1640
|
+
boxui.share.inviteePermissionsLearnMore = ⟦萬萬 Ľέáґπ Μøяē 國國⟧
|
|
1631
1641
|
# Label for "Message" text box to email the shared link (title-case)
|
|
1632
|
-
boxui.share.message = ⟦萬萬
|
|
1642
|
+
boxui.share.message = ⟦萬萬 Μéşśάġê 國國⟧
|
|
1633
1643
|
# Placeholder text for message section
|
|
1634
|
-
boxui.share.messageSelectorPlaceholder = ⟦萬萬萬
|
|
1644
|
+
boxui.share.messageSelectorPlaceholder = ⟦萬萬萬 Äďď ά mеşŝαġє 國國國⟧
|
|
1635
1645
|
# Text for permissions table Owner column
|
|
1636
|
-
boxui.share.ownerTableHeaderText = ⟦萬
|
|
1646
|
+
boxui.share.ownerTableHeaderText = ⟦萬 Οщʼnêґ 國⟧
|
|
1637
1647
|
# Description of a company shared link for a file with view and download permissions
|
|
1638
|
-
boxui.share.peopleInCompanyCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1648
|
+
boxui.share.peopleInCompanyCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ăŋγōиέ ĭņ ýōüя çømΡãиŷ ώĩťн ŧĥε ľιήĸ ¢άņ νîèẃ ąлď ďöщʼnľóǻď τнĭѕ ƒīľé. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1639
1649
|
# Description of a company shared link for a folder with view and download permissions
|
|
1640
|
-
boxui.share.peopleInCompanyCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1650
|
+
boxui.share.peopleInCompanyCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άŋÿóňė íи ўöùг čömΡäήỳ щїţħ τħе ļіήķ ćαπ νîēш τнïş ƒõĺďéѓ åʼnď ďôшņĺóαď ìţŝ ĉôηŧéήτѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1641
1651
|
# Description of a company shared link for a file with edit permissions (implies view and download permissions as well)
|
|
1642
|
-
boxui.share.peopleInCompanyCanEditFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1652
|
+
boxui.share.peopleInCompanyCanEditFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ăŋỳöņè įй ўóŭя ćőmΡάπŷ ẁϊţĥ τнę ļіňķ ¢äή ěďīŧ ãйď ďошήľøαď ťĥįŝ ƒϊĺέ. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1643
1653
|
# Description of a company shared link for a file with view permissions
|
|
1644
|
-
boxui.share.peopleInCompanyCanViewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1654
|
+
boxui.share.peopleInCompanyCanViewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Āπÿőлē íŋ ýøũř ćòmΡàπў шϊţĥ ťнє ĺįʼnк ¢āή νіēω ŧħíś ƒϊľė. 國國國國國國國國國國國國國國國國⟧
|
|
1645
1655
|
# Description of a company shared link for a folder with view permissions
|
|
1646
|
-
boxui.share.peopleInCompanyCanViewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1656
|
+
boxui.share.peopleInCompanyCanViewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άήγσņė ïņ ÿόůѓ ćŏmΡäŋŷ ẁìτн τħĕ ļίŋк čâņ νíëŵ ťħîѕ ƒóļďęґ. 國國國國國國國國國國國國國國國國國⟧
|
|
1647
1657
|
# 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
|
|
1658
|
+
boxui.share.peopleInEnterprise = ⟦萬萬萬萬 PєòΡĺέ ĩй {enterpriseName} 國國國國⟧
|
|
1649
1659
|
# Description of a collaborator-only shared link for a file with no permissions
|
|
1650
|
-
boxui.share.peopleInItemCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1660
|
+
boxui.share.peopleInItemCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äηў çσļľâвöŗåťòŗ ŏʼn τнě ƒιļē ẁïţĥ ŧĥê ľīńκ ćāп áččêѕŝ ŧніś ƒíĺé. 國國國國國國國國國國國國國國國國國國國⟧
|
|
1651
1661
|
# Description of a collaborator-only shared link for a folder with no permissions
|
|
1652
|
-
boxui.share.peopleInItemCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1662
|
+
boxui.share.peopleInItemCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αŋý ¢öľļāьøяâŧοѓ οń ŧĥè ƒøľďєѓ ŵíŧн ťħé ĺīήķ ćâй ãċçεѕś ţнїş ƒōĺďêг. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1653
1663
|
# Description of a collaborator-only shared link for a file with download permissions
|
|
1654
|
-
boxui.share.peopleInItemCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1664
|
+
boxui.share.peopleInItemCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻʼnỳ ċŏļĺάвôгãťöѓ øή ţĥĭѕ ƒîľė шĩτн ţħė ĺìήĸ ćäņ ďŏωиļŏåď ťĥіѕ ƒіľё. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1655
1665
|
# Description of a collaborator-only shared link for a folder with download permissions
|
|
1656
|
-
boxui.share.peopleInItemCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1666
|
+
boxui.share.peopleInItemCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Åńŷ ĉôľľâвôѓăťôř óй ťħιѕ ƒôĺďêґ щîťĥ τħë ľίņκ čąп ďóώʼnļøãď ŧħîş ƒοļďĕř. 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1657
1667
|
# Description of a collaborator-only shared link for a file with edit permissions (implies view and download permissions as well)
|
|
1658
|
-
boxui.share.peopleInItemCanEditFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1668
|
+
boxui.share.peopleInItemCanEditFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äńý çσĺĺåвσŕâţöѓ όή ŧнįś ƒìľё шĩţħ τĥе ľíηκ ĉãп ěďìţ ŧнìŝ ƒïļё ăņď ďŏẁлľõąď ìťş ĉõʼnŧєʼnţѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1659
1669
|
# Description of a collaborator-only shared link for a file with view and download permissions
|
|
1660
|
-
boxui.share.peopleInItemCanPreviewAndDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1670
|
+
boxui.share.peopleInItemCanPreviewAndDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äήў ĉøĺļáьøяàťōя оń ťħìś ƒϊļê ώįτн τħē ĺιпĸ сâŋ νιëш ţĥĭѕ ƒϊļё åπď ďōώňĺоāď ïŧś ĉойťεйţѕ. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1661
1671
|
# Description of a collaborator-only shared link for a folder with view and download permissions
|
|
1662
|
-
boxui.share.peopleInItemCanPreviewAndDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1672
|
+
boxui.share.peopleInItemCanPreviewAndDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äήý ĉóĺĺâьôгǻŧõя ōл ŧĥϊŝ ƒöľďëг ẁιţħ τнé ľїήк сãň νïėω τĥĩŝ ƒōļďëѓ άπď ďοẁлļôãď įτś ċøņţёйťŝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1663
1673
|
# Description of a collaborator-only shared link for a file with view permissions
|
|
1664
|
-
boxui.share.peopleInItemCanPreviewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1674
|
+
boxui.share.peopleInItemCanPreviewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ăηγ çòľļâвοŗàţŏř ôи ŧħιŝ ƒīĺê шїŧħ τĥĕ ľійĸ čåň νĩĕщ ŧĥïś ƒїĺë. 國國國國國國國國國國國國國國國國國國⟧
|
|
1665
1675
|
# Description of a collaborator-only shared link for a folder with view permissions
|
|
1666
|
-
boxui.share.peopleInItemCanPreviewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1676
|
+
boxui.share.peopleInItemCanPreviewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äňў čσĺļάьøгāŧòř òη τнĩś ƒόľďёґ ẃĭťн ţħé ļїήķ ĉǻň νïёŵ ŧніś ƒõĺďеґ. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1667
1677
|
# Description of a specific company shared link for a file with view and download permissions. {company} is the company name
|
|
1668
|
-
boxui.share.peopleInSpecifiedCompanyCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1678
|
+
boxui.share.peopleInSpecifiedCompanyCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Åπγōņё ιл {company} щіťĥ ŧħε ĺĭпķ ćáп νϊέŵ äήď ďőωņĺοåď ţнιş ƒįĺē. 國國國國國國國國國國國國國國國國國國⟧
|
|
1669
1679
|
# Description of a specific company shared link for a folder with view and download permissions. {company} is the company name
|
|
1670
|
-
boxui.share.peopleInSpecifiedCompanyCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1680
|
+
boxui.share.peopleInSpecifiedCompanyCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ÁπУσńé íп {company} ẃíťħ ţħε ļіик сâπ νìęŵ ŧĥîѕ ƒσĺďęŕ äņď ďõŵиļοāď ïţś ¢оηťєņţş. 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1671
1681
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1682
|
+
boxui.share.peopleInSpecifiedCompanyCanEditFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ăņÿόлē ìй {company} ẁįŧн τнę ĺĭńĸ сåʼn éďīτ äňď ďöẃņĺŏǻď ŧĥįŝ ƒįļē. 國國國國國國國國國國國國國國國國國國⟧
|
|
1673
1683
|
# Description of an specific company shared link for a file with view permissions. {company} is the company name
|
|
1674
|
-
boxui.share.peopleInSpecifiedCompanyCanViewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1684
|
+
boxui.share.peopleInSpecifiedCompanyCanViewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ÃńУòйĕ íη {company} ŵîŧн ţнє ļіήķ çâʼn νîëщ ţħîŝ ƒìĺё. 國國國國國國國國國國國國國國⟧
|
|
1675
1685
|
# Description of an specific company shared link for a folder with view permissions. {company} is the company name
|
|
1676
|
-
boxui.share.peopleInSpecifiedCompanyCanViewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1686
|
+
boxui.share.peopleInSpecifiedCompanyCanViewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Åπÿôńë įп {company} ŵîťн ţнê ĺίиĸ ćãη νìéщ ŧħϊś ƒöļďěŕ. 國國國國國國國國國國國國國國國⟧
|
|
1677
1687
|
# Label for "People in this file" option
|
|
1678
|
-
boxui.share.peopleInThisFile = ⟦萬萬萬萬萬 P
|
|
1688
|
+
boxui.share.peopleInThisFile = ⟦萬萬萬萬萬 PёôΡļě ίп ťħίŝ ƒīļё 國國國國國⟧
|
|
1679
1689
|
# Label for "People in this folder" option
|
|
1680
|
-
boxui.share.peopleInThisFolder = ⟦萬萬萬萬萬萬 P
|
|
1690
|
+
boxui.share.peopleInThisFolder = ⟦萬萬萬萬萬萬 PëöΡľě ïл τнïŝ ƒσļďèŗ 國國國國國國⟧
|
|
1681
1691
|
# Label for "People in your company" option
|
|
1682
|
-
boxui.share.peopleInYourCompany = ⟦萬萬萬萬萬萬 P
|
|
1692
|
+
boxui.share.peopleInYourCompany = ⟦萬萬萬萬萬萬 PёοΡľε įή ỳöŭŕ ćőmΡąńỳ 國國國國國國⟧
|
|
1683
1693
|
# Description of an open shared link for a file with view and download permissions
|
|
1684
|
-
boxui.share.peopleWithLinkCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1694
|
+
boxui.share.peopleWithLinkCanDownloadFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άήỳőńę ώïťĥ τħę ľįņķ ćäй νίëŵ ăňď ďòωлļòάď τнîѕ ƒìļē. 國國國國國國國國國國國國國國國⟧
|
|
1685
1695
|
# Description of an open shared link for a folder with view and download permissions
|
|
1686
|
-
boxui.share.peopleWithLinkCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1696
|
+
boxui.share.peopleWithLinkCanDownloadFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äπÿøлέ ωíŧн ţĥε ĺĩńк ćåň νĭέώ τнīş ƒσļďêŕ ãήď ďóŵńļσăď ιţѕ çóņŧěʼnŧŝ. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1687
1697
|
# Description of an open shared link for a file with edit permissions (implies view and download permissions as well)
|
|
1688
|
-
boxui.share.peopleWithLinkCanEditFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1698
|
+
boxui.share.peopleWithLinkCanEditFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Âиўŏňë ẃίŧĥ ŧнё ĺįʼnķ сǻπ ĕďíŧ âʼnď ďοẃйĺôäď τħīś ƒîļè. 國國國國國國國國國國國國國國國⟧
|
|
1689
1699
|
# Description of an open shared link for a file with view permissions
|
|
1690
|
-
boxui.share.peopleWithLinkCanViewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1700
|
+
boxui.share.peopleWithLinkCanViewFile = ⟦萬萬萬萬萬萬萬萬萬萬萬 Άŋŷоņé ẁīţĥ ţĥě ľįηк ¢αή νíєщ ťĥĩѕ ƒĭļë. 國國國國國國國國國國國⟧
|
|
1691
1701
|
# Description of an open shared link for a folder with view permissions
|
|
1692
|
-
boxui.share.peopleWithLinkCanViewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1702
|
+
boxui.share.peopleWithLinkCanViewFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Àηўóлє ẃíťĥ τнє ĺĭπκ ćãη νĭέẁ ŧĥĩѕ ƒøĺďéг. 國國國國國國國國國國國國⟧
|
|
1693
1703
|
# Label for "People with the link" option
|
|
1694
|
-
boxui.share.peopleWithTheLink = ⟦萬萬萬萬萬 P
|
|
1704
|
+
boxui.share.peopleWithTheLink = ⟦萬萬萬萬萬 PëóΡľέ шïŧн ţħе ĺīήĸ 國國國國國⟧
|
|
1695
1705
|
# Text for permissions table Permission Levels column
|
|
1696
|
-
boxui.share.permissionLevelsTableHeaderText = ⟦萬萬萬萬萬
|
|
1706
|
+
boxui.share.permissionLevelsTableHeaderText = ⟦萬萬萬萬萬 Pеґmïşśϊοπ Ļėνеļś 國國國國國⟧
|
|
1697
1707
|
# Label for optional personal message to include when inviting collaborators to an item
|
|
1698
|
-
boxui.share.personalMessageLabel = ⟦萬萬萬萬 P
|
|
1708
|
+
boxui.share.personalMessageLabel = ⟦萬萬萬萬 Pēŗѕòńąľ Мєşŝàğé 國國國國⟧
|
|
1699
1709
|
# Placeholder text for the pill selector
|
|
1700
|
-
boxui.share.pillSelectorPlaceholder = ⟦萬萬萬萬萬萬萬萬
|
|
1710
|
+
boxui.share.pillSelectorPlaceholder = ⟦萬萬萬萬萬萬萬萬 Αďď иąmĕѕ оŕ ёmǻîľ ăďďŕēѕŝêş 國國國國國國國國⟧
|
|
1701
1711
|
# Text for permissions table Preview column
|
|
1702
|
-
boxui.share.previewTableHeaderText = ⟦萬萬 P
|
|
1712
|
+
boxui.share.previewTableHeaderText = ⟦萬萬 Pŕеνϊěш 國國⟧
|
|
1703
1713
|
# Text for Previewer permission level in permissions table
|
|
1704
|
-
boxui.share.previewerLevelText = ⟦萬萬 P
|
|
1714
|
+
boxui.share.previewerLevelText = ⟦萬萬 Pŗèνïèшëґ 國國⟧
|
|
1705
1715
|
# Text for Previewer Uploader permission level in permissions table
|
|
1706
|
-
boxui.share.previewerUploaderLevelText = ⟦萬萬萬萬萬 P
|
|
1716
|
+
boxui.share.previewerUploaderLevelText = ⟦萬萬萬萬萬 Přèνĭèẃëґ ŨΡľòáďέř 國國國國國⟧
|
|
1707
1717
|
# Text on a badge encouraging users to refer a friend to sign up for Box
|
|
1708
|
-
boxui.share.referAFriendBadgeText = ⟦萬
|
|
1718
|
+
boxui.share.referAFriendBadgeText = ⟦萬 ЃΈ₣ΈΓ 國⟧
|
|
1709
1719
|
# Text on a link to the "Reward Center", where users can refer a friend to sign up for Box
|
|
1710
|
-
boxui.share.referAFriendRewardCenterLinkText = ⟦萬萬
|
|
1720
|
+
boxui.share.referAFriendRewardCenterLinkText = ⟦萬萬 Ĉľį¢ķ Ήēŗε 國國⟧
|
|
1711
1721
|
# Text encouraging users to refer a friend to sign up for Box
|
|
1712
|
-
boxui.share.referAFriendText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1722
|
+
boxui.share.referAFriendText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Щâпţ â ƒѓèé móńŧн őƒ ßø×? Ґěƒěř ýŏûг ƒѓїēήď! 國國國國國國國國國國國國國⟧
|
|
1713
1723
|
# Label for option to remove shared link
|
|
1714
|
-
boxui.share.removeLink = ⟦萬萬萬
|
|
1724
|
+
boxui.share.removeLink = ⟦萬萬萬 Řëmōνę Ľϊπķ 國國國⟧
|
|
1715
1725
|
# Description for confirmation modal to remove a shared link
|
|
1716
|
-
boxui.share.removeLinkConfirmationDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1726
|
+
boxui.share.removeLinkConfirmationDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥϊş щϊĺĺ ΡεгmąпęņŧļУ ŕέmòνê ţĥė ŝнαґёď ĺîňĸ. Ĭƒ ťĥĩѕ їţėm îѕ ёmвêďďёď òή σţнέŕ ŝίţĕѕ їτ щїľľ ãļşő ьęçσmę ĩńǻççěŝşīьļë. Åпγ сûśťŏm ΡřόΡėгŧįеś, ѕєττîήĝś άπď ęхΡīŗāτįοήś шîļļ ьě řëmόνëď äŝ щëľļ. Ðŏ Уσú ẃąйť ŧо ćóлτïлųé? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1717
1727
|
# Label for confirmation modal to remove a shared link (title-case)
|
|
1718
|
-
boxui.share.removeLinkConfirmationTitle = ⟦萬萬萬萬萬
|
|
1728
|
+
boxui.share.removeLinkConfirmationTitle = ⟦萬萬萬萬萬 Яěmöνε Ŝħâřèď Ŀĭйκ 國國國國國⟧
|
|
1719
1729
|
# Accessible label for button that loads share settings popup
|
|
1720
|
-
boxui.share.settingsButtonLabel = ⟦萬萬萬萬萬萬萬萬萬
|
|
1730
|
+
boxui.share.settingsButtonLabel = ⟦萬萬萬萬萬萬萬萬萬 ÒΡěη śнâѓéď ĺιпκ ŝėţţíпġś ΡôΡųΡ 國國國國國國國國國⟧
|
|
1721
1731
|
# Tooltip describing when this shared link will expire. {expiration, date, long} is the formatted date
|
|
1722
|
-
boxui.share.sharedLinkExpirationTooltip = ⟦萬萬萬萬萬萬萬萬
|
|
1732
|
+
boxui.share.sharedLinkExpirationTooltip = ⟦萬萬萬萬萬萬萬萬 Ťнїş ĺιπк ώìĺļ єхΡїŗě õŋ {expiration, date, long} 國國國國國國國國⟧
|
|
1723
1733
|
# Label for field to copy shared link URL (title-case)
|
|
1724
|
-
boxui.share.sharedLinkLabel = ⟦萬萬萬
|
|
1734
|
+
boxui.share.sharedLinkLabel = ⟦萬萬萬 Ѕĥâѓèď Ļįпκ 國國國⟧
|
|
1725
1735
|
# Title for shared link modal (title-case)
|
|
1726
|
-
boxui.share.sharedLinkModalTitle = ⟦萬萬萬萬萬萬
|
|
1736
|
+
boxui.share.sharedLinkModalTitle = ⟦萬萬萬萬萬萬 Ѕħäŗęď Ľíņк ƒоѓ {itemName} 國國國國國國⟧
|
|
1727
1737
|
# Text to show when the access level of people in company and user can view only
|
|
1728
|
-
boxui.share.sharedLinkSettings.accessLevel.inCompanyView = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1738
|
+
boxui.share.sharedLinkSettings.accessLevel.inCompanyView = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τĥĭŝ сôиţêпŧ ιѕ άνåιľâьļέ τò áйŷōйę ώιτнĭл γöūг čømΡâňў ŵĩŧн ťħé ľїпκ, ăηď ĉǻл вє νϊëẃēď. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1729
1739
|
# Text to show when the access level of people in company and user can view and download
|
|
1730
|
-
boxui.share.sharedLinkSettings.accessLevel.inCompanyViewDownload = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1740
|
+
boxui.share.sharedLinkSettings.accessLevel.inCompanyViewDownload = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţĥíѕ čοиťēήţ îѕ âνäìļãвļе ŧσ äηŷöлě щіτнίή ўοűř çоmΡαπγ щіţħ ţĥε ľίπĸ, âņď ¢αŋ ье νîēώĕď ôѓ ďõẁŋĺóáďěď. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1731
1741
|
# Text to show when the access level of people collaborate on the item
|
|
1732
|
-
boxui.share.sharedLinkSettings.accessLevel.inItem = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1742
|
+
boxui.share.sharedLinkSettings.accessLevel.inItem = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţнįś ćσйτеиτ ϊŝ àνāīľαьļē τö ίйνĭţėď ćöļļäвøŗāťøŕŝ шĩŧн ŧħě ĺĩйκ. 國國國國國國國國國國國國國國國國國國國⟧
|
|
1733
1743
|
# Text to show when the access level of people with link and user can view only
|
|
1734
|
-
boxui.share.sharedLinkSettings.accessLevel.withLinkView = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1744
|
+
boxui.share.sharedLinkSettings.accessLevel.withLinkView = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧħĭŝ ċŏηţєňŧ ϊѕ Ρŭвľїсĺγ ανâιĺáьĺέ ţŏ áņУóńě ŵіťħ ťĥë ĺіņĸ, àηď сăή ьε νíěẁēď. 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1735
1745
|
# Text to show when the access level of people with link and user can view and download
|
|
1736
|
-
boxui.share.sharedLinkSettings.accessLevel.withLinkViewDownload = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1746
|
+
boxui.share.sharedLinkSettings.accessLevel.withLinkViewDownload = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τĥіѕ сòņτêʼnτ ιŝ Ρųьĺî¢ľỳ άναίļáьļė τö ăпŷŏņе ẁįťĥ ŧħε ļíņκ, αηď ċāй вė νîēшëď óя ďõẃлļόάďèď. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1737
1747
|
# Label for option to enable downloads on a shared link
|
|
1738
|
-
boxui.share.sharedLinkSettings.allowDownloadLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1748
|
+
boxui.share.sharedLinkSettings.allowDownloadLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Äľĺöш űśęŕѕ шіťĥ ţнє ѕĥαŕěď ĺīńķ ŧö ďоẁпĺōäď τнїş ιţêm 國國國國國國國國國國國國國國國國⟧
|
|
1739
1749
|
# Title for Allow Download section
|
|
1740
|
-
boxui.share.sharedLinkSettings.allowDownloadTitle = ⟦萬萬萬萬
|
|
1750
|
+
boxui.share.sharedLinkSettings.allowDownloadTitle = ⟦萬萬萬萬 Áļĺòẃ Ďоẁņľôáď 國國國國⟧
|
|
1741
1751
|
# Label for Custom URL text input field
|
|
1742
|
-
boxui.share.sharedLinkSettings.customURLLabel = ⟦萬萬萬萬萬萬
|
|
1752
|
+
boxui.share.sharedLinkSettings.customURLLabel = ⟦萬萬萬萬萬萬 Ņоŋ-Ρяīνǻťе ĉũśţŏm ЏΓĿ 國國國國國國⟧
|
|
1743
1753
|
# Text to show that direct link download is disabled due to applied shield access policy with classification
|
|
1744
|
-
boxui.share.sharedLinkSettings.directDownloadBlockedByAccessPolicyWithClassification = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1754
|
+
boxui.share.sharedLinkSettings.directDownloadBlockedByAccessPolicyWithClassification = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðŏẁņľöαď нăş ьέєй ďîśąьĺεď ƒσґ çőńťëйŧ ďùē ťø τнë ĉĺăśѕįƒì¢ǻťïøл. 國國國國國國國國國國國國國國國國國國國⟧
|
|
1745
1755
|
# Text to show that direct link download is disabled due to applied shield access policy without classification
|
|
1746
|
-
boxui.share.sharedLinkSettings.directDownloadBlockedByAccessPolicyWithoutClassification = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1756
|
+
boxui.share.sharedLinkSettings.directDownloadBlockedByAccessPolicyWithoutClassification = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ďŏωʼnļőäď ħâś вєěʼn ďïşäьļеď ƒόг ćōήţєňτ ωιţĥόüŧ çĺâśѕіƒĭсãŧіŏņ. 國國國國國國國國國國國國國國國國國國⟧
|
|
1747
1757
|
# Text to show that direct link download is disabled due to security policy
|
|
1748
|
-
boxui.share.sharedLinkSettings.directDownloadBlockedByMaliciousContent = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1758
|
+
boxui.share.sharedLinkSettings.directDownloadBlockedByMaliciousContent = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ðσẃηĺоãď ƒŏŗ τĥîѕ ćőņťêлť ĥăş ьεęń ďīśāьĺέď ďúё ŧο å śĕčцŕìŧÿ Ρõĺîċỳ. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1749
1759
|
# Title for Direct Link section
|
|
1750
|
-
boxui.share.sharedLinkSettings.directLinkLabel = ⟦萬萬萬
|
|
1760
|
+
boxui.share.sharedLinkSettings.directLinkLabel = ⟦萬萬萬 Ďїŗěćţ Ĺïńķ 國國國⟧
|
|
1751
1761
|
# Label for option to enable expiration on a shared link
|
|
1752
|
-
boxui.share.sharedLinkSettings.expirationLabel = ⟦萬萬萬萬萬萬
|
|
1762
|
+
boxui.share.sharedLinkSettings.expirationLabel = ⟦萬萬萬萬萬萬 Ďίŝǻвļē Şĥąŗёď Ĺίʼnκ ōň 國國國國國國⟧
|
|
1753
1763
|
# Title for Link Expiration section
|
|
1754
|
-
boxui.share.sharedLinkSettings.expirationTitle = ⟦萬萬萬萬
|
|
1764
|
+
boxui.share.sharedLinkSettings.expirationTitle = ⟦萬萬萬萬 Ľįηĸ ĖхΡιгàťīόη 國國國國⟧
|
|
1755
1765
|
# Notice shown at top of modal when one or more settings are unavailable due to permission settings
|
|
1756
|
-
boxui.share.sharedLinkSettings.inaccessibleSettingsNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1766
|
+
boxui.share.sharedLinkSettings.inaccessibleSettingsNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ĉëŕťáϊп ѕĕťŧîņğş mαỳ πôţ вέ àνåīľāьĺě ƒσґ ţĥĭş іŧém ďũέ ťô Ρéŕmíѕŝīŏлѕ. 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1757
1767
|
# Title for shared link settings modal (title-case)
|
|
1758
|
-
boxui.share.sharedLinkSettings.modalTitle = ⟦萬萬萬萬萬
|
|
1768
|
+
boxui.share.sharedLinkSettings.modalTitle = ⟦萬萬萬萬萬 Ѕħâŕěď Ľįňκ Śēτţîήğś 國國國國國⟧
|
|
1759
1769
|
# Label for checkbox to enable password on shared link
|
|
1760
|
-
boxui.share.sharedLinkSettings.passwordLabel = ⟦萬萬萬萬
|
|
1770
|
+
boxui.share.sharedLinkSettings.passwordLabel = ⟦萬萬萬萬 Řėqцϊŕê Ρåşѕшőŗď 國國國國⟧
|
|
1761
1771
|
# Placeholder for text input to enter a password
|
|
1762
|
-
boxui.share.sharedLinkSettings.passwordPlaceholder = ⟦萬萬萬萬
|
|
1772
|
+
boxui.share.sharedLinkSettings.passwordPlaceholder = ⟦萬萬萬萬 Êŋŧéŕ à Ράşśẁòřď 國國國國⟧
|
|
1763
1773
|
# Title for section to add password to shared link
|
|
1764
|
-
boxui.share.sharedLinkSettings.passwordTitle = ⟦萬萬萬萬 P
|
|
1774
|
+
boxui.share.sharedLinkSettings.passwordTitle = ⟦萬萬萬萬 Pąşŝẁоѓď Přσŧēсť 國國國國⟧
|
|
1765
1775
|
# Text for the link used to navigate users to the relevant community article
|
|
1766
|
-
boxui.share.sharedLinkSettings.sharedLinkSettingWarningLinkText = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1776
|
+
boxui.share.sharedLinkSettings.sharedLinkSettingWarningLinkText = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ľёâŕй møѓê áьöųτ śħąѓέď ľïйķ ѕëŧŧįиğѕ. 國國國國國國國國國國國⟧
|
|
1767
1777
|
# Text displayed stating that content shared openly may be exposed to the public
|
|
1768
|
-
boxui.share.sharedLinkSettings.sharedLinkWarningText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1778
|
+
boxui.share.sharedLinkSettings.sharedLinkWarningText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥїѕ ĉŏήťéйτ ϊś Ρůьľĩćĺў åνάϊľαьľė ŧō ăйўøńĕ ẃϊτн τĥě ļìʼnк. 國國國國國國國國國國國國國國國國國⟧
|
|
1769
1779
|
# Text to show when a custom URL has not been set
|
|
1770
|
-
boxui.share.sharedLinkSettings.vanityNameNotSet = ⟦萬萬萬萬萬萬萬萬萬
|
|
1780
|
+
boxui.share.sharedLinkSettings.vanityNameNotSet = ⟦萬萬萬萬萬萬萬萬萬 Ŧħę ćùѕτõm ŰŔĹ ĥàş пøţ вĕęп ŝĕť 國國國國國國國國國⟧
|
|
1771
1781
|
# Placeholder for Custom URL text input field
|
|
1772
|
-
boxui.share.sharedLinkSettings.vanityNamePlaceholder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1782
|
+
boxui.share.sharedLinkSettings.vanityNamePlaceholder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Єйťёŗ ā ċцşŧōm Ρãŧн (12 ōѓ møѓє ċĥαřåĉťěгś) 國國國國國國國國國國國國⟧
|
|
1773
1783
|
# Text field for implications of using the custom (vanity) URL as a notice
|
|
1774
|
-
boxui.share.sharedLinkSettings.vanityURLWarning = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1784
|
+
boxui.share.sharedLinkSettings.vanityURLWarning = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ċůѕťòm ŨŔĽŝ śнόúľď ŋòť ьέ ūşéď ωнéń ŝĥąяίņĝ ѕéпŝįţινё ćôиτèлτ. 國國國國國國國國國國國國國國國國國國⟧
|
|
1775
1785
|
# Accessible label for shared link input field
|
|
1776
|
-
boxui.share.sharedLinkURLLabel = ⟦
|
|
1786
|
+
boxui.share.sharedLinkURLLabel = ⟦ ЏҐĹ ⟧
|
|
1777
1787
|
# Label for link to upgrade to get more access controls for inviting collaborators to an item
|
|
1778
|
-
boxui.share.upgradeGetMoreAccessControls = ⟦萬萬萬萬萬萬萬
|
|
1788
|
+
boxui.share.upgradeGetMoreAccessControls = ⟦萬萬萬萬萬萬萬 Ġέţ Мøгē Άċĉεśŝ Ċôŋťґóļś 國國國國國國國⟧
|
|
1779
1789
|
# Text for permissions table Upload column
|
|
1780
|
-
boxui.share.uploadTableHeaderText = ⟦萬
|
|
1790
|
+
boxui.share.uploadTableHeaderText = ⟦萬 ÛΡļóãď 國⟧
|
|
1781
1791
|
# Text for Uploader permission level in permissions table
|
|
1782
|
-
boxui.share.uploaderLevelText = ⟦萬萬
|
|
1792
|
+
boxui.share.uploaderLevelText = ⟦萬萬 ŨΡľŏäďєг 國國⟧
|
|
1783
1793
|
# Text label for custom URL section
|
|
1784
|
-
boxui.share.vanityURLEnableText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
1794
|
+
boxui.share.vanityURLEnableText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pцьļíѕĥ ¢ōńτėπţ ьгòąďļŷ ŵϊŧн ą ĉűѕţôm, лòй-Ρŗїνäţě ŲŘĽ 國國國國國國國國國國國國國國國國⟧
|
|
1785
1795
|
# Text for Viewer permission level in permissions table
|
|
1786
|
-
boxui.share.viewerLevelText = ⟦萬 V
|
|
1796
|
+
boxui.share.viewerLevelText = ⟦萬 Vїēωĕŕ 國⟧
|
|
1787
1797
|
# Text for Viewer Uploader permission level in permissions table
|
|
1788
|
-
boxui.share.viewerUploaderLevelText = ⟦萬萬萬萬 V
|
|
1798
|
+
boxui.share.viewerUploaderLevelText = ⟦萬萬萬萬 Vïèẁєѓ ŲΡľóαďĕг 國國國國⟧
|
|
1789
1799
|
# Description of permissions granted to users who have access to the shared link
|
|
1790
|
-
boxui.shareMenu.downloadOnly = ⟦萬萬萬
|
|
1800
|
+
boxui.shareMenu.downloadOnly = ⟦萬萬萬 Ďŏшлĺöäď Θņĺý 國國國⟧
|
|
1791
1801
|
# Description of permissions granted when inviting a collab to this item
|
|
1792
|
-
boxui.shareMenu.editAndComment = ⟦萬萬萬萬
|
|
1802
|
+
boxui.shareMenu.editAndComment = ⟦萬萬萬萬 Ēďîŧ âπď Ċōmmēʼnť 國國國國⟧
|
|
1793
1803
|
# Label for menu option to get shared link for item (title-case)
|
|
1794
|
-
boxui.shareMenu.getSharedLink = ⟦萬萬萬萬
|
|
1804
|
+
boxui.shareMenu.getSharedLink = ⟦萬萬萬萬 Ĝεţ Ŝħäяëď Ļιŋĸ 國國國國⟧
|
|
1795
1805
|
# Label for disabled menu option when user does not have permission to get shared link for item
|
|
1796
|
-
boxui.shareMenu.insufficientPermissionsMenuOption = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1806
|
+
boxui.shareMenu.insufficientPermissionsMenuOption = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 İņŝũƒƒîсїëηţ şĥąяįйğ Ρèгmįşŝιŏņş. Pľéäśē čσπţáсţ ťĥє ƒоľďèг σώŋèŗ. 國國國國國國國國國國國國國國國國國國國⟧
|
|
1797
1807
|
# Tooltip to show when user does not have permission to invite collaborators to item
|
|
1798
|
-
boxui.shareMenu.insufficientPermissionsTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1808
|
+
boxui.shareMenu.insufficientPermissionsTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ύõů ħåνє ĭňśűƒƒίćíèʼnť Ρėгmìŝśĩоиś ŧő îŋνïţє ćоľļαьõѓãţогś. 國國國國國國國國國國國國國國國國國⟧
|
|
1799
1809
|
# Label for menu option to invite collaborators to item
|
|
1800
|
-
boxui.shareMenu.inviteCollabs = ⟦萬萬萬萬萬
|
|
1810
|
+
boxui.shareMenu.inviteCollabs = ⟦萬萬萬萬萬 Ϊηνίŧė Ċøĺľāвòřǻŧόяѕ 國國國國國⟧
|
|
1801
1811
|
# Tooltip to show when only owners and co-owners are allowed to invite collaborators to item
|
|
1802
|
-
boxui.shareMenu.ownerCoownerOnlyTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1812
|
+
boxui.shareMenu.ownerCoownerOnlyTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŷομ ħàνέ іήŝûƒƒіćїëňţ Ρēґmіѕśîοпѕ ţσ ìńνіťе ĉòĺľãвοѓαŧöŗś. Ǿŋĺγ ŧĥе őẃήεя äηď ċŏ-øщήеřś сǻń îňνįŧέ ĉøļľāвóѓäŧøѓş. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1803
1813
|
# Description of permissions granted to users who have access to the shared link
|
|
1804
|
-
boxui.shareMenu.shortcutOnly = ⟦萬萬萬
|
|
1814
|
+
boxui.shareMenu.shortcutOnly = ⟦萬萬萬 Ѕĥσŕť¢ŭť Õňĺγ 國國國⟧
|
|
1805
1815
|
# Description of permissions granted to users who have access to the shared link
|
|
1806
|
-
boxui.shareMenu.viewAndDownload = ⟦萬萬萬萬萬 V
|
|
1816
|
+
boxui.shareMenu.viewAndDownload = ⟦萬萬萬萬萬 Vîéω åŋď Ďōŵπĺôāď 國國國國國⟧
|
|
1807
1817
|
# Description of permissions granted to users who have access to the shared link
|
|
1808
|
-
boxui.shareMenu.viewOnly = ⟦萬萬
|
|
1818
|
+
boxui.shareMenu.viewOnly = ⟦萬萬 Víеш Οʼnļў 國國⟧
|
|
1809
1819
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
|
1810
|
-
boxui.timeInput.emptyTimeError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1820
|
+
boxui.timeInput.emptyTimeError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Яėqüíŗėď ƒīёľď. Ėňτêŕ â ťϊmê ίņ ťħέ ƒôгmāŧ ĤĦ:ММ Α. 國國國國國國國國國國國國國國國⟧
|
|
1811
1821
|
# Error message for invalid time formats. "HH:MM A" should be localized.
|
|
1812
|
-
boxui.timeInput.invalidTimeError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1822
|
+
boxui.timeInput.invalidTimeError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Іŋνάļίď ťìmĕ ƒōґmατ. Σņţεґ á τιmё ïń τнė ƒŏяmāť ΉΗ:МΜ Å. 國國國國國國國國國國國國國國國國⟧
|
|
1813
1823
|
# 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 = ⟦萬萬萬萬萬
|
|
1824
|
+
boxui.unifiedShare.collabAccess = ⟦萬萬萬萬萬 çōľľáвóŗǻŧοŕ āсćèŝѕ 國國國國國⟧
|
|
1815
1825
|
# Text to display for a group of users who have accepted an invitation to collaborate
|
|
1816
|
-
boxui.unifiedShare.collaboration.groupCollabText = ⟦萬
|
|
1826
|
+
boxui.unifiedShare.collaboration.groupCollabText = ⟦萬 ĜřőúΡ 國⟧
|
|
1817
1827
|
# Text to display for individual users who have accepted an invitation to collaborate
|
|
1818
|
-
boxui.unifiedShare.collaboration.userCollabText = ⟦萬
|
|
1828
|
+
boxui.unifiedShare.collaboration.userCollabText = ⟦萬 Ŭѕĕŕ 國⟧
|
|
1819
1829
|
# Title for collaborator list modal
|
|
1820
|
-
boxui.unifiedShare.collaboratorListTitle = ⟦萬萬萬萬萬 P
|
|
1830
|
+
boxui.unifiedShare.collaboratorListTitle = ⟦萬萬萬萬萬 PêòΡĺę įŋ ‘{itemName}’ 國國國國國⟧
|
|
1821
1831
|
# This string is displayed as tooltip on hovering over expire icon for collab
|
|
1822
|
-
boxui.unifiedShare.collaborators.expirationTooltipClickableText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1832
|
+
boxui.unifiedShare.collaborators.expirationTooltipClickableText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ą¢çεśş έ×Ρîřёѕ ол {date}. Čļîĉκ ƒóѓ ďĕťąįĺş. 國國國國國國國國國國國國⟧
|
|
1823
1833
|
# 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},
|
|
1834
|
+
boxui.unifiedShare.contactEmailsTooltipText = ⟦萬萬萬萬萬萬 {emails}, ãńď {remainingEmailsCount} mоґë 國國國國國國⟧
|
|
1825
1835
|
# 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}
|
|
1836
|
+
boxui.unifiedShare.contactRestrictionNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {{count} ĩиνĩŧāŧíоʼn} other {{count} ίηνіταŧîōлѕ}} čàņήοŧ ьέ ŝεйţ ьéсāµśε ε×ŧєŕлåļ ¢ŏľľǻвòґǻţіőл ίѕ яęŝťяíсťέď ďųě ťó ťĥê âΡΡľίëď śèċμřįťŷ Ροľïčý. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1827
1837
|
# 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}
|
|
1838
|
+
boxui.unifiedShare.contactRestrictionNoticeInformationBarrier = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {{count} ïηνïŧąŧįσň} other {{count} ïňνιŧǻţîσňś}} çàлηόť вέ şĕņŧ ďŭе ŧô à śęçμŗīţγ Ρóľįçŷ. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1829
1839
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1840
|
+
boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingular = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Įήνìťαťιôŋŝ ċåпήöť ьĕ ѕέňŧ ťό {email} ďųέ ŧő á śęĉŭґίŧγ Ρόļīčÿ. 國國國國國國國國國國國國國國國國國國⟧
|
|
1831
1841
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1842
|
+
boxui.unifiedShare.contactRestrictionNoticeInformationBarrierSingularGroup = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ілνϊŧåţĩōлŝ ¢αňпóτ ьĕ şěňτ ŧø "{groupName}" ďµé ţø ά ѕеĉůяϊťŷ ΡŏľїĉУ. 國國國國國國國國國國國國國國國國國國⟧
|
|
1833
1843
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1844
|
+
boxui.unifiedShare.contactRestrictionNoticeSingular = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 İŋνíŧãţїōпś ¢àπņôŧ ве şêņť ŧô {email} ьєсäŭŝέ èхτęѓήαļ сóļĺãвõřäţіöπ ίś ґëśτřîçŧéď ďŭё ŧó ţнę âΡΡĺίёď ŝёčűŗїťÿ Ρøĺíĉÿ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1835
1845
|
# Label for the button that removes restricted contacts on the contact restriction notice
|
|
1836
|
-
boxui.unifiedShare.contactRestrictionRemoveButtonLabel = ⟦萬萬萬萬萬
|
|
1846
|
+
boxui.unifiedShare.contactRestrictionRemoveButtonLabel = ⟦萬萬萬萬萬 Γěmöνě τö ĉōпτìňũέ 國國國國國⟧
|
|
1837
1847
|
# Error message when more than the maximum number of contacts is entered
|
|
1838
|
-
boxui.unifiedShare.contactsExceedLimitError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1848
|
+
boxui.unifiedShare.contactsExceedLimitError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ǾŏΡş! Ťнé måхїmμm йµmьèř őƒ ċóľļãвőґãťőгѕ ťнäŧ сâп ье αďďèď äţ őŋçě įŝ {maxContacts} ćόļĺǻвòґǻŧőѓś. Pļеăşε ťяŷ ǻğάîи ьγ ŝΡĺιŧţϊηĝ ÿоμг ìпνīťαťϊοлś íиŧô ьâτčĥéş. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1839
1849
|
# Text shown in share modal when there is at least one external collaborators
|
|
1840
|
-
boxui.unifiedShare.contentSharedWithExternalCollaborators = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1850
|
+
boxui.unifiedShare.contentSharedWithExternalCollaborators = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τĥіş čόиŧеńť шіļľ вé ѕħãŕĕď шιťĥ èםеґňâĺ ćοļľãьоŗăτσгѕ. 國國國國國國國國國國國國國國國國⟧
|
|
1841
1851
|
# Text used in button label to describe permission level - co-owner
|
|
1842
|
-
boxui.unifiedShare.coownerLevelButtonLabel = ⟦萬萬萬萬萬
|
|
1852
|
+
boxui.unifiedShare.coownerLevelButtonLabel = ⟦萬萬萬萬萬 Īπνϊţê ăѕ Ċø-óώпéг 國國國國國⟧
|
|
1843
1853
|
# Description for Co-owner permission level in permissions table
|
|
1844
|
-
boxui.unifiedShare.coownerLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1854
|
+
boxui.unifiedShare.coownerLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Мąńāğē śёсůяιŧỳ, ūΡļοâď, ďόẃлĺøàď, Ρгěνīēŵ, ŝнāřę, ēďιŧ, ǻйď ďėĺеťě 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1845
1855
|
# Text for Co-owner permission level in permissions table
|
|
1846
|
-
boxui.unifiedShare.coownerLevelText = ⟦萬萬
|
|
1856
|
+
boxui.unifiedShare.coownerLevelText = ⟦萬萬 Ċõ-ōẃʼnėŗ 國國⟧
|
|
1847
1857
|
# Tooltip description for users who do not have permission for link creation
|
|
1848
|
-
boxui.unifiedShare.disabledCreateLinkTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1858
|
+
boxui.unifiedShare.disabledCreateLinkTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŷöú ďó ņοτ ĥăνє Ρέŕmïѕśïõи ŧó ¢řēåŧέ τĥé ĺіпĸ. 國國國國國國國國國國國國國⟧
|
|
1849
1859
|
# Tooltip text for when shared permission option is not available due to security policy
|
|
1850
|
-
boxui.unifiedShare.disabledMaliciousContentShareLinkPermission = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1860
|
+
boxui.unifiedShare.disabledMaliciousContentShareLinkPermission = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťĥįş ōΡťϊōŋ ĭѕл’τ áνāιľáвĺε ƒōѓ ťĥïѕ ìŧęm ďûè το ă ѕёсûгιτУ Ρŏļіčŷ. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1851
1861
|
# Tooltip text for when shared permission option is not available due to restriction or classification
|
|
1852
|
-
boxui.unifiedShare.disabledShareLinkPermission = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1862
|
+
boxui.unifiedShare.disabledShareLinkPermission = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τĥïŝ ŏΡţįόň įş ńōţ āναιľāвļє ďűě ťö ă şέсцŕĩťÿ Ρøľíċỳ. 國國國國國國國國國國國國國國國國⟧
|
|
1853
1863
|
# Text used in button label to describe permission level - editor
|
|
1854
|
-
boxui.unifiedShare.editorLevelButtonLabel = ⟦萬萬萬萬
|
|
1864
|
+
boxui.unifiedShare.editorLevelButtonLabel = ⟦萬萬萬萬 Ĩηνιťέ äŝ Єďіτòѓ 國國國國⟧
|
|
1855
1865
|
# Description for Editor permission level in invitee permission dropdown
|
|
1856
|
-
boxui.unifiedShare.editorLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1866
|
+
boxui.unifiedShare.editorLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŮΡļόåď, ďõŵпļøåď, Ρґęνїέш, ѕħäřè, éďϊŧ, ąʼnď ďёļëτê 國國國國國國國國國國國國國國⟧
|
|
1857
1867
|
# Description for Editor permission level in invitee permission dropdown for files
|
|
1858
|
-
boxui.unifiedShare.editorLevelFileDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1868
|
+
boxui.unifiedShare.editorLevelFileDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ŬΡļоáď, ďőŵйļōãď, Ρяενíëẃ, şнãґé, äлď êďíŧ 國國國國國國國國國國國國⟧
|
|
1859
1869
|
# Text for Editor permission level in invitee permission dropdown
|
|
1860
|
-
boxui.unifiedShare.editorLevelText = ⟦萬
|
|
1870
|
+
boxui.unifiedShare.editorLevelText = ⟦萬 Êďīŧòґ 國⟧
|
|
1861
1871
|
# The message to show when you have clicked the button to send the email to a new collaborator (title case)
|
|
1862
|
-
boxui.unifiedShare.emailModalTitle = ⟦萬萬萬萬萬
|
|
1872
|
+
boxui.unifiedShare.emailModalTitle = ⟦萬萬萬萬萬 Ѕėήď Ľïпк ťò ‘{itemName}’ 國國國國國⟧
|
|
1863
1873
|
# Error message when user tries to send Shared Link as email without entering any recipients
|
|
1864
|
-
boxui.unifiedShare.enterAtLeastOneEmail = ⟦萬萬萬萬萬萬萬萬
|
|
1874
|
+
boxui.unifiedShare.enterAtLeastOneEmail = ⟦萬萬萬萬萬萬萬萬 Ěŋťëř ăτ ľєäşţ øπĕ νãĺĭď ēmåιĺ 國國國國國國國國⟧
|
|
1865
1875
|
# Tooltip text shown in the share modal, encouraging users to enter email addresses to share the item with
|
|
1866
|
-
boxui.unifiedShare.enterEmailAddressesCalloutText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1876
|
+
boxui.unifiedShare.enterEmailAddressesCalloutText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Şнäŕě ţĥīѕ ïţěm ώϊŧн ¢őшσѓкëŗŝ вỳ εņťĕгιлğ ţнєíя ęmăįĺ ãďďгέŝśĕś 國國國國國國國國國國國國國國國國國國國⟧
|
|
1867
1877
|
# Label for tooltips or other components that display expiration icons
|
|
1868
|
-
boxui.unifiedShare.expiresMessage = ⟦萬萬
|
|
1878
|
+
boxui.unifiedShare.expiresMessage = ⟦萬萬 Є×Ρïяęś 國國⟧
|
|
1869
1879
|
# This is label for the button so a user understands the new interface
|
|
1870
|
-
boxui.unifiedShare.ftuxConfirmLabel = ⟦萬
|
|
1880
|
+
boxui.unifiedShare.ftuxConfirmLabel = ⟦萬 Ġστ їť 國⟧
|
|
1871
1881
|
# Text for the body of the tooltip for the ftux experience when the edit option is available for the user
|
|
1872
|
-
boxui.unifiedShare.ftuxEditPermissionTooltipBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1882
|
+
boxui.unifiedShare.ftuxEditPermissionTooltipBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Śėľéĉτ τĥе ńёω ėďіţ οΡţīōň τø еǻŝϊľў śнǻŗê ŷοüґ ƒĭļё ŵįţн ΡеŏΡļё öг ġяоūΡŝ. 國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1873
1883
|
# Text for the title of the tooltip for the ftux experience when the edit option is available for the user
|
|
1874
|
-
boxui.unifiedShare.ftuxEditPermissionTooltipTitle = ⟦萬萬萬萬萬萬
|
|
1884
|
+
boxui.unifiedShare.ftuxEditPermissionTooltipTitle = ⟦萬萬萬萬萬萬 Çоĺļāьòŕǻťιöи mąďę єäŝУ 國國國國國國⟧
|
|
1875
1885
|
# Text on the link which allows to learn more about link security
|
|
1876
|
-
boxui.unifiedShare.ftuxLinkText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1886
|
+
boxui.unifiedShare.ftuxLinkText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŗėαď mŏѓė ăьõũť şнåґęď ĺīлķ şęćµгіţŷ ħĕґέ. 國國國國國國國國國國國國⟧
|
|
1877
1887
|
# This text describes the purpose of the new UI, using the button label to open the modal
|
|
1878
|
-
boxui.unifiedShare.ftuxNewUSMUserBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1888
|
+
boxui.unifiedShare.ftuxNewUSMUserBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ẁē’νě ѕīmΡľįƒĩëď ţнέ şħàяīйġ єхΡέяίëηсĕ шнëπ ÿоú ĉĺíсķ 'Şнąяë'. Íπνįťę ΡĕоΡľε ťо ţħĩѕ ìţέm нèѓέ αŋď ŧоġĝļє ťħĕ ĺīήĸ σи ôѓ õƒƒ ьеľôώ ƒõř έâşУ ѕħąŕīʼnĝ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1879
1889
|
# This title appears in the callout when loading the modal, to let users know about the new UI
|
|
1880
|
-
boxui.unifiedShare.ftuxNewUsmUserTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1890
|
+
boxui.unifiedShare.ftuxNewUsmUserTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬 ЅīmΡļιƒîέď śĥąгìлğ ƒőѓ ƒīļèѕ äлď ƒōļďěгś 國國國國國國國國國國國⟧
|
|
1881
1891
|
# 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 = ⟦
|
|
1892
|
+
boxui.unifiedShare.ftuxSharedLinkPermissionsEditTag = ⟦ ЙÈШ ⟧
|
|
1883
1893
|
# Label for a Group contact type
|
|
1884
|
-
boxui.unifiedShare.groupLabel = ⟦萬
|
|
1894
|
+
boxui.unifiedShare.groupLabel = ⟦萬 ĠŕõµΡ 國⟧
|
|
1885
1895
|
# Invite Collaborators disabled state tooltip
|
|
1886
|
-
boxui.unifiedShare.inviteDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1896
|
+
boxui.unifiedShare.inviteDisabledTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ýøµ ďο ňõť нąνê Ρέѓmίŝşїóŋ ŧό їпνīťê çøĺļâвòґąţόґŝ. 國國國國國國國國國國國國國國國⟧
|
|
1887
1897
|
# Invite Collaborators disabled state tooltip due to item being weblink
|
|
1888
|
-
boxui.unifiedShare.inviteDisabledWeblinkTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1898
|
+
boxui.unifiedShare.inviteDisabledWeblinkTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ćøĺĺăьσґāτőѓŝ çàņησť вĕ ǻďďēď τö ьøόкmąѓķś. 國國國國國國國國國國國國⟧
|
|
1889
1899
|
# Label of the field where a user designates who to invite to collaborate on an item
|
|
1890
|
-
boxui.unifiedShare.inviteFieldLabel = ⟦萬萬萬
|
|
1900
|
+
boxui.unifiedShare.inviteFieldLabel = ⟦萬萬萬 Ίлνĭţë PĕόΡĺê 國國國⟧
|
|
1891
1901
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1902
|
+
boxui.unifiedShare.justifiableContactRestrictionNotice = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŧнĩŝ ĉōлτелť ŗėqûĭřēś ǻ вúşїηєѕŝ ĵûѕţιƒîĉäτίóŋ ƒοґ {count, plural, one {{count} ïйνīţåţіōп} other {{count} ιлνїτǻŧїóηś}}. Pľéǻşè śěľę¢τ ǻ ьùŝϊńëśś ĵùśτíƒĩсäťιóŋ вέļöω. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1893
1903
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1904
|
+
boxui.unifiedShare.justifiableContactRestrictionNoticeSingular = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ţніś ¢òńţèпŧ гεqµϊѓėŝ á вцѕіńέşѕ ĵŭşŧįƒîčâťíôň ťσ ìńνîţє {email}. Pľёāśë ѕέľĕçť ą ьũşĭпêŝŝ ĵųśτîƒίčατĩŏй ьêľσш. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1895
1905
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬
|
|
1906
|
+
boxui.unifiedShare.justifiableContactRestrictionRemoveButtonLabel = ⟦萬萬萬萬萬萬萬萬萬 Αľţèґиάţìνêľў, řєmόνè τö ¢ŏήŧіŋųе 國國國國國國國國國⟧
|
|
1897
1907
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1908
|
+
boxui.unifiedShare.justificationRequiredError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Şèĺęçτ â ĵüŝţĩƒιčαŧїóи õґ ґëmøνé ŧŏ čοŋŧïήūê 國國國國國國國國國國國國國⟧
|
|
1899
1909
|
# The placeholder text of the select field that allows selecting a business justification reason
|
|
1900
|
-
boxui.unifiedShare.justificationSelectPlaceholder = ⟦萬萬萬萬萬
|
|
1910
|
+
boxui.unifiedShare.justificationSelectPlaceholder = ⟦萬萬萬萬萬 Śёľеĉŧ Ĵũѕτїƒîćǻťįōʼn 國國國國國⟧
|
|
1901
1911
|
# 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 = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1912
|
+
boxui.unifiedShare.levelOfCollabAccess = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Śêţ ŧĥė ĺêνēĺ öƒ {collaboratorAccess} äņď īņčřєαśе śĕсũřįţŷ ťħгöüġĥ òŋê ŏƒ ōμя Ραìď Ρĺåηś. {upgradeLink} 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1903
1913
|
# Call to action text for allowing the user to create a new shared link
|
|
1904
|
-
boxui.unifiedShare.linkShareOff = ⟦萬萬萬萬萬
|
|
1914
|
+
boxui.unifiedShare.linkShareOff = ⟦萬萬萬萬萬 Çгëáτê şħάяéď ĺĩňκ 國國國國國⟧
|
|
1905
1915
|
# Call to action text for allowing the user to remove an existing shared link
|
|
1906
|
-
boxui.unifiedShare.linkShareOn = ⟦萬萬萬萬萬萬
|
|
1916
|
+
boxui.unifiedShare.linkShareOn = ⟦萬萬萬萬萬萬 Śнāґęď ľìлķ îŝ ¢ŗĕâŧéď 國國國國國國⟧
|
|
1907
1917
|
# Label for "Message" text box to email the shared Link
|
|
1908
|
-
boxui.unifiedShare.message = ⟦萬萬
|
|
1918
|
+
boxui.unifiedShare.message = ⟦萬萬 Мέśѕǻġέ 國國⟧
|
|
1909
1919
|
# Title of the Unified Share Modal. {itemName} is the name of the file / folder being shared
|
|
1910
|
-
boxui.unifiedShare.modalTitle = ⟦萬萬萬
|
|
1920
|
+
boxui.unifiedShare.modalTitle = ⟦萬萬萬 Ŝнăяė ‘{itemName}’ 國國國⟧
|
|
1911
1921
|
# Description of a company shared link for a file.
|
|
1912
|
-
boxui.unifiedShare.peopleInCompanyCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1922
|
+
boxui.unifiedShare.peopleInCompanyCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άлỳοηē ĭπ Уоůř сοmΡâňγ ωìţн ťĥє ľίиĸ ŏŗ ΡεôΡļέ íňνįţεď ŧø ŧĥϊş ƒϊĺė ĉǻπ αсĉêśѕ 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1913
1923
|
# Description of a company shared link for a folder.
|
|
1914
|
-
boxui.unifiedShare.peopleInCompanyCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1924
|
+
boxui.unifiedShare.peopleInCompanyCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άņỳøńέ ιη ỳŏūя ćōmΡāήγ ŵιţн ţĥē ĺīʼnķ σŗ ΡęòΡļé їηνϊţёď τō τħĩś ƒóľďėѓ сάή ãĉсеŝś 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1915
1925
|
# Description of a company shared link for a hub.
|
|
1916
|
-
boxui.unifiedShare.peopleInCompanyCanAccessHub = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1926
|
+
boxui.unifiedShare.peopleInCompanyCanAccessHub = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ÅʼnУŏńє іń Уŏúя сõmΡáлγ ẃϊτн ťĥė ĺîик óг ΡёŏΡľě їлνίτêď ŧõ ťĥîś ĥůь ¢áņ àċ¢εşѕ 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1917
1927
|
# Label for "People in {enterpriseName}" option
|
|
1918
|
-
boxui.unifiedShare.peopleInEnterpriseName = ⟦萬萬萬萬 P
|
|
1928
|
+
boxui.unifiedShare.peopleInEnterpriseName = ⟦萬萬萬萬 PëόΡľè ιņ {enterpriseName} 國國國國⟧
|
|
1919
1929
|
# Description of a collaborator-only shared link for a file
|
|
1920
|
-
boxui.unifiedShare.peopleInItemCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1930
|
+
boxui.unifiedShare.peopleInItemCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬 Óήľγ íńνίťêď ΡĕóΡļé čāп āċčēѕѕ ťħïѕ ƒιļе 國國國國國國國國國國國⟧
|
|
1921
1931
|
# Description of a collaborator-only shared link for a folder
|
|
1922
|
-
boxui.unifiedShare.peopleInItemCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1932
|
+
boxui.unifiedShare.peopleInItemCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Θлļў ĭŋνīťεď ΡēöΡľè ¢ąή ăĉĉєşѕ τĥĭş ƒοľďęŕ 國國國國國國國國國國國國⟧
|
|
1923
1933
|
# Description of a collaborator-only shared link for a hub
|
|
1924
|
-
boxui.unifiedShare.peopleInItemCanAccessHub = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
1934
|
+
boxui.unifiedShare.peopleInItemCanAccessHub = ⟦萬萬萬萬萬萬萬萬萬萬萬 Õʼnĺÿ ίŋνїτéď ΡěōΡľē сãʼn άćсęşѕ τнĩѕ нць 國國國國國國國國國國國⟧
|
|
1925
1935
|
# Description of a specific company shared link for a file. {company} is the company name
|
|
1926
|
-
boxui.unifiedShare.peopleInSpecifiedCompanyCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1936
|
+
boxui.unifiedShare.peopleInSpecifiedCompanyCanAccessFile = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αήγŏиέ ãτ {company} ẃĩτн ŧħė ļїŋκ őя ΡêόΡľé іηνíŧèď ţø ťħîѕ ƒіľε ćäʼn ăç¢еśş 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1927
1937
|
# Description of a specific company shared link for a folder. {company} is the company name
|
|
1928
|
-
boxui.unifiedShare.peopleInSpecifiedCompanyCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1938
|
+
boxui.unifiedShare.peopleInSpecifiedCompanyCanAccessFolder = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻʼnÿøлé āť {company} шϊτĥ ŧнê ļίлκ οŕ ΡέøΡĺë īʼnνíţēď ťо ťнϊş ƒσļďεŕ ĉάπ άčĉêѕŝ 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1929
1939
|
# Description of a specific company shared link for a hub. {company} is the company name
|
|
1930
|
-
boxui.unifiedShare.peopleInSpecifiedCompanyCanAccessHub = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1940
|
+
boxui.unifiedShare.peopleInSpecifiedCompanyCanAccessHub = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Åйýõиέ άŧ {company} шïτн ţнë ĺįлκ òг ΡēőΡĺě іπνιťēď τø ťĥĩş ħŭв ċâŋ äс¢ėŝş 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1931
1941
|
# Label for "People in this file" option
|
|
1932
|
-
boxui.unifiedShare.peopleInThisFile = ⟦萬萬萬萬萬
|
|
1942
|
+
boxui.unifiedShare.peopleInThisFile = ⟦萬萬萬萬萬 Ĭиνіţêď ΡêõΡļë оʼnľÿ 國國國國國⟧
|
|
1933
1943
|
# Label for "People in this folder" option
|
|
1934
|
-
boxui.unifiedShare.peopleInThisFolder = ⟦萬萬萬萬萬
|
|
1944
|
+
boxui.unifiedShare.peopleInThisFolder = ⟦萬萬萬萬萬 Íʼnνіťēď ΡêоΡļέ ōήĺỳ 國國國國國⟧
|
|
1935
1945
|
# Label for "People in your company" option
|
|
1936
|
-
boxui.unifiedShare.peopleInYourCompany = ⟦萬萬萬萬萬萬 P
|
|
1946
|
+
boxui.unifiedShare.peopleInYourCompany = ⟦萬萬萬萬萬萬 PεòΡļę ìņ Уοůŕ ¢őmΡǻňŷ 國國國國國國⟧
|
|
1937
1947
|
# Description of an open shared link
|
|
1938
|
-
boxui.unifiedShare.peopleWithLinkDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
1948
|
+
boxui.unifiedShare.peopleWithLinkDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Pμвĺîçľý αĉçëŝşīьľę àňď ňō ѕїĝʼn-ій ŕêqцїяęď 國國國國國國國國國國國國⟧
|
|
1939
1949
|
# Text to show that those having the link will have access
|
|
1940
|
-
boxui.unifiedShare.peopleWithTheLinkText = ⟦萬萬萬萬萬 P
|
|
1950
|
+
boxui.unifiedShare.peopleWithTheLinkText = ⟦萬萬萬萬萬 PέσΡļė ŵίťн ŧĥĕ ĺìņķ 國國國國國⟧
|
|
1941
1951
|
# Text used in button label to describe permission level - previewer
|
|
1942
|
-
boxui.unifiedShare.previewerLevelButtonLabel = ⟦萬萬萬萬萬
|
|
1952
|
+
boxui.unifiedShare.previewerLevelButtonLabel = ⟦萬萬萬萬萬 Іŋνĭţε äѕ Pґèνіёωëѓ 國國國國國⟧
|
|
1943
1953
|
# Description for Previewer permission level in invitee permission dropdown
|
|
1944
|
-
boxui.unifiedShare.previewerLevelDescription = ⟦萬萬萬 P
|
|
1954
|
+
boxui.unifiedShare.previewerLevelDescription = ⟦萬萬萬 Pŗéνїєώ οήļУ 國國國⟧
|
|
1945
1955
|
# Text for Previewer permission level in invitee permission dropdown
|
|
1946
|
-
boxui.unifiedShare.previewerLevelText = ⟦萬萬 P
|
|
1956
|
+
boxui.unifiedShare.previewerLevelText = ⟦萬萬 Přενϊèẁεг 國國⟧
|
|
1947
1957
|
# Text used in button label to describe permission level - previewer uploader
|
|
1948
|
-
boxui.unifiedShare.previewerUploaderLevelButtonLabel = ⟦萬萬萬萬萬萬萬萬
|
|
1958
|
+
boxui.unifiedShare.previewerUploaderLevelButtonLabel = ⟦萬萬萬萬萬萬萬萬 Ìπνĩŧė âş Pґèνїėώёѓ ÛΡĺøăďëя 國國國國國國國國⟧
|
|
1949
1959
|
# Description for Previewer Uploader permission level in invitee permission dropdown
|
|
1950
|
-
boxui.unifiedShare.previewerUploaderLevelDescription = ⟦萬萬萬萬萬
|
|
1960
|
+
boxui.unifiedShare.previewerUploaderLevelDescription = ⟦萬萬萬萬萬 ÚΡĺõāď ãпď Ρřένĩєш 國國國國國⟧
|
|
1951
1961
|
# Text for Previewer Uploader permission level in invitee permission dropdown
|
|
1952
|
-
boxui.unifiedShare.previewerUploaderLevelText = ⟦萬萬萬萬萬 P
|
|
1962
|
+
boxui.unifiedShare.previewerUploaderLevelText = ⟦萬萬萬萬萬 Pѓενιёшēř ÜΡľöàďĕŗ 國國國國國⟧
|
|
1953
1963
|
# Tooltip description to explain recommendation for sharing tooltip
|
|
1954
|
-
boxui.unifiedShare.recommendedSharingTooltipCalloutText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1964
|
+
boxui.unifiedShare.recommendedSharingTooltipCalloutText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßāśěď ôп Уόüŕ ūѕáġé, ωę ţħϊηκ {fullName} ŵøüļď вё ίņτёѓëşţěď ιŋ ţнίŝ ƒìļē. 國國國國國國國國國國國國國國國國國國國國⟧
|
|
1955
1965
|
# Description for confirmation modal to remove a collaborator
|
|
1956
|
-
boxui.unifiedShare.removeCollaboratorConfirmationDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1966
|
+
boxui.unifiedShare.removeCollaboratorConfirmationDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àґё ÿóū ŝūŕĕ γòū ώâηţ ŧō ѓеmôνé {name} ąѕ ă čöĺĺăвőѓâτöя? 國國國國國國國國國國國國國國國國⟧
|
|
1957
1967
|
# Label for confirmation modal to remove a collaborator (title-case)
|
|
1958
|
-
boxui.unifiedShare.removeCollaboratorConfirmationTitle = ⟦萬萬萬萬萬
|
|
1968
|
+
boxui.unifiedShare.removeCollaboratorConfirmationTitle = ⟦萬萬萬萬萬 Яëmòνě Çоľľάьőяāťòг 國國國國國⟧
|
|
1959
1969
|
# Description for confirmation modal to remove a shared link
|
|
1960
|
-
boxui.unifiedShare.removeLinkConfirmationDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1970
|
+
boxui.unifiedShare.removeLinkConfirmationDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τнιѕ ωįļľ Ρěŕmąňέйţľý řėmονє ţĥë şнäřεď ľίπκ. ΃ τħîѕ ιτèm ïś êmьеďďεď øл ŏţнėя şîţєş ĭť ώîļĺ ǻľśò ьεćоmє іпäċċéŝşíьľĕ. Åʼnγ ċűѕτōm ΡяòΡéґţіéѕ, şеťţιŋĝŝ åʼnď ěхΡìŕąťîōлѕ шїĺľ вě ŕëmöνėď âş шέļļ. Ďō ÿóµ ẃāήŧ ŧο ĉόлťιʼnμē? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1961
1971
|
# Label for confirmation modal to remove a shared link (title-case)
|
|
1962
|
-
boxui.unifiedShare.removeLinkConfirmationTitle = ⟦萬萬萬萬萬
|
|
1972
|
+
boxui.unifiedShare.removeLinkConfirmationTitle = ⟦萬萬萬萬萬 Ѓĕmöνę Śĥåѓêď Ļїńκ 國國國國國⟧
|
|
1963
1973
|
# Tooltip description for not having access to remove link
|
|
1964
|
-
boxui.unifiedShare.removeLinkTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1974
|
+
boxui.unifiedShare.removeLinkTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 Ỳоц ďо лοŧ ĥäνё Ρéřmįѕśϊőп ŧô яĕmōνё ţнě ļīŋķ. 國國國國國國國國國國國國國⟧
|
|
1965
1975
|
# 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
|
|
1966
|
-
boxui.unifiedShare.restrictedContactsError = ⟦萬萬萬萬萬
|
|
1976
|
+
boxui.unifiedShare.restrictedContactsError = ⟦萬萬萬萬萬 Ŗеmόνė ťσ ċŏńŧĩиùė 國國國國國⟧
|
|
1967
1977
|
# Tooltip text for email shared link button (title-case)
|
|
1968
|
-
boxui.unifiedShare.sendSharedLink = ⟦萬萬萬萬
|
|
1978
|
+
boxui.unifiedShare.sendSharedLink = ⟦萬萬萬萬 Şєπď Ŝħāґèď Ŀîпĸ 國國國國⟧
|
|
1969
1979
|
# Field label for shared link recipient list (title-case)
|
|
1970
|
-
boxui.unifiedShare.sendSharedLinkFieldLabel = ⟦萬萬萬萬萬
|
|
1980
|
+
boxui.unifiedShare.sendSharedLinkFieldLabel = ⟦萬萬萬萬萬 Ёmάíĺ Śнáяèď Ŀιπĸ 國國國國國⟧
|
|
1971
1981
|
# This tooltip appears over the shared link toggle, explaining what happens when it is clicked
|
|
1972
|
-
boxui.unifiedShare.sharedLinkDisabledTooltipCopy = ⟦萬萬萬萬萬萬萬萬萬
|
|
1982
|
+
boxui.unifiedShare.sharedLinkDisabledTooltipCopy = ⟦萬萬萬萬萬萬萬萬萬 Ĉŗёąτê áńď ċσΡÿ ľïņκ ƒòŕ śнāŕιπĝ 國國國國國國國國國⟧
|
|
1973
1983
|
# Text shown in share modal when shared link is editable and is open to public access
|
|
1974
|
-
boxui.unifiedShare.sharedLinkEditablePubliclyAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
1984
|
+
boxui.unifiedShare.sharedLinkEditablePubliclyAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Pũвľίċĺỳ ąνăιľāвľē ƒøя ąŋУôʼnе ţŏ νϊėẃ àйď ďøŵлļöăď. Áņў ĺōġġεď їη ûśеяś шīτĥ τħё ļĩηĸ çáŋ ëďіτ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1975
1985
|
# Text shown in share modal when shared link is editable and is open to company access
|
|
1976
|
-
boxui.unifiedShare.sharedLinkElevatedEditableCompanyAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 P
|
|
1986
|
+
boxui.unifiedShare.sharedLinkElevatedEditableCompanyAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬 PέôΡľé ẁħο ħäνê ăĉсěşŝ ťö τĥîŝ ĺîлĸ ċåň ěďĩτ. 國國國國國國國國國國國國國⟧
|
|
1977
1987
|
# Tooltip describing when this shared link will expire. {expiration, date, long} is the formatted date
|
|
1978
|
-
boxui.unifiedShare.sharedLinkExpirationTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1988
|
+
boxui.unifiedShare.sharedLinkExpirationTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ťĥîѕ ļιηк щιĺĺ ëхΡïŕě åпď ьę ïπαс¢εŝѕįвļë ōŋ {expiration, date, long}. 國國國國國國國國國國國國國國國⟧
|
|
1979
1989
|
# Label for a shared link permission to show for an editable box note / file
|
|
1980
|
-
boxui.unifiedShare.sharedLinkPermissionsEdit = ⟦萬萬
|
|
1990
|
+
boxui.unifiedShare.sharedLinkPermissionsEdit = ⟦萬萬 Ĉãň êďíτ 國國⟧
|
|
1981
1991
|
# Text to use in the tooltip when presenting an editable Box Note (DO NOT TRANSLATE "Box Notes")
|
|
1982
1992
|
boxui.unifiedShare.sharedLinkPermissionsEditTooltip = This permission can only be changed in Box Notes
|
|
1983
1993
|
# Label for a shared link permission level
|
|
1984
|
-
boxui.unifiedShare.sharedLinkPermissionsViewDownload = ⟦萬萬萬萬萬萬
|
|
1994
|
+
boxui.unifiedShare.sharedLinkPermissionsViewDownload = ⟦萬萬萬萬萬萬 Čάп νįéщ αņď ďõŵπĺоáď 國國國國國國⟧
|
|
1985
1995
|
# Label for a shared link permission level
|
|
1986
|
-
boxui.unifiedShare.sharedLinkPermissionsViewOnly = ⟦萬萬萬
|
|
1996
|
+
boxui.unifiedShare.sharedLinkPermissionsViewOnly = ⟦萬萬萬 Çâη νĩεщ òņĺŷ 國國國⟧
|
|
1987
1997
|
# Text shown in share modal when shared link is open to public access
|
|
1988
|
-
boxui.unifiedShare.sharedLinkPubliclyAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
1998
|
+
boxui.unifiedShare.sharedLinkPubliclyAvailable = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Τĥιŝ сσʼnŧëʼnτ іś Ρüвľϊçļў àνåìļąьľё ţő ǻπýóие шïťħ τħé ļїиķ. 國國國國國國國國國國國國國國國國國⟧
|
|
1989
1999
|
# Label for the shared link section of the unified share modal
|
|
1990
|
-
boxui.unifiedShare.sharedLinkSectionLabel = ⟦萬萬
|
|
2000
|
+
boxui.unifiedShare.sharedLinkSectionLabel = ⟦萬萬 Śнáѓє Ľîиĸ 國國⟧
|
|
1991
2001
|
# Description of the shared link settings modal entry point. This shows link-specific options.
|
|
1992
|
-
boxui.unifiedShare.sharedLinkSettings = ⟦萬萬萬
|
|
2002
|
+
boxui.unifiedShare.sharedLinkSettings = ⟦萬萬萬 Ĺįńк Ŝёťτіηğś 國國國⟧
|
|
1993
2003
|
# Tooltip text shown in the share modal, next to the settings gear, describing what settings can be changed
|
|
1994
|
-
boxui.unifiedShare.sharedLinkSettingsCalloutText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
2004
|
+
boxui.unifiedShare.sharedLinkSettingsCalloutText = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ćѓĕãťё ą ćùşτōm ÛЯĽ, êйåвļε Ράśşẃοяď Ρřŏťεсτίōй, єηãьĺė ļїηĸ ë×Ρĩѓατіøń, àлď mµсħ mõřё 國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1995
2005
|
# Title for suggested collaborators that can be added to the form
|
|
1996
|
-
boxui.unifiedShare.suggestedCollabsTitle = ⟦萬萬
|
|
2006
|
+
boxui.unifiedShare.suggestedCollabsTitle = ⟦萬萬 Şųġğěşťėď 國國⟧
|
|
1997
2007
|
# Description for cta to upgrade to get more access controls for inviting collaborators to an item
|
|
1998
|
-
boxui.unifiedShare.upgradeGetMoreAccessControlsDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 62% οƒ
|
|
2008
|
+
boxui.unifiedShare.upgradeGetMoreAccessControlsDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 62% οƒ çųѕťσmėґş øй ýøųг Ρĺãл {upgradeGetMoreAccessControlsLink} τó mάηáġε çοļļàьσѓαţöřś’ ǻĉčĕŝŝ äηď Ρēŗmίśѕīøл ѕєţŧĭŋġŝ 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
1999
2009
|
# Label for link to upgrade to get more access controls for inviting collaborators to an item
|
|
2000
|
-
boxui.unifiedShare.upgradeGetMoreAccessControlsLink = ⟦萬萬
|
|
2010
|
+
boxui.unifiedShare.upgradeGetMoreAccessControlsLink = ⟦萬萬 μΡġŗăďė 國國⟧
|
|
2001
2011
|
# Title for the upgrade inline notice for upgrade user plan
|
|
2002
|
-
boxui.unifiedShare.upgradeInlineNoticeTitle = ⟦萬萬萬萬萬
|
|
2012
|
+
boxui.unifiedShare.upgradeInlineNoticeTitle = ⟦萬萬萬萬萬 ÚΡĝŕãďê Ŷоùѓ Pĺâή 國國國國國⟧
|
|
2003
2013
|
# Label for link to upgrade account
|
|
2004
|
-
boxui.unifiedShare.upgradeLink = ⟦萬萬萬
|
|
2014
|
+
boxui.unifiedShare.upgradeLink = ⟦萬萬萬 ÛΡğřáďę ńоω 國國國⟧
|
|
2005
2015
|
# Text used in button label to describe permission level - uploader
|
|
2006
|
-
boxui.unifiedShare.uploaderLevelButtonLabel = ⟦萬萬萬萬萬
|
|
2016
|
+
boxui.unifiedShare.uploaderLevelButtonLabel = ⟦萬萬萬萬萬 Īńνīţé åś ŬΡĺőãďёŕ 國國國國國⟧
|
|
2007
2017
|
# Description for Uploader permission level in invitee permission dropdown
|
|
2008
|
-
boxui.unifiedShare.uploaderLevelDescription = ⟦萬萬萬
|
|
2018
|
+
boxui.unifiedShare.uploaderLevelDescription = ⟦萬萬萬 ŨΡĺøαď öпļγ 國國國⟧
|
|
2009
2019
|
# Text for Uploader permission level in invitee permission dropdown
|
|
2010
|
-
boxui.unifiedShare.uploaderLevelText = ⟦萬萬
|
|
2020
|
+
boxui.unifiedShare.uploaderLevelText = ⟦萬萬 ŨΡĺöãďěґ 國國⟧
|
|
2011
2021
|
# Text used in button label to describe permission level - viewer
|
|
2012
|
-
boxui.unifiedShare.viewerLevelButtonLabel = ⟦萬萬萬萬
|
|
2022
|
+
boxui.unifiedShare.viewerLevelButtonLabel = ⟦萬萬萬萬 Íиνïţέ åŝ Vίèώεŗ 國國國國⟧
|
|
2013
2023
|
# Description for Viewer permission level in invitee permission dropdown
|
|
2014
|
-
boxui.unifiedShare.viewerLevelDescription = ⟦萬萬萬萬萬萬萬萬
|
|
2024
|
+
boxui.unifiedShare.viewerLevelDescription = ⟦萬萬萬萬萬萬萬萬 Ďŏшήľôãď, Ρřёνіёẃ, ąηď ѕнαŗë 國國國國國國國國⟧
|
|
2015
2025
|
# Text for Viewer permission level in invitee permission dropdown
|
|
2016
|
-
boxui.unifiedShare.viewerLevelText = ⟦萬 V
|
|
2026
|
+
boxui.unifiedShare.viewerLevelText = ⟦萬 Vίέẁёґ 國⟧
|
|
2017
2027
|
# Text used in button label to describe permission level - viewer uploader
|
|
2018
|
-
boxui.unifiedShare.viewerUploaderLevelButtonLabel = ⟦萬萬萬萬萬萬萬
|
|
2028
|
+
boxui.unifiedShare.viewerUploaderLevelButtonLabel = ⟦萬萬萬萬萬萬萬 Ϊŋνĩťë άş Vιεωėґ ŰΡľōάďęг 國國國國國國國⟧
|
|
2019
2029
|
# Text for Viewer Uploader permission level in invitee permission dropdown
|
|
2020
|
-
boxui.unifiedShare.viewerUploaderLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
2030
|
+
boxui.unifiedShare.viewerUploaderLevelDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 ŲΡļōåď, ďоẁņĺόαď, Ρґêνϊēẁ, ѕнäяέ, āиď ėďïţ 國國國國國國國國國國國國⟧
|
|
2021
2031
|
# Text for Viewer Uploader permission level in invitee permission dropdown
|
|
2022
|
-
boxui.unifiedShare.viewerUploaderLevelText = ⟦萬萬萬萬 V
|
|
2032
|
+
boxui.unifiedShare.viewerUploaderLevelText = ⟦萬萬萬萬 Vιεώег ŰΡļőâďėŗ 國國國國⟧
|
|
2023
2033
|
# Error message for when an invalid URL is entered
|
|
2024
|
-
boxui.validation.URLError = ⟦萬萬萬
|
|
2034
|
+
boxui.validation.URLError = ⟦萬萬萬 Ĭηνäĺϊď ÛΓĽ 國國國⟧
|
|
2025
2035
|
# Error message for when an invalid email is entered
|
|
2026
|
-
boxui.validation.emailError = ⟦萬萬萬萬萬萬
|
|
2036
|
+
boxui.validation.emailError = ⟦萬萬萬萬萬萬 Īņνàĺĭď Ĕmǻíļ Άďďяěѕŝ 國國國國國國⟧
|
|
2027
2037
|
# Generic error message for a field is invalid
|
|
2028
|
-
boxui.validation.genericError = ⟦萬萬萬
|
|
2038
|
+
boxui.validation.genericError = ⟦萬萬萬 Іńνàľїď ÍиΡüţ 國國國⟧
|
|
2029
2039
|
# Error message for when an invalid Date is entered
|
|
2030
|
-
boxui.validation.invalidDateError = ⟦萬萬萬
|
|
2040
|
+
boxui.validation.invalidDateError = ⟦萬萬萬 Ìʼnνâľįď Ðåŧέ 國國國⟧
|
|
2031
2041
|
# Error message for when an invalid user is entered
|
|
2032
|
-
boxui.validation.invalidUserError = ⟦萬萬萬
|
|
2042
|
+
boxui.validation.invalidUserError = ⟦萬萬萬 İňνâļįď Üѕëя 國國國⟧
|
|
2033
2043
|
# Error message for when a required field is missing
|
|
2034
|
-
boxui.validation.requiredError = ⟦萬萬萬萬
|
|
2044
|
+
boxui.validation.requiredError = ⟦萬萬萬萬 Ѓεqµĭгęď ₣ϊèĺď 國國國國⟧
|
|
2035
2045
|
# Error message for when an input value is too long. {max} is the maximum length
|
|
2036
|
-
boxui.validation.tooLongError = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
2046
|
+
boxui.validation.tooLongError = ⟦萬萬萬萬萬萬萬萬萬萬 ĮʼnΡûť ¢άпйöţ ē×¢εéď {max} čħăѓãçťěґş 國國國國國國國國國國⟧
|
|
2037
2047
|
# Error message for when an input value is too short. {min} is the minimum length
|
|
2038
|
-
boxui.validation.tooShortError = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
2048
|
+
boxui.validation.tooShortError = ⟦萬萬萬萬萬萬萬萬萬萬萬 ΊńΡúŧ mûŝţ ьє äţ ĺęáśţ {min} ĉħąгāčτёґѕ 國國國國國國國國國國國⟧
|