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