+ + + + {{ $t('translation_status.title') }} + + + + {{ $t('nav.back') }} + + + + + + + + + + + + + npmx + + + + + + + + + {{ $t('translation_status.p1_lang', {}, { locale }) }} + + + + + {{ + $t( + 'translation_status.p1_count', + { count: status?.sourceLocale.totalKeys ?? 0 }, + { locale }, + ) + }} + + + + + {{ $t('translation_status.by_locale') }} + + + + + {{ $t('translation_status.by_file') }} + + + + + + + + + + {{ $t('translation_status.guide') }} + + + + + + + + {{ $t('translation_status.by_locale') }} + + + + + + + + + + + {{ localeEntry.lang }} + + + {{ localeEntry.label }} + + + + + {{ $n(localeEntry.percentComplete / 100, 'percentage', localeEntry.lang) }} + + + + + + + + + + + {{ localeEntry.done }} + {{ $t('translation_status.done_text', {}, { locale: localeEntry.lang }) }} + + + + {{ localeEntry.missing }} + {{ $t('translation_status.missing_text', {}, { locale: localeEntry.lang }) }} + + + + + + + + + + {{ $t('translation_status.missing_keys', {}, { locale: localeEntry.lang }) }} + + + {{ + copied + ? $t('common.copied', {}, { locale: localeEntry.lang }) + : $t('i18n.copy_keys', {}, { locale: localeEntry.lang }) + }} + + + + + {{ key }} + + + + + + {{ $t('i18n.edit_on_github', {}, { locale: localeEntry.lang }) }} + + + + + + {{ + $t('translation_status.complete_text', {}, { locale: localeEntry.lang }) + }} + 馃帀 + + + + + + + + + {{ $t('translation_status.by_file') }} + + + + + + {{ $t('translation_status.table.file') }} + + + {{ $t('translation_status.table.status') }} + + + + + + + + {{ $t('translation_status.table.error') }} + + + + + + + {{ $t('translation_status.table.loading') }} + + + + + + + {{ $t('translation_status.table.empty') }} + + + + + + + + + en.json + en-US + + + + + + + + {{ $n(1, 'percentage') }} + + + + + + + + + + {{ file.file }} + + + {{ file.lang }} + + + + + + + + {{ + $n(file.percentComplete / 100, 'percentage') + }} + + + + + + + +