animationinspector.properties 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. # LOCALIZATION NOTE These strings are used inside the Animation inspector
  5. # which is available as a sidebar panel in the Inspector.
  6. # The correct localization of this file might be to keep it in
  7. # English, or another language commonly spoken among web developers.
  8. # You want to make that choice consistent across the developer tools.
  9. # A good criteria is the language in which you'd find the best
  10. # documentation on web development on the web.
  11. # LOCALIZATION NOTE (panel.invalidElementSelected):
  12. # This is the label shown in the panel when an invalid node is currently
  13. # selected in the inspector (i.e. a non-element node or a node that is not
  14. # animated).
  15. panel.invalidElementSelected=No animations were found for the current element.
  16. # LOCALIZATION NOTE (panel.selectElement): This is the label shown in the panel
  17. # when an invalid node is currently selected in the inspector, to invite the
  18. # user to select a new node by clicking on the element-picker icon.
  19. panel.selectElement=Pick another element from the page.
  20. # LOCALIZATION NOTE (panel.allAnimations): This is the label shown at the bottom of
  21. # the panel, in a toolbar, to let the user know the toolbar applies to all
  22. # animations, not just the ones applying to the current element.
  23. panel.allAnimations=All animations
  24. # LOCALIZATION NOTE (player.animationDurationLabel):
  25. # This string is displayed in each animation player widget. It is the label
  26. # displayed before the animation duration.
  27. player.animationDurationLabel=Duration:
  28. # LOCALIZATION NOTE (player.animationDelayLabel):
  29. # This string is displayed in each animation player widget. It is the label
  30. # displayed before the animation delay.
  31. player.animationDelayLabel=Delay:
  32. # LOCALIZATION NOTE (player.animationEndDelayLabel):
  33. # This string is displayed in each animation player widget. It is the label
  34. # displayed before the animation endDelay.
  35. player.animationEndDelayLabel=End delay:
  36. # LOCALIZATION NOTE (player.animationRateLabel):
  37. # This string is displayed in each animation player widget. It is the label
  38. # displayed before the animation playback rate.
  39. player.animationRateLabel=Playback rate:
  40. # LOCALIZATION NOTE (player.animationIterationCountLabel):
  41. # This string is displayed in each animation player widget. It is the label
  42. # displayed before the number of times the animation is set to repeat.
  43. player.animationIterationCountLabel=Repeats:
  44. # LOCALIZATION NOTE (player.infiniteIterationCount):
  45. # In case the animation repeats infinitely, this string is displayed next to the
  46. # player.animationIterationCountLabel string, instead of a number.
  47. player.infiniteIterationCount=∞
  48. # LOCALIZATION NOTE (player.infiniteIterationCountText):
  49. # See player.infiniteIterationCount for a description of what this is.
  50. # Unlike player.infiniteIterationCount, this string isn't used in HTML, but in
  51. # a tooltip.
  52. player.infiniteIterationCountText=∞
  53. # LOCALIZATION NOTE (player.animationIterationStartLabel):
  54. # This string is displayed in a tooltip that appears when hovering over
  55. # animations in the timeline. It is the label displayed before the animation
  56. # iterationStart value.
  57. # %1$S will be replaced by the original iteration start value
  58. # %2$S will be replaced by the actual time of iteration start
  59. player.animationIterationStartLabel=Iteration start: %1$S (%2$Ss)
  60. # LOCALIZATION NOTE (player.animationEasingLabel):
  61. # This string is displayed in a tooltip that appears when hovering over
  62. # animations in the timeline. It is the label displayed before the animation
  63. # easing value.
  64. player.animationEasingLabel=Easing:
  65. # LOCALIZATION NOTE (player.animationFillLabel):
  66. # This string is displayed in a tooltip that appears when hovering over
  67. # animations in the timeline. It is the label displayed before the animation
  68. # fill mode value.
  69. player.animationFillLabel=Fill:
  70. # LOCALIZATION NOTE (player.animationDirectionLabel):
  71. # This string is displayed in a tooltip that appears when hovering over
  72. # animations in the timeline. It is the label displayed before the animation
  73. # direction value.
  74. player.animationDirectionLabel=Direction:
  75. # LOCALIZATION NOTE (player.timeLabel):
  76. # This string is displayed in each animation player widget, to indicate either
  77. # how long (in seconds) the animation lasts, or what is the animation's current
  78. # time (in seconds too);
  79. player.timeLabel=%Ss
  80. # LOCALIZATION NOTE (player.playbackRateLabel):
  81. # This string is displayed in each animation player widget, as the label of
  82. # drop-down list items that can be used to change the rate at which the
  83. # animation runs (1× being the default, 2× being twice as fast).
  84. player.playbackRateLabel=%S×
  85. # LOCALIZATION NOTE (player.runningOnCompositorTooltip):
  86. # This string is displayed as a tooltip for the icon that indicates that the
  87. # animation is running on the compositor thread.
  88. player.runningOnCompositorTooltip=This animation is running on compositor thread
  89. # LOCALIZATION NOTE (player.allPropertiesOnCompositorTooltip):
  90. # This string is displayed as a tooltip for the icon that indicates that
  91. # all of animation is running on the compositor thread.
  92. player.allPropertiesOnCompositorTooltip=All animation properties are optimized
  93. # LOCALIZATION NOTE (player.somePropertiesOnCompositorTooltip):
  94. # This string is displayed as a tooltip for the icon that indicates that
  95. # all of animation is not running on the compositor thread.
  96. player.somePropertiesOnCompositorTooltip=Some animation properties are optimized
  97. # LOCALIZATION NOTE (timeline.rateSelectorTooltip):
  98. # This string is displayed in the timeline toolbar, as the tooltip of the
  99. # drop-down list that can be used to change the rate at which the animations
  100. # run.
  101. timeline.rateSelectorTooltip=Set the animations playback rates
  102. # LOCALIZATION NOTE (timeline.pausedButtonTooltip):
  103. # This string is displayed in the timeline toolbar, as the tooltip of the
  104. # pause/resume button that can be used to pause or resume the animations
  105. timeline.pausedButtonTooltip=Resume the animations
  106. # LOCALIZATION NOTE (timeline.resumedButtonTooltip):
  107. # This string is displayed in the timeline toolbar, as the tooltip of the
  108. # pause/resume button that can be used to pause or resume the animations
  109. timeline.resumedButtonTooltip=Pause the animations
  110. # LOCALIZATION NOTE (timeline.rewindButtonTooltip):
  111. # This string is displayed in the timeline toolbar, as the tooltip of the
  112. # rewind button that can be used to rewind the animations
  113. timeline.rewindButtonTooltip=Rewind the animations
  114. # LOCALIZATION NOTE (timeline.timeGraduationLabel):
  115. # This string is displayed at the top of the animation panel, next to each time
  116. # graduation, to indicate what duration (in milliseconds) this graduation
  117. # corresponds to.
  118. timeline.timeGraduationLabel=%Sms
  119. # LOCALIZATION NOTE (timeline.cssanimation.nameLabel):
  120. # This string is displayed in a tooltip of the animation panel that is shown
  121. # when hovering over the name of a CSS Animation in the timeline UI.
  122. # %S will be replaced by the name of the animation at run-time.
  123. timeline.cssanimation.nameLabel=%S - CSS Animation
  124. # LOCALIZATION NOTE (timeline.csstransition.nameLabel):
  125. # This string is displayed in a tooltip of the animation panel that is shown
  126. # when hovering over the name of a CSS Transition in the timeline UI.
  127. # %S will be replaced by the name of the transition at run-time.
  128. timeline.csstransition.nameLabel=%S - CSS Transition
  129. # LOCALIZATION NOTE (timeline.scriptanimation.nameLabel):
  130. # This string is displayed in a tooltip of the animation panel that is shown
  131. # when hovering over the name of a script-generated animation in the timeline UI.
  132. # %S will be replaced by the name of the animation at run-time.
  133. timeline.scriptanimation.nameLabel=%S - Script Animation
  134. # LOCALIZATION NOTE (timeline.scriptanimation.unnamedLabel):
  135. # This string is displayed in a tooltip of the animation panel that is shown
  136. # when hovering over an unnamed script-generated animation in the timeline UI.
  137. timeline.scriptanimation.unnamedLabel=Script Animation
  138. # LOCALIZATION NOTE (timeline.unknown.nameLabel):
  139. # This string is displayed in a tooltip of the animation panel that is shown
  140. # when hovering over the name of an unknown animation type in the timeline UI.
  141. # This can happen if devtools couldn't figure out the type of the animation.
  142. # %S will be replaced by the name of the transition at run-time.
  143. timeline.unknown.nameLabel=%S