Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto committed Nov 15, 2023
1 parent bbda131 commit cec29bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/WMS.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<!-- ERROR NOTICE: "WMS LAYER ALREADY ADDED" -->
<li v-else-if="status.added">
&#x2139;&#xFE0F;
&#x26A0;&#xFE0F;
<div
class = "g3w-add-wms-url-message g3w-wmsurl-already-added"
v-t = "'sidebar.wms.url_already_added'">
Expand Down
4 changes: 2 additions & 2 deletions src/locales/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ export default {
},
add_wms_layer: "Aggiungi WMS layer",
delete_wms_url: "Elimina WMS url",
layer_id_already_added: "WMS Layer già aggiunto",
url_already_added: "WMS URL/Nome già aggiunto",
layer_id_already_added: "Questo Layer WMS è già stato aggiunto",
url_already_added: "URL/Nome WMS già aggiunto",
layer_add_error: "WMS Layer non aggiunto. Verificare i parametri o l'url"
}
},
Expand Down

0 comments on commit cec29bb

Please sign in to comment.