|
6 | 6 | ### Localization for the App UI of Profiler |
7 | 7 |
|
8 | 8 |
|
9 | | -# Naming convention for l10n IDs: "ComponentName--string-summary". |
10 | | -# This allows us to minimize the risk of conflicting IDs throughout the app. |
11 | | -# Please sort alphabetically by (component name), and |
12 | | -# keep strings in order of appearance. |
13 | | - |
14 | | - |
15 | 9 | ## The following feature names must be treated as a brand. They cannot be translated. |
16 | 10 |
|
17 | 11 | -firefox-brand-name = Firefox |
@@ -492,11 +486,16 @@ MenuButtons--index--hide-moreInfo-button = Minder toane |
492 | 486 | # $physicalCPUs (Number), $logicalCPUs (Number) - Number of Physical and Logical CPU Cores |
493 | 487 | MenuButtons--metaInfo--physical-and-logical-cpu = |
494 | 488 | { $physicalCPUs -> |
495 | | - [one] { $physicalCPUs } fysike kearn, |
496 | | - *[other] { $physicalCPUs } fysike kearnen, |
497 | | - }{ $logicalCPUs -> |
498 | | - [one] { $logicalCPUs } logyske kearn |
499 | | - *[other] { $logicalCPUs } logyske kearnen |
| 489 | + [one] |
| 490 | + { $logicalCPUs -> |
| 491 | + [one] { $physicalCPUs } fysike kearn,{ $logicalCPUs } logyske kearn |
| 492 | + *[other] { $physicalCPUs } fysike kearn,{ $logicalCPUs } logyske kearnen |
| 493 | + } |
| 494 | + *[other] |
| 495 | + { $logicalCPUs -> |
| 496 | + [one] { $physicalCPUs } fysike kearnen,{ $logicalCPUs } logyske kearn |
| 497 | + *[other] { $physicalCPUs } fysike kearnen,{ $logicalCPUs } logyske kearnen |
| 498 | + } |
500 | 499 | } |
501 | 500 | # This string is used when we only have the information about the number of |
502 | 501 | # physical CPU cores. |
@@ -756,6 +755,7 @@ StackSettings--call-tree-strategy-native-deallocations-sites = De-allokaasje fan |
756 | 755 | StackSettings--invert-call-stack = Oanropstack omkeare |
757 | 756 | .title = Sortearje op de tiid dy’t yn in oanropnode bestege wurdt, wêrby ûnderlizzende nodes negearre wurde |
758 | 757 | StackSettings--show-user-timing = Brûkerstiming toane |
| 758 | +StackSettings--use-stack-chart-same-widths = Foar elke stack deselde breedte brûke |
759 | 759 | StackSettings--panel-search = |
760 | 760 | .label = Stacks filterje: |
761 | 761 | .title = Allinnich stacks toane dy’t in funksje befetsje wêrfan de namme oerienkomt mei dizze substring |
|
0 commit comments