From 166bc19131ae4b40bdd5e85269729f6eb5e3d931 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 25 Jul 2020 01:56:52 +0900 Subject: Revert "refactor(client): Use v-t for i18n" This reverts commit 9c30b23358699a530f2bcb0f5ae6efe17146bcb3. --- src/client/pages/instance/federation.instance.vue | 44 +++++++++++------------ 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'src/client/pages/instance/federation.instance.vue') diff --git a/src/client/pages/instance/federation.instance.vue b/src/client/pages/instance/federation.instance.vue index 4cce9b6ed8..6b6352a151 100644 --- a/src/client/pages/instance/federation.instance.vue +++ b/src/client/pages/instance/federation.instance.vue @@ -5,11 +5,11 @@
-
+
{{ $t('software') }}
{{ instance.softwareName || '?' }}
-
+
{{ $t('version') }}
{{ instance.softwareVersion || '?' }}
@@ -70,24 +70,24 @@
- + {{ $t('charts') }}
- - - - - - - - - - - + + + + + + + + + + + - - + +
@@ -96,21 +96,21 @@
- - - + {{ $t('operations') }} + {{ $t('stopActivityDelivery') }} + {{ $t('blockThisInstance') }}
- + {{ $t('deleteAllFiles') }} {{ $t('deleteAllFiles') }}
- + {{ $t('removeAllFollowing') }} {{ $t('removeAllFollowing') }} {{ $t('removeAllFollowingDescription', { host: instance.host }) }}
- + {{ $t('metadata') }}
{{ JSON.stringify(instance, null, 2) }}
-- cgit v1.2.3-freya