From db7c8cc91521512b29ae80b8ec116bde1cc17571 Mon Sep 17 00:00:00 2001 From: Consul Bot Date: Tue, 6 Nov 2018 13:10:32 +0100 Subject: [PATCH] New translations activemodel.yml (Swedish) --- config/locales/sv-SE/activemodel.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/locales/sv-SE/activemodel.yml diff --git a/config/locales/sv-SE/activemodel.yml b/config/locales/sv-SE/activemodel.yml new file mode 100644 index 000000000..47883aa31 --- /dev/null +++ b/config/locales/sv-SE/activemodel.yml @@ -0,0 +1,22 @@ +sv: + activemodel: + models: + verification: + residence: "Adress" + sms: "SMS" + attributes: + verification: + residence: + document_type: "Identitetshandling" + document_number: "Identitetshandlingens nummer (inklusive bokstäver)" + date_of_birth: "Födelsedatum" + postal_code: "Postnummer" + sms: + phone: "Telefon" + confirmation_code: "Bekräftelsekod" + email: + recipient: "E-post" + officing/residence: + document_type: "Identitetshandling" + document_number: "Identitetshandlingens nummer (inklusive bokstäver)" + year_of_birth: "Födelseår"