Move translations to discourse plugin
This commit is contained in:
parent
c03bd5996c
commit
f3ffcdaf6a
6 changed files with 13 additions and 20 deletions
|
@ -721,11 +721,6 @@ en:
|
||||||
suppliers_overview: Supplier overview
|
suppliers_overview: Supplier overview
|
||||||
update:
|
update:
|
||||||
notice: Delivery was updated.
|
notice: Delivery was updated.
|
||||||
discourse:
|
|
||||||
callback:
|
|
||||||
invalid_nonce: Invalid nonce
|
|
||||||
invalid_signature: Invalid signature
|
|
||||||
logged_in: Logged in!
|
|
||||||
documents:
|
documents:
|
||||||
create:
|
create:
|
||||||
error: 'Document or folder could not be created: %{error}'
|
error: 'Document or folder could not be created: %{error}'
|
||||||
|
|
|
@ -688,11 +688,6 @@ es:
|
||||||
suppliers_overview: Reseña del proveedor
|
suppliers_overview: Reseña del proveedor
|
||||||
update:
|
update:
|
||||||
notice: El envío ha sido actualizado.
|
notice: El envío ha sido actualizado.
|
||||||
discourse:
|
|
||||||
callback:
|
|
||||||
invalid_nonce:
|
|
||||||
invalid_signature: Firma inválida
|
|
||||||
logged_in: Estás adentro!
|
|
||||||
documents:
|
documents:
|
||||||
create:
|
create:
|
||||||
error: 'El documento no puede ser creado: %{error}'
|
error: 'El documento no puede ser creado: %{error}'
|
||||||
|
|
|
@ -684,11 +684,6 @@ fr:
|
||||||
suppliers_overview: Liste des fournisseur-e-s
|
suppliers_overview: Liste des fournisseur-e-s
|
||||||
update:
|
update:
|
||||||
notice: La commande a été actualisée
|
notice: La commande a été actualisée
|
||||||
discourse:
|
|
||||||
callback:
|
|
||||||
invalid_nonce:
|
|
||||||
invalid_signature:
|
|
||||||
logged_in:
|
|
||||||
documents:
|
documents:
|
||||||
create:
|
create:
|
||||||
error:
|
error:
|
||||||
|
|
|
@ -685,11 +685,6 @@ nl:
|
||||||
suppliers_overview: Leverancieroverzicht
|
suppliers_overview: Leverancieroverzicht
|
||||||
update:
|
update:
|
||||||
notice: Levering is bijgewerkt.
|
notice: Levering is bijgewerkt.
|
||||||
discourse:
|
|
||||||
callback:
|
|
||||||
invalid_nonce: Onjuiste nonce
|
|
||||||
invalid_signature: Onjuiste digitale handtekening
|
|
||||||
logged_in: Ingelogd!
|
|
||||||
documents:
|
documents:
|
||||||
create:
|
create:
|
||||||
error: 'Document kon niet gemaakt worden: %{error}'
|
error: 'Document kon niet gemaakt worden: %{error}'
|
||||||
|
|
6
plugins/discourse/config/locales/es.yml
Normal file
6
plugins/discourse/config/locales/es.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
es:
|
||||||
|
discourse:
|
||||||
|
callback:
|
||||||
|
invalid_nonce:
|
||||||
|
invalid_signature: Firma inválida
|
||||||
|
logged_in: Estás adentro!
|
7
plugins/discourse/config/locales/nl.yml
Normal file
7
plugins/discourse/config/locales/nl.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
nl:
|
||||||
|
discourse:
|
||||||
|
callback:
|
||||||
|
invalid_nonce: Onjuiste nonce
|
||||||
|
invalid_signature: Onjuiste digitale handtekening
|
||||||
|
logged_in: Ingelogd!
|
||||||
|
|
Loading…
Reference in a new issue