Преглед на файлове

chore: update translations

0xJacky преди 1 година
родител
ревизия
4e85d72e96

Файловите разлики са ограничени, защото са твърде много
+ 227 - 219
app/src/language/en/app.po


Файловите разлики са ограничени, защото са твърде много
+ 229 - 221
app/src/language/es/app.po


Файловите разлики са ограничени, защото са твърде много
+ 227 - 219
app/src/language/fr_FR/app.po


Файловите разлики са ограничени, защото са твърде много
+ 243 - 239
app/src/language/messages.pot


Файловите разлики са ограничени, защото са твърде много
+ 227 - 219
app/src/language/ru_RU/app.po


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
app/src/language/translations.json


BIN
app/src/language/zh_CN/app.mo


Файловите разлики са ограничени, защото са твърде много
+ 223 - 219
app/src/language/zh_CN/app.po


Файловите разлики са ограничени, защото са твърде много
+ 227 - 219
app/src/language/zh_TW/app.po


+ 0 - 1
app/src/views/domain/cert/Cert.vue

@@ -27,7 +27,6 @@ const enabled = computed({
     emit('update:enabled', value)
   },
 })
-
 </script>
 
 <template>

+ 2 - 2
app/src/views/domain/cert/components/AutoCertStepOne.vue

@@ -34,11 +34,11 @@ const data = inject('data') as DnsChallenge
     <template #description>
       <p>
         {{ $gettext('The server_name'
-          + 'in the current configuration must be the domain name you need to get the certificate, support'
+          + ' in the current configuration must be the domain name you need to get the certificate, support'
           + 'multiple domains.') }}
       </p>
       <p>
-        {{ $gettext('The certificate for the domain will be checked 5 minutes,'
+        {{ $gettext('The certificate for the domain will be checked 5 minutes, '
           + 'and will be renewed if it has been more than 1 week since it was last issued.') }}
       </p>
       <p v-if="data.challenge_method === 'http01'">

+ 3 - 1
app/src/views/domain/cert/components/ObtainCert.vue

@@ -210,7 +210,9 @@ function toggle(status: boolean) {
       cancelText: $gettext('Cancel'),
       mask: false,
       centered: true,
-      onOk: () => onchange(false),
+      onOk() {
+        onchange(false)
+      },
     })
   }
   else {

+ 2 - 2
app/src/views/domain/ngx_conf/NgxConfigEditor.vue

@@ -23,7 +23,7 @@ const props = defineProps<{
   }
 }>()
 
-const emit = defineEmits(['callback', 'update:auto_cert'])
+const emit = defineEmits(['callback', 'update:autoCert'])
 
 const { $gettext } = useGettext()
 
@@ -170,7 +170,7 @@ const autoCertRef = computed({
     return props.autoCert
   },
   set(value) {
-    emit('update:auto_cert', value)
+    emit('update:autoCert', value)
   },
 })
 

Някои файлове не бяха показани, защото твърде много файлове са промени