| {{t('key-column')}} | +{{t('english-column')}} | +{{t('current-locale-column')}} ({{activeLang()}}) | +
|---|---|---|
+ {{entry.key}}
+ @if (entry.status !== 'resolved') {
+
+ {{t(entry.status + '-label')}}
+
+ }
+ |
+
+
+ @if (entry.enChain.length > 0) {
+
+ @for (step of entry.enChain; track $index) {
+ @if (!$first) {
+
+ }
+
+ } @else {
+ {{entry.enResolved}}
+ }
+ {{step}}
+ }
+ |
+
+ @if (entry.localeValue === null) {
+ {{t('not-present')}}
+ } @else if (entry.localeValue === '') {
+ {{t('empty-string')}}
+ } @else {
+ {{entry.localeResolved}}
+ @if (entry.localeChain.length > 0) {
+
+ @for (step of entry.localeChain; track $index) {
+ @if (!$first) {
+
+ }
+
+ }
+ }
+ {{step}}
+ }
+ |
+