Переглянути джерело

translated all loading…

bach 3 роки тому
батько
коміт
efc74ec5f4
29 змінених файлів з 16 додано та 16 видалено
  1. 0 0
      web/themes/custom/materiotheme/assets/dist/main.js
  2. BIN
      web/themes/custom/materiotheme/assets/dist/main.js.gz
  3. 0 0
      web/themes/custom/materiotheme/assets/dist/module-article.bundle.js
  4. BIN
      web/themes/custom/materiotheme/assets/dist/module-article.bundle.js.gz
  5. 0 0
      web/themes/custom/materiotheme/assets/dist/module-base.bundle.js
  6. BIN
      web/themes/custom/materiotheme/assets/dist/module-base.bundle.js.gz
  7. 0 0
      web/themes/custom/materiotheme/assets/dist/module-blabla.bundle.js
  8. BIN
      web/themes/custom/materiotheme/assets/dist/module-blabla.bundle.js.gz
  9. 0 0
      web/themes/custom/materiotheme/assets/dist/module-pricing.bundle.js
  10. BIN
      web/themes/custom/materiotheme/assets/dist/module-pricing.bundle.js.gz
  11. 0 0
      web/themes/custom/materiotheme/assets/dist/module-showrooms.bundle.js
  12. BIN
      web/themes/custom/materiotheme/assets/dist/module-showrooms.bundle.js.gz
  13. 0 0
      web/themes/custom/materiotheme/assets/dist/module-thematique.bundle.js
  14. BIN
      web/themes/custom/materiotheme/assets/dist/module-thematique.bundle.js.gz
  15. 1 1
      web/themes/custom/materiotheme/assets/dist/report.html
  16. 1 1
      web/themes/custom/materiotheme/vuejs/components/Block/LoginBlock.vue
  17. 1 1
      web/themes/custom/materiotheme/vuejs/components/Content/HeaderMenu.vue
  18. 1 1
      web/themes/custom/materiotheme/vuejs/components/Form/LoginForm.vue
  19. 1 1
      web/themes/custom/materiotheme/vuejs/components/Form/RegisterForm.vue
  20. 1 1
      web/themes/custom/materiotheme/vuejs/components/Form/SearchForm.vue
  21. 1 1
      web/themes/custom/materiotheme/vuejs/components/Pages/Article.vue
  22. 2 2
      web/themes/custom/materiotheme/vuejs/components/Pages/Base.vue
  23. 1 1
      web/themes/custom/materiotheme/vuejs/components/Pages/Blabla.vue
  24. 1 1
      web/themes/custom/materiotheme/vuejs/components/Pages/Home.vue
  25. 1 1
      web/themes/custom/materiotheme/vuejs/components/Pages/Pricing.vue
  26. 1 1
      web/themes/custom/materiotheme/vuejs/components/Pages/Showrooms.vue
  27. 1 1
      web/themes/custom/materiotheme/vuejs/components/Pages/Thematique.vue
  28. 1 1
      web/themes/custom/materiotheme/vuejs/components/Pages/_Cart.vue
  29. 1 1
      web/themes/custom/materiotheme/vuejs/components/User/FlagCollection.vue

Різницю між файлами не показано, бо вона завелика
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


BIN
web/themes/custom/materiotheme/assets/dist/main.js.gz


Різницю між файлами не показано, бо вона завелика
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/module-article.bundle.js


BIN
web/themes/custom/materiotheme/assets/dist/module-article.bundle.js.gz


Різницю між файлами не показано, бо вона завелика
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/module-base.bundle.js


BIN
web/themes/custom/materiotheme/assets/dist/module-base.bundle.js.gz


Різницю між файлами не показано, бо вона завелика
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/module-blabla.bundle.js


BIN
web/themes/custom/materiotheme/assets/dist/module-blabla.bundle.js.gz


Різницю між файлами не показано, бо вона завелика
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/module-pricing.bundle.js


BIN
web/themes/custom/materiotheme/assets/dist/module-pricing.bundle.js.gz


Різницю між файлами не показано, бо вона завелика
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/module-showrooms.bundle.js


BIN
web/themes/custom/materiotheme/assets/dist/module-showrooms.bundle.js.gz


Різницю між файлами не показано, бо вона завелика
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/module-thematique.bundle.js


BIN
web/themes/custom/materiotheme/assets/dist/module-thematique.bundle.js.gz


Різницю між файлами не показано, бо вона завелика
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Block/LoginBlock.vue

@@ -59,7 +59,7 @@ export default {
     // console.log('LoginBlock render')
     if (!this.template) {
       // console.log('LoginBlock render NAN')
-      return h('span', 'Loading ...')
+      return h('span', this.$t('default.Loading…'))
     } else {
       // console.log('LoginBlock render template')
       return this.template.render.call(this)

+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Content/HeaderMenu.vue

@@ -60,7 +60,7 @@ export default {
   render(h) {
     // console.log('headerMenu render')
     if (!this.template) {
-      return h('span', 'Loading ...')
+      return h('span', $t('default.Loading…'))
     } else {
       return this.template.render.call(this)
     }

+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Form/LoginForm.vue

@@ -62,7 +62,7 @@ export default {
     // console.log('LoginBlock render')
     if (!this.form) {
       // console.log('LoginBlock render NAN')
-      return h('span', 'Loading ...')
+      return h('span', this.$t('default.Loading…'))
     } else {
       // console.log('LoginBlock render template')
       return this.form.render.call(this)

+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Form/RegisterForm.vue

@@ -98,7 +98,7 @@ export default {
     // console.log('LoginBlock render')
     if (!this.form) {
       // console.log('LoginBlock render NAN')
-      return h('span', 'Loading ...')
+      return h('span', this.$t('default.Loading…'))
     } else {
       // console.log('LoginBlock render template')
       return this.form.render.call(this)

+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Form/SearchForm.vue

@@ -155,7 +155,7 @@ export default {
   render(h) {
     // console.log('searchForm render')
     if (!this.template) {
-      return h('span', 'Loading ...')
+      return h('span', $t('default.Loading…'))
     } else {
       return this.template.render.call(this)
     }

+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Pages/Article.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="loading" v-if="!article || loading">
-    <span>Loading ...</span>
+    <span>{{ $t('default.Loading…') }}</span>
   </div>
   <article class="article" v-else>
     <nav class="prevnext top">

+ 2 - 2
web/themes/custom/materiotheme/vuejs/components/Pages/Base.vue

@@ -1,14 +1,14 @@
 <template>
   <div id="Base">
     <div class="loading" v-if="!searchinfos">
-      <span>Loading ...</span>
+      <span>{{ $t('default.Loading…') }}</span>
     </div>
     <div class="cards-list" v-else>
       <aside class="search-info">
         {{ searchinfos }}
       </aside>
       <div class="loading" v-if="!items.length & !noresults">
-        <span>Loading ...</span>
+        <span>{{ $t('default.Loading…') }}</span>
       </div>
       <ul v-else>
         <li v-for="item in items" v-bind:key="item.id">

+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Pages/Blabla.vue

@@ -1,7 +1,7 @@
 <template>
   <div id="blabla">
     <div class="loading" v-if="!items.length">
-      <span>Loading ...</span>
+      <span>{{ $t('default.Loading…') }}</span>
     </div>
     <div class="cards-list" v-else>
       <ul>

+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Pages/Home.vue

@@ -26,7 +26,7 @@ export default {
   },
   render(h) {
     if (!this.template) {
-      return h('span', 'Loading ...')
+      return h('span', this.$t('default.Loading…'))
     } else {
       return this.template.render.call(this)
     }

+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Pages/Pricing.vue

@@ -1,7 +1,7 @@
 <template>
   <div id="pricing">
     <div class="loading" v-if="!products.length">
-      <span>Loading ...</span>
+      <span>{{ $t('default.Loading…') }}</span>
     </div>
     <Product
       v-else

+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Pages/Showrooms.vue

@@ -1,7 +1,7 @@
 <template>
   <div id="showrooms">
     <div class="loading" v-if="!items.length">
-      <span>Loading ...</span>
+      <span>{{ $t('default.Loading…') }}</span>
     </div>
     <Showroom
       v-else

+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Pages/Thematique.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="loading" v-if="!thematique || loading">
-    <span>Loading ...</span>
+    <span>{{ $t('default.Loading…') }}</span>
   </div>
   <article class="thematique" v-else>
     <div class="cols">

+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Pages/_Cart.vue

@@ -22,7 +22,7 @@ export default {
   },
   render(h) {
     if (!this.template) {
-      return h('span', 'Loading ...')
+      return h('span', $t('default.Loading…'))
     } else {
       return this.template.render.call(this)
     }

+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/User/FlagCollection.vue

@@ -17,7 +17,7 @@
       </li>
       <span v-if="loadedItems.length === 0">No items in your folder</span>
     </ul>
-    <span v-else class="loading">Loading</span>
+    <span v-else class="loading">{{ $t('default.Loading…') }}</span>
   </section>
 </template>
 

Деякі файли не було показано, через те що забагато файлів було змінено