+ {{ $t('translation_status.title') }} +
+ +
+
+
+
+ {{ $t('translation_status.by_locale') }} +
+
+
+
+
+
+ {{ localeEntry.label }}
+ {{ localeEntry.lang }}
+
+
+ {{ $n(localeEntry.percentComplete / 100, 'percentage') }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ localeEntry.missingKeys.length }}
+ {{ $t('translation_status.missing_text', {}, { locale: localeEntry.lang }) }}
+
+ {{ localeEntry.completedKeys }} / {{ localeEntry.totalKeys }}
+
+
+
+
+
+
+ + {{ $t('translation_status.missing_keys', {}, { locale: localeEntry.lang }) }} +
+-
+
- + {{ key }} + +