mirror of
https://github.com/we-promise/sure.git
synced 2026-04-27 07:54:09 +00:00
* Add RO locales * Fixed some missing translations, added ro to SUPPORTED_LOCALES in languages_helper.rb * Fixed a typo --------- Co-authored-by: bzo <bzo@bzo.zresidence.lan>
28 lines
843 B
YAML
28 lines
843 B
YAML
---
|
|
ro:
|
|
family_merchants:
|
|
create:
|
|
error: 'Eroare la crearea comerciantului: %{error}'
|
|
success: Comerciant nou creat cu succes
|
|
destroy:
|
|
success: Comerciant șters cu succes
|
|
edit:
|
|
title: Editează comerciantul
|
|
form:
|
|
name_placeholder: Nume comerciant
|
|
index:
|
|
empty: Niciun comerciant încă
|
|
new: Comerciant nou
|
|
title: Comercianți
|
|
merchant:
|
|
confirm_accept: Șterge comerciantul
|
|
confirm_body: Ești sigur că vrei să ștergi acest comerciant? Eliminarea acestui comerciant
|
|
va deconecta toate tranzacțiile asociate și poate afecta raportarea.
|
|
confirm_title: Ștergi comerciantul?
|
|
delete: Șterge comerciantul
|
|
edit: Editează comerciantul
|
|
new:
|
|
title: Comerciant nou
|
|
update:
|
|
success: Comerciant actualizat cu succes
|